body {
    background: #1E222B;
}

.logo a img {
    width: 195px;
}


/* .header-btn {
    width: 180px;
    min-width: 180px;
} */

.header-menu li a {
    color: #FFFFFF;
}

.menu-item-has-children:after {
    background-image: url(../images/children-arrow-white.svg);
}

.header-menu .sub-menu {
    background: rgba(21, 30, 39, 0.97);
}

.call-btn,
.header-call {
    background: transparent;
    box-shadow: none;
}

.header-call {
    color: #FFFFFF;
    margin-right: 12px;
}

.call-btn:hover,
.header-call:hover {
    box-shadow: 0px 4px 4px rgba(247, 141, 32, 0.22);
}

.landing-head {
    margin-top: 58px;
    max-width: 790px;
}

.landing-head .btn img {
    margin-left: 11px;
}

.landing-head .step-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 68px;
    color: #FFFFFF;
}

.landing-head .step-list {
    color: #FFFFFF;
    margin: 38px 0px 48px;
}

.landing-head .step-list h3 {
    margin-bottom: 8px;
}

.landing-head .step-list h3:last-child {
    margin-bottom: 0;
}

.landing-up {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.move-choice {
    margin-top: 104px;
    padding: 26px 0px 46px;
    /* height: 270px; */
    background: rgba(21, 30, 39, 0.5);
    backdrop-filter: blur(5px);
}

.move-choice__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #F78D20;
}

.move-choice-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.move-choice__item {
    position: relative;
    padding: 11px;
    width: 180px;
    height: 134px;
    border: 1px solid #323232;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.move-choice__item:hover {
    border: 1px solid #F78D20;
}

.move-choice__item::before {
    content: '';
    height: 27px;
    position: absolute;
    bottom: 0px;
    left: -1px;
    border-left: 1px solid #F78D20;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.move-choice__item:hover::before {
    display: none;
}

.move-choice__item::after {
    content: '';
    width: 27px;
    position: absolute;
    bottom: -0.5px;
    left: 0px;
    border-bottom: 1px solid #F78D20;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.move-choice__item:hover::after {
    width: 100%;
    border-bottom: 4px solid #F78D20;
    border-radius: 0px 0px 4px 4px;
}

.move-choice__item svg:not(.stroke-icon) {
    transition: all 0.3s ease;
    fill: #B0B5BA;
}

.move-choice__item:hover svg:not(.stroke-icon) {
    fill: #FFFFFF;
}

.move-choice__item svg.stroke-icon {
    transition: all 0.3s ease;
    stroke: #B0B5BA;
    fill: transparent;
}

.move-choice__item:hover svg.stroke-icon {
    stroke: #FFFFFF;
}

.move-choice__item p {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 14px;
}

.title {
    color: #FFFFFF;
}

p {
    color: #A2A2A2;
}

.effortless {
    padding-top: 120px;
    padding-bottom: 150px;
}

.effortless .title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.effortless-subtitle {
    color: #A2A2A2;
}

.effortless-subtitle {
    margin: 18px auto 73px;
}

.effortless-landing {
    display: flex;
    justify-content: space-between;
}

.effortless-landing__item {
    width: calc(25% - 12px);
    background: #142B3B;
    text-align: center;
    padding: 30px 30px 28px;
}

.effortless-landing__item-img {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
}

.effortless-landing__item-img img {
    max-width: 50px;
    height: auto;
}

.effortless-landing__item p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.how-works {
    padding-bottom: 160px;
}

.how-works .title {
    margin-bottom: 96px;
}

.how-works-item {
    margin-bottom: 135px;
}

.how-works-item__title {
    color: #FFFFFF;
    margin-bottom: 18px;
}

.how-works-item__text {
    color: #FFFFFF;
    line-height: 28px;
}

.how-works-item__text a {
    color: #fff;
}

.how-works-item.how-works-second .how-works-content {
    width: 493px;
}

.how-works-item__img {
    position: relative;
    border-radius: 4px;
}

.how-works-item__img::before {
    content: '';
    width: 40px;
    height: 40px;
    background: #FFA412;
    border-radius: 4px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 0;
}

