@import url('./variables.css');

/* Promo */

.promo {
    position: relative;
}
.promo-wrapper {
    box-sizing: border-box;
    min-height: 590px;
    padding-top: 4.6875rem;
    padding-bottom: 9rem;
}
.promo-text {
    margin-bottom: 4.75rem;
}
.promo-title {
    margin: 0;
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
    font-weight: 700;
    color: #4c4c4d;
    text-transform: uppercase;
}
.promo .dx-button .dx-button-content {
    padding: 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
}
.promo-button {
    box-sizing: border-box;
    display: block;
    max-width: 218px;
    padding: 0.825rem 0.4375rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    background-color: #00583a;
    cursor: pointer;
}
.promo-button:hover {
    background-color: #009763;
}
.promo-advantages {
    position: relative;
    box-sizing: border-box;
    margin-right: -20px;
    padding-top: 0.9375rem;
    padding-bottom: 1.125rem;
    padding-left: 2.6875rem;
    padding-right: 0.9375rem;
    background-color: rgba(255, 255, 255, 0.9);
}
.promo-advantages:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
}
.promo-advantages-list {
    margin: 0;
    padding: 0;
}
.promo-advantages-item {
    position: relative;
    margin-bottom: 0.5625rem;
    padding-left: 1.625rem;
    font-size: 1rem;
    font-weight: 500;
    list-style: none;
}
.promo-advantages-item:last-child {
    margin-bottom: 0;
}
.promo-advantages-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../image/check-mark.svg');
    background-size: 100% 100%;
    background-position: center center;
}
@media (min-width: 960px) {
    .promo-wrapper {
        display: flex;
        min-height: 522px;
        justify-content: space-between;
        align-items: center;
        padding-top: 9.125rem;
    }
    .promo-text {
        margin-bottom: 0;
        line-height: 2.9375rem;
    }
    .promo-title {
        margin-bottom: 2rem;
        font-size: 2.25rem;
    }
    .promo-button,
    .promo .dx-button-content {
        max-width: 271px;
        padding: 0.625rem 1.1875rem;
        font-size: 1.25rem;
    }
    .promo-button {
        padding: 1.1375rem 1.25rem;
    }
    .promo-advantages {
        max-width: 418px;
        padding: 1.125rem 0;
        padding-left: 1.8125rem;
        padding-right: 1.375rem;
        align-self: flex-end;
    }
    .promo-advantages-item {
        margin-bottom: 1.125rem;
        padding-top: 0.375rem;
        padding-left: 2.1875rem;
    }
    .promo-advantages-item:before {
        content: '';
        width: 25px;
        height: 25px;
    }
}
@media (min-width: 1440px) {
    .promo-wrapper {
        min-height: 594px;
        padding-top: 11.625rem;
    }
    .promo-title {
        margin-bottom: 2.25rem;
        font-size: 2.875rem;
        line-height: 3.75rem;
    }
    .promo-advantages {
        max-width: 400px;
        width: 100%;
        align-self: flex-start;
        padding: 2.3125rem 0;
        padding-left: 2.0625rem;
        padding-right: 0;
    }
    .promo-advantages-item {
        margin-bottom: 0.9375rem;
        font-size: 1.125rem;
    }
}

