@font-face {
    font-family: "Geomanist";
    src: url("../fonts/Geomanist-Book.woff2") format("woff2"), url("../fonts/Geomanist-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geomanist";
    src: url("../fonts/Geomanist-Bold.woff2") format("woff2"), url("../fonts/Geomanist-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geomanist";
    src: url("../fonts/Geomanist-BlackItalic.woff2") format("woff2"), url("../fonts/Geomanist-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body {
    background: #1d2751;
    background: #1d2751 url("../images/bg-shoes-soul.jpg") top/cover no-repeat fixed;
}

.pigmc-dark-gradient {
    height: 100dvh;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: linear-gradient(180deg, rgba(26, 25, 25, .5) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
}

.pigmc-wrapper {
    position: relative;
    font-family: "Geomanist", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 40px 20px;
    text-rendering: geometricPrecision;
}

    .pigmc-wrapper * {
        font-family: "Geomanist", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        text-rendering: geometricPrecision;
    }

    .pigmc-wrapper h1, .pigmc-wrapper h2, .pigmc-wrapper h3, .pigmc-wrapper h4, .pigmc-wrapper h5, .pigmc-wrapper h6 {
        margin: 0 0 .3em;
        padding: 0;
        line-height: 1.05;
    }

    .pigmc-wrapper h1 {
        margin: 0 0 .3em;
    }

    .pigmc-wrapper h2 {
        margin: 0 0 .4em;
    }

    .pigmc-wrapper h3 {
        margin: 0 0 .5em;
    }

    .pigmc-wrapper h4, .pigmc-wrapper h5, .pigmc-wrapper h6 {
        margin: 0 0 .5em;
    }

    .pigmc-wrapper p {
        margin: 1em 0 0;
    }

        .pigmc-wrapper p.pigmc-mt-0 {
            margin-top: 0;
        }

    .pigmc-wrapper ul {
        padding-left: 20px;
    }

.pigmc-container {
    margin: 0 auto;
    margin-top: -4rem;
}

.pigmc-container-sm {
    max-width: 896px;
}

.pigmc-container-lg {
    max-width: 910px;
}

.pigmc-container-xl {
    max-width: 956px;
}

.pigmc-navigation {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

    .pigmc-navigation.with-buttons {
        margin-bottom: 24px;
    }

    .pigmc-navigation.footer {
        margin-top: 20px;
        padding-left: 20px;
    }

.pigmc-text-header {
    margin-bottom: 32px;
}

    .pigmc-text-header h2.label {
        margin-bottom: .1em;
    }

.pigmc-link-no-underline {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #ffffff;
}

    .pigmc-link-no-underline:hover, .pigmc-link-no-underline:active, .pigmc-link-no-underline:visited, .pigmc-link-no-underline:focus {
        color: #ff7300;
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

.pigmc-package-card-holder {
    overflow: hidden;
}

.pigmc-package-card-col {
    padding: 8px 0;
}

.pigmc-package-card-col--full .pigmc-text-xl {
    font-size: 25px;
}

.pigmc-package-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-height: 174px;
    padding: 22px 14px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-text-decoration: none;
    text-decoration: none;
}

    .pigmc-package-card:hover .pigmc-package-card-overlay {
        background-color: rgba(0, 0, 0, .6);
    }

    .pigmc-package-card img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .pigmc-package-card h2 {
        margin-bottom: 4px;
    }

    .pigmc-package-card h3 {
        margin-bottom: 0;
    }

    .pigmc-package-card p {
        margin: 5px 0 0;
    }

    .pigmc-package-card time {
        margin-bottom: -5px;
    }

.pigmc-package-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.pigmc-package-card-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pigmc-package-card-header, .pigmc-package-card-footer {
    position: relative;
}

.pigmc-package-card-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 6px;
}

.pigmc-price-card-holder {
    overflow: hidden;
}

.pigmc-price-card-col {
    padding: 9px 0;
    display: flex;
    flex-direction: column;
}

.pigmc-price-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: #151235;
    min-height: 174px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-text-decoration: none;
    text-decoration: none;
    gap: 12px;
}

    .pigmc-price-card.card-selected {
        position: relative;
        border-color: rgba(255, 255, 255, .2);
    }

        .pigmc-price-card.card-selected::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background: #ff7300;
            right: 0;
            top: 0;
            border-bottom-left-radius: 10px;
        }

        .pigmc-price-card.card-selected::after {
            content: "";
            position: absolute;
            width: 6px;
            height: 10px;
            right: 6px;
            top: 3px;
            border-bottom: 2px solid #ffffff;
            border-right: 2px solid #ffffff;
            transform: rotate(45deg);
        }

    .pigmc-price-card img {
        width: 100%;
        height: auto;
    }

    .pigmc-price-card h3 {
        margin-bottom: 0;
    }

.pigmc-price-card-header, .pigmc-price-card-footer {
    position: relative;
}

.pigmc-price-card-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pigmc-price-card-number-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .pigmc-price-card-number-holder input[type=text], .pigmc-price-card-number-holder input[type=number] {
        width: 44px;
        height: 24px;
        padding: 1px 4px;
        font-size: 15px;
        text-align: center;
    }

.pigmc-price-card-number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.pigmc-dashed-section {
    border: 1px dashed #ffffff;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

    .pigmc-dashed-section.more-space {
        margin-bottom: 30px;
    }

.pigmc-cupon-card-content {
    flex: 1;
    padding-bottom: 20px;
}

    .pigmc-cupon-card-content p {
        margin: 0 0 19px;
    }

    .pigmc-cupon-card-content h2 {
        margin-bottom: 7px;
    }

.pigmc-cupon-input {
    max-width: 300px;
}

.pigmc-note {
    border-top: 1px dashed #ffffff;
    padding: 8px 0 0 0;
}

    .pigmc-note p {
        margin: 0;
    }

.pigmc-button {
    display: inline-block;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Geomanist", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 12px;
    border-radius: 3px;
    outline-offset: 1px;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #ffffff;
    text-align: center;
    border: 0;
    cursor: pointer;
}

    .pigmc-button:hover, .pigmc-button:active, .pigmc-button:visited, .pigmc-button:focus {
        color: #ffffff;
    }

.pigmc-rounded-full {
    border-radius: 9999px;
}

.pigmc-price-table .pigmc-button {
    outline: none;
    border-radius: 50px;
    font-size: 14px;
    padding: 4px 10px;
}

.pigmc-price-table-row {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 6px;
    align-items: center;
    justify-content: space-between;
}

    .pigmc-price-table-row:first-child {
        padding-top: 0;
    }

    .pigmc-price-table-row + .pigmc-price-table-row {
        border-top: 1px dashed rgba(255, 255, 255, .3);
    }

    .pigmc-price-table-row.pigmc-total-row {
        margin-top: 15px;
        padding: 12px 0 0;
        border-color: #ffffff;
    }

        .pigmc-price-table-row.pigmc-total-row + .pigmc-total-row {
            margin-top: 0;
            border: 0;
            padding: 0;
        }

.pigmc-price-table-cell {
    padding: 0 10px;
}

    .pigmc-price-table-cell.pigmc-description-cell {
        padding-left: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .pigmc-price-table-cell.pigmc-vat-cell {
        flex-basis: 80px;
        max-width: 80px;
        padding-left: 0;
    }

    .pigmc-price-table-cell.pigmc-price-cell {
        flex-basis: 80px;
        max-width: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .pigmc-price-table-cell.pigmc-action-cell {
        flex-basis: 180px;
        max-width: 180px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
    }

.pigmc-button-orange {
    background: #ff7300;
    color: #ffffff;
    border-color: #ff7300;
    outline-color: #ff7300;
}

.pigmc-button-red {
    background: red;
    outline-color: red;
}

.pigmc-button-gray {
    background: #8e8e8e;
    outline-color: #8e8e8e;
}

.pigmc-button-blue {
    background: #3c4785;
    outline-color: #3c4785;
}

.pigmc-button-orange-hover {
    background-color: #ff7300 !important;
    border-color: #ff7300 !important;
    outline-offset: 1px !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-color: #ff7300 !important;
}

.pigmc-button-orange-hover {
    color: #ffffff;
    border-color: #ff7300;
}

    .pigmc-button-orange-hover:hover {
        color: #ffffff;
    }

.pigmc-button-white-outline {
    display: inline-block;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Geomanist", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #ffffff;
}

    .pigmc-button-white-outline:hover, .pigmc-button-white-outline:active, .pigmc-button-white-outline:visited, .pigmc-button-white-outline:focus {
        color: #ffffff;
    }

.pigmc-form-section + .pigmc-form-section {
    margin-top: 50px;
}

.pigmc-form-sub-section + .pigmc-form-sub-section {
    margin-top: 36px;
}

.pigmc-radio-row, .pigmc-checkbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

    .pigmc-radio-row.more-space, .pigmc-checkbox-row.more-space {
        gap: 18px;
    }

.pigmc-radio-holder {
    position: relative;
}

    .pigmc-radio-holder input[type=radio] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

        .pigmc-radio-holder input[type=radio] + label {
            position: relative;
            padding: 4px 0 0 24px;
            font-size: 14px;
            font-family: "Geomanist", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        }

            .pigmc-radio-holder input[type=radio] + label::before {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #ffffff;
                left: 0;
                top: 0;
            }

            .pigmc-radio-holder input[type=radio] + label::after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #ff7300;
                left: 0;
                top: 0;
                border: 2px solid #ffffff;
                display: none;
            }

        .pigmc-radio-holder input[type=radio]:checked + label::after {
            display: block;
        }

.pigmc-checkbox-holder {
    position: relative;
}

    .pigmc-checkbox-holder input[type=checkbox] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

        .pigmc-checkbox-holder input[type=checkbox] + label {
            position: relative;
            padding: 4px 0 0 24px;
            font-size: 14px;
            font-family: "Geomanist", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        }

            .pigmc-checkbox-holder input[type=checkbox] + label::before {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #ffffff;
                left: 0;
                top: 0;
            }

            .pigmc-checkbox-holder input[type=checkbox] + label::after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #ff7300;
                left: 0;
                top: 0;
                border: 2px solid #ffffff;
                display: none;
            }

        .pigmc-checkbox-holder input[type=checkbox]:checked + label::after {
            display: block;
        }

.pigmc-form-control + .pigmc-form-control {
    margin-top: 20px;
}

.pigmc-width-full {
    width: 100%;
}

.pigmc-width-41-ch {
    max-width: 41ch;
}

.pigmc-mt-0 {
    margin-top: 0;
}

.pigmc-mt-30 {
    margin-top: 30px;
}

.pigmc-width-46-ch {
    max-width: 46ch;
}

.pigmc-width-52-ch {
    max-width: 52ch;
}

.pigmc-flex-row {
    display: flex;
    flex-wrap: wrap;
}

.pigmc-flex-row-reverse {
    flex-direction: row-reverse;
}

.pigmc-flex-gap-12 {
    gap: 12px;
}

.pigmc-justify-between {
    justify-content: space-between;
}

.pigmc-flex-row-gap-4 {
    margin: 0 -2px;
}

.pigmc-flex-col-gap-4 {
    padding: 0 2px;
}

.pigmc-flex-row-gap-4 {
    margin: 0 -2px;
}

.pigmc-flex-col-gap-4 {
    padding: 0 2px;
}

.pigmc-width-25 {
    flex-basis: 25%;
    max-width: 25%;
}

.pigmc-width-30 {
    flex-basis: 30%;
    max-width: 30%;
}

.pigmc-width-70 {
    flex-basis: 70%;
    max-width: 70%;
}

.pigmc-form-col + .pigmc-form-col {
    margin-top: 20px;
}

.pigmc-separator {
    border-top: 1px dashed rgba(255, 255, 255, .3);
    margin: 30px 0 40px;
}

input[type=text], input[type=number], input[type=email] {
    width: 100%;
    padding: 2px 12px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background-color: #ffffff;
    font-size: 16px;
    font-family: "Geomanist", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

    input[type=text].input-gray, input[type=number].input-gray, input[type=email].input-gray {
        background-color: #d9d9d9;
    }

.pigmc-select {
    height: 40px;
    font-size: 16px;
    width: 100%;
    background: #ffffff;
}

h2.pigmc-dashed-section-heading, h3.pigmc-dashed-section-heading {
    margin-bottom: 18px;
}

    h2.pigmc-dashed-section-heading.border-bottom, h3.pigmc-dashed-section-heading.border-bottom {
        border-bottom: 1px dashed #ffffff;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

.pigmc-text-right {
    text-align: right;
}

.pigmc-form-footer {
    background: #151134;
    border-radius: 10px;
    margin: 30px 0 0;
    padding: 20px 22px 26px;
}

.pigmc-action-buttons {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    max-width: 956px;
    margin: 0 auto;
    align-items: center;
    margin-top: 20px;
    padding: 0;
}

    .pigmc-action-buttons .pigmc-button {
        text-align: center;
        padding: 8px 20px;
        font-size: 14px;
        cursor: pointer;
        border: 1px solid;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0);
        min-width: 120px;
        height: 52px;
        outline: none;
        box-shadow: none;
    }

.pigmc-button-secondary {
    color: #ffffff;
    border-color: #ffffff;
}

    .pigmc-button-secondary:hover {
        color: #ff7300;
        border-color: #ff7300;
    }

.pigmc-pl-0 {
    padding-left: 0 !important;
}

.pigmc-mb-0 {
    margin-bottom: 0 !important;
}

.pigmc-mb-6 {
    margin-bottom: 6px !important;
}

.pigmc-mb-12 {
    margin-bottom: 12px !important;
}

.pigmc-mb-24 {
    margin-bottom: 24px !important;
}

.pigmc-pr-12 {
    padding-right: 12px !important;
}

.pigmc-block {
    display: block;
}

.text-balance {
    text-wrap: balance;
}

.pigmc-font-bold {
    font-weight: 700;
}

.pigmc-font-extra-bold-italic {
    font-weight: 900;
    font-style: italic;
}

.pigmc-text-base-lg {
    line-height: 1.3 !important;
}

.pigmc-text-base-lg {
    font-size: 18px;
}

.pigmc-text-base {
    font-size: 18px;
    line-height: 1.25;
}

.pigmc-text-sm {
    font-size: 17px;
    line-height: 1.25;
}

.pigmc-text-xs {
    font-size: 14px;
    line-height: 1.25;
}

.pigmc-text-xxs {
    font-size: 13px;
    line-height: 1.25;
}

.pigmc-text-lg {
    font-size: 25px;
    line-height: 1.25;
}

.pigmc-text-xl {
    font-size: 30px;
    line-height: 1.25;
}

.pigmc-text-2xl {
    font-size: 36px;
    line-height: 1.25;
}

.pigmc-link {
    color: #ffffff;
}

    .pigmc-link:hover, .pigmc-link:active, .pigmc-link:visited, .pigmc-link:focus {
        color: #ff7300;
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

.pigmc-link-no-underline {
    color: #ffffff;
    -webkit-text-decoration: none;
    text-decoration: none;
}

    .pigmc-link-no-underline:hover, .pigmc-link-no-underline:active, .pigmc-link-no-underline:visited, .pigmc-link-no-underline:focus {
        color: #ffffff;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

.pigmc-text-white {
    color: #ffffff;
}

.pigmc-text-gray {
    color: #666d8b;
}

.pigmc-text-light-gray {
    color: #d9d9d9;
}

.pigmc-text-orange {
    color: #ff7300;
}

.pigmc-error-input {
    background-color: #ffcece !important;
    border: 1px solid #ffcece !important;
}

.pigmc-error-message {
    color: red;
    font-size: 14px;
}

.pigmc-language-wrapper {
    display: flex;
    position: relative;
    top: -2.6rem;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0 2rem 1rem;
    width: 100%;
    box-sizing: border-box;
}

.pigmc-navigation {
    align-items: center;
}

.pigmc-language {
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}

    .pigmc-language.pigmc-language-active .pigmc-language__list, .pigmc-language:hover .pigmc-language__list, .pigmc-language:focus .pigmc-language__list, .pigmc-language:focus-within .pigmc-language__list {
        opacity: 1;
        visibility: visible;
    }

.pigmc-language__active-language {
    padding: 0;
    border: none;
    width: auto;
    height: auto;
    background: none;
    margin-left: 1rem;
    cursor: pointer;
    transition: transform .2s ease;
}

.pigmc-language__list {
    margin: 0;
    padding: 1rem 0 0;
    position: absolute;
    top: 3rem;
    left: -1rem;
    border-radius: .6rem;
    width: 5rem;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    transform: translateY(0);
    padding-top: 0;
    transition: all .3s ease;
}

.pigmc-language-menu-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding-top: 0;
}

.pigmc-language__list:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: .6rem solid rgba(0, 0, 0, 0);
    border-right: .6rem solid rgba(0, 0, 0, 0);
    border-bottom: .6rem solid #ffffff;
    left: 50%;
    top: -0.5rem;
    transform: translateX(-50%);
    z-index: 1001;
}

.pigmc-language__item {
    list-style: none;
    background: #ffffff;
    width: 100%;
}

    .pigmc-language__item:first-child {
        border-top-left-radius: .6rem;
        border-top-right-radius: .6rem;
    }

    .pigmc-language__item:last-child {
        border-bottom-left-radius: .6rem;
        border-bottom-right-radius: .6rem;
    }

    .pigmc-language__item + .pigmc-language__item {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

.pigmc-language__link {
    padding: .7rem .8rem;
    color: #1d2751;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    -webkit-text-decoration: none;
    text-decoration: none;
}

    .pigmc-language__link:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #ff7300;
    }

.pigmc-language__flag {
    display: flex;
    align-items: center;
    padding-right: .7rem;
    padding-bottom: .2rem;
}

.pigmc-language__name {
    font-size: 16px;
    font-weight: 400;
}

.pigmc-dropdown {
    width: 100%;
    padding: .5rem;
    border: 1px solid #d9d9d9;
    border-radius: .3rem;
    background-color: #eaeaea;
    font-family: Tahoma;
    font-size: 12px;
    color: #1d2751;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 1rem;
    padding-right: 2rem;
}

    .pigmc-dropdown:focus {
        outline: none;
        border-color: #ff7300;
        box-shadow: 0 0 0 2px rgba(255, 115, 0, .2);
    }

    .pigmc-dropdown:hover {
        border-color: #ff7300;
    }

.pigmc-price-card-description p {
    margin: 0 0 .5rem 0;
    line-height: 1.4;
}

.pigmc-read-more {
    color: #ff7300;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    display: inline-block;
    transition: color .2s ease;
    cursor: pointer;
}

    .pigmc-read-more:hover {
        color: #ffffff;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

.pigmc-price-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.pigmc-price-card-header {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

.pigmc-price-card-image-holder {
    flex-shrink: 0;
    margin: .5rem 0 2px;
}

.pigmc-price-card-description {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pigmc-price-card-footer {
    flex-shrink: 0;
    margin-top: auto;
}

.pigmc-price-card-separator {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin: 4px 0;
}

.pigmc-overlay-toggle {
    display: none;
}

.pigmc-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.pigmc-overlay-toggle:checked ~ .pigmc-price-card .pigmc-card-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.pigmc-card-overlay-close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    z-index: 11;
    border-radius: 50%;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

    .pigmc-card-overlay-close:hover {
        background-color: #f0f0f0;
    }

.pigmc-card-overlay-content {
    padding: 45px 15px 15px;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.pigmc-card-overlay-title {
    font-size: 14px;
    font-weight: bold;
    color: #1d2751;
    margin: 0 0 10px 0;
    padding-right: 20px;
    line-height: 1.3;
}

.pigmc-card-overlay-text {
    color: #333333;
    line-height: 1.4;
    flex: 1;
    overflow-y: auto;
    padding-right: .3rem;
}

    .pigmc-card-overlay-text p {
        margin: 0 0 8px 0;
        font-size: 12px;
    }

        .pigmc-card-overlay-text p:last-child {
            margin-bottom: 0;
        }

    .pigmc-card-overlay-text::-webkit-scrollbar {
        width: 6px;
    }

    .pigmc-card-overlay-text::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .pigmc-card-overlay-text::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .pigmc-card-overlay-text::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.pigmc-progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1.5rem 0 2rem 0;
    padding: 0;
    width: 100%;
}

.pigmc-progressbar__step {
    display: flex;
    flex-direction: row;
    align-items: end;
    flex: 1;
    position: relative;
    text-align: center;
    z-index: 2;
    gap: .5rem;
    padding-left: .5rem;
    color: #707483;
}

    .pigmc-progressbar__step.pigmc-progressbar__step--active {
        color: #ff7300;
    }

        .pigmc-progressbar__step.pigmc-progressbar__step--active .pigmc-progressbar__step-text {
            color: #ff7300;
        }

        .pigmc-progressbar__step.pigmc-progressbar__step--active .pigmc-progressbar__step-number {
            color: #ff7300;
        }

.pigmc-progressbar__step-number {
    margin-bottom: .75rem;
    transition: color .3s ease;
    color: #707483;
    font-size: .75rem;
}

.pigmc-progressbar__step-text {
    font-size: .75rem;
    font-weight: 500;
    margin-bottom: .75rem;
    transition: color .3s ease;
    white-space: nowrap;
    color: #707483;
}

.pigmc-progressbar__line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #707483;
    z-index: 1;
}

.pigmc-progressbar__line-active {
    height: 100%;
    background-color: #ff7300;
    width: 25%;
    transition: width .3s ease;
}

.pigmc-progressbar--step-2 .pigmc-progressbar__line-active {
    width: 50%;
}

.pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-number, .pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-text, .pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-number, .pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-text {
    color: #ff7300;
}

.pigmc-progressbar--step-3 .pigmc-progressbar__line-active {
    width: 75%;
}

.pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-number, .pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-text, .pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-number, .pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-text, .pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-number, .pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-text {
    color: #ff7300;
}

.pigmc-progressbar--step-4 .pigmc-progressbar__line-active {
    width: 100%;
}

.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-number, .pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-text, .pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-number, .pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-text, .pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-number, .pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-text, .pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(4) .pigmc-progressbar__step-number, .pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(4) .pigmc-progressbar__step-text {
    color: #ff7300;
}

@media screen and (min-width: 576px) {
    .pigmc-navigation {
        margin-bottom: 48px;
        gap: 35px;
    }

        .pigmc-navigation.with-buttons {
            margin-bottom: 36px;
        }

    .pigmc-package-card-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -11px;
    }

    .pigmc-package-card-col {
        padding: 8px 11px;
        flex-basis: 50%;
        max-width: 50%;
    }

    .pigmc-package-card-col--full {
        flex-basis: 100%;
        max-width: 100%;
    }

        .pigmc-package-card-col--full .pigmc-package-card {
            align-items: center;
            text-align: center;
        }

    .pigmc-package-card {
        min-height: 200px;
    }

    .pigmc-price-card-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 18px;
        gap: 18px;
        margin: 0 -10px;
    }

    .pigmc-price-card-col {
        padding: 0 10px;
    }

    .pigmc-price-card.card-selected::before {
        width: 30px;
        height: 30px;
    }

    .pigmc-price-card.card-selected::after {
        right: 9px;
        top: 4px;
        width: 8px;
        height: 14px;
    }

    .pigmc-price-card-footer {
        gap: 12px;
    }

    .pigmc-price-card-number-holder input[type=text], .pigmc-price-card-number-holder input[type=number] {
        width: 50px;
        height: 28px;
        font-size: 16px;
    }

    .pigmc-dashed-section {
        padding: 32px;
    }

    .pigmc-cupon-card {
        display: flex;
        flex-wrap: wrap;
    }

    .pigmc-cupon-card-content {
        padding: 8px 20px 11px 0;
    }

    .pigmc-note {
        width: 260px;
        padding: 8px 0 5px 20px;
        border-top: 0;
        border-left: 1px dashed #ffffff;
    }

    .pigmc-button-eqaul {
        min-width: 145px;
    }

    .pigmc-button-white-outline {
        font-size: 16px;
        padding: 9px 12px;
    }

    .pigmc-flex-row-sm-reverse {
        flex-direction: row-reverse;
    }

    .pigmc-form-footer {
        margin: 44px 0 4px;
    }

    .pigmc-text-base-lg {
        font-size: 20px;
    }

    .pigmc-price-card-header {
        max-width: 15rem;
        min-height: 5rem;
    }

    .pigmc-progressbar__step-number {
        font-size: .8rem;
    }

    .pigmc-progressbar__step-text {
        font-size: .9rem;
    }
}

@media screen and (min-width: 768px) {
    .pigmc-wrapper {
        padding: 72px 30px;
    }

    .pigmc-navigation {
        margin-bottom: 60px;
    }

    .pigmc-text-header {
        margin-bottom: 40px;
    }

    .pigmc-package-card-row {
        margin: 0 -14px;
    }

    .pigmc-package-card-col {
        padding: 12px 14px;
    }

    .pigmc-package-card-col--full .pigmc-text-xl {
        font-size: 30px;
    }

    .pigmc-package-card {
        min-height: 240px;
        padding: 28px 24px 28px;
    }

    .pigmc-price-card-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .pigmc-price-card {
        padding: 18px 20px;
    }

    .pigmc-dashed-section {
        margin-bottom: 30px;
    }

        .pigmc-dashed-section.more-space {
            margin-bottom: 40px;
        }

    .pigmc-button-eqaul {
        min-width: 155px;
    }

    .pigmc-price-table-cell.pigmc-description-cell {
        flex: 1;
    }

    .pigmc-price-table-cell.pigmc-action-cell {
        padding-left: 10px;
        padding-right: 0;
        justify-content: flex-end;
    }

    .pigmc-form-sub-section + .pigmc-form-sub-section {
        margin-top: 44px;
    }

    .pigmc-radio-row.more-space, .pigmc-checkbox-row.more-space {
        gap: 30px;
    }

    .pigmc-radio-holder input[type=radio] + label {
        font-size: 16px;
        padding: 4px 0 0 26px;
    }

    .pigmc-checkbox-holder input[type=checkbox] + label {
        font-size: 16px;
        padding: 4px 0 0 26px;
    }

    .pigmc-form-control + .pigmc-form-control {
        margin-top: 24px;
    }

    .pigmc-form-control-half {
        max-width: 410px;
    }

    .pigmc-form-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -34px;
    }

    .pigmc-form-col {
        padding: 0 34px;
        flex-basis: 50%;
        max-width: 50%;
    }

        .pigmc-form-col + .pigmc-form-col {
            border-left: 1px dashed rgba(255, 255, 255, .3);
            margin-top: 0;
        }

    input[type=text], input[type=number], input[type=email] {
        height: 44px;
        font-size: 18px;
    }

    .pigmc-select {
        height: 44px;
        font-size: 18px;
    }

    .pigmc-action-buttons .pigmc-button {
        min-width: 180px;
        padding: 8px 20px;
    }

    .pigmc-text-lg {
        font-size: 30px;
    }

    .pigmc-text-xl {
        font-size: 38px;
    }

    .pigmc-text-2xl {
        font-size: 60px;
    }

    .pigmc-price-card-image-holder {
        margin: 1rem 0 2px;
    }

    .pigmc-progressbar {
        margin: 2rem 0 6rem 0;
    }

    .pigmc-progressbar__step-number {
        font-size: 16px;
    }

    .pigmc-progressbar__step-text {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .pigmc-language-wrapper {
        padding: 1rem 2rem;
    }

    .pigmc-language__list {
        left: -0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .pigmc-price-table-row.pigmc-total-row .pigmc-price-table-cell {
        flex-basis: auto;
        max-width: auto;
    }

    .pigmc-price-table-row.pigmc-total-row .pigmc-vat-cell, .pigmc-price-table-row.pigmc-total-row .pigmc-action-cell {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .pigmc-max-phone-mt-24 {
        margin-top: 24px;
    }

    .pigmc-flex-row.pigmc-sm-column {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .pigmc-language__name {
        font-size: 18px;
    }
}








/*  -------  */
a.pigmc-language__link:link, a.pigmc-language__link:visited {
    color: #121062;
}

.paymentmethodlist ul {
    padding-left: 0;
}

body {
    background: #1d2751;
    background: #1d2751 url("../Graphic/bg-shoes-soul.jpg") top/cover no-repeat fixed;
}

.pigmc-button:hover, .pigmc-button:active, .pigmc-button:visited, .pigmc-button:focus, .pigmc-button:link {
    color: #ffffff;
}

.pigmc-button-white-outline a, .with-buttons a {
    color: #ffffff;
}

.pigmc-progressbar--step-2
.pigmc-progressbar__line-active {
    width: 50%;
}

.pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-text,
.pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-2 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-text {
    color: #ff7300;
}

.pigmc-progressbar--step-3 .pigmc-progressbar__line-active {
    width: 75%;
}

.pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-text,
.pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-text,
.pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-3 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-text {
    color: #ff7300;
}

.pigmc-progressbar--step-4 .pigmc-progressbar__line-active {
    width: 100%;
}

.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(1) .pigmc-progressbar__step-text,
.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(2) .pigmc-progressbar__step-text,
.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(3) .pigmc-progressbar__step-text,
.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(4) .pigmc-progressbar__step-number,
.pigmc-progressbar--step-4 .pigmc-progressbar__step:nth-child(4) .pigmc-progressbar__step-text {
    color: #ff7300;
}
