@charset "utf-8";

.reg-form-register:hover {
    background-color: #bb3658;
}

.reg-form {
    padding: 30px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 567px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    font-family: "Trebuchet MS", sans-serif;
    color: #202020;
    font-size: 20px;
}

.fancybox-inner .reg-form {
    width: 580px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

h2.reg-form-heading {
    margin: 0;
    font-size: 30px;
    color: inherit;
    font-weight: 700;
}

.reg-form-title {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 0 20px;
}

.reg-form-block {
    display: grid;
    flex-direction: row;
    gap: 14px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}

.reg-form-block a {
    color: inherit;
    font-weight: 700;
}

.reg-form-block--small-gap {
    margin: -0.5em 0;
}

.reg-form-block input[type=text], .reg-form-block input[type=email], .reg-form-block input[type=password], .reg-form-block input[type=date], .reg-form-block select, .reg-form-block .input-wrap .date-placeholder {
    box-sizing: border-box;
    width: 100%;
    line-height: 3em;
    border: none !important;
    background: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    color: #353535;
    text-align: left;
    flex: 1;
    outline: none !important;
    height: 3em;
    margin-right: 0;
    font-family: inherit;
    font-size: inherit;
}
.reg-form-block input[type=date]::-webkit-calendar-picker-indicator
{
    display: none!important;
}
.reg-form-block input::placeholder {
    color: inherit!important;
}
.reg-form-block .input-wrap {
    border: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px #00000040;
    background: #fff;
}
.reg-form-block .input-wrap > input, .reg-form-block .input-wrap > select, .reg-form-block .input-wrap .date-placeholder  {
    flex: 1;
    padding-left: 2ex;
}
.reg-form-block .input-wrap input:focus, .reg-form-block .input-wrap select:focus {
    background: #F5EEF0;
}
.reg-form-block .input-wrap > select {
    padding-right: 30px;
    text-overflow: ellipsis;
}
.reg-form-block .input-wrap > select option {
    text-align: left;
}
.input-wrap__select-chevron {
    position: absolute;
    width: 13px;
    height: 8px;
    right: 13px;
    transform: scaleY(-1);
    pointer-events: none;
    color: currentColor;
}
.reg-form-block .input-wrap:has(select:open) .input-wrap__select-chevron {
    transform: scaleY(1);
}
.reg-form-block .input-wrap__icon {
    display: inline-flex;
    flex: 0 0 30px;
    color: #ba222c;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.reg-form-block .input-wrap__icon--interactive {
    pointer-events: auto;
}
.reg-form-block .input-wrap__icon svg {
    height: auto;
    width: 30px;
}
.reg-form-block .input-wrap .date-placeholder {
    width: auto;
}
.input-wrap--w-placeholder input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.input-wrap--w-placeholder input:focus, .input-wrap--w-placeholder input:valid {
    opacity: 1;
    pointer-events: auto;
    position: static;
}
.reg-form-block .input-wrap input:focus + .date-placeholder,
.reg-form-block .input-wrap input:valid + .date-placeholder{
    display: none;
}
.reg-form-block small {
    font-size: 14px;
    font-family: "Trebuchet MS", sans-serif;
}
.reg-form-register {
    box-sizing: border-box;
    width: auto;
    line-height: 3em;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    padding: 0 3ex;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 4px #00000040;
}

.social-reg-form {
    box-sizing: border-box;
    border: 2px solid currentColor;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin-right: 2%;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 3em;
    padding: 0 2ex;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-reg-form:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-reg-form:last-child {
    margin-right: 0;
}

.reg-form-register {
    background: #EC6671;
    cursor: pointer;
}

.fb-reg-form {
    background: #4c72bb;
    color: #fff;
}

.google-reg-form {
    background-color: #fff;
    color: #4C70FF;
    border: 1px solid #EC6671;
    border-radius: 4px;
    box-shadow: 0 0 4px #00000040;
}

.social-reg-form .icon-google-g {
    width: 33px;
    height: 33px;
}

.fb-reg-form .icon-fb-f {
    margin-right: 10px;
}

#formloginout .fb-reg-form, #OnPageLoginForm .fb-reg-form {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
}

#formloginout .btn, #OnPageLoginForm .btn {
    font-size: 12px;
}

.strike-behind {
    position: relative;
    text-align: center;
}

.strike-behind::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #e8e8e8;
    width: 100%;
}

