body {
    font-family: var(--font-primary);
    color: var(--black);
}

.container {
    width: var(--width-container);
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.title {
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}

.head {
    background-color: var(--light-green-background);
    height: 838px;
    overflow: hidden;
}

.breadcrumbs-list {
    padding: 16px 0;
    display: flex;
    list-style-type: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    color: var(--black);
}

.breadcrumbs-list a {
    text-decoration: none;
    color: #ADADAD;
    transition: var(--trans);
}

.breadcrumbs-list a:hover {
    color: var(--black);
}

.breadcrumbs-list li+li::before {
    content: "/";
    padding: 0 4px 0 8px;
    color: #ADADAD;
}

/* Head */

.head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 65px;
}

.head-content {
    max-width: 883px;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}

.head-title {
    font-size: 72px;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}

.head-benefits {
    position: relative;
    list-style-type: none;
    padding-top: 32px;
    margin: 80px 0 48px;
}

.head-benefits::before {
    content: '';
    width: 296px;
    border-top: 1px solid var(--black);
    position: absolute;
    top: 0;
    left: 0;
}

.head-benefits li {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.head-benefits li:last-child {
    margin-bottom: 0;
}

.head-image {
    line-height: 0;
    margin-right: -137px;
}

.head-image img {
    max-width: 907px;
}

.block-padding {
    padding: 120px 0;
}

.image-parent {
    line-height: 0;
}

/* Vehicles */
.vehicles {
    overflow: hidden;
}

.vehicles-container {
    width: var(--width-container);
    margin-left: auto;
    margin-right: auto;
}

.vehicles-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.vehicles-item {
    width: calc(100% / 7 - (33px * 6) / 7);
    height: 180px;
    padding: 34px 16px;
    border-radius: 4px;
    border: 1px solid rgba(63, 164, 32, 0.50);
    background-color: rgba(63, 164, 32, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: var(--black);
    position: relative;
    transition: var(--trans);
}

.vehicles-item:hover {
    transform: scale(1.08);
    background-color: var(--light-green-background);
}

.vehicles-item::before {
    content: '';
    width: 32px;
    height: 32px;
    border-left: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    position: absolute;
    bottom: -1px;
    left: -1px;
    border-bottom-left-radius: 4px;
    transition: var(--trans);
}

.vehicles-item:hover::before {
    animation: blur-expand 0.5s ease forwards;
}

.vehicles-item:not(:hover)::before {
    animation: blur-contract 0.5s ease forwards;
}

@keyframes blur-expand {
    0% {
        filter: blur(4px);
        opacity: 0.4;
        width: 32px;
        height: 32px;
    }

    100% {
        filter: blur(0);
        opacity: 1;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }
}

@keyframes blur-contract {
    0% {
        filter: blur(4px);
        opacity: 0.4;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }

    100% {
        filter: blur(0);
        opacity: 1;
        width: 32px;
        height: 32px;
    }
}

.vehicles-item__title {
    color: var(--black);
    font-size: 20px;
    font-weight: 550;
    line-height: 140%;
    text-transform: capitalize;
    margin-top: 16px;
}

/* How */
.how {
    background-color: var(--light-green-background);
}

.how-subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 32px;
}

.how-wrapper {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}

.how-item {
    display: flex;
    position: relative;
}

.how-item:nth-child(1):before,
.how-item:nth-child(2):before {
    content: '';
    width: 381px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="381" height="16" viewBox="0 0 381 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M380.707 8.70711C381.098 8.31658 381.098 7.68342 380.707 7.29289L374.343 0.928932C373.953 0.538408 373.319 0.538408 372.929 0.928932C372.538 1.31946 372.538 1.95262 372.929 2.34315L378.586 8L372.929 13.6569C372.538 14.0474 372.538 14.6805 372.929 15.0711C373.319 15.4616 373.953 15.4616 374.343 15.0711L380.707 8.70711ZM0 9H1.97917V7H0L0 9ZM5.9375 9H9.89583V7H5.9375V9ZM13.8542 9H17.8125V7H13.8542V9ZM21.7708 9H25.7292V7H21.7708V9ZM29.6875 9H33.6458V7H29.6875V9ZM37.6042 9H41.5625V7H37.6042V9ZM45.5208 9H49.4792V7H45.5208V9ZM53.4375 9H57.3958V7H53.4375V9ZM61.3542 9H65.3125V7H61.3542V9ZM69.2708 9H73.2292V7H69.2708V9ZM77.1875 9H81.1458V7L77.1875 7V9ZM85.1042 9H89.0625V7H85.1042V9ZM93.0208 9H96.9792V7H93.0208V9ZM100.938 9H104.896V7H100.938V9ZM108.854 9H112.813V7H108.854V9ZM116.771 9H120.729V7H116.771V9ZM124.688 9H128.646V7H124.688V9ZM132.604 9L136.563 9V7H132.604V9ZM140.521 9H144.479V7H140.521V9ZM148.438 9H152.396V7H148.438V9ZM156.354 9H160.312V7H156.354V9ZM164.271 9H168.229V7H164.271V9ZM172.187 9H176.146V7L172.187 7V9ZM180.104 9H184.062V7H180.104V9ZM188.021 9H191.979V7H188.021V9ZM195.937 9H199.896V7H195.937V9ZM203.854 9H207.812V7H203.854V9ZM211.771 9H215.729V7H211.771V9ZM219.687 9H223.646V7H219.687V9ZM227.604 9H231.562V7H227.604V9ZM235.521 9H239.479V7H235.521V9ZM243.437 9H247.396V7H243.437V9ZM251.354 9H255.312V7H251.354V9ZM259.271 9H263.229V7H259.271V9ZM267.187 9H271.146V7H267.187V9ZM275.104 9H279.062V7H275.104V9ZM283.021 9H286.979V7H283.021V9ZM290.937 9H294.896V7H290.937V9ZM298.854 9H302.812V7H298.854V9ZM306.771 9H310.729V7H306.771V9ZM314.688 9H318.646V7H314.688V9ZM322.604 9H326.563V7H322.604V9ZM330.521 9H334.479V7H330.521V9ZM338.438 9H342.396V7H338.438V9ZM346.354 9H350.313V7H346.354V9ZM354.271 9H358.229V7H354.271V9ZM362.188 9H366.146V7H362.188V9ZM370.104 9H374.063V7H370.104V9ZM378.021 9H380V7H378.021V9ZM380.707 8.70711C381.098 8.31658 381.098 7.68342 380.707 7.29289L374.343 0.928932C373.953 0.538408 373.319 0.538408 372.929 0.928932C372.538 1.31946 372.538 1.95262 372.929 2.34315L378.586 8L372.929 13.6569C372.538 14.0474 372.538 14.6805 372.929 15.0711C373.319 15.4616 373.953 15.4616 374.343 15.0711L380.707 8.70711ZM0 9H1.97917V7H0L0 9ZM5.9375 9H9.89583V7H5.9375V9ZM13.8542 9H17.8125V7H13.8542V9ZM21.7708 9H25.7292V7H21.7708V9ZM29.6875 9H33.6458V7H29.6875V9ZM37.6042 9H41.5625V7H37.6042V9ZM45.5208 9H49.4792V7H45.5208V9ZM53.4375 9H57.3958V7H53.4375V9ZM61.3542 9H65.3125V7H61.3542V9ZM69.2708 9H73.2292V7H69.2708V9ZM77.1875 9H81.1458V7L77.1875 7V9ZM85.1042 9H89.0625V7H85.1042V9ZM93.0208 9H96.9792V7H93.0208V9ZM100.938 9H104.896V7H100.938V9ZM108.854 9H112.813V7H108.854V9ZM116.771 9H120.729V7H116.771V9ZM124.688 9H128.646V7H124.688V9ZM132.604 9L136.563 9V7H132.604V9ZM140.521 9H144.479V7H140.521V9ZM148.438 9H152.396V7H148.438V9ZM156.354 9H160.312V7H156.354V9ZM164.271 9H168.229V7H164.271V9ZM172.187 9H176.146V7L172.187 7V9ZM180.104 9H184.062V7H180.104V9ZM188.021 9H191.979V7H188.021V9ZM195.937 9H199.896V7H195.937V9ZM203.854 9H207.812V7H203.854V9ZM211.771 9H215.729V7H211.771V9ZM219.687 9H223.646V7H219.687V9ZM227.604 9H231.562V7H227.604V9ZM235.521 9H239.479V7H235.521V9ZM243.437 9H247.396V7H243.437V9ZM251.354 9H255.312V7H251.354V9ZM259.271 9H263.229V7H259.271V9ZM267.187 9H271.146V7H267.187V9ZM275.104 9H279.062V7H275.104V9ZM283.021 9H286.979V7H283.021V9ZM290.937 9H294.896V7H290.937V9ZM298.854 9H302.812V7H298.854V9ZM306.771 9H310.729V7H306.771V9ZM314.688 9H318.646V7H314.688V9ZM322.604 9H326.563V7H322.604V9ZM330.521 9H334.479V7H330.521V9ZM338.438 9H342.396V7H338.438V9ZM346.354 9H350.313V7H346.354V9ZM354.271 9H358.229V7H354.271V9ZM362.188 9H366.146V7H362.188V9ZM370.104 9H374.063V7H370.104V9ZM378.021 9H380V7H378.021V9Z" fill="%230F1B24" fill-opacity="0.5"/></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    left: 155px;
}

.how-number {
    font-size: 42px;
    font-weight: 400;
    line-height: 150%;
}

.how-content {
    max-width: 401px;
    margin-left: 16px;
}

.how-item__icon img {
    max-width: 64px;
}

.how-item__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin: 32px 0 16px;
}

