.account-page {
    min-height: calc(100vh - max(105px, 6.719vw));
}

.account-page__header {
    text-align: center;
    padding-top: clamp(30px, 2.729vw, 110px);
    margin-bottom: clamp(30px, 3.125vw, 150px);
    max-width: max(220px, 21.615vw);
    margin-left: auto;
    margin-right: auto;
}

.account-page__header a {
    color: #ff0000;
}

.account-page__header__title {
    color: #000;
    font-size: max(26px, 3.125vw);
    font-style: normal;
    font-weight: 400;
    line-height: max(32px, 3.229vw);
    margin-bottom: max(5px, 0.781vw);
}

.account-page__header__subtitle {
    font-size: max(14px, 1.250vw);
    line-height: max(16px, 1.354vw);
    font-style: normal;
    font-weight: 400;
}

.account-page__header__subtitle a {
    text-decoration: underline;
}

.account-page__content {
    max-width: 760px;
    padding: 0 max(21px, 1.563vw);
    margin: 0 auto;
}

.account-page__content.account-page__content--large {
    max-width: 1500px;
    padding-bottom: 85px;
}

.account-page__content.account-page__content--small {
    max-width: 500px;
    padding-bottom: 85px;
}

.account-form .form-field:first-child {
    margin-bottom: max(20px, 5.208vw);
}

.account-form .form-field label {
    font-size: max(20px, 1.667vw);
    line-height: max(22px, 1.771vw);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.account-form .form-field label span {
    color: #ff0000;
}

.account-form .form-field input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #707070;
    font-size: 2rem;
    font-weight: 400;
    padding: max(21px, 1.979vw) 10px;
    box-shadow: none;
    color: #000;
    -webkit-text-fill-color: #000;
}

.account-form .form-field input::placeholder {
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account-form .form-field .selected-flag {
    max-height: unset !important;
    background-color: black !important;
    color: white;
    /*border-top-left-radius: 8px;*/
    /*border-bottom-left-radius: 8px;*/
    font-size: 16px;
}

.account-form .form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 85px;
}

@media screen and (min-width: 767.9px) {
    .account-form .form-actions {
        flex-direction: column;
        align-items: unset;
    }

    .account-form .form-actions .form-field {
        display: flex;
        justify-content: flex-end;
    }
}

.account-form .forgotten-pass {
    display: flex;
    text-decoration: underline;
}

@media screen and (min-width: 767.9px) {
    .account-form .form-actions .forgotten-pass {
        margin-top: 10px;
        margin-bottom: 50px;
    }
}

.account-form input[type=submit] {
    font-size: max(12px, 0.938vw);
    width: max(150px, 10.417vw);
    padding: max(8px, 0.573vw);
    margin-bottom: unset;
    margin-left: auto;
    text-transform: uppercase;
    background-color: black;
    color: white;
    -webkit-text-fill-color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*border-radius: 10px;*/
    border: 1px solid black;
}

.account-form input[type=submit].full {
    width: 100%;
}

.account-form input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #ff0000;
    color: #ff0000;
    -webkit-text-fill-color: #ff0000;
}

.account-form a.forgotten-pass {
    color: #F00;
    font-size: max(14px, 0.938vw);
    line-height: max(16px, 1.042vw);
    font-style: normal;
    font-weight: 400;
}

.account-page__customer-group {
    max-width: max(220px, 16.406vw);
    margin: auto;
    margin-bottom: max(30px, 4.427vw);
}

.account-page__customer-group__title {
    font-size: max(16px, 1.250vw);
    line-height: max(18px, 1.354vw);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: max(20px, 2.292vw);
}

.account-page__customer-group__content {
    display: flex;
    justify-content: center;
}
.account-page__customer-group__content a {
    display: flex;
    color: #000;
    text-align: center;
    font-size: max(14px, 1.250vw);
    line-height: max(16px, 1.354vw);
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
}

.account-page__customer-group__content a:hover {
    color: #f00;
}

.account-page__customer-group__content label {
    font-size: max(16px, 1.042vw);
    line-height: max(18px, 1.146vw);
    font-style: normal;
    font-weight: 400;
    padding-left: 0;
    white-space: nowrap;
}
.account-page__customer-group__content label:first-child {
    margin-right: 22px;
}

.account-page__subscribe {
}

.account-page__subscribe__title {
    font-size: max(16px, 1.250vw);
    line-height: max(18px, 1.354vw);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.account-page__subscribe__subtitle {
}

.account-page__subscribe__content .radio-inline {
    padding-left: unset;
}

.account-page__agreement {
    display: flex;
    align-items: center;
}

.account-page__agreement__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.account-page__agreement__text {
    margin-right: 20px;
}

.account-page__agreement__text a {
    color: black;
    text-decoration: underline;
}

.account-page__agreement__text a:hover {
    color: #f00;
}

.account-page__agreement__selection input[type='checkbox'] {
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin: 0 10px -3px 0;
    width: 17px;
    height: 17px !important;
    border: 1px solid black;
    position: relative;
    padding: 4px;
    border-radius: 4px;
}

.account-page__agreement__selection input[type='checkbox']:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: scale(0) translate(-50%, -50%);
    background-color: white;
    transform-origin: bottom left;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transition: all .3s ease;
}

.account-page__agreement__selection input[type='checkbox']:checked {
    background-color: black;
    border-color: black;
}

.account-page__agreement__selection input[type='checkbox']:checked:before {
    transform: scale(1) translate(-50%, -50%);
}

.account-page__agreement__selection input[type='checkbox']:disabled {
    border-color: black;
    cursor: not-allowed;
}

.account-form .register-field__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.account-form .register-field__wrap > * {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 767.9px) {
    .account-form .register-field__wrap > * {
        width: calc(50% - 2.604vw);
        margin-bottom: 3.125vw;
    }
}

.account-page__subscribe__content input[type="radio"],
.account-page__customer-group input[type="radio"] {
    position: relative !important;
    display: inline-grid !important;
    place-content: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 2px solid #D9D9D9;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    margin-right: 9px;
    border-radius: 50%;
}

.account-page__subscribe__content input[type="radio"]:before,
.account-page__customer-group input[type="radio"]:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em black;
}

.account-page__subscribe__content input[type="radio"]:checked:before,
.account-page__customer-group input[type="radio"]:checked:before {
    transform: scale(1);
}