.promo__text, .promo__price {
    margin: 0;
    margin-bottom: 0.9375rem;
    font-size: 1.625rem;
    font-family: 'Glory';
    font-weight: 700;
    color: var(--dark-green);
    text-transform: uppercase;
}
.promo__text {
    line-height: 130.5%;
}
.promo__price {
    margin-bottom: 1.5625rem;
    color: var(--gray-color);
}
.promo__button {
    display: block;
    width: 13.625rem;
    margin-bottom: 2.3125rem;
    padding: 0.92rem 0;
    text-align: center;
    text-decoration: none;
}
.promo__list {
    display: flex;
    margin: 0;
    margin-left: 1.25rem;
    margin-right: -1.25rem;
    padding-top: 1rem;
    padding-left: 1.0625rem;
    padding-right: 3.5rem;
    padding-bottom: 1.1875rem;
    flex-direction: column;
    gap: 0.9375rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -0.625rem 0.6875rem 3.25rem 0 rgba(40, 163, 161, 0.25);
    list-style: none;
}
.promo__list-item {
    position: relative;
    padding-left: 1.6875rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark-gray-color);
}
.promo__list-item:before {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    width: 0.90625rem;
    height: 0.9375rem;
    transform: translateY(-25%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/customs-clearance/promo/checkbox.png');
}
@media (min-width: 960px) {
    .promo {
        padding-top: 7.125rem;
        padding-bottom: 4.875rem;
        overflow: hidden;
    }
    .promo:after {
        background-image: url('../image/customs-clearance/promo/tablet-background.png');
    }
    .promo:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 603px;
        height: 568px;
        background-image: linear-gradient(89deg, #ffffff 0%, rgba(255, 255, 255, 0) 102%);
    }
    .promo__wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .promo__text-wrapper {
        position: relative;
    }
    .promo__text, .promo__price {
        font-size: 1.875rem;
    }
    .promo__text {
        margin-bottom: 1.5625rem;
    }
    .promo__price {
        margin-bottom: 2.3125rem;
        color: var(--dark-gray-color);
    }
    .promo__button {
        width: 16.9375rem;
        margin-bottom: 0;
        padding: 1.2rem 0;
    }
    .promo__list {
        max-width: 26.75rem;
        margin-top: 0.3125rem;
        padding-top: 1.25rem;
        padding-right: 1.5rem;
        padding-bottom: 1.3125rem;
        gap: 1.125rem;
    }
    .promo__list-item {
        padding-left: 2.9375rem;
    }
    .promo__list-item:before {
        width: 1.5625rem;
        height: 1.5625rem;
    }
}
@media (min-width: 1440px) {
    .promo {
        position: relative;
        padding-top: 8.9375rem;
        padding-bottom: 10.125rem;
    }
    .promo:before {
        width: 56.5625rem;
        height: 40.9375rem;
        background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 102%);
    }
    .promo:after {
        background-image: url('../image/customs-clearance/promo/desktop-background.png');
    }
    .promo__text-wrapper {
        max-width: 39.4375rem;
    }
    .promo__text, .promo__price {
        font-size: 2.875rem;
    }
    .promo__text {
        margin-bottom: 2.9375rem;
    }
    .promo__price {
        margin-bottom: 4.0625rem;
    }
    .promo__list {
        position: absolute;
        right: 0;
        max-width: 37.5rem;
        width: 100%;
        margin: 0;
        padding: 2.3125rem;
        padding-left: 2.0625rem;
        padding-right: 9.1875rem;
    }
    .promo__list-item {
        padding-left: 2.125rem;
        font-size: 1.125rem;
    }
}

.info {
    position: relative;
}
.info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../image/customs-clearance/info/mobile-background.png');
}
.info__wrapper {
    display: flex;
    padding: 2.0625rem 0;
    flex-direction: column;
    gap: 1.875rem;
}
.info__text {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 140%;
    color: var(--gray-color);
}
@media (min-width: 960px) {
    .info:after {
        background-image: url('../image/customs-clearance/info/tablet-background.png');
    }
    .info__wrapper {
        padding: 2.625rem 0;
    }
}
@media (min-width: 1440px) {
    .info:after {
        background-image: url('../image/customs-clearance/info/desktop-background.png');
    }
    .info__wrapper {
        padding-top: 3.9375rem;
        padding-bottom: 4.5625rem;
    }
    .info__text {
        font-size: 1rem;
    }
}