.how-works-item__img img {
    max-width: 576px;
    height: auto;
    border-radius: 4px;
    position: relative;
}


/*  */

.how-works-item.how-works-second .how-works-box {
    margin-bottom: 78px;
}

.how-works-item.how-works-second {
    margin-bottom: 158px;
}

.how-works-item.how-works-second .how-works-item__img::before {
    right: auto;
    left: -12px;
}


/*  */

.how-number {
    color: rgba(221, 227, 244, 0.1);
}

.how-works-box {
    margin-bottom: 60px;
    align-items: flex-start;
}

.questions-details {
    margin-top: 10px;
}

.questions-details summary {
    padding: 0;
    padding-left: 20px;
}

.blue-section {
    padding: 170px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cost-table tr:nth-child(even) {
    background: #FFFFFF;
}

.cost-tab {
    padding: 22px;
    width: 50%;
    color: #FFFFFF;
    margin-bottom: 0;
    border-bottom: none;
    /* border-top: 2px solid #656D7B; */
}

.cost-tab::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 2px;
    background: #656D7B;
}

.cost-tab.active::before {
    bottom: auto;
    top: -1px;
    border-radius: 2px;
    background: #F78D20;
    height: 2px;
}

.cost-tab.active {
    color: #F78D20;
}

.cost-tabs {
    background: #142B3B;
}

.transit-table {
    width: 100%;
}

.cost-wrapper {
    padding-top: 70px;
}

.under-text {
    font-size: 12px;
    line-height: 15px;
    color: #B9B9B9;
}

.shipping-services-item__title {
    color: #FFFFFF;
}

.transportation-services__item {
    height: auto;
}

.footer {
    background: #181C24;
}

.footer,
.footer-main-item h3,
.footer-main-item ul li a,
.footer-left__text,
.copyright {
    color: #fff;
}

.footer-main-item ul li a:hover {
    color: #F78D20;
}

.footer hr {
    background: #2C313C;
}

.transport-slider-modal,
.transport-landing {
    display: none !important;
}

.transport-slider-modal.active {
    display: block !important;
}

.questions-content {
    padding-bottom: 0;
}


/* Responsive */