.strike-behind span {
    padding: 0 3ex;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.reg-color-a {
    color: #777777;
}

.sign-in-form-grid {
    display: grid;
    grid-template-areas:
        "picture slogan"
        "picture form";
    border: none;
    border-radius: 0;
    width: auto;
    grid-template-rows: auto 1fr;
    grid-template-columns: 720px 1fr;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
}

.sign-in-form-grid__slogan {
    grid-area: slogan;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 1em 0;
}

.sign-in-form-grid__form {
    grid-area: form;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign-in-form-grid__picture {
    grid-area: picture;
    display: flex;
    color: #fff;
    position: relative;
}

.sign-in-form-grid__picture-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.sign-in-form-grid .reg-form {
    border: none;
    box-shadow: none;
    padding: 0;
    max-width: 412px;
    margin-bottom: 35px;
    margin: 0 auto;
}

.sign-in-form-grid__picture-img-wrap {
    border-radius: 0;
    overflow: hidden;
    flex: 1;
    width: 100%;
}
.sign-in-form-grid .google-reg-form .icon-google-g {
    width: 32px;
    height: 32px
}
.sign-in-form-grid  .social-reg-form, .fancybox-inner .social-reg-form {
    font-size: 15px;
    width: 100%;
    justify-content: center;
    border-color: #C4C4C4;
}
.reg-form-agree-block {
    font-size: 15px;
    text-align: left;
}
.reg-form-agree-block-input {
    outline: none!important;
    padding: 0;
    margin: 0;
}
.reg-form-agree-block-caption {
    user-select: none;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 400;
    flex: 1;
}
.reg-form-agree-block-caption a {
    color: inherit;
    text-decoration: underline;
    font-weight: 400;
}
.reg-form-agree-block label {
    display: contents;
}
.reg-form--wo-checkboxes .reg-form-agree-block {
    display: flex;
    justify-content: center;
}
.sign-in-form-grid__copyright {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 18px;
    z-index: 2;
}

.sign-in-form-grid__social {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.sign-in-form-grid__social a {
    color: inherit;
}
.sign-in-form-grid__social a svg {
    width: 27px;
    height: 27px;
}
.sign-in-form-grid__logo {
    position: absolute;
    left: 30px;
    top: 20px;
    color: #BA222C;
    z-index: 1;
}
.sign-in-form-grid__logo svg {
    width: 100px;
    height:auto;
}

.sign-in-form-grid__legal {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: flex;
    font-size: 16px;
    gap: 2ex;
}

.sign-in-form-grid__legal a {
    color: #BA222C;
    text-decoration: underline;
}

.sign-in-form-grid .reg-form-register {
    line-height: 2.5em;
    font-size: 24px
}

@media (min-width: 1231px) {
    .reg-form-block.reg-form-block--reg-link {
        display: flex;
        position: absolute;
        top: 30px;
        right: 46px;
        font-size: 22px;
        gap: 2ex;
        align-items: center;
    }

    .reg-form-block.reg-form-block--reg-link a {
        background: #EC6671;
        color: #fff;
        line-height: 2.59;
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
        padding: 0 2ex;
        border-radius: 4px;
    }
}

.reg-form-block--remind-link a {
    color: #EC6671;
    font-size: 22px;
    font-weight: 400;
}

.reg-form-block .input-wrap.input-wrap--labeled {margin-top: 2em; overflow: visible; }
.reg-form-block .input-wrap.input-wrap--labeled label {
    position: absolute;
    font-size: 1.25em;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    line-height: 2;
    font-weight: 700;
}
.DEF .reg-form-block--or {
    display: none!important;
}
.reg-form-block--or {
    color: #C4C4C4;
}
@media (max-width: 1230px) {
    .sign-in-form-grid {
        grid-template-areas:
            "picture"
            "form";
        grid-template-columns: 100%;
        grid-template-rows: 1fr max-content;
        padding: 0;
        min-height: fit-content;
    }
    .sign-in-form-grid__picture {
        min-height: 50vw;
        min-height: 50dvw;
        max-height: 50vh;
        max-height: 50dvh;
        overflow: hidden;
    }
    .sign-in-form-grid__picture::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 50%;
        background: linear-gradient(to bottom, #0000, #000f);
        z-index: 1;
    }
    .sign-in-form-grid__picture-img-wrap {
        flex: 1;
    }
    .sign-in-form-grid__picture-img {
        width: 100%;
        height: auto;
    }
    .sign-in-form-grid__slogan {
        font-size: 28px;
        margin: 0em 0 1em;
    }
    .container--main {
        margin-top: 20px;
    }
    .sign-in-form-grid__slogan-badge {
        display: none;
    }
    .sign-in-form-grid__form .reg-form {
        box-shadow: none;
        margin: 0;
    }
    .sign-in-form-grid__form .reg-form--sign-in {
        padding-bottom: 40px;
    }
    .sign-in-form-grid__form {
        padding: 20px;
        align-items: center;
    }
    .reg-form-block input[type=text], .reg-form-block input[type=email], .reg-form-block input[type=password], .reg-form-block input[type=date], .reg-form-block select, .reg-form-block .input-wrap .date-placeholder {
        font-size: 20px;
        line-height: 2.5em;
        height: 2.5em;
    }
    h2.reg-form-heading {
        font-size: 22px;
    }
    .fancybox-inner .reg-form {
        padding: 26px 17px;
    }
    .reg-form-agree-block {
        font-size: 14px;
    }
    .sign-in-form-grid__logo {
        color: #fff;
        left: 10px;
        top: 10px
    }
    .sign-in-form-grid__logo svg {
        width: 105px;
    }
    .sign-in-form-grid__social {
        bottom: 12px;
        z-index: 2;
    }
    .sign-in-form-grid__legal {
        left: 20px;
        right: 20px;
        justify-content: space-between;
    }
    .sign-in-form-grid__legal a {
        color: #c2c2c2;
    }
    .reg-form-block .input-wrap--labeled label {
        font-size: 20px;
    }
    .sign-in-form-grid__copyright {
        font-size: 15px;
    }
    .reg-form-block--reg-link {
        display: block;
    }
    .reg-form-block--reg-link a {
        color: #BA222C;
        text-decoration: underline;
    }
}