.order-steps {
    padding-bottom: 3.8125rem;
}
.order-steps__title {
    position: relative;
    margin: 0;
    margin-bottom: 1.5625rem;
    padding-top: 3rem;
}
.order-steps__title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0.4375rem solid #ffffff;
    background-image: url('../image/customs-clearance/order-steps/title-icon.svg');
}
.order-steps__items-wrapper {
    display: flex;
    max-width: 25rem;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5rem;
    row-gap: 1.125rem;
}
.order-steps__item {
    position: relative;
    padding-top: 2.6875rem;
    text-align: center;
}
.order-steps__item--first {
    margin-left: 1.1rem;
}
.order-steps__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.875rem;
    height: 1.875rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.order-steps__item--first:before {
    background-image: url('../image/customs-clearance/order-steps/first-step.svg');
}
.order-steps__item--second:before {
    background-image: url('../image/customs-clearance/order-steps/second-step.svg');
}
.order-steps__item--third:before {
    background-image: url('../image/customs-clearance/order-steps/third-step.svg');
}
.order-steps__item:after {
    content: '';
    position: absolute;
    top: 10%;
    height: 0.375rem;
    transform: translateY(-10%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.order-steps__item--first:after {
    right: -7.5rem;
    width: 8.3125rem;
    background-image: url('../image/customs-clearance/order-steps/first-step-dots.png');
}
.order-steps__item--second:after {
    right: -2.2rem;
    width: 4.5rem;
    background-image: url('../image/customs-clearance/order-steps/second-step-dots.png');
}
.order-steps__item--third:after {
    left: -6rem;
    width: 10.5rem;
    background-image: url('../image/customs-clearance/order-steps/third-step-dots.png');
}
.order-steps__text {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--gray-color);
}
.order-steps__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.order-steps__list-title {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 150%;
    color: var(--gray-color);
}
.order-steps__list-item {
    position: relative;
    padding-left: 0.6875rem;
    text-align: left;
}
.order-steps__list-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #000000;
}
.order-steps__button {
    display: block;
    width: 22.5rem;
    margin: 0 auto;
    padding: 0.7625rem;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 960px) {
    .order-steps {
        padding-bottom: 5.625rem;
    }
    .order-steps__title {
        margin-bottom: 3.0625rem;
        padding-top: 4.625rem;
    }
    .order-steps__title:before {
        width: 1.875rem;
        height: 1.875rem;
        border: 0.625rem solid #ffffff;
    }
    .order-steps__items-wrapper {
        max-width: 57.5rem;
        margin: 0 auto;
        margin-bottom: 1.875rem;
        padding-left: 4.375rem;
        justify-content: space-between;
        gap: 2rem;
    }
    .order-steps__item {
        padding-top: 4.375rem;
    }
    .order-steps__item:before {
        width: 3.125rem;
        height: 3.125rem;
    }
    .order-steps__item:after {
        top: 15%;
        left: auto;
        width: 15.625rem;
        height: 0.3125rem;
        transform: translateY(-15%);
        background-image: url('../image/customs-clearance/order-steps/tablet-dots.png');
    }
    .order-steps__item--first {
        margin-left: 0;
    }
    .order-steps__item--second {
        margin-left: 3.75rem;
    }
    .order-steps__item--third {
        margin-right: 0.6875rem;
    }
    .order-steps__item--first:after {
        right: -14.5rem;
    }
    .order-steps__item--second:after {
        right: -13rem;
    }
    .order-steps__item--third:after {
        content: none;
    }
    .order-steps__text {
        font-size: 0.9375rem;
    }
    .order-steps__list-title {
        font-size: 0.9375rem;
    }
    .order-steps__button {
        width: 23.125rem;
        padding: 1.16875rem;
    }
}
@media (min-width: 1440px) {
    .order-steps {
        padding-bottom: 7rem;
    }
    .order-steps__items-wrapper {
        max-width: 61.25rem;
        margin-left: 8rem;
        margin-bottom: 2.8125rem;
        padding-left: 0;
    }
    .order-steps__item {
        padding-top: 5.375rem;
    }
    .order-steps__item:before {
        width: 4.375rem;
        height: 4.375rem;
    }
    .order-steps__item:after {
        top: 20%;
        right: -18rem;
        width: 18.0625rem;
        transform: translateY(-20%);
        background-image: url('../image/customs-clearance/order-steps/desktop-dots.png');
    }
    .order-steps__item--second {
        margin-left: 5rem;
    }
    .order-steps__item--second:after {
        right: -16rem;
    }
    .order-steps__item--third {
        margin-right: 0;
    }
    .order-steps__text, .order-steps__list-title {
        font-size: 1rem;
    }
}

