body.return-page button,
body.return-page input {
    font: inherit;
}
body.return-page button {
    color: inherit;
}
body.return-page [hidden] {
    display: none !important;
}
body.return-page b {
    font-family: Mulish-Bold, sans-serif;
}
body.return-page .return-link,
body.return-page .return-result__notice .return-link {
    color: #0088FF;
    font-family: Mulish-Bold, sans-serif;
    font-size: 16px;
    line-height: inherit;
    text-decoration: underline;
}
body.return-page .return-result__notice .return-link {
    color: inherit;
}
body.return-page .return-page__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
body.return-page .return-page__header {
    margin-bottom: 40px;
    text-align: center;
}
body.return-page .return-page__title {
    font: 24px/30px Mulish-Bold, sans-serif;
    margin: 0 0 32px;
    text-align: center;
    text-transform: uppercase;
}
body.return-page .section-bottom,
body.return-page .section-bottom p {
    margin: 32px 0;
}

/* Steps */
body.return-page .return-wizard {
    margin: 0 auto 95px;
    max-width: 1440px;
    width: 100%;
}
body.return-page .return-step:not(.return-step--result) {
    background: #f6f6f6;
    margin: 0 auto;
    padding: 40px;
}
body.return-page .return-step--result {
    margin: 0 auto;
}
body.return-page .return-step__title {
    font: 32px/40px Mulish-Bold, sans-serif;
    margin: 0 0 24px;
}
body.return-page .return-step__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
body.return-page .return-option {
    cursor: pointer;
    display: block;
    font: 18px/23px Mulish-SemiBold, sans-serif;
    position: relative;
}
body.return-page .return-option__input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
body.return-page .return-option__content {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 16px 20px 16px 42px;
}
body.return-page .return-option__content::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    transition: border-color .2s ease;
}
body.return-page .return-option__content::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #181818;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .2s ease;
}
body.return-page .return-option__input:checked + .return-option__content::before {
    border-color: #181818;
}
body.return-page .return-option__input:checked + .return-option__content::after {
    opacity: 1;
}
body.return-page .return-option:hover .return-option__content {
    border-color: #181818;
}
body.return-page .return-option__input:checked + .return-option__content {
    border-color: #111111;
    box-shadow: inset 0 0 0 1px #181818;
}
body.return-page .return-option__input:focus-visible + .return-option__content {
    outline: 2px solid #111111;
    outline-offset: 2px;
}
body.return-page .return-step__controls {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 28px;
}
body.return-page .return-button {
    width: 312px;
    height: 52px;
    padding: 0 24px;
    border: 1px solid #181818;
    background: #181818;
    color: #ffffff;
    cursor: pointer;
    font: 16px/52px Mulish-SemiBold, sans-serif;
    text-transform: uppercase;
    transition:
            opacity 180ms ease,
            background 180ms ease,
            color 180ms ease;
}
body.return-page .return-button:hover:not(:disabled) {
    opacity: 0.8;
}
body.return-page .return-button:disabled {
    cursor: not-allowed;
    opacity: 0.35;
}
body.return-page .return-button--secondary {
    background: transparent;
    color: #181818;
}
body.return-page .return-result {
    background: #ffffff;
    font: 16px/20px Mulish-Regular, sans-serif;
    margin: 0 auto;
}
body.return-page .return-result p {
    margin: 0;
}
body.return-page .return-result p + p {
    margin-top: 16px;
}
body.return-page .return-step--result {
    background: #ffffff;
}
body.return-page .return-result__top {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-bottom: 32px;
    position: relative;
}
body.return-page .return-result__page-title {
    margin: 0;
    font-family: Mulish-Bold, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
body.return-page .return-result__restart {
    border: 0;
    background: transparent;
    color: #959796;
    cursor: pointer;
    font: 18px/23px Mulish-Bold, sans-serif;
    padding: 0 0 0 26px;
    position: absolute;
    top: 50%;
    right: 0;
    text-transform: uppercase;
    transform: translateY(-50%);
}
body.return-page .return-result__restart::before {
    background-image: url("/assets/svg/arrow-rotate-right.svg");
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}
body.return-page .return-result__header {
    margin-bottom: 8px;
}
body.return-page .return-result__title {
    margin: 0 0 8px;
    font-family: Mulish-Bold, sans-serif;
    font-size: 18px;
    line-height: 30px;
}
body.return-page .return-result__intro {
    margin: 0;
}
body.return-page .return-result__section {

}
body.return-page .return-result__section-title {
    font: 24px/30px Mulish-Bold, sans-serif;
    margin: 32px 0 8px;
}
body.return-page .return-result__section p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
body.return-page .return-result__section p + p {
    margin-top: 12px;
}
body.return-page .return-result__list {
    font: 16px/20px Mulish-Regular, sans-serif;
    margin: 8px 0 0;
    padding-left: 20px;
}
body.return-page .return-result__list li {
    list-style: disc;
}
body.return-page .return-result__list li + li {
    margin-top: 3px;
}
body.return-page .return-result__notice {
    background: #f3f3f3;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0 32px;
    padding: 14px 16px;
}
body.return-page .return-result__notice-icon {
    display: inline-flex;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #8F8F8F;
    color: #ffffff;
    font-family: Mulish-Bold, sans-serif;
    font-size: 12px;
    line-height: 1;
    transform: rotate(180deg);
}
body.return-page .return-result__notice p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
body.return-page .return-result__accent {
    background: #6A2027;
    border-radius: 6px;
    color: #ffffff;
    margin: 32px 0;
    padding: 20px;
}
body.return-page .return-result__accent-title {
    margin: 0 0 6px;
    font-family: Mulish-Bold, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}
body.return-page .return-result__accent p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* Accardion */
body.return-page .return-result-accordion {
    margin-top: 24px;
}
body.return-page .return-result-accordion__item + .return-result-accordion__item {
    margin-top: 2px;
}
body.return-page .return-result-accordion__button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
    padding: 19px 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: 24px/30px Mulish-Bold, sans-serif;
    text-align: left;
}
body.return-page .return-result-accordion__button:focus-visible {
    outline: 2px solid #181818;
    outline-offset: -2px;
}
body.return-page .return-result-accordion__icon {
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
}
body.return-page .return-result-accordion__icon::before {
    background-image: url("/assets/svg/arrow-right-desc.svg");
    content: "";
    position: absolute;
    transform: rotate(90deg);
    transition: transform 180ms ease;
    height: 17px;
    width: 9px;
}
body.return-page .return-result-accordion__item.is-open .return-result-accordion__icon::before {
    display: inline-block;
    transform: rotate(270deg);
}
body.return-page .return-result-accordion__content {
    overflow: hidden;
}
body.return-page .return-result-accordion__inner > p {
    margin: 0;
}
body.return-page .return-result-accordion__inner a {
    color: #0088cc;
    text-decoration: underline;
}
body.return-page .return-result-accordion__inner a:hover {
    text-decoration: none;
}
body.return-page .return-result-accordion__inner,
body.return-page .return-result__section:first-child {
    margin-top: 0;
}
body.return-page .return-result__accent p + p {
    margin-top: 4px;
}