.how-item__title span {
    color: var(--green);
}

/* Ready Scrolling */
.ready-scrolling {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: var(--green-background);
    padding: 80px 0;
}

.scrolling-content {
    width: 100%;
    display: flex;
    width: max-content;
    animation-name: scroll-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.scrolling-wrapper:hover .scrolling-content {
    animation-play-state: paused;
}

.scrolling-slide {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ready-slide .temporarily-btn {
    display: flex;
    align-items: center;
}

.tel-icon-green {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9882 15.1079C19.8099 16.463 19.1444 17.7068 18.1161 18.607C17.0878 19.5073 15.7669 20.0024 14.4001 20C6.46007 20 9.04873e-06 13.5399 9.04873e-06 5.59985C-0.00244096 4.23313 0.492701 2.91225 1.39296 1.88391C2.29321 0.855574 3.53701 0.190106 4.89206 0.0117978C5.23471 -0.0300417 5.58171 0.0400599 5.88125 0.211638C6.18079 0.383216 6.41681 0.647069 6.55407 0.963807L8.66609 5.67885V5.69085C8.77118 5.93331 8.81458 6.19802 8.79242 6.46134C8.77026 6.72466 8.68322 6.97839 8.53909 7.19987C8.52109 7.22687 8.50209 7.25187 8.48209 7.27687L6.40007 9.74489C7.14908 11.2669 8.74109 12.8449 10.2831 13.5959L12.7171 11.5249C12.741 11.5048 12.7661 11.4861 12.7921 11.4689C13.0134 11.3213 13.268 11.2312 13.5329 11.2068C13.7978 11.1823 14.0646 11.2243 14.3091 11.3289L14.3221 11.3349L19.0332 13.4459C19.3505 13.5827 19.615 13.8185 19.7871 14.1181C19.9593 14.4177 20.0298 14.7649 19.9882 15.1079Z" fill="%233FA420"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.ready-slide__text {
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--green);
    margin: 0 48px 0 40px;
}


/* Benefits */

.benefits-wrapper {
    display: flex;
    justify-content: space-between;
}

.benefits-content {
    max-width: 594px;
}

.benefits-content .title {
    margin-bottom: 32px;
}

.benefits-content p {
    max-width: 553px;
}

.benefits-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 680px;
}

.benefits-item {
    width: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.benefits-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.benefits-item__icon img {
    max-width: 96px;
}

.benefits-item__title {
    font-size: 20px;
    font-weight: 550;
    line-height: 140%;
    margin-left: 20px;
}

/* Solutions */
.solutions-border-top {
    border-top: 1px solid #BDEFA7;
    border-bottom: 1px solid #BDEFA7;
}

.solutions .title,
.solutions .subtitle {
    text-align: center;
}

.solutions .subtitle {
    margin-top: 24px;
}

.solutions-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 96px;
}

.solutions-item {
    width: calc(33% - 40px * 2 / 3);
    border-radius: 8px;
    background: rgba(239, 252, 233, 0.50);
    padding: 64px 32px 40px;
    position: relative;
}

.solutions-item__icon {
    position: absolute;
    top: -48px;
    left: calc(50% - 96px / 2);
}

.solutions-item__icon img {
    max-width: 96px;
}

.solutions-item__title {
    font-size: 24px;
    font-weight: 550;
    line-height: 140%;
    text-align: center
}

.solutions-item__block {
    border-radius: 8px;
    border: 1px solid rgba(63, 164, 32, 0.09);
    background: #FFF;
    margin-top: 24px;
    padding: 24px 28px;
}

.solutions-item__block-info {
    color: rgba(15, 27, 36, 0.40);
    font-size: 18px;
    font-weight: 550;
    line-height: 140%;
}

.solutions-item__block-bottom {
    display: flex;
    margin-top: 16px;
}