.request__wrapper {
    max-width: 25rem;
    margin: 0 auto;
    padding-bottom: 1.875rem;
}
.request__info-wrapper {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    gap: 0.875rem;
}
.request__info {
    position: relative;
    max-width: 22.25rem;
    margin-left: -1.25rem;
    padding: 1.25rem;
    padding-bottom: 1.125rem;
    border: 0.0625rem solid #eeeeee;
    border-left: none;
}
.request__info:after {
    content: '';
    position: absolute;
    top: -0.0625rem;
    left: -500%;
    width: 500%;
    height: 100%;
    border: 0.0625rem solid #eeeeee;
    border-right: none;
}
.request__info--green:after {
    top: 0;
    border: none;
    background-color: var(--dark-green);
}
.request__info-title {
    position: relative;
    margin: 0;
    margin-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--dark-gray-color);
}
.request__info-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
    transform: translateY(-50%);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.request__info-title--cost:before {
    background-image: url('../image/customs-clearance/request/cost.svg');
}
.request__info-title--time:before {
    background-image: url('../image/customs-clearance/request/time.svg');
}
.request__info-title--tg:before {
    background-image: url('../image/customs-clearance/request/tg.svg');
}
.request__info-description {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--gray-color);
}
.request__info--green {
    padding: 1.4375rem 1.25rem;
    border: none;
    background-color: var(--dark-green);
}
.request__info-title--big {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #ffffff;
}
.request__image-wrapper {
    margin-bottom: 1.25rem;
}
.request__image {
    margin: 0 auto;
}
.request-form {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.request-form__field-wrap {
    margin: 0;
}
.request-form__field {
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray-color);
    border: 0.0625rem solid #0b867a;
}
.request-form__field--textarea {
    display: block;
    min-height: 5rem;
}
.request-form__file-text,
.request-form__text {
    display: block;
    margin: 0;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-color);
}
.request-form__text {
    line-height: 130%;
}
.request-form__text--align-center {
    text-align: center;
}
.request-form__file-wrap {
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 1.1875rem;
    justify-content: center;
    border: 0.0625rem solid #0b867a;
    background-color: rgba(196, 196, 196, 0.1);
}
.request-form__hidden-file-field:focus + .request-form__file-wrap {
    outline: 0.125rem solid #000000;
    border-color: transparent;
    border-radius: 0.125rem;
}
.request-form__visually-button {
    display: block;
    width: 11.5rem;
    padding: 0.58125rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background-color: var(--light-green);
}
.request-form__checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 1.75rem;
}
.request-form__hidden-checkbox:focus + .request-form__custom-checkbox {
    outline: 0.125rem solid #000000;
    border-color: transparent;
    border-radius: 0.125rem;
}
.request-form__hidden-checkbox:checked + .request-form__custom-checkbox {
    border: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../image/customs-clearance/request/checkbox.png');
}
.request-form__custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem solid var(--light-green);
    cursor: pointer;
}
.request-form__checkbox-text {
    margin: 0;
    margin-bottom: 0.625rem;
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--gray-color);
}
.request-form__send-button {
    width: 22.5rem;
    padding: 0.7625rem;
}
@media (min-width: 960px) {
    .request__wrapper {
        display: flex;
        max-width: 100%;
        position: relative;
        padding-bottom: 2.8125rem;
        justify-content: space-between;
    }
    .request__info-wrapper {
        margin: 0;
        gap: 1.5625rem;
    }
    .request__info {
        max-width: 19.5625rem;
    }
    .request__info--green {
        margin-bottom: 0.875rem;
        padding: 1.5625rem 1.25rem;
    }
    .request__info-title {
        font-size: 1.125rem;
    }
    .request__info-title--big {
        padding-left: 3.1875rem;
        font-size: 1.375rem;
        font-weight: 600;
    }
    .request__info-title--big:before {
        width: 2.5rem;
        height: 2.5rem;
    }
    .request__info-description {
        font-size: 1rem;
        line-height: 155%;
    }
    .request__image-wrapper {
        margin: 0;
        margin-top: 4.0625rem;
    }
    .request__image {
        max-width: 18.375rem;
        width: 100%;
        cursor: pointer;
    }
    .request-form {
        max-width: 18.375rem;
        gap: 0.875rem;
    }
    .request-form__field {
        padding: 0.8125rem 0.625rem;
        font-size: 1.125rem;
    }
    .request-form__field--textarea {
        min-height: 3.875rem;
    }
    .request-form__file-wrap {
        margin-bottom: 0.4375rem;
        padding-top: 1.125rem;
        padding-bottom: 1.625rem;
        cursor: pointer;
    }
    .request-form__file-text,
    .request-form__text {
        margin: 0;
        font-size: 1.125rem;
    }
    .request-form__text {
        margin-bottom: 0.875rem;
    }
    .request-form__visually-button {
        font-size: 1.25rem;
    }
    .request-form__visually-button:hover {
        background-color: var(--dark-green);
    }
    .request-form__checkbox-wrap {
        padding-left: 2.4375rem;
    }
    .request-form__custom-checkbox {
        width: 1.5625rem;
        height: 1.5625rem;
    }
    .request-form__checkbox-text {
        margin: 0;
        font-size: 0.875rem;
        line-height: 130%;
    }
    .request-form__send-button {
        position: absolute;
        left: 50%;
        bottom: 2.8125rem;
        width: 18.375rem;
        padding: 1.16rem 0;
        transform: translateX(-50%);
    }
}
@media (min-width: 1440px) {
    .request__wrapper {
        padding-bottom: 4.0625rem;
    }
    .request__info-wrapper {
        gap: 3.4375rem;
    }
    .request__info {
        position: relative;
        max-width: 23.5rem;
        margin: 0;
        padding: 1.4375rem 1.25rem;
        padding-bottom: 1.125rem;
        padding-left: 0;
    }
    .request__info--green {
        padding: 1.9rem;
        padding-left: 0;
        padding-right: 1.25rem;
    }
    .request__info-title {
        padding-left: 4.375rem;
        font-size: 1.125rem;
        line-height: 150%;
    }
    .request__info-title--time {
        margin-bottom: 0.3125rem;
        padding-right: 5rem;
    }
    .request__info-title--tg {
        margin-top: 0.625rem;
        margin-bottom: 1.6875rem;
    }
    .request__info-title:before {
        width: 3.125rem;
        height: 3.125rem;
    }
    .request__info-title--big {
        font-size: 1.5625rem;
    }
    .request__info-description {
        font-size: 1rem;
    }
    .request__image-wrapper {
        margin-top: 0;
    }
    .request__image {
        max-width: 23.125rem;
    }
    .request-form {
        max-width: 23.125rem;
        gap: 0.9375rem;
    }
    .request-form__field {
        padding: 0.88rem 0.8125rem;
    }
    .request-form__field--textarea {
        min-height: 5.5625rem;
    }
    .request-form__send-button {
        bottom: 4.0625rem;
        width: 23.125rem;
        transform: translateX(-49%);
    }
}

