﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*! Reset indents */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0
}

ul,
ol {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin: 0;
}

input,
textarea {
    background-clip: padding-box;
}

button {
    cursor: pointer
}

    button[disabled] {
        cursor: default;
    }

/*! Styles */

:root {
    color: #000;
}

:root {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root { /* Do not use! Standard styles. */
}

.page.popup-is-open {
    overflow: hidden;
}

.page::after {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    overflow: hidden;
    content: "XL"
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px
}

.screen {
    padding-top: 100px
}

.image-box__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon--fill {
    fill: currentcolor;
}

.icon--stroke {
    stroke: currentcolor;
}

.title {
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2
}

.title--size-l {
}

.title--size-m {
}

.title--size-s {
}

.text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400
}

    .text p {
        margin-top: 1em
    }

        .text p:first-child {
            margin-top: 0;
        }

    .text strong {
        font-weight: 900;
    }

    .text a {
        text-decoration: none;
        color: inherit
    }

        .text a:hover {
            text-decoration: underline;
        }

.ctrl-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 13px 14px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
    transition-property: background-color, border-color, -webkit-box-shadow;
    -o-transition-property: background-color, box-shadow, border-color;
    transition-property: background-color, box-shadow, border-color;
    transition-property: background-color, box-shadow, border-color, -webkit-box-shadow;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .ctrl-button:visited {
    }

    .ctrl-button:hover {
        text-decoration: none;
    }

    .ctrl-button:focus {
        outline: none;
        text-decoration: none;
    }

    .ctrl-button:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.ctrl-button__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.ctrl-button__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 9px;
    margin-bottom: -4px;
}

.ctrl-button__text {
}

.ctrl-button--icon {
    padding: 0 0 2px 2px;
    border-radius: 100%
}

    .ctrl-button--icon .ctrl-button__container {
        min-width: 24px;
        min-height: 24px;
    }

    .ctrl-button--icon .ctrl-button__text {
        font-size: 0;
        visibility: hidden;
    }

    .ctrl-button--icon .ctrl-button__icon {
        margin-left: 0;
        margin-bottom: 0;
    }

.ctrl-button--color-pink-border,
.ctrl-button--color-pink-border:hover,
.ctrl-button--color-pink-border:focus {
    background-color: transparent;
    color: #ea337c;
    border: 1px solid #ea337c;
}

.ctrl-button--color-pink-double {
    background-color: #ec2d7a;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 900;
    position: relative
}

    .ctrl-button--color-pink-double:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        display: block;
        background-color: #dd1868;
    }

.ctrl-button--color-pink {
    background-color: #ec2d7a;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 900;
    position: relative
}

.ctrl-button--color-grey {
    color: #5f5e5e;
    border-radius: 0;
    font-size: 18px;
    font-weight: 900;
    position: relative
}

.ctrl-button--reverse .ctrl-button__icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 15px;
    margin-left: 0;
}

.form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .form__group .form__item {
        width: calc(50% - 10px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px
        /*@media (--S) {
                width: 100%;
                margin-left: 0;
            }*/
    }

        .form__group .form__item:first-child {
            margin-left: 0;
        }

.form__item {
    position: relative;
    margin-bottom: 20px
}

    .form__item:last-child {
        margin-bottom: 0;
    }

    .form__item.is-invalid .input,
    .form__item.is-invalid .textarea,
    .form__item.is-invalid .select .select2-container--default .select2-selection--single {
        border-color: red;
    }

.form__item--with-icon .input {
    padding-right: 46px;
}

.form__item--with-ending .input {
    padding-right: 100px;
}

.form__item-icon {
    border: none;
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: #fff;
    height: 34px;
    width: 40px;
    display: block;
}

    .form__item-icon img {
        max-width: 100%;
        margin-top: 3px;
    }

.form__item-ending {
    border: none;
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: #fff;
    height: 34px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    font-style: italic;
}

.form__note {
    font-size: 16px;
    text-align: left;
    margin-top: -16px;
}

.form__error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 2px;
    font-size: 12px;
    line-height: calc(15 / 13);
    color: red;
    text-align: left;
}

.form__title {
    font-size: 22px;
    font-weight: 400;
}