.asterisk-green {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: block;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.36702 8.40521L7.59721 12L1.36702 15.5947C1.01594 15.7973 0.895853 16.2455 1.09844 16.5966L2.56603 19.1372C2.76862 19.4878 3.21733 19.6084 3.56842 19.4058L9.7986 15.811V23.0001C9.7986 23.4052 10.1272 23.7334 10.5324 23.7334H13.4676C13.8728 23.7334 14.2014 23.4052 14.2014 23.0001V15.8106L20.4316 19.4053C20.7827 19.6079 21.2314 19.4874 21.434 19.1367L22.9016 16.5966C23.1041 16.246 22.9841 15.7973 22.633 15.5947L16.4028 12L22.633 8.40521C22.9841 8.20263 23.1041 7.75391 22.9016 7.40329L21.434 4.86272C21.2314 4.51209 20.7827 4.39201 20.4316 4.59414L14.2014 8.18888V0.999849C14.2014 0.594679 13.8728 0.26651 13.4676 0.26651H10.5324C10.1272 0.26651 9.7986 0.594679 9.7986 0.999849V8.18933L3.56842 4.59459C3.21733 4.39201 2.76862 4.51209 2.56603 4.86318L1.09844 7.40375C0.895853 7.75437 1.01594 8.20263 1.36702 8.40521Z" fill="%233FA420"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solutions-item__block-bottom .asterisk-green {
    margin-right: 16px;
}

.solutions-item__block-bottom p {
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 140%;
}

/* Ready Block */
.ready-block {
    background-color: var(--green-background);
    padding: 16px 0;
    overflow: hidden;
}

.ready-block .title {
    font-size: 32px;
}

.ready-block-wrapper {
    display: flex;
    align-items: center;
}

.ready-block-content {
    margin-left: 195px;
}

.ready-block-content__text {
    margin: 16px 0 32px;
}

.ready-block-left {
    position: relative;
}

.ready-vehicle-img {
    position: absolute;
    bottom: 0;
    left: 30px;
    max-width: 472px;

}


/* Rates */
.rates-wrapper {
    margin: 40px 0;
}

.tab_item {
    display: none;
}

.tab_item:first-child {
    display: block;
}

.rates-tabs {
    display: flex;
    margin-bottom: 40px;
}

.rates-tab {
    padding: 0 40px 16px;
    text-align: center;
    border-bottom: 2px solid #CECECE;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
}

.rates-tab.active {
    font-weight: 550;
    border-bottom: 2px solid var(--green);
}

.rates-table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    background-color: #fff;
}

.mobile-table {
    display: none;
}

.transit-table {
    text-align: center;
}

.rates-table tr th {
    font-weight: 550;
}

.rates-table tr th,
.rates-table tr td {
    padding: 14px 24px 14px 40px;
    font-size: 16px;
    line-height: 150%;
}

.rates-table tr:nth-child(odd) {
    background: rgba(239, 252, 233, 0.50);
}

.rates-under-text {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.table-view-more {
    display: none;
}


/* Partners */
.partners {
    overflow: hidden;
    background: var(--light-green-background);
}

.partners-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.partners-wrapper .title {
    max-width: 486px;
}

.partners-text {
    max-width: 697px;
}

.partners-logos {
    margin-top: 120px;
}

.partners-logos__slide-item {
    line-height: 0;
    width: 215px;
    text-align: center;
    margin: 0 40px;
}

.partners-logos__slide-item img {
    max-width: 100%;
    max-height: 44px;
    width: auto;
}

/* Feedback */
.feedback-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.video-wrapper {
    position: relative;
    cursor: pointer;
}

.feedback-video-wrapper {
    background: var(--light-green-background);
    padding: 32px 108px;
    transition: var(--trans);
}

.feedback-video-wrapper:hover {
    background: var(--green-background);
}

.feedback-video-wrapper video {
    width: 360px;
    height: 640px;
    display: block;
}

.play-button,
.pause-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--trans);
    opacity: 0.6;
    pointer-events: none;
}

.video-wrapper:hover .play-button,
.video-wrapper.playing:hover .pause-button {
    opacity: 0.8;
}

.play-button {
    width: 71px;
    height: 82px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 71 82" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M69 37.5359C71.6667 39.0755 71.6667 42.9245 69 44.4641L6 80.8372C3.33334 82.3768 0 80.4523 0 77.3731V4.62693C0 1.54773 3.33334 -0.376769 6 1.16283L69 37.5359Z" fill="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pause-button {
    opacity: 0;
    pointer-events: none;
    width: 56px;
    height: 67px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 56 67" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="19.1255" height="67" rx="4" fill="white"/><rect x="36.001" width="19.1255" height="67" rx="4" fill="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.video-wrapper.playing .play-button {
    opacity: 0;
}

.feedback-slider {
    width: 930px;
}

.feedback-item {
    border-radius: 4px;
    border: 1px solid #BDEFA7;
    padding: 40px 32px;
    margin: 0 8px 24px;
}

.feedback-item-bottom {
    margin-top: 40px;
    display: flex;
}

.feedback-item__image {
    margin-right: 24px;
}

.feedback-item__image img {
    border-radius: 26px;
    max-width: 52px;
}

.feedback-item__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.feedback-item__city {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
}

.slick-arrow {
    font-size: 0;
    border: none;
    outline: none;
    width: 52px;
    height: 52px;
    background: none;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="51" height="51" rx="25.5" stroke="%233FA420"/><path d="M26 35.8995L16.1005 26M16.1005 26L26 16.1005M16.1005 26L35.8995 26" stroke="%233FA420"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: var(--trans);
}

.slick-arrow:hover {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="51" height="51" rx="25.5" stroke="%232C711A"/><path d="M26 35.8995L16.1005 26M16.1005 26L26 16.1005M16.1005 26L35.8995 26" stroke="%232C711A"/></svg>');
}

.feedback-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
}

.slick-next {
    transform: rotate(180deg);
}

.feedback-slider .slick-prev {
    right: 84px;
}


/* States Block */
.statesBlock {
    padding: 122px 0 53px;
    overflow: hidden;
}

.statesBlock .subtext {
    max-width: 437px;
    margin-top: 32px;
}

.statesBlock-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 128px;
}

.states-map {
    line-height: 0;
    position: relative;
}

.shipping-states-map {
    margin-bottom: -75px;
    max-width: 100%;
    height: auto;
}

.states-background-top {
    position: absolute;
    top: -416px;
    left: -328px;
    z-index: -1;
}

.states-background-bottom {
    position: absolute;
    bottom: -221px;
    left: 113px;
    z-index: -1;
}

.states-background-top-small {
    display: none;
}

.states-info {
    margin-top: 34px;
    width: 429px;
    background: #F6F6F6;
    border-radius: 8px;
    padding: 40px 32px 44px;
    z-index: 1;
}

.states-info-content {
    padding-bottom: 32px;
    margin-bottom: 40px;
    border-bottom: 1px solid #BDEFA7;
}

.states-info__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

.states-info__title span {
    text-transform: capitalize;
}

.states-info__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.states-info__item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.states-info__item p strong {
    font-weight: 550;
}

.states-info-buttons {
    text-align: center;
}

.states-info-buttons .temporarily-btn {
    width: 100%;
}

.states-info__more {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: var(--green);
    text-decoration: none;
    transition: var(--trans);
    text-transform: capitalize;
}

.states-info__more:hover {
    color: var(--green-dark);
}

.state-item {
    cursor: pointer;
}

.state-item path {
    /* cursor: pointer; */
    transition: var(--trans);
}