.our-cares {
    position: relative;
}
.our-cares__wrapper {
    padding-top: 1.25rem;
    padding-bottom: 18.4375rem;
}
.our-cares__wrapper:before,
.our-cares__wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.our-cares__wrapper:before {
    top: 0;
    width: 100%;
    height: 34.75rem;
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #fcfcfc 47%, rgba(247, 247, 247, 0) 80%);
    z-index: -1;
}
.our-cares__wrapper:after {
    bottom: 0;
    width: 100%;
    height: 18.3125rem;
    background-image: url('../image/customs-clearance/our-cares/mobile-background.png');
    background-size: cover;
    z-index: -2;
}
.our-cares__title {
    margin: 0;
    margin-bottom: 1.1875rem;
    padding-top: 2.8125rem;
}
.our-cares__title:before {
    width: 1.125rem;
    height: 1.125rem;
    border: 0.4375rem solid #ffffff;
    background-image: url('../image/customs-clearance/our-cares/title-icon.svg');
}
.our-cares__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 1.625rem;
    padding: 0;
    gap: 1.25rem;
    list-style: none;
}
.our-cares__list-item {
    position: relative;
    padding-left: 1.625rem;
    font-size: 0.875rem;
}
.our-cares__list-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0625rem;
    height: 0.9375rem;
    background-size: contain;
    background-position: center;
    background-image: url('../image/customs-clearance/our-cares/checkbox.png');
}
.our-cares__button {
    width: 22.4375rem;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 960px) {
    .our-cares:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f7f7f7;
        z-index: -3;
    }
    .our-cares__wrapper {
        padding-top: 2.375rem;
        padding-bottom: 2.6875rem;
    }
    .our-cares__wrapper:before {
        width: 30.625rem;
        height: 100%;
        background-image: linear-gradient(to left, rgba(247, 247, 247, 0) 100%, #f7f7f7 0%);
    }
    .our-cares__wrapper:after {
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
        width: 30.625rem;
        height: 100%;
        background-image: url('../image/customs-clearance/our-cares/tablet-background.png');
    }
    .our-cares__title {
        margin-bottom: 1.75rem;
        padding-top: 4.625rem;
    }
    .our-cares__title:before {
        width: 1.875rem;
        height: 1.875rem;
        border-width: 0.625rem;
    }
    .our-cares__list {
        margin-bottom: 2.375rem;
        gap: 1.4375rem;
    }
    .our-cares__list-item {
        font-size: 1rem;
    }
    .our-cares__button {
        margin: 0;
    }
}
@media (min-width: 1440px) {
    .our-cares__wrapper {
        padding-top: 3.4375rem;
        padding-bottom: 5rem;
    }
    .our-cares__wrapper:before {
        width: 50.3125rem;
        background-image: linear-gradient(to left, rgba(247, 247, 247, 0) 100%, #f7f7f7 0%);
    }
    .our-cares__wrapper:after {
        width: 50.4375rem;
        background-image: url('../image/customs-clearance/our-cares/desktop-background.png');
    }
    .our-cares__title {
        margin-bottom: 4rem;
    }
    .our-cares__list {
        margin-bottom: 3.375rem;
        gap: 2.6875rem;
    }
    .our-cares__list-item {
        font-size: 1.125rem;
    }
}

.partner__wrapper {
    padding: 1.875rem 0;
}
.partner__title {
    margin: 0;
    margin-bottom: 1.4375rem;
    padding-top: 3.0625rem;
    line-height: 150%;
}
.partner__title:before {
    width: 1.125rem;
    height: 1.125rem;
    border: 0.5rem solid #ffffff;
    background-image: url('../image/customs-clearance/partner/title-icon.svg');
}
.partner__logo {
    margin-bottom: 1.25rem;
}
.partner__items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}
.partner__item {
    padding-top: 1rem;
    padding-left: 0.8125rem;
    padding-right: 0.925rem;
    padding-bottom: 1.125rem;
    border-radius: 1.25rem;
    background-color: #f7f7f7;
}
.partner__list {
    display: flex;
    margin: 0;
    margin-bottom: 1.4375rem;
    padding: 0;
    flex-direction: column;
    gap: 0.8125rem;
    list-style: none;
}
.partner__list-item {
    position: relative;
    padding-left: 1.8125rem;
    font-size: 0.875rem;
    font-weight: 400;
}
.partner__list-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    transform: translateY(-50%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.partner__list-item--discount:before {
    background-image: url('../image/customs-clearance/partner/discount-icon.svg');
}
.partner__list-item--premium:before {
    background-image: url('../image/customs-clearance/partner/premium-icon.svg');
}
.partner__list-item--credit:before {
    background-image: url('../image/customs-clearance/partner/credit-icon.svg');
}
.partner__list-item--overnight:before {
    background-image: url('../image/customs-clearance/partner/overnight-icon.svg');
}
.partner__button {
    width: 100%;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 960px) {
    .partner__wrapper {
        padding: 2.8125rem 0;
    }
    .partner__title {
        margin-bottom: 1.875rem;
        padding-top: 4.625rem;
    }
    .partner__title br {
        display: none;
    }
    .partner__title:before {
        width: 1.875rem;
        height: 1.875rem;
        border-width: 0.625rem;
    }
    .partner__items-wrapper {
        flex-direction: row;
        justify-content: space-between;
        gap: 1.25rem;
    }
    .partner__item {
        display: flex;
        flex-direction: column;
        width: 28.125rem;
        padding: 1.875rem 1.5625rem;
        padding-bottom: 2rem;
        align-items: stretch;
        justify-content: stretch;
    }
    .partner__logo {
        margin-bottom: 1.4375rem;
    }
    .partner__logo--excont {
        width: 10.3125rem;
        height: 3.125rem;
    }
    .partner__logo--tinkoff {
        width: 12.8125rem;
        height: 3.125rem;
    }
    .partner__list {
        margin-bottom: 2.4375rem;
        gap: 1.375rem;
    }
    .partner__list-item {
        padding-left: 2.5rem;
        font-size: 0.9375rem;
        line-height: 100%;
    }
    .partner__list-item:before {
        width: 1.875rem;
        height: 1.875rem;
    }
    .partner__button {
        margin-top: auto;
        padding: 1.15625rem;
    }
}
@media (min-width: 1440px) {
    .partner__wrapper {
        padding-top: 4.0625rem;
        padding-bottom: 4.3125rem;
    }
    .partner__title {
        margin-bottom: 3.4375rem;
    }
    .partner__items-wrapper {
        padding: 0 0.625rem;
    }
    .partner__item {
        width: 34.375rem;
        padding: 1.875rem 3rem;
        padding-bottom: 2.8125rem;
    }
    .partner__logo {
        height: 4.375rem;
        margin-bottom: 2.8125rem;
    }
    .partner__logo--excont {
        width: 14.5rem;
    }
    .partner__logo--tinkoff {
        width: 17.9375rem;
    }
    .partner__list {
        margin-bottom: 3.1875rem;
        gap: 2.75rem;
    }
    .partner__list-item {
        font-size: 1.0625rem;
    }
}

.about-company__wrapper {
    padding-bottom: 1.875rem;
}
.about-company__description {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--gray-color);
}
@media (min-width: 960px) {
    .about-company__wrapper {
        padding-bottom: 2.8125rem;
    }
    .about-company__description {
        font-size: 1rem;
        line-height: 140%;
    }
}
@media (min-width: 1440px) {
    .about-company__wrapper {
        padding-bottom: 4.3125rem;
    }
}