.form__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__themes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.input {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-family: inherit;
    -webkit-transition-property: border-color, color, background-color;
    -o-transition-property: border-color, color, background-color;
    transition-property: border-color, color, background-color;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

    .input:focus {
        outline: none;
    }

    .input::-webkit-input-placeholder {
        color: #5d5d5d;
    }

    .input::-moz-placeholder {
        color: #5d5d5d;
    }

    .input::-ms-input-placeholder {
        color: #5d5d5d;
    }

    .input::placeholder {
        color: #5d5d5d;
    }

.label {
    color: inherit;
    font-size: 16px;
    font-family: inherit;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    text-align: left
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.checkbox__box {
    margin-right: 14px;
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox__control {
    width: inherit;
    height: inherit;
    opacity: 0;
    position: absolute;
    cursor: pointer
}

    .checkbox__control:checked ~ .checkbox__icon {
        fill: #000;
    }

.checkbox__icon {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: #fff;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #fff;
}

.checkbox__text {
    font-size: 12px;
    color: inherit;
    line-height: 1.2;
    text-align: left
}

    .checkbox__text a {
        color: inherit;
        text-decoration: underline
    }

        .checkbox__text a:hover {
            text-decoration: none;
        }

.logo {
    max-width: 150px;
}

.logo__link {
}

.logo__image {
}

.buyist-header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff
}

.buyist-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.buyist-header__logo {
}

.buyist-header__button {
    min-width: 100px;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.buyist-footer {
    padding-top: 30px;
    padding-bottom: 40px;
    color: #5f5e5e
}

.buyist-footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buyist-footer__item {
    font-size: 14px;
    line-height: 1
}

    .buyist-footer__item:first-child::before {
        display: none;
    }

    .buyist-footer__item:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 14px;
        background-color: #5f5e5e;
        margin-left: 8px;
        margin-right: 8px
    }

    .buyist-footer__item a {
        color: inherit;
        text-decoration: none;
    }

.buyist-signup {
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: calc(100vh - 140px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buyist-signup__group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: -10px
}

    .buyist-signup__group::before,
    .buyist-signup__group::after {
        content: "";
        position: absolute;
        z-index: -1
    }

    .buyist-signup__group::before {
        background-color: #ec2d7a;
        width: 500px;
        height: 500px;
        top: -30px;
        left: -190px;
        -webkit-transform: rotate(94deg);
        -ms-transform: rotate(94deg);
        transform: rotate(94deg);
    }

    .buyist-signup__group::after {
        background-color: #25a7df;
        width: 500px;
        height: 400px;
        bottom: -70px;
        right: -90px;
        -webkit-transform: rotate(-16deg);
        -ms-transform: rotate(-16deg);
        transform: rotate(-16deg);
    }

.buyist-signup__item {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    min-height: 513px
}

.buyist-signup__item--description {
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(31,31,30,1)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(31,31,30,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(31,31,30,1) 100%);
    color: #fff;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

    .buyist-signup__item--description::after {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #f6c933;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        bottom: -10px;
        left: 80px
    }

.buyist-signup__item--form {
    -webkit-box-shadow: 0 0 5px 2px rgba(22, 22, 22, 0.1);
    box-shadow: 0 0 5px 2px rgba(22, 22, 22, 0.1);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.buyist-signup__box {
    max-width: 530px;
}

.buyist-signup__logo {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.buyist-signup__logo--bag {
    max-width: 60px;
    margin-bottom: 20px
}

.buyist-signup__title--colored {
    color: #f7cb33;
}

.buyist-signup__text {
    font-style: italic;
}

.buyist-signup__include {
    margin-top: 28px;
}

.buyist-signup__include-text {
}

.buyist-signup__include-list li {
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .buyist-signup__include-list li:before {
        content: "";
        margin-right: 18px;
        margin-top: 6px;
        width: 16px;
        height: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url("/Content/Images/buyist/check.png") 0 0 no-repeat;
        background-size: cover;
    }

.buyist-signup__button {
    min-width: 210px;
    margin-top: 20px
}

.form-buyist-signup {
    margin-top: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.form-buyist-signup__item {
}

.form-buyist-signup__button {
    min-width: 210px;
    margin-top: 20px;
    margin-bottom: -10px
}

.form-buyist-signup__link {
    text-decoration: none;
    color: #494a4a
}

    .form-buyist-signup__link:hover {
        text-decoration: underline;
    }

.buyist-registration {
    margin-bottom: 40px;
    text-align: center;
}

.buyist-registration--step-3 .buyist-registration__box {
    max-width: 600px;
}

.buyist-registration--step-3 .form-buyist-registration {
    max-width: 100%;
}

.buyist-registration__box {
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
}

.buyist-registration__logo {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.buyist-registration__title--colored {
    color: #f7cb33;
}

.buyist-registration__text {
    font-style: italic;
}

.buyist-registration__include {
    margin-top: 38px;
}

.buyist-registration__include-text {
}

.buyist-registration__include-list li {
    font-size: 22px;
    line-height: 1.2;
    font-style: italic;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .buyist-registration__include-list li:before {
        content: "";
        margin-right: 18px;
        margin-top: 6px;
        width: 20px;
        height: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/check.png) 0 0 no-repeat;
    }

.buyist-registration__button {
    margin-top: 60px;
    min-width: 370px;
    padding-top: 22px;
    padding-bottom: 22px
}

.buyist-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.buyist-steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .buyist-steps__item:first-child::before {
        content: "";
        border-radius: 10px;
        width: 4px;
        height: 4px;
        margin-left: 3px;
        margin-right: 3px;
        display: block;
        background-color: #000;
    }

    .buyist-steps__item::after {
        content: "";
        border-radius: 10px;
        width: 4px;
        height: 4px;
        margin-left: 3px;
        margin-right: 3px;
        display: block;
        background-color: #000;
    }

    .buyist-steps__item.is-active .buyist-steps__line {
        background-color: #e9327b;
    }

.buyist-steps__line {
    width: 80px;
    height: 2px;
    background-color: #000;
    margin-left: 3px;
    margin-right: 3px;
}

.form-buyist-registration {
    margin-top: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.form-buyist-registration__item {
}

.form-buyist-registration__button {
    min-width: 210px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.form-buyist-registration__link {
    text-decoration: none;
    color: #494a4a
}

    .form-buyist-registration__link:hover {
        text-decoration: underline;
    }

.check-category {
    position: relative;
    cursor: pointer;
    width: 104px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.check-category__box {
    margin-right: 14px;
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check-category__control {
    width: inherit;
    height: inherit;
    opacity: 0;
    position: absolute;
    cursor: pointer
}

    .check-category__control:checked ~ .check-category__icon {
        fill: #28a9de;
    }

    .check-category__control:checked ~ .check-category__group {
        border-color: #28a9de;
    }

.check-category__icon {
    display: block;
    fill: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: fill .2s linear;
    -o-transition: fill .2s linear;
    transition: fill .2s linear;
}

.check-category__group {
    width: inherit;
    border-radius: 3px;
    border: 2px solid transparent;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check-category__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .check-category__image img {
        max-width: 100%;
        max-height: 100%;
    }

.check-category__text {
    font-size: 16px;
    color: inherit;
    line-height: 1.2
}

.check-theme {
    position: relative;
    cursor: pointer;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.check-theme__control {
    width: inherit;
    height: inherit;
    opacity: 0;
    position: absolute;
    cursor: pointer
}

    .check-theme__control:checked ~ .check-theme__info--selected {
        display: block;
    }

    .check-theme__control:checked ~ .check-theme__info--select {
        display: none;
    }

    .check-theme__control:checked ~ .check-theme__group {
        border-color: #28a9de;
    }

.check-theme__info {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-style: italic;
    font-size: 16px;
}

.check-theme__info--select {
    color: #e9327b;
}

.check-theme__info--selected {
    display: none;
    color: #28a9de;
}

.check-theme__icon {
    display: inline-block;
    vertical-align: middle;
    fill: #28a9de;
    margin-right: 5px;
    margin-top: -4px;
}

.check-theme__group {
    border-radius: 3px;
    border: 2px solid transparent;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 30px;
}

.check-theme__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .check-theme__image img {
        max-width: 100%;
        max-height: 100%;
    }

.check-theme__title {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 4px;
}

.check-theme__text {
    font-size: 16px;
    color: inherit;
    font-style: italic;
    line-height: 1.2
}

@media (min-width: 1700px) {

    :root {
    }

    .page::after {
        content: "XXL"
    }
}

@media (max-width: 1699px) {

    :root {
    }

    .box {
        width: 1200px
    }
}

@media (max-width: 1199px) {

    :root {
    }

    .page::after {
        content: "L"
    }

    .box {
        width: 960px
    }

    .buyist-header {
    }

    .buyist-header__container {
    }

    .buyist-signup__item {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 991px) {

    :root {
    }

    .page::after {
        content: "M"
    }

    .box {
        width: 720px
    }

    .buyist-header__container {
    }

    .buyist-signup {
        display: block
    }

    .buyist-signup__group {
        display: block
    }

    .buyist-signup__item {
        width: inherit;
        padding: 60px;
        min-height: inherit
    }

    .buyist-signup__item--description::after {
        display: none
    }
}

@media (max-width: 767px) {

    :root {
    }

    .page::after {
        content: "S"
    }

    .box {
        width: 540px
    }

    .screen {
        padding-top: 90px;
        overflow-x: hidden
    }

    .title {
        font-size: 24px
    }

    .text {
        font-size: 16px
    }

    .ctrl-button {
    }

    .ctrl-button--color-pink-double {
        font-size: 18px
    }

    .ctrl-button--color-pink {
        font-size: 18px
    }

    .form__item {
    }

    .form__button {
    }

    .form__themes {
        display: block
    }

    .input {
    }

    .label {
        font-size: 14px
    }

    .checkbox__text {
        font-size: 12px;
        line-height: calc(18 / 12)
    }

    .buyist-header__container {
    }

    .buyist-footer {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .buyist-footer__group {
        display: block;
        text-align: center
    }

    .buyist-footer__item {
        margin-top: 8px
    }

        .buyist-footer__item:first-child {
            margin-top: 0
        }

        .buyist-footer__item:before {
            display: none
        }

    .buyist-signup__group {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px
    }

        .buyist-signup__group::before,
        .buyist-signup__group::after {
            display: none
        }

    .buyist-signup__item {
        padding: 40px;
        display: block
    }

    .buyist-signup__item--form {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .buyist-signup__logo {
        max-width: 120px
    }

    .buyist-signup__logo--bag {
        max-width: 80px
    }

    .buyist-signup__button {
        min-width: inherit;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px
    }

    .form-buyist-signup__button {
        min-width: inherit;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px
    }

    .buyist-registration__logo {
        max-width: 60px
    }

    .buyist-registration__button {
        min-width: inherit;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 30px;
        padding-right: 30px
    }

    .form-buyist-registration__button {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 20px;
        padding-right: 20px
    }

    .check-category__text {
        font-size: 14px
    }

    .check-theme {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }

    .check-theme__text {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {

    .page::after {
        content: "XS"
    }

    .box {
        width: 100%;
        min-width: 320px;
        max-width: 480px
    }
}

.reset-success{
    color:green;
}

.form__completeErrors{
    margin-top:15px;
}
.form__completeErrors span {
    color:red;
}

    .form__completeErrors .form-buyist-registration__item {
        margin-top: 15px;
    }

/* popup */

.popup-terms-content {
    overflow-y: scroll;
    display: block;
    height: 100%;
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 40px;
}

@media(max-width: 767px) {
    .popup-terms-content {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.popup-terms-open {
    cursor: pointer;
}

.popup-terms-fade {
    display: none;
}

    .popup-terms-fade:before {
        content: '';
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: 9999;
    }

.popup-terms {
    position: fixed;
    width: calc(100vw - 80px);
    height: calc(100vh - 150px);
    top: 40px;
    left: 40px;
    padding-bottom: 80px;
    background-color: #fff;
    border: 1px solid #c4d1e1;
    border-radius: 10px;
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

@media(max-width: 767px) {
    .popup-terms {
        width: calc(100vw - 40px);
        height: calc(100vh - 40px);
        top: 20px;
        left: 20px;
    }
}

.popup-terms-accept {
    position: absolute;
    bottom: 15px;
    right: 20px;
    border-radius: 4px;
    background-color: #ec2d7a;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 8px 25px;
}

.popup-terms-close {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 15px;
    right: 20px;
}

@media(max-width: 767px) {
    .popup-terms-close {
        display: none;
    }
}

.popup-terms-close svg {
    width: 24px;
}

.buyist-spinner{
    margin-right:5px;
}

/* Common page styles */

.buyist-page-content {
}

    .buyist-page-content .text-center {
        text-align: center;
    }

.buyist-page-content__box {
    max-width: 420px;
    margin: 0 auto;
}

.buyist-page__logo {
    max-width: 160px;
    margin: 0 auto 26px auto;
}

.brand-domain-preview{
    font-weight: bold;
}