.state-item:hover .state-item__area {
    fill: #93E373;
}

#state_full_name {
    position: absolute;
    display: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    border: 1px solid var(--green);
    border-radius: 34px;
    padding: 16px 24px;
    padding: 13px 23px 12px;
}

.states-slider-mobile {
    display: none;
}

/* Calculated */
.calculated {
    background-color: var(--light-green-background);
}

.calculated-wrapper {
    display: flex;
    justify-content: space-between;
}

.calculated-left {
    max-width: 523px;
}

.calculated-left__img {
    margin-top: 48px;
}

.calculated-left__img img {
    max-width: 100%;
}

.calculated-content {
    max-width: 914px;
}

.calculated-content p {
    margin-bottom: 16px;
}

.calculated-content .temporarily-btn {
    margin-top: 24px;
}

.services {
    padding-bottom: 0 !important;
}

.services-content {
    max-width: 553px;
}

.services-content .title {
    margin-bottom: 32px;
}

.services-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    margin-top: 80px;
    padding-bottom: 80px;
    color: var(--black);
    border-bottom: 1px solid #BDEFA7;
}

.services-item:nth-child(even) {
    flex-direction: row-reverse;
}

.services-item-content {
    max-width: 997px;
}

.services-item__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.services-item-content p {
    margin-bottom: 16px;
}

.services-item-content .temporarily-btn {
    margin-top: 16px;
}

.services-item__img {
    position: relative;
}

.services-item__img img {
    max-width: 523px;
    border-radius: 4px;
}

.services-item:hover .temporarily-btn {
    background-color: var(--green-dark);
}


/* Blog block*/
.mainBlog-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.mainBlog-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.mainBlog-item {
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    text-decoration: none;
    border-bottom: 1px solid #BDEFA7;
}

.mainBlog-item:last-child {
    margin-bottom: 0;
}

.mainBlog-item__img {
    width: 240px;
    min-width: 240px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.mainBlog-item__img img {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    transition: var(--trans);
}

.mainBlog-item:hover .mainBlog-item__img img {
    scale: 1.05;
    opacity: 0.8;
}

.mainBlog-item-content {
    margin-left: 16px;
    width: 524px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainBlog-item__title {
    font-size: 20px;
    font-weight: 550;
    line-height: 140%;
    color: var(--black);
    margin-bottom: 8px;
}

.mainBlog-item__text {
    color: rgba(15, 27, 36, 0.50);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainBlog-item-bottom {
    padding-right: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainBlog-item__date,
.mainBlog-item__readtime {
    color: rgba(15, 27, 36, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.mainBlog-item__readtime {
    position: relative;
}

.mainBlog-item__readtime::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.172 15.172L12.005 12.005V5.672" stroke="%230F1B24" stroke-opacity="0.5" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/><path d="M12 21.5C14.5196 21.5 16.9359 20.4991 18.7175 18.7175C20.4991 16.9359 21.5 14.5196 21.5 12C21.5 9.48044 20.4991 7.06408 18.7175 5.28249C16.9359 3.50089 14.5196 2.5 12 2.5C9.48044 2.5 7.06408 3.50089 5.28249 5.28249C3.50089 7.06408 2.5 9.48044 2.5 12C2.5 14.5196 3.50089 16.9359 5.28249 18.7175C7.06408 20.4991 9.48044 21.5 12 21.5Z" stroke="%230F1B24" stroke-opacity="0.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -1px;
    left: -32px;
}

.mainBlog-video {
    width: 780px;
}

.mainBlog-video .mainBlog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mainBlog-video .mainBlog-item__title {
    font-size: 24px;
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 0;
}

.mainBlog-video .mainBlog-item__img,
.mainBlog-video .mainBlog-item-content {
    width: 100%;
    margin-left: 0;
}

.mainBlog-video .mainBlog-item__date,
.mainBlog-video .mainBlog-item__readtime {
    font-size: 16px;
}

.mainBlog-item__video {
    height: 471px;
    width: 100%;
    position: relative;
}

.mainBlog-item__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.mainBlog-bottom-btn {
    display: none;
}

/* FAQ */

.faq {
    background-color: var(--green-background);
}

.faq .title {
    text-align: center
}

.faq-items {
    margin-top: 40px;
}

.faq-item {
    border-bottom: 1px solid var(--black);
    margin-bottom: 16px;
    transition: var(--trans);
}

.faq-item summary {
    cursor: pointer;
    padding: 24px 0px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.faq-item[open] summary {
    padding-bottom: 16px;
}

.faq-item summary::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5V19" stroke="%230F1B24" stroke-linecap="round"/><path d="M5 12H19" stroke="%230F1B24" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 24px;
    right: 16px;
    transition: var(--trans);
}

.faq-item[open] summary::after {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19" stroke="%230F1B24" stroke-linecap="round"/></svg>');
}


.faq-item summary:hover::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5V19" stroke="%233FA420" stroke-linecap="round"/><path d="M5 12H19" stroke="%233FA420" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 24px;
    right: 16px;
}

.faq-item[open] summary:hover::after {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19" stroke="%233FA420" stroke-linecap="round"/></svg>');
}

.faq-item summary h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    max-width: calc(100% - 60px);
    transition: var(--trans);
}

.faq-item summary:hover h3 {
    color: var(--green)
}

.faq-item:hover {
    border-bottom: 1px solid var(--green);
}

.faq-item p {
    max-width: calc(100% - 60px);
    padding-bottom: 24px;
}

/* Shipping Services */
.shipping-services-container {
    width: auto;
    padding-left: var(--white-space-container);
}

.services-slider {
    margin-top: 40px;
    margin-left: -22px;
    padding-bottom: calc(40px + 52px);
}

.services-slider .slick-list {
    padding-left: 0px !important;
}

.shipping-services__item {
    height: 300px;
    margin: 0 12px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #EFFCE9;
    padding: 24px 24px 29px 24px;
    text-decoration: none;
    color: var(--black);
    position: relative;
}

.shipping-services__item-top {
    display: flex;
    justify-content: space-between;
}

.shipping-services__item-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    width: 222px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.shipping-services__item:hover .shipping-services__item-title {
    color: #fff;
}

.shipping-services__item-img {
    width: 223px;
    height: 112px;
    position: absolute;
    top: 24px;
    right: 24px;
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.shipping-services__item:hover .shipping-services__item-img {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
}

.shipping-services__item-img::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.shipping-services__item:hover .shipping-services__item-img::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.shipping-services__item-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    transition: var(--trans);
}

.shipping-services__item-more {
    position: relative;
    color: var(--green);
    font-size: 16px;
    font-weight: 550;
    line-height: 18px;
    text-transform: capitalize;
    display: block;
    text-align: right;
    padding-right: 34px;
    position: absolute;
    bottom: 29px;
    right: 24px;
    transition: all 0.3s ease;
    z-index: 2;
}

.shipping-services__item:hover .shipping-services__item-more {
    color: #fff;
    bottom: calc(50% - 9px);
    right: calc(50% - 70px);
}

.shipping-services__item-more::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 12.0001C5 11.8675 5.05268 11.7403 5.14645 11.6465C5.24021 11.5528 5.36739 11.5001 5.5 11.5001H17.293L14.146 8.3541C14.0521 8.26021 13.9994 8.13288 13.9994 8.0001C13.9994 7.86733 14.0521 7.73999 14.146 7.6461C14.2399 7.55221 14.3672 7.49947 14.5 7.49947C14.6328 7.49947 14.7601 7.55221 14.854 7.6461L18.854 11.6461C18.9006 11.6925 18.9375 11.7477 18.9627 11.8085C18.9879 11.8692 19.0009 11.9343 19.0009 12.0001C19.0009 12.0659 18.9879 12.131 18.9627 12.1917C18.9375 12.2525 18.9006 12.3077 18.854 12.3541L14.854 16.3541C14.7601 16.448 14.6328 16.5007 14.5 16.5007C14.3672 16.5007 14.2399 16.448 14.146 16.3541C14.0521 16.2602 13.9994 16.1329 13.9994 16.0001C13.9994 15.8673 14.0521 15.74 14.146 15.6461L17.293 12.5001H5.5C5.36739 12.5001 5.24021 12.4474 5.14645 12.3537C5.05268 12.2599 5 12.1327 5 12.0001Z" fill="%233FA420"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3px;
    right: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.shipping-services__item:hover .shipping-services__item-more::before {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 12.0001C5 11.8675 5.05268 11.7403 5.14645 11.6465C5.24021 11.5528 5.36739 11.5001 5.5 11.5001H17.293L14.146 8.3541C14.0521 8.26021 13.9994 8.13288 13.9994 8.0001C13.9994 7.86733 14.0521 7.73999 14.146 7.6461C14.2399 7.55221 14.3672 7.49947 14.5 7.49947C14.6328 7.49947 14.7601 7.55221 14.854 7.6461L18.854 11.6461C18.9006 11.6925 18.9375 11.7477 18.9627 11.8085C18.9879 11.8692 19.0009 11.9343 19.0009 12.0001C19.0009 12.0659 18.9879 12.131 18.9627 12.1917C18.9375 12.2525 18.9006 12.3077 18.854 12.3541L14.854 16.3541C14.7601 16.448 14.6328 16.5007 14.5 16.5007C14.3672 16.5007 14.2399 16.448 14.146 16.3541C14.0521 16.2602 13.9994 16.1329 13.9994 16.0001C13.9994 15.8673 14.0521 15.74 14.146 15.6461L17.293 12.5001H5.5C5.36739 12.5001 5.24021 12.4474 5.14645 12.3537C5.05268 12.2599 5 12.1327 5 12.0001Z" fill="%23FFFFFF"/></svg>');
}

.services-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    margin-right: var(--white-space-container);
}

.services-slider .slick-prev {
    right: 75px;
}

.services-slider .slick-next {
    right: -8px;
}

.call-box {
    display: flex;
    align-items: center;
}

#form_loader {
    display: none;
}

/* Responsive */

@media screen and (max-width: 1640px) {

    /* Head */
    .head {
        height: auto;
    }

    .head-content {
        padding-bottom: 60px;
        max-width: 740px;
    }

    .head-title {
        font-size: 66px;
    }

    .head-image {
        margin-right: -70px;
    }

    .head-image img {
        max-width: 730px;
    }

    .head-benefits {
        margin: 50px 0 48px;
    }

    /* Vehicles */

    .vehicles-item {
        width: calc(100% / 7 - (16px * 6) / 7);
    }

    /* How */
    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        width: 290px;
        background-size: cover;
        background-position: right;
    }

    /* Partners */
    /* .scrolling-content {
        animation: scroll-left 10s linear infinite;
    } */

    /* Feedback */
    .feedback-slider {
        width: 800px;
    }

    /* statesBlock */
    .statesBlock-box {
        padding-left: 0px;
    }

    .states-info {
        width: 380px;
    }

    /* Calculated */
    .calculated-content {
        max-width: 820px;
    }

    /* Services */
    .services-item-content {
        max-width: 840px;
    }

    /* Blog */
    .mainBlog-item-content {
        width: 340px;
    }
}

