.promo {
    position: relative;
}
.promo__wrapper {
    padding-top: 3.75rem;
    padding-bottom: 17.875rem;
}
.promo__wrapper:before,
.promo__wrapper:after {
    content: '';
    position: absolute;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.promo__wrapper:before {
    bottom: 0;
    left: 50%;
    width: 21.25rem;
    height: 16.3125rem;
    transform: translateX(-50%);
    background-image: url('../image/promo/classification-decision/mobile/background-2.png');
}
.promo__wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/promo/classification-decision/mobile/background.png');
    z-index: -1;
}
@media (max-width: 959px) {
    .promo__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.promo__title {
    margin: 0;
    margin-bottom: 1.6875rem;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #2E363E;
    text-align: center;
}
.promo__list {
    display: flex;
    margin: 0;
    margin-bottom: 3rem;
    padding: 0;
    padding-left: 1.75rem;
    flex-direction: column;
    gap: 1.421875rem;
    list-style: none;
}
.promo__list-item {
    position: relative;
    padding-left: 3.465625rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.14375rem;
    color: #2E363E;
}
.promo__list-item:before,
.promo__list-item:after {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.promo__list-item:after {
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.660625rem;
    background-color: var(--green-color);
    z-index: 0;
}
.promo__list-item:before {
    top: 55%;
    left: 0.5625rem;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(-50%);
    z-index: 1;
}
.promo__list-item--experience:before {
    background-image: url('../image/promo/classification-decision/mobile/experience-icon.png');
}
.promo__list-item--trust:before {
    left: 0.5rem;
    background-image: url('../image/promo/classification-decision/mobile/trust-icon.png');
}
.promo__list-item--documents:before {
    left: 0.5rem;
    background-image: url('../image/promo/classification-decision/mobile/documents-icon.png');
}
.promo .dx-button {
    display: block;
    max-width: 15.625rem;
    width: 100%;
    margin-left: 1.75rem;
    border: none;
    background-color: transparent;
}
.promo__button {
    padding: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0.660625rem;
    background-color: var(--green-color);
    box-shadow: 0 0.041875rem 0.041875rem 0 rgba(0, 0, 0, 0.50);
}
@media (min-width: 960px) {
    .promo__wrapper {
        padding-top: 4.875rem;
        padding-bottom: 5rem;
    }
    .promo__wrapper:before {
        left: auto;
        right: 0;
        width: 42.0625rem;
        height: 28.375rem;
        transform: none;
        background-image: url('../image/promo/classification-decision/tablet/background-2.png');
    }
    .promo__wrapper:after {
        background-size: cover;
        background-image: url('../image/promo/classification-decision/tablet/background.png');
    }
    .promo__title {
        margin-bottom: 2.82875rem;
        font-size: 1.875rem;
        text-align: left;
    }
    .promo__list {
        padding-left: 0;
    }
    .promo .dx-button {
        max-width: 13.21875rem;
        margin: 0;
    }
    .promo__button:hover {
        background-color: var(--dark-green-color);
    }
}
@media (min-width: 1190px) {
    .promo {
        overflow: hidden;
    }
    .promo__wrapper {
        padding-top: 6.375rem;
        padding-bottom: 8.9375rem;
    }
    .promo__wrapper:before {
        left: 39%;
        width: 59.625rem;
        height: 40.25rem;
        background-image: url('../image/promo/classification-decision/desktop/background-2.png');
    }
    .promo__wrapper:after {
        background-image: url('../image/promo/classification-decision/desktop/background.png');
    }
    .promo__title {
        margin-bottom: 4.0625rem;
        font-size: 2.5rem;
    }
    .promo__list {
        gap: 2.0625rem;
    }
    .promo__list-item {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    .promo__list-item {
        padding-left: 5.625rem;
    }
    .promo__list-item:after {
        width: 3.75rem;
        height: 3.75rem;
    }
    .promo__list-item:before {
        left: 0.8125rem;
        width: 2.25rem;
        height: 2.25rem;
    }
    .promo__list-item--experience:before {
        background-image: url('../image/promo/classification-decision/desktop/experience-icon.png');
    }
    .promo__list-item--trust:before {
        left: 0.75rem;
        background-image: url('../image/promo/classification-decision/desktop/trust-icon.png');
    }
    .promo__list-item--documents:before {
        left: 0.6875rem;
        background-image: url('../image/promo/classification-decision/desktop/documents-icon.png');
    }
    .promo .dx-button {
        max-width: 18.75rem;
    }
    .promo__button {
        padding: 1.0625rem;
        font-size: 1.25rem;
        border-radius: 0.9375rem;
    }
}

.services {
    margin-bottom: 3.6875rem;
    overflow: hidden;
}
.services__wrapper {
    display: flex;
    padding-top: 3.875rem;
    flex-direction: column;
    gap: 1.3125rem;
}
.services__item:nth-child(1) {
    order: 1
}
.services__item:nth-child(2) {
    order: 3
}
.services__button-wrap {
    display: none;
    max-width: 18.75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0.84375rem;
    order: 2;
    border: none;
    border-radius: 0.9375rem;
    box-shadow: 0 0.05875rem 0.05875rem 0 rgba(0, 0, 0, 0.50);
    background-color: var(--dark-green-color);
}
.services__button-wrap:hover {
    background-color: var(--dark-green-color);
}
.services__button {
    margin: 0 auto;
    padding: 0;
    font-family: 'Gilroy';
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: transparent;
}
.services__item-heading {
    margin: 0;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-left: 1.125rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
}
.services__heading-button {
    width: 100%;
    margin: 0 auto;
    padding: 0.625rem;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 1.07375rem;
    text-align: center;
    color: #ffffff;
    background-color: var(--green-color);
    border: none;
    border-radius: 0 0 0.731875rem 0.731875rem;
}
.services__item-content-wrap {
    padding: 1.0625rem 0.875rem;
    padding-left: 3.5rem;
    border-radius: 0.595625rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.3975rem 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.services__content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.3125rem;
}
.services__item-title {
    position: relative;
    margin: 0;
    margin-bottom: 0.6875rem;
    font-family: 'Gilroy';
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--light-green-color);
}
.services__item-title:before,
.services__item-title:after {
    content: '';
    position: absolute;
}
.services__item-title:before {
    top: 55%;
    left: -2.375rem;
    width: 1.125rem;
    height: 1.125rem;
    transform: translateY(-50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.services__item-title:after {
    top: 0;
    left: -2.76rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.595625rem;
    background-color: var(--green-color);
    z-index: 0;
}
.services__item-title--text:before {
    background-image: url('../services/classification-decision/mobile/text-icon.png');
}
.services__item-title--law:before {
    top: 100%;
    width: 1.184375rem;
    background-image: url('../services/classification-decision/mobile/law-icon.png');
}
.services__item-title--time:before {
    top: 57%;
    width: 1.184375rem;
    background-image: url('../services/classification-decision/mobile/time-icon.png');
}
.services__item-subtitle {
    margin: 0;
    margin-bottom: 0.5rem;
    font-family: 'Gilroy';
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--green-color);
}
.services__item-list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 0.625rem;
}
.services__item-text {
    margin: 0;
    font-family: 'Gilroy';
    font-size: 0.75rem;
    color: #000000;
}
.services__item-price-text {
    display: block;
    margin: 0 auto;
    margin-top: -0.25rem;
    padding: 0.698125rem;
    font-family: 'Gilroy';
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    border-radius: 0 0 0.595625rem 0.595625rem;
    background-color: var(--green-color);
}
@media (max-width: 959px) {
    .services__item {
        max-width: 21.25rem;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 0.595625rem;
        background-color: #F7F7F7;
        box-shadow: 0 0 0.488125rem 0 rgba(0, 0, 0, 0.25);
    }
    .services__item--active ~ .services__button-wrap {
        display: block;
    }
    .services__content-wrap {
        display: none;
        max-height: 0;
        opacity: 0;
        will-change: max-height;
        transition: all 0.5s ease-in;
        overflow: hidden;
        padding-top: 0.3125rem;
    }
    .services__item-content-wrap {
        max-width: 99%;
        margin: 0 auto;
    }
    .services__item--active .services__content-wrap,
    .services__item--active .services__item-content-wrap {
        opacity: 1;
    }
    .services__item--active .services__content-wrap {
        display: flex;
    }
    .services__item--active {
        position: relative;
        padding-bottom: 1.25rem;
        overflow: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
    }
    .services__item--active:before {
        content: '';
        position: absolute;
        top: 0;
        left: -500%;
        right: -500%;
        bottom: 0;
        z-index: 0;
        background-color: #F7F7F7;
        z-index: -1;
    }
    .services__heading-button {
        display: block;
    }
    .services__item--active .services__heading-button {
        display: none;
    }
    .services__item-price-text {
        max-width: 99%;
    }
}
@media (min-width: 960px) {
    .services__wrapper {
        max-width: 57.5rem;
        margin: 0 auto;
        flex-direction: row;
        padding: 0;
        gap: 1.875rem;
        justify-content: center;
    }
    .services__item {
        max-width: 29.375rem;
        width: 100%;
        padding-top: 3.5625rem;
        padding-bottom: 7.5rem;
    }
    .services__item:nth-child(1) .services__item-content-wrap {
        background-color: #F7F7F7;
    }
    .services__item:nth-child(2) {
        position: relative;
        max-width: 30.625rem;
        padding-left: 3.25rem;
    }
    .services__item:nth-child(2):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: -500%;
        bottom: 0;
        background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 92%, #ffffff 100%);
        z-index: -1;
    }
    .services__item:nth-child(2) .services__item-heading {
        text-align: right;
    }
    .services__content {
        max-width: 26.25rem;
        width: 100%;
    }
    .services__item-content-wrap {
        padding-top: 1.3125rem;
        padding-left: 4.8125rem;
        padding-bottom: 1.3125rem;
    }
    .services__item:nth-child(2) .services__item-content-wrap {
        padding-left: 1.3125rem;
        padding-right: 4.4375rem;
    }
    .services__item-heading {
        margin-bottom: 3.125rem;
        padding: 0;
        font-size: 1rem;
    }
    .services__heading-button {
        display: none;
    }
    .services__item-title {
        margin-bottom: 0.780625rem;
        font-size: 0.875rem;
        line-height: 1.16875rem;
    }
    .services__item-title:before {
        width: 1.5rem;
        height: 1.5rem;
        left: -3.25rem;
    }
    .services__item:nth-child(2) .services__item-title:before {
        left: auto;
        right: -15.5%;
    }
    .services__item-title:after {
        left: -3.773125rem;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.731875rem;
    }
    .services__item:nth-child(2) .services__item-title:after {
        left: auto;
        right: -18%;
    }
    .services__item-title--text:before {
        background-image: url('../image/services/classification-decision/tablet/text-icon.png');
    }
    .services__item-title--law:before {
        top: 100%;
        left: -3.3rem;
        width: 1.57875rem;
        background-image: url('../image/services/classification-decision/tablet/law-icon.png');
    }
    .services__item-title--time:before {
        top: 52%;
        left: -3.35rem;
        width: 1.57875rem;
        background-image: url('../image/services/classification-decision/tablet/time-icon.png');
    }
    .services__item-subtitle {
        margin-bottom: 0.6875rem;
        font-size: 0.875rem;
    }
    .services__item-text {
        font-size: 0.875rem;
    }
    .services__item-price-text {
        padding: 0.8125rem;
        font-size: 1.0625rem;
    }
}
@media (min-width: 1190px) {
    .services__wrapper {
        max-width: 100%;
        gap: 2.6875rem;
    }
    .services__item {
        max-width: 50% !important;
        padding-top: 6.3125rem;
    }
    .services__item-heading {
        margin-bottom: 3.8125rem;
        font-size: 1.25rem;
    }
    .services__content {
        max-width: 34rem;
    }
    .services__item-content-wrap {
        padding-top: 1.6875rem;
        padding-left: 6.5625rem;
        padding-bottom: 1.8125rem;
        padding-right: 1.8125rem;
    }
    .services__item:nth-child(2) .services__item-content-wrap {
        padding-left: 2.625rem;
        padding-right: 3.75rem;
    }
    .services__item:nth-child(2) .services__item-title {
        padding-right: 2.8125rem;
    }
    .services__item-title,
    .services__item-text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .services__item-title {
        margin-bottom: 1.1875rem;
    }
    .services__item-title:after {
        left: -4.9375rem;
        width: 3.125rem;
        height: 3.125rem;
    }
    .services__item-title:before {
        left: -17%;
        width: 1.875rem;
        height: 1.875rem;
    }
    .services__item:nth-child(2) .services__item-title:before {
        right: -6.5%;
    }
    .services__item:nth-child(2) .services__item-title:after {
        right: -9%;
    }
    .services__item-subtitle {
        margin-bottom: 0.8125rem;
        font-size: 1.125rem;
    }
    .services__item-price-text {
        padding: 1.125rem;
        font-size: 1.375rem;
    }
}

.order__wrapper {
    padding-bottom: 2.5rem;
}
.order__title {
    margin: 0;
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.04875rem;
    color: var(--green-color);
}
.order-form {
    max-width: none;
}
.order-form .dx-texteditor.dx-editor-outlined {
    border-color: transparent;
    border-radius: 0.245rem;
}
.order-form .dx-texteditor-input-container {
    padding: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 1.6875rem;
    background-color: #f5f5f5;
}
.order-form .dx-texteditor-input,
.order-form .dx-widget input,
.order-form .dx-placeholder::before {
    font-family: 'Gilroy';
    font-size: 0.75rem;
    font-weight: 400;
}
.order-form .dx-texteditor-input {
    padding: 0;
}
.order-form .dx-placeholder::before {
    padding: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 1.6875rem;
}
.order-form .dx-form-group-caption {
    display: block;
    margin-bottom: 0.9375rem;
    font-family: 'Gilroy';
    font-size: 0.75rem;
    font-weight: 400;
    color: #333333;
}
.order-form .dx-form-group-with-caption > .dx-form-group-content {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0.625rem;
    border-top: 0 solid #dddddd;
}
.order-form .dx-checkbox-text {
    padding-left: 0.75rem;
    font-family: 'Gilroy';
    font-size: 0.75rem;
    font-weight: 400;
    color: #434B53;
}
.order-form .dx-checkbox-icon {
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    border-radius: 0.245rem;
    background-color: #f5f5f5;
}
.order-form .dx-textarea .dx-texteditor-input-container {
    padding: 0;
}
.order-form .dx-textarea .dx-texteditor-input {
    min-height: 4.75rem;
    padding: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 1.6875rem;
}
.order-form__files-caption {
    margin: 0.68rem 0;
    font-family: 'Gilroy';
    font-size: 0.75rem;
    font-weight: 400;
}
.order-form__files {
    border-radius: 0.245rem;
    background-color: rgba(196, 196, 196, 0.1);
    position: relative;
}
.order__form .dx-button-text {
    display: inline;
}
.order__form .dx-button-text{
    padding: 0 !important;
}
.order-form .dx-fileuploader-wrapper {
    padding-top: 0.6875rem;
    padding-bottom: 1.3125rem;
}
.order-form .dx-texteditor-container {
    border-radius: 0.245rem;
}
.order-form .dx-fileuploader-input-wrapper {
    display: flex;
    flex-direction: column;
}
.order-form .dx-fileuploader-input-container {
    margin: 0 auto;
    padding-bottom: 1.25rem;
}
.order-form .dx-fileuploader-input-label {
    font-family: 'Gilroy';
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    white-space: normal;
}
.order-form .dx-fileuploader-button {
    box-sizing: border-box;
    max-width: 8.625rem;
    width: 100%;
    margin: 0 auto;
    order: 2;
    border-radius: 0.49rem;
    background-color: var(--green-color);
}
.order-form .dx-button-has-text .dx-button-content {
    padding: 0.53125rem;
}
.order-form .dx-button-text {
    font-family: 'Gilroy';
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
}
.order-form__captcha-wrapper {
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
}
.order-form__submit-button {
    width: 100%;
    padding: 0.23rem;
    border: none;
    border-radius: 0.735rem;
    background-color: var(--green-color);
    box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.50);
}
.order-form__submit-button:hover {
    background-color: var(--green-color);
}
@media (max-width: 959px) {
    .order__wrapper {
        max-width: 22.5rem;
        margin: 0 auto;
    }
}
@media (min-width: 960px) {
    .order__wrapper {
        max-width: 57.5rem;
        margin: 0 auto;
        padding-bottom: 3.919375rem;
    }
    .order__title {
        margin-bottom: 3.659375rem;
        font-size: 1.375rem;
    }
    .order-form .dx-texteditor-input,
    .order-form .dx-widget input,
    .order-form .dx-placeholder::before {
        font-size: 0.875rem;
    }
    .order-form .dx-textarea .dx-texteditor-input,
    .order-form .dx-placeholder::before {
        padding: 0.784375rem 0.82125rem;
    }
    .dx-layout-manager .dx-field-item:not(.dx-first-row) {
        padding-top: 0.875rem;
    }
    .order-form .dx-form-group-caption {
        margin-bottom: 0.960625rem;
        font-size: 0.875rem;
    }
    .order-form .dx-checkbox-icon {
        width: 2.125rem;
        height: 2.125rem;
    }
    .order-form .dx-checkbox-text {
        font-size: 0.875rem;
    }
    .order-form__files-caption {
        margin-top: 0.9375rem;
        margin-bottom: 0.6875rem;
        font-size: 0.875rem;
    }
    .order-form .dx-fileuploader-button {
        max-width: 9rem;
    }
    .order-form .dx-fileuploader-input-label,
    .order-form .dx-button-text {
        font-size: 0.980625rem;
        border-radius: 0.49rem;
    }
    .order-form__captcha-wrapper {
        margin-top: 1.0625rem;
        margin-bottom: 2.4375rem;
    }
    .order-form__submit-button {
        display: block;
        max-width: 28.125rem;
        margin: 0 auto;
    }
    .order-form .dx-fileuploader-button:hover,
    .order-form__submit-button:hover {
        background-color: var(--dark-green-color);
    }
}
@media (min-width: 1190px) {
    .order__wrapper {
        max-width: 100%;
        padding-bottom: 6.25rem;
    }
    .order__title {
        margin-bottom: 4.6875rem;
        font-size: 1.875rem;
    }
    .order-form .dx-texteditor.dx-editor-outlined {
        border-radius: 0.3125rem;
    }
    .order-form .dx-texteditor-input-container {
        padding: 0.5rem 0.9375rem;
    }
    .order-form .dx-texteditor-input,
    .order-form .dx-widget input,
    .order-form .dx-placeholder::before {
        font-size: 1.125rem;
    }
    .dx-layout-manager .dx-field-item:not(.dx-first-row) {
        padding-top: 1.1rem;
    }
    .order-form .dx-textarea .dx-texteditor-input {
        min-height: 6.0625rem;
    }
    .order-form .dx-form-group-caption {
        margin-top: 0.75rem;
        margin-bottom: 1.25rem;
        font-size: 1.125rem;
    }
    .order-form .dx-checkbox-icon {
        width: 1.875rem;
        height: 1.875rem;
    }
    .order-form .dx-checkbox-text {
        font-size: 1.125rem;
    }
    .order-form__files-caption {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        font-size: 1.125rem;
    }
    .order-form .dx-texteditor-container {
        border-radius: 0.3125rem;
    }
    .order-form .dx-fileuploader-input-container {
        padding-bottom: 1.7rem;
    }
    .order-form .dx-fileuploader-input-label,
    .order-form .dx-button-text {
        font-size: 1.25rem;
    }
    .order-form .dx-fileuploader-button {
        max-width: 11.5rem;
        border-radius: 0.625rem;
    }
    .order-form__submit-button {
        max-width: 35.5625rem;
        border-radius: 0.9375rem;
    }
}