.page-footer__top {
    padding-top: 0.875rem;
    padding-bottom: 0.9375rem;
    background-color: var(--dark-green);
}
.page-footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
}
.page-footer__top-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-footer__top-block--left {
    width: 100%;
}
.page-footer__top-block--middle {
    flex-direction: column;
    gap: 0.25rem;
}
.page-footer__top-block--right {
    flex-direction: column;
    gap: 0.325rem;
}
.page-footer__logo {
    display: block;
    width: 8.5rem;
    height: 2.5625rem;
}
.page-footer__link {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 0.625rem;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}
.page-footer__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-footer__link--address:before {
    width: 0.71875rem;
    height: 0.875rem;
    top: 0.125rem;
    transform: translateY(0);
    background-image: url('../image/customs-clearance/page-footer/geo-icon.svg');
}
.page-footer__link--phone:before {
    width: 0.625rem;
    height: 0.625rem;
    background-image: url('../image/customs-clearance/page-footer/phone-icon.svg');
}
.page-footer__link--email:before {
    width: 0.625rem;
    height: 0.5rem;
    background-image: url('../image/customs-clearance/page-footer/mail-icon.svg');
}
.page-footer__link--tg:before {
    width: 0.625rem;
    height: 0.625rem;
    background-image: url('../image/customs-clearance/page-footer/tg-icon.svg');
}
.page-footer__bottom {
    padding: 0.8125rem 0;
    background-color: var(--light-green);
}
.page-footer__bottom-text {
    display: block;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    text-decoration: none;
}
.page-footer__bottom-text--align-right {
    text-align: right;
}
@media (min-width: 960px) {
    .page-footer__top {
        padding-top: 2rem;
        padding-bottom: 1.75rem;
    }
    .page-footer__top-block {
        width: auto;
    }
    .page-footer__logo {
        width: 9.75rem;
        height: 2.9375rem;
    }
    .page-footer__top-block--left {
        gap: 1.4375rem;
    }
    .page-footer__top-block--middle {
        gap: 0.875rem;
    }
    .page-footer__top-block--right {
        gap: 0.9375rem;
    }
    .page-footer__link {
        padding-left: 1.40rem;
        font-size: 0.9375rem;
        font-weight: 500;
        line-height: 130%;
    }
    .page-footer__link--address:before {
        width: 0.9375rem;
        height: 1.125rem;
    }
    .page-footer__link--phone:before {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .page-footer__link--email:before {
        width: 0.9375rem;
        height: 0.75rem;
    }
    .page-footer__link--tg:before {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .page-footer__bottom {
        padding: 0.875rem 0;
    }
    .page-footer__bottom-block--right {
        width: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    .page-footer__bottom-text {
        font-size: 0.875rem;
    }
    .page-footer__bottom-text--align-right {
        text-align: left;
    }
    .page-footer__bottom-text--align-right br {
        display: none;
    }
}
@media (min-width: 1440px) {
    .page-footer__top {
        padding-top: 2.1875rem;
        padding-bottom: 2.4375rem;
    }
    .page-footer__top-block--left {
        align-items: center;
        gap: 7.8125rem;
    }
    .page-footer__top-block--middle,
    .page-footer__top-block--right {
        gap: 0.75rem;
    }
    .page-footer__link {
        font-weight: 500;
        line-height: 1.4;
    }
    .page-footer__bottom {
        padding: 0.875 0rem;
    }
    .page-footer__bottom-text {
        font-weight: 500;
    }
    .page-footer__bottom-text--tinkoff br {
        display: none;
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}
.fullscreen-image,
.callback {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.fullscreen-image {
    max-width: 33rem;
}

.callback {
    position: fixed;
    display: none;
    z-index: 5;
    width: 100%;
    padding: 5rem 0.625rem;
    background-color: #ffffff;
}
.callback__close-button {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 1.5625rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../image/customs-clearance/callack/close-icon.svg');
    z-index: 5;
}
.callback__title {
    margin: 0;
    margin-bottom: 1.5625rem;
    font-size: 1.25rem;
    text-align: center;
}
.callback__form {
    display: flex;
    max-width: 23.0625rem;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 1rem;
}
.callback__date-field {
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url('../image/customs-clearance/callack/calendar-icon.svg');
}
@media (min-width: 960px) {
    .callback__title {
        font-size: 1.875rem;
    }
    .callback__close-button {
        width: 2.1875rem;
        height: 1.875rem;
    }
}
@media (min-width: 1440px) {
    .callback__close-button {
        top: 10%;
        right: 20%;
    }
}