@media screen and (max-width: 1439px) {

    /* Head */
    .head-image {
        margin-right: -150px;
    }

    .head-image img {
        max-width: 650px;
    }

    .head-content {
        padding-top: 0;
        max-width: 670px;
    }

    .head-title {
        font-size: 60px;
    }

    /* How */
    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        left: 130px;
        width: 240px;
    }

    /* Benefits */
    .benefits-item {
        width: 270px;
    }

    .benefits-items {
        width: 560px;
    }

    .benefits-content {
        width: 550px;
    }

    /* Solutions */
    .solutions-item {
        width: calc(33% - 12px * 2 / 3);
        padding: 64px 16px 40px;
    }

    /* Readby Block */
    .ready-block-content {
        margin-left: 125px;
    }

    /* Partners */
    .partners-wrapper .title {
        max-width: 450px;
    }

    .partners-text {
        max-width: 600px;
    }

    /* .scrolling-content {
        animation: scroll-left 8s linear infinite;
    } */

    /* Feedback */
    .feedback-video-wrapper {
        padding: 32px;
    }

    .feedback-slider {
        width: 725px;
    }

    /* statesBlock */
    .statesBlock-box {
        flex-direction: column;
        padding-left: 0;
        margin-top: 0px;
    }

    .states-info {
        width: 800px;
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .states-info-content {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        padding-right: 40px;
        margin-right: 40px;
        border-right: 1px solid #BDEFA7;
    }

    .states-info-content {
        width: 450px;
    }

    .shipping-states-map {
        margin-bottom: 0;
    }

    .states-background-bottom {
        bottom: -146px;
    }

    .states-info__title {
        height: 32px;
    }

    .states-map {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .states-background-top {
        display: none;
    }

    .states-background-top-small {
        display: block !important;
        position: absolute;
        top: -836px;
        left: -262px;
        z-index: -1;
    }

    /* Calculated */
    .calculated-content {
        max-width: 650px;
    }

    .calculated-left {
        max-width: 490px;
    }

    /* Services */
    .services-item__img img {
        max-width: 440px;
    }

    .services-item-content {
        max-width: 700px;
    }

    /* Blog */
    .mainBlog-item-content {
        width: 320px;
    }

    .mainBlog-video {
        width: 570px;
    }

    .mainBlog-item__video {
        height: 330px;
    }
}

@media screen and (max-width: 1199px) {

    /* Head */
    .head-wrapper {
        flex-direction: column-reverse;
        padding: 32px 0 100px;
        text-align: center;
    }

    .head-image {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .head-content {
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
        padding-bottom: 0;
    }

    .head-title {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .head-benefits::before {
        width: 300px;
        left: calc(50% - 150px);
    }

    .call-box {
        justify-content: center;
    }

    /* Vehicles */
    .vehicles-container {
        width: 100%;
        margin-left: 0;
        padding-left: var(--white-space-container);
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .vehicles-container::-webkit-scrollbar {
        display: none;
    }

    .vehicles-item {
        width: 200px;
        min-width: 200px;
        margin-right: 16px;
    }

    /* How */
    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        width: 175px;
    }

    .how-item__title,
    .how-subtitle {
        font-size: 24px;
    }

    /* Benefits */
    .benefits-content {
        width: 450px;
    }

    .benefits-items {
        width: 480px;
    }

    .benefits-item__icon img {
        max-width: 80px;
    }

    .benefits-item__title {
        font-size: 18px;
        margin-left: 16px;
    }

    .benefits-item {
        width: 235px;
    }

    /* Solutions */
    .solutions-wrapper {
        flex-direction: column;
    }

    .solutions-item {
        width: 100%;
        margin-bottom: 95px;
    }

    .solutions-item:last-child {
        margin-bottom: 0;
    }

    .solutions-item-main {
        display: flex;
        justify-content: space-between;
    }

    .solutions-item__block {
        width: calc(50% - 8px);
    }

    /* Readby Block */
    .ready-block-content {
        margin-left: 60px;
    }

    .ready-block .call-box .temporarily-btn-transparent,
    .ready-block .call-box .temporarily-btn {
        min-width: auto;
        padding: 19px 14px 17px;
    }

    .call-box .temporarily-btn-transparent {
        margin-right: 12px;
    }


    /* Partners */
    .partners-text {
        max-width: 470px;
    }

    /* Feedback */
    .feedback-slider {
        width: 600px;
    }

    .feedback-video-wrapper video {
        width: 300px;
        height: 533px;
    }

    .feedback-video-wrapper {
        padding: 48px 24px;
    }

    /* statesBlock */
    .statesBlock {
        padding: 90px 0;
    }

    .states-background-top-small {
        top: -839px;
        left: -279px;
    }

    .states-background-bottom {
        bottom: -146px;
        left: 101px;
    }

    /* Calculated */
    .calculated-wrapper {
        flex-direction: column;
    }

    .calculated-left,
    .calculated-content {
        max-width: 100%;
    }

    .calculated-left__img {
        text-align: center;
        margin-top: 32px;
    }

    .calculated-left__img img {
        max-width: 280px;
    }

    .calculated-content {
        margin-top: 40px;
    }

    /* Services */
    .services-item__img img {
        max-width: 380px;
    }

    .services-item-content {
        max-width: 550px;
    }

    .services-item {
        margin-top: 40px;
        padding-bottom: 64px;
        align-items: center;
    }

    /* Blog */
    .mainBlog-wrapper {
        flex-direction: column;
    }

    .mainBlog-video {
        width: 100%;
    }

    .mainBlog-item__video {
        height: 540px;
    }

    .mainBlog-elements {
        margin-top: 32px;
    }

    .mainBlog-item-content {
        width: auto;
    }

    /* Shipping Services */
    .shipping-services__item {
        margin: 0 10px;
    }

    .shipping-services__item-title {
        width: 205px;
    }

    .services-slider {
        margin-left: -18px;
    }
}

@media screen and (max-width: 1023px) {
    .block-padding {
        padding: 100px 0;
    }

    .title {
        font-size: 32px;
    }

    /* Head */
    .head-image img {
        max-width: 540px;
    }

    .head-title {
        font-size: 48px;
        max-width: 650px;
    }

    .head-benefits {
        margin: 42px 0 32px;
        padding-top: 24px;
    }

    /* How */
    .how-item__title,
    .how-subtitle {
        font-size: 20px;
    }

    .how-subtitle {
        margin-top: 24px;
    }

    .how-number {
        font-size: 32px;
    }

    .how-content {
        margin-left: 8px;
    }

    .how-item__title {
        margin: 20px 0 12px;
    }

    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        left: 110px;
        width: 110px;
    }

    /* Ready Scrolling */
    .ready-scrolling {
        padding: 24px 0;
    }

    .ready-slide__text {
        font-size: 36px;
        margin: 0 48px 0 32px;
    }

    /* Benefits */
    .benefits-wrapper {
        flex-direction: column;
    }

    .benefits-content {
        width: auto;
        max-width: 550px;
    }

    .benefits-content .title {
        margin-bottom: 24px;
    }

    .benefits-items {
        margin-top: 48px;
        width: 664px;
    }

    .benefits-item {
        width: 300px;
        margin-bottom: 40px;
    }

    .benefits-item__icon img {
        max-width: 96px;
    }

    /* Solutions */
    .solutions-item {
        padding: 48px 20px 24px;
    }

    .solutions-item__icon img {
        max-width: 80px;
    }

    .solutions-item__icon {
        top: -40px;
        left: calc(50% - 80px / 2);
    }

    .solutions-item__block {
        margin-top: 16px;
        padding: 18px;
    }

    /* Readby Block */
    .ready-block {
        padding: 80px 0;
    }

    .ready-map-img {
        max-width: 300px;
    }

    .ready-vehicle-img {
        max-width: 293px;
        left: 15px;
    }

    .ready-block .title {
        font-size: 28px;
    }

    .ready-block-content {
        margin-left: 40px;
    }

    .ready-block .call-box {
        flex-direction: column;
    }

    .ready-block .call-box .temporarily-btn-transparent {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .ready-block .call-box .temporarily-btn-transparent,
    .ready-block .call-box .temporarily-btn {
        width: 240px;
        padding: 19px 24px 17px;
    }

    /* Rates */
    .rates-table tr th,
    .rates-table tr td {
        padding: 14px 5px;
        text-align: center;
    }

    /* Partners */
    .partners-text {
        max-width: 348px;
    }

    .partners-wrapper .title {
        max-width: 348px;
    }

    .partners-logos {
        margin-top: 80px;
    }

    /* .scrolling-content {
        animation: scroll-left 6s linear infinite;
    } */

    /* Feedback */
    .feedback-wrapper {
        flex-direction: column;
    }

    .feedback-video-block {
        position: relative;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .feedback-video-wrapper {
        padding: 20px;
    }

    .feedback-slider {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 84px;
    }

    .feedback-slider .slick-list {
        margin-left: -24px;
    }

    .feedback-slide {
        margin-left: 24px;
    }

    .feedback-item-bottom {
        margin-top: 32px;
    }

    .feedback-item {
        margin: 0;
        padding: 24px 20px;
    }

    .feedback-slider .slick-prev {
        left: calc(50% - 52px - 18px);
        right: auto;
    }

    .feedback-slider .slick-next {
        right: calc(50% - 52px - 18px);
    }

    /* States Block*/
    .states-info {
        width: 100%;
    }

    .states-info-content {
        width: 390px;
    }

    .states-info__item:last-child {
        margin-bottom: 0;
    }

    .states-map {
        margin-top: 90px;
    }

    .states-map svg {
        width: 100%;
        height: auto;
    }

    .states-background-top-small {
        width: 1094px;
        top: -652px;
        left: -227px;
    }

    .states-background-bottom {
        bottom: -109px;
        left: 81px;
        width: 400px;
    }

    /* Services */
    .services-item,
    .services-item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .services-item__img {
        width: 100%;
        height: 330px;
        position: relative;
        overflow: hidden;
    }

    .services-item__img img {
        position: absolute;
        bottom: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .services-item-content {
        max-width: 100%;
        margin-top: 24px;
    }

    /* Blog */
    .mainBlog-item__video {
        height: 400px;
    }

    .mainBlog-video .mainBlog-item__title {
        font-size: 20px;
    }

    .mainBlog-video .mainBlog-item__date,
    .mainBlog-video .mainBlog-item__readtime,
    .mainBlog-item__date,
    .mainBlog-item__readtime {
        font-size: 14px;
    }

    /* FAQ */
    .faq-item {
        margin-bottom: 0;
    }

    .faq-item:hover {
        border-bottom: 1px solid var(--black);
    }

    .faq-item summary:hover h3 {
        color: var(--black);
    }

    .faq-item summary:hover::after {
        background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5V19" stroke="%230F1B24" stroke-linecap="round"/><path d="M5 12H19" stroke="%230F1B24" stroke-linecap="round"/></svg>');
    }

    .faq-item[open] summary:hover::after {
        background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19" stroke="%230F1B24" stroke-linecap="round"/></svg>');
    }

    /* Shipping Services */
    .shipping-services__item-title {
        width: 222px;
    }

    .services-slider {
        padding-bottom: 0;
        margin-top: 116px;
    }

    .services-slider .slick-arrow {
        bottom: auto;
        top: calc(-32px - 52px);
    }

    .shipping-services__item {
        height: 260px;
    }
}

@media screen and (max-width: 767px) {

    /* Head */
    .head-image img {
        max-width: 85%;
    }

    .head-title {
        font-size: 42px;
    }

    /* Vehicles */
    .vehicles-item {
        width: 165px;
        min-width: 165px;
        padding: 26px 16px;
        height: 160px;
    }

    .vehicles-item__title {
        font-size: 18px;
        margin-top: 8px;
    }

    /* How */
    .how-wrapper {
        flex-direction: column;
    }

    .how-content {
        max-width: none;
    }

    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        display: none;
    }

    .how-content {
        margin-left: 16px;
    }

    .how-item {
        margin-bottom: 32px;
    }

    .how-item:last-child {
        margin-bottom: 0;
    }

    /* Benefits */
    .benefits-items {
        width: 100%;
    }

    .benefits-item {
        width: 250px;
    }

    /* Solutions */
    .solutions-item-main {
        flex-direction: column;
    }

    .solutions-item__block {
        width: 100%;
    }

    /* Readby Block */
    .ready-block-wrapper {
        flex-direction: column;
    }

    .ready-block {
        padding: 40px 0;
    }

    .ready-block-content {
        margin-left: 0;
        margin-top: 32px;
        text-align: center;
        max-width: 430px;
    }

    /* Rates */
    .rates-tab {
        width: 50%;
        padding: 0 0px 16px;
    }

    /* Partners */
    .partners-wrapper {
        flex-direction: column;
    }

    .partners-text {
        margin-top: 24px;
    }

    .partners-wrapper .title,
    .partners-text {
        max-width: 100%;
    }

    .partners-logos {
        margin-top: 64px;
    }

    .partners-logos__slide-item {
        margin: 0 20px;
    }

    /* .scrolling-content {
        animation: scroll-left 4s linear infinite;
    } */

    /* States block */
    .states-info {
        flex-direction: column;
    }

    .statesBlock-box {
        flex-direction: column;
    }

    .states-info-content {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 28px;
        margin-bottom: 32px;
        border-bottom: 1px solid var(--black);
    }

    .states-info-buttons .btn {
        max-width: 365px;
        margin-left: auto;
        margin-right: auto;
    }

    .states-map {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .states-info__title {
        height: auto;
    }

    .states-background-top-small {
        width: 800px;
        top: -476px;
        left: -161px;
    }

    .states-background-bottom {
        bottom: -79px;
        left: 62px;
        width: 297px;
    }

    /* Blog */
    .mainBlog-item__video {
        height: 300px;
    }

    .mainBlog-item__img {
        width: 200px;
        min-width: 200px;
        height: 125px;
    }

    .mainBlog-item__title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .mainBlog-item__text {
        font-size: 14px;
    }

    .mainBlog-item-bottom {
        padding-right: 0;
    }

    /* Shipping Services */
    .shipping-services__item-img {
        width: 160px;
        height: 85px;
        top: 20px;
        right: 20px;
    }

    .shipping-services__item {
        padding: 20px;
        height: 210px;
    }

    .shipping-services__item-title {
        font-size: 20px;
        width: 160px;
    }

    .shipping-services__item-more {
        right: 20px;
        bottom: 25px;
    }
}

@media screen and (max-width: 574px) {

    .block-padding {
        padding: 64px 0;
    }

    .title {
        font-size: 28px;
    }

    /* Head */
    .head-title {
        font-size: 36px;
    }

    .head-wrapper {
        text-align: left;
        padding: 24px 0 100px;
    }

    .head-content {
        margin-top: 0;
    }

    .head-benefits::before {
        width: 100%;
        left: 0;
    }

    .head-benefits {
        margin: 20px 0 32px;
        padding-top: 20px;
    }

    /* .head-image {
        display: none;
    } */

    /* Ready Scrolling */
    .ready-slide__text {
        font-size: 30px;
    }

    /* Benefits */
    .benefits-item {
        flex-direction: column;
        align-items: flex-start;
        width: calc(50% - 10px);
    }

    .benefits-item__title {
        margin-left: 0;
        margin-top: 20px;
    }

    /* Readby Block */
    .ready-block {
        padding: 64px 0;
    }

    .ready-block-content {
        text-align: left;
    }

    .ready-block .title {
        font-size: 24px;
    }

    .ready-block-wrapper {
        align-items: flex-start;
    }

    .call-box .temporarily-btn-transparent {
        margin-right: 0;
    }

    .ready-block .call-box .temporarily-btn-transparent,
    .ready-block .call-box .temporarily-btn {
        width: 100%;
    }

    /* Rates */
    .rates-table {
        display: none;
    }

    .mobile-table {
        display: block;
    }

    .rates-tabs {
        margin-bottom: 32px;
    }

    .mobile-table-wrapper {
        padding: 16px 8px
    }

    .mobile-table__item {
        display: flex;
        align-items: center;
        margin-bottom: 8px
    }

    .mobile-table__item p {
        margin-bottom: 0;
        font-size: 16px
    }

    .mobile-table-wrapper .mobile-table__item:last-child {
        margin-bottom: 0
    }

    .mobile-table-title {
        width: 110px;
        margin-right: 60px;
        font-weight: 550;
    }

    .mobile-table .mobile-table-wrapper:nth-child(odd) {
        background: rgba(239, 252, 233, 0.50);
    }

    /* Partners */
    .partners-logos__slide-item {
        width: 156px;
    }

    .partners-logos__slide-item img {
        max-height: 32px;
    }

    /* Feedback */
    .feedback-slider,
    .feedback-wrapper {
        margin-top: 32px;
    }

    /* States block */
    .statesBlock {
        padding: 60px 0;
    }

    .states-map {
        margin: 0;
    }

    .shipping-states-map {
        display: none;
    }

    .statesBlock .subtext {
        margin-top: 16px;
    }

    .states-info {
        padding: 32px 20px 24px;
    }

    .states-info__title {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .states-info__item {
        margin-bottom: 4px;
    }

    .states-info__item p {
        font-size: 14px;
    }

    .statesBlock-box {
        margin-top: 0;
    }

    .states-map {
        line-height: normal;
        width: 100%;
        margin: 104px 0 20px;
    }

    .states-slider-mobile {
        display: block;
        margin-left: -10px;
        margin-right: -10px;
    }

    .states-table {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        border-top: 1px solid #ADADAD;
        border-left: 1px solid #ADADAD;
        margin: 0 10px;
    }

    .states-table__item {
        width: 50%;
        padding: 15px;
        line-height: 20px;
        border-bottom: 1px solid #ADADAD;
        border-right: 1px solid #ADADAD;
        text-transform: capitalize;
        cursor: pointer;
        text-align: center;
        background: transparent;
    }

    .states-table__item.active {
        background: var(--green);
        color: #fff;
    }

    .states-slider-mobile .slick-arrow {
        font-size: 0;
        border: none;
        cursor: pointer;
        position: absolute;
        top: -72px;
        right: 10px;
    }

    .states-slider-mobile .slick-prev {
        right: 84px;
    }

    .states-map {
        position: static;
    }

    .statesBlock {
        position: relative;
    }

    .states-background-bottom {
        bottom: -16px;
        left: calc(50% - 395px);
    }

    .states-background-top-small {
        top: -130px;
        left: calc(50% - 450px);
    }

    /* Calculated */
    .calculated-content {
        margin-top: 32px;
    }

    /* Services */
    .services-item__img {
        height: 200px;
    }

    .services-item__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .services-item {
        padding-bottom: 48px;
    }

    /* Blog */
    .mainBlog-top .temporarily-btn {
        display: none;
    }

    .mainBlog-wrapper {
        margin-top: 32px;
    }

    .mainBlog-item__video {
        height: 220px;
    }

    .mainBlog-video .mainBlog-item__title {
        font-size: 18px;
    }

    .mainBlog-item {
        flex-direction: column;
    }

    .mainBlog-item__img {
        width: 100%;
        height: 240px;
    }

    .mainBlog-item-content {
        margin-left: 0;
        width: 100%;
        margin-top: 16px;
    }

    .mainBlog-video .mainBlog-item__title {
        margin-top: 0;
    }

    .mainBlog-bottom-btn {
        display: inline-block;
        margin-top: 32px;
    }


    /* Shipping Services */
    .shipping-services__item {
        height: 205px;
    }
}

@media screen and (max-width: 410px) {

    /* Head */
    .head-image img {
        max-width: 90%;
    }

    /* Vehicles */
    .vehicles-item {
        width: 154px;
        min-width: 154px;
        height: auto;
    }

    .vehicles-item__title {
        margin-top: 4px;
        font-size: 17px;
    }

    .vehicles-item__img svg {
        max-width: 56px;
        height: auto;
    }

    /* How */
    .how-number {
        font-size: 28px;
        padding-top: 12px;
    }

    .how-item__title {
        margin: 16px 0 8px;
    }

    /* Solutions */
    .solutions-item__block-bottom p {
        font-size: 18px;
    }

    .solutions .title,
    .solutions .subtitle {
        text-align: left;
    }

    /* Rates */
    .mobile-table-title {
        margin-right: 40px;
    }

    /* Feedback */
    .feedback-video-wrapper {
        padding: 0;
        background-color: transparent;
    }

    .feedback-video-wrapper video,
    .feedback-video-block {
        width: 100%;
    }

    .feedback-video-wrapper video {
        height: auto;
    }

    /* Services */
    .services-item__img {
        height: 160px;
    }

    /* Blog */
    .mainBlog-item__img {
        height: 200px;
    }

    .mainBlog-item__video {
        height: 210px;
    }

    /* FAQ */
    .faq-item summary::after,
    .faq-item summary:hover::after {
        right: 0;
    }

    .faq-item summary {
        padding-right: 28px;
    }

    .faq-item p {
        max-width: 100%;
    }

    .faq-items {
        margin-top: 16px;
    }

    .faq-item summary h3 {
        font-size: 18px;
    }

    /* Shipping Services */
    .shipping-services__item-title {
        width: 142px;
    }

    .shipping-services__item-img {
        width: 150px;
        height: 78px;
    }
}

@media screen and (max-width: 359px) {

    .title {
        font-size: 26px;
    }

    /* Head */
    .head-image img {
        max-width: 100%;
    }

    .head-title {
        font-size: 32px;
    }

    .head-benefits li {
        font-size: 16px;
    }

    /* How */
    .how-content {
        margin-left: 8px;
    }

    /* Ready Scrolling */
    .ready-slide__text {
        font-size: 24px;
        margin: 0 32px 0 24px;
    }

    /* Benefits */
    .benefits-items {
        margin-top: 36px;
    }

    .benefits-item__icon img {
        max-width: 85px;
    }

    /* Solutions */
    .asterisk-green {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .solutions-item__block-bottom .asterisk-green {
        margin-right: 12px;
    }

    .solutions-item__block-bottom p {
        font-size: 17px;
    }

    /* Readby Block */
    .ready-map-img {
        max-width: 290px;
    }

    .ready-vehicle-img {
        max-width: 274px;
    }

    .ready-block .title {
        font-size: 21px;
    }

    /* Rates */
    .rates-tab {
        font-size: 16px;
    }

    .mobile-table__item p {
        font-size: 15px;
    }

    .mobile-table-title {
        margin-right: 28px;
    }

    .mobile-table__item {
        margin-bottom: 4px;
    }

    /* Services */
    .services-item__img {
        height: 140px;
    }

    /* Blog */
    .mainBlog-video .mainBlog-item__title,
    .mainBlog-item__title {
        font-size: 17px;
    }

    .mainBlog-item__video {
        height: 190px;
    }

    .mainBlog-item__img {
        height: 180px;
    }

    .faq-item summary h3 {
        font-size: 17px;
    }

    .faq-item p {
        font-size: 14px;
    }

    /* Shipping Services */
    .shipping-services__item {
        padding: 16px;
        height: 170px;
    }

    .shipping-services__item-img {
        right: 16px;
        top: 16px;
    }

    .shipping-services__item-more {
        right: 16px;
        bottom: 21px;
    }

    .shipping-services__item-title {
        font-size: 18px;
        width: 130px;
    }

    .shipping-services__item-img {
        width: 130px;
        height: 70px;
    }

    .shipping-services__item:hover .shipping-services__item-more {
        bottom: 60px;
    }
}