.customs__wrapper {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20.8125rem;
}
.customs__wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 21.25rem;
    height: 18.625rem;
    transform: translateX(-50%);
    border-radius: 1.468125rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/customs/mobile/background.png');
    box-shadow: 0 0 0.489375rem 0 rgba(0, 0, 0, 0.25);
}
.customs-item {
    padding: 1.5625rem 0;
    border-radius: 1.0625rem;
    box-shadow: 0 0 0.531875rem 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}
.customs-item__title {
    margin: 0;
    margin-bottom: 1.674375rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.006875rem;
    color: var(--green-color);
}
.customs-item__list {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 2.5625rem;
    padding-right: 1rem;
    flex-direction: column;
    gap: 0.9375rem;
    list-style: none;
}
.customs-item__list-item {
    position: relative;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: -0.006875rem;
    line-height: 0.85rem;
}
.customs-item__list-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.555625rem;
    width: 0.9225rem;
    height: 0.9225rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../image/customs/mobile/list-icon.png')
}
.customs-item__inner-list {
    margin: 0;
    padding: 0;
    padding-left: 1.25rem;
    list-style-type: disc;
    list-style-image: none;
}
@media (max-width: 959px) {
    .customs__wrapper {
        max-width: 22.5rem;
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 960px) {
    .customs__wrapper {
        max-width: 57.5rem;
        padding-bottom: 3.8025rem;
    }
    .customs__wrapper:after {
        content: none;
    }
    .customs-item {
        position: relative;
        max-width: 29.316875rem;
        padding: 2.25rem 0;
        border-radius: 1.468125rem;
        box-shadow: 0 0 0.734375rem 0 rgba(0, 0, 0, 0.25);
    }
    .customs-item:after {
        position: absolute;
        content: '';
        top: 0;
        right: -27.995rem;
        width: 26.0375rem;
        height: 100%;
        border-radius: 1.468125rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url('../image/customs/tablet/background.png');
        box-shadow: 0 0 0.489375rem 0 rgba(0, 0, 0, 0.25);
    }
    .customs-item__title {
        margin-bottom: 2.125rem;
        margin-left: 2.25125rem;
        font-size: 1.375rem;
        text-align: left;
        letter-spacing: 0.009375rem;
    }
    .customs-item__list {
        gap: 0.9375rem;
        padding-left: 4.405rem;
        padding-right: 1.468125rem;
    }
    .customs-item__list-item {
        font-size: 0.875rem;
        line-height: 1.175rem;
        letter-spacing: -0.009375rem;
    }
    .customs-item__list-item:before {
        left: -2.15375rem;
        width: 1.2725rem;
        height: 1.2725rem;
        background-image: url('../image/customs/tablet/list-icon.png')
    }
    .customs-item__inner-list {
        padding-left: 1.25rem;
    }
}
@media (min-width: 1190px) {
    .customs__wrapper {
        max-width: 100%;
        padding-bottom: 6.25rem;
    }
    .customs-item {
        max-width: 37.4375rem;
        padding-top: 2.9375rem;
        padding-bottom: 3.375rem;
        border-radius: 1.875rem;
        box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
    }
    .customs-item:after {
        width: 20.25rem;
        right: -22.75rem;
        border-radius: 1.875rem;
        box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
        background-image: url('../image/customs/desktop/background.png');
        background-size: cover;
    }
    .customs-item__title {
        margin-bottom: 3.125rem;
        margin-left: 2.875rem;
        font-size: 1.75rem;
        letter-spacing: -0.011875rem;
    }
    .customs-item__list {
        padding-left: 5.625rem;
        padding-right: 1.875rem;
        gap: 1.125rem;
    }
    .customs-item__list-item {
        font-size: 1.125rem;
        line-height: 1.5rem;
        letter-spacing: -0.011875rem;
    }
    .customs-item__list-item:before {
        left: -2.75rem;
        width: 1.625rem;
        height: 1.625rem;
        background-image: url('../image/customs/tablet/list-icon.png')
    }
    .customs-item__inner-list {
        padding-left: 1.5625rem;
    }
}

.main-footer {
    background-color: #00583a;
}
.main-footer__wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.88rem;
}
.main-footer__logo-wrap {
    display: flex;
    margin-bottom: 2.02rem;
    align-items: center;
    justify-content: space-between;
}
.main-footer__social-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.main-footer__social {
    position: relative;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    text-decoration: none;
    border-radius: 50%;
}
.main-footer__social:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-footer__social--web:before {
    background-image: url('../static/page-footer/mobile/website.png');
}
.main-footer__social--vk:before {
    background-image: url('../static/page-footer/mobile/vk.png');
}
.main-footer__social--tg:before {
    background-image: url('../static/page-footer/mobile/tg.png');
}
.main-footer__social--dzen:before {
    background-image: url('../static/page-footer/mobile/yandex-zen.png');
}
.main-footer__title {
    margin: 0;
    margin-bottom: 1.13rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.1375rem;
    text-transform: uppercase;
    color: #ffffff;
}
.main-footer__contacts-item {
    display: block;
    position: relative;
    margin-bottom: 0.9rem;
    padding-left: 1.62856rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.975rem;
    text-decoration: none;
    color: #ffffff;
}
.main-footer__contacts-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.98856rem;
    height: 0.98856rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.main-footer__address:before {
    background-image: url('../static/page-footer/mobile/address-icon.svg');
}
.main-footer__phone:before {
    background-image: url('../static/page-footer/mobile/phone-icon.svg');
}
.main-footer__email:before {
    background-image: url('../static/page-footer/mobile/letter-icon.svg');
}
.main-footer__tg:before {
    background-image: url('../static/page-footer/mobile/simple-tg-icon.svg');
}
.main-footer__navigation-link {
    display: block;
    margin-bottom: 0.38rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.975rem;
    color: #ffffff;
}
.additional-footer {
    background-color: #01774e;
}
.additional-footer__wrapper {
    display: flex;
    padding: 0.625rem 0;
    align-items: center;
    justify-content: space-between;
}
.additional-footer__copyright {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 0.9375rem;
    text-decoration: none;
    color: #ffffff;
}
.additional-footer__link {
    max-width: 9.88563rem;
    width: 100%;
    padding: 0.625rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.125rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: none;
    border-radius: 0.74144rem;
    background-color: #00583A;
    box-shadow: 0 0.0466875rem 0.0466875rem 0 rgba(0, 0, 0, 0.50);
}
@media (min-width: 960px) {
    .main-footer__wrapper {
        display: flex;
        padding-top: 4.31rem;
        padding-bottom: 2.69rem;
        align-items: flex-start;
        justify-content: space-between;
        gap: 4.04rem;
    }
    .main-footer__title {
        margin: 0;
    }
    .main-footer__logo-wrap {
        margin: 0;
        align-items: flex-start;
        flex-direction: column;
        flex-shrink: 0;
        order: -2;
        gap: 1.29rem;
    }
    .main-footer__logo {
        width: 7.9085rem;
        height: 2.422rem;
    }
    .main-footer__social-wrap {
        gap: 0.48rem;
    }
    .main-footer__contacts,
    .main-footer__navigation,
    .main-footer__emails {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .main-footer__contacts {
        max-width: 14.5rem;
        flex-shrink: 0;
    }
    .main-footer__contacts-item {
        margin: 0;
        padding-left: 1.58856rem;
    }
    .main-footer__emails {
        max-width: 14.75rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .main-footer__navigation {
        order: -1;
        flex-shrink: 0;
    }
    .additional-footer__wrapper {
        padding: 1.10rem 0;
    }
    .additional-footer__copyright {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
}
@media (min-width: 1190px) {
    .main-footer__wrapper {
        padding-top: 5.5rem;
        padding-bottom: 3.31rem;
    }
    .main-footer__logo {
        width: 10rem;
        height: 3.0625rem;
    }
    .main-footer__title {
        margin-bottom: 0.3rem;
        font-size: 1rem;
    }
    .main-footer__social-wrap {
        gap: 0.62rem;
    }
    .main-footer__social {
        width: 1.5625rem;
        height: 1.5625rem;
    }
    .main-footer__contacts {
        max-width: 19.375rem;
    }
    .main-footer__navigation-link,
    .main-footer__contacts-item {
        font-size: 1rem;
    }
    .main-footer__contacts-item {
        padding-left: 2rem;
    }
    .main-footer__contacts-item:before {
        width: 1.25rem;
        height: 1.25rem;
    }
    .main-footer__emails {
        max-width: 19.6875rem;
    }
    .main-footer__contacts-item {
        line-height: 1.3rem;
    }
    .additional-footer__wrapper {
        padding-top: 1.44rem 0;
    }
    .additional-footer__copyright {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
    .additional-footer__link {
        max-width: 12.5rem;
        padding: 0.75rem;
        font-size: 0.875rem;
    }
}

.scroll-top-button {
    display: none;
    position: fixed;
    right: 1.25rem;
    bottom: 0.8125rem;
    width: 1.875rem;
    height: 1.875rem;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/scroll-top-button/mobile/scroll-up.png');
    z-index: 10;
}
@media (min-width: 960px) {
    .scroll-top-button {
        width: 2.5rem;
        height: 2.5rem;
    }
}
@media (min-width: 1190px) {
    .scroll-top-button {
        bottom: 1.25rem;
        width: 3.125rem;
        height: 3.125rem;
    }
}