@media screen and (max-width: 1199px) {
    .move-choice-wrapper {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .move-choice__item {
        width: 31%;
        margin-top: 26px;
    }
    .effortless-landing {
        flex-wrap: wrap;
    }
    .effortless-landing__item {
        width: calc(50% - 12px);
        margin-top: 24px;
        padding: 30px 120px 28px;
    }
    .effortless-subtitle {
        margin: 18px auto 55px;
    }
    .how-works-item__img img {
        max-width: 100%;
    }
    .how-works-content {
        width: 430px;
    }
    .how-works-item.how-works-second .how-works-content {
        width: 450px;
    }
    .how-works {
        padding-bottom: 130px;
    }
    .blue-section {
        padding: 110px 0px;
    }
    .landing-head {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .logo a img {
        width: 150px;
    }
    .landing-head .step-title {
        font-size: 52px;
        line-height: 60px;
    }
    .effortless-landing__item {
        padding: 30px 60px 28px;
    }
    .how-works-content,
    .how-works-item.how-works-second .how-works-content {
        width: 580px;
        margin-left: auto;
        margin-right: auto;
    }
    .how-works-item__img {
        margin-left: auto;
        margin-right: auto;
    }
    .how-works-second .how-works-box {
        flex-direction: column-reverse;
    }
    .effortless {
        padding-top: 110px;
        padding-bottom: 130px;
    }
    .how-works .title {
        margin-bottom: 70px;
    }
    .how-works-box,
    .how-works-item.how-works-second .how-works-box {
        margin-bottom: 40px;
    }
    .how-works-item,
    .how-works-item.how-works-second {
        margin-bottom: 120px;
    }
    .custom-logo-link img {
        /* max-width: 100%; */
        width: 145px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .landing-head {
        margin-top: 20px;
    }
    .landing-head .step-title {
        text-align: center;
    }
    .landing-head .step-list {
        width: 340px;
        margin: 28px auto 39px;
    }
    .landing-head .btn {
        margin-left: auto;
        margin-right: auto;
    }
    .move-choice {
        margin-top: 58px;
    }
    .move-choice__item {
        width: 32%;
        margin-top: 15px;
    }
    .effortless {
        padding-top: 70px;
        padding-bottom: 110px;
    }
    .effortless-landing__item {
        padding: 30px 15px 28px;
    }
    .effortless-subtitle {
        margin: 18px auto 30px
    }
    .how-works-content,
    .how-works-item.how-works-second .how-works-content {
        width: 100%;
    }
    .how-works-item__img {
        width: 420px;
    }
    .how-works {
        padding-bottom: 110px;
    }
    .blue-section {
        padding: 100px 0px;
    }
    .mobile-table-wrapper {
        background: #FFFFFF;
    }
    .mobile-table-title,
    .mobile-table-text {
        color: #043148;
    }
    .cost-tab {
        padding: 22px 5px;
    }
    .footer-main-item {
        border-top: 1px solid #2C313C;
    }
    .footer-main .footer-main-item:last-child {
        border-bottom: 1px solid #2C313C;
    }
    .burger-menu span {
        background-color: #fff;
    }
}

@media screen and (max-width: 575px) {
    .landing-head .step-title {
        font-size: 34px;
        line-height: 40px;
    }
    .landing-head .step-list {
        width: 100%;
        padding-left: 20px;
    }
    .move-choice__item {
        width: 47%;
        margin-top: 20px;
    }
    .landing-up {
        background-position: 26% center;
    }
    .effortless-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .effortless-landing__item {
        width: 100%;
        padding: 30px 80px 28px;
    }
    .effortless-landing__item {
        margin-top: 15px;
    }
    .how-works-item__img {
        width: 100%;
    }
    .how-works-item,
    .how-works-item.how-works-second {
        margin-bottom: 90px;
    }
    .how-works {
        padding-bottom: 70px;
    }
    .questions-details hr {
        margin: 18px 0px 15px;
    }
    .questions-details p {
        padding: 0;
        font-size: 16px;
        line-height: 28px;
    }
    .questions-details summary {
        padding: 0;
        line-height: 26px;
        font-size: 18px;
    }
    .questions-button {
        line-height: 26px;
        font-size: 18px;
    }
    .blue-section {
        padding: 70px 0px;
    }
    .cost-tab {
        font-size: 15px;
    }
    .custom-logo-link img {
        width: 127px;
    }
}

@media screen and (max-width: 410px) {
    .move-choice__item svg {
        max-width: 45px;
        height: auto;
    }
    .move-choice__item p {
        font-size: 18px;
        margin-top: 5px;
    }
    .move-choice__item {
        height: 118px;
    }
    .step-list {
        line-height: 24px;
    }
    .effortless {
        padding-top: 60px;
    }
    .effortless-landing__item p {
        font-size: 22px;
        line-height: 32px;
    }
    .effortless-landing__item {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 35px 28px;
    }
    .effortless-landing__item:first-child {
        margin-top: 0;
    }
    .effortless {
        padding-bottom: 80px;
    }
    .how-works {
        padding-bottom: 60px;
    }
    .cost-tab {
        font-size: 14px;
    }
    .how-works-item__img::before {
        top: -6px;
        right: -6px;
    }
    .how-works .title {
        margin-bottom: 40px;
    }
    .footer-left__text {
        margin-left: 30px;
    }
    .custom-logo-link img {
        max-width: 170px;
    }
}

@media screen and (max-width: 359px) {
    .landing-head .step-list {
        padding-left: 0;
    }
    .landing-head .btn {
        width: 270px;
    }
    .move-choice__item {
        width: 48%;
        margin-top: 12px;
    }
    .effortless-landing__item p {
        font-size: 20px;
        line-height: 28px;
    }
    .effortless-landing__item {
        padding: 30px 45px 28px;
    }
    .how-works-item__text {
        font-size: 14px;
        line-height: 24px;
    }
    .how-works-item,
    .how-works-item.how-works-second {
        margin-bottom: 70px;
    }
    .custom-logo-link img {
        max-width: 135px;
    }
}