body.return-page .return-result__description {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 20px;
}
body.return-page .return-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
body.return-page .return-steps__item {
    display: flex;
    min-width: 0;
    min-height: 178px;
    flex-direction: column;
    padding: 14px;
    border-radius: 5px;
    background: #68a7e5;
    color: #ffffff;
}
body.return-page .return-steps__header {
    display: flex;
    min-height: 42px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}
body.return-page .return-steps__number {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 3px 12px;
    border-radius: 12px;
    background: #ffffff;
    color: #303030;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
body.return-page .return-steps__icon {
    display: block;
    flex: 0 0 48px;
    position: relative;
    height: 48px;
    width: 48px;
}
body.return-page .return-steps__icon::before {
    content: "";
    position: absolute;
}
body.return-page .return-steps__icon--document::before {
    background-image: url("/promos/pages/exchange_return/img/step1.svg");
    height: 48px;
    width: 48px;
}
body.return-page .return-steps__icon--passport::before {
    background-image: url("/promos/pages/exchange_return/img/step2.svg");
    height: 48px;
    width: 48px;
}
body.return-page .return-steps__icon--box::before {
    background-image: url("/promos/pages/exchange_return/img/step3.svg");
    height: 48px;
    width: 48px;
}
body.return-page .return-steps__icon--receipt::before {
    background-image: url("/promos/pages/exchange_return/img/step4.svg");
    height: 48px;
    width: 48px;
}
body.return-page .return-steps__icon--search::before {
    background-image: url("/promos/pages/exchange_return/img/step5.svg");
    height: 48px;
    width: 48px;
}
body.return-page .return-steps__text {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 1.35;
}
body.return-page .return-steps__button,
body.return-page .return-result-accordion__inner .return-steps__button {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #181818;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    font: 14px/40px Mulish-Bold, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
            background 180ms ease,
            color 180ms ease;
    width: 100%;
}
body.return-page .return-steps__button:hover {
    background: transparent;
    color: #ffffff;
}
body.return-page .return-steps p {
    font-size: 12px;
}
body.return-page .return-result__notice a {
    color: inherit;
}
body.return-page .return-result__legal {
    margin: 28px 0 0;
    font-size: 13px;
    line-height: 1.55;
}

/* MAPS */
body.return-page .return-partner-map {
    display: none;
    /*margin-top: 24px;*/
}
body.return-page .return-partner-map__container {
    width: 100%;
    height: 500px;
    background: #f3f3f3;
}

/* FAQ */
body.return-page .return-faq {
    margin: 0 auto 95px;
}
body.return-page .return-faq__title {
    margin: 0 0 32px;
    font-family: Mulish-Bold, sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
body.return-page .return-faq__list {
    border-top: 1px solid #d8d8d8;
}
body.return-page .return-faq__item {
    border-bottom: 1px solid #d8d8d8;
    color: #181818;
    font-family: Mulish-Bold, sans-serif;
    font-size: 24px;
    line-height: 32px;
}
body.return-page .return-faq__question {
    display: flex;
    width: 100%;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}
body.return-page .return-faq__question:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
}
body.return-page .return-faq__icon {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}
body.return-page .return-faq__icon::before,
body.return-page .return-faq__icon::after {
    background: #181818;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
}
body.return-page .return-faq__icon::before {
    width: 24px;
    height: 3px;
}
body.return-page .return-faq__icon::after {
    width: 3px;
    height: 24px;
}
body.return-page .return-faq__item.is-open .return-faq__icon::before,
body.return-page .return-faq__item.is-open .return-faq__icon::after {
    transform: translate(-50%, -50%) rotate(45deg);
}
body.return-page .return-faq__answer {
    overflow: hidden;
}
body.return-page .return-faq__answer-inner {
    color: #181818;
    font-family: Mulish-Regular, sans-serif;
    font-size: 16px;
    padding: 0 42px 22px 4px;
}
body.return-page .return-faq__answer-inner p {
    margin: 0;
}
body.return-page .return-faq__answer-inner p + p {
    margin-top: 12px;
}
body.return-page .return-contact {
    border-radius: 5px;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 320px;
    align-items: center;
    margin: 64px auto 0;
    overflow: hidden;
    background-color: #450508;
    background-image: url("https://static.ecco.ru/uploads/images/return-contact-us.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body.return-page .return-contact__content {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: 40px 0 40px 135px;
}
body.return-page .return-contact__title {
    color: #ffffff;
    font-family: Mulish-Bold, sans-serif;
    font-size: 24px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
body.return-page .return-contact__button {
    display: inline-flex;
    min-width: 160px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #181818;
    font-family: Mulish-Bold, sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
            background 180ms ease,
            color 180ms ease;
}
body.return-page .return-contact__button:hover {
    background: transparent;
    color: #ffffff;
}