    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        position: relative;
        min-width: 320px;
        overflow: unset;
        background: transparent;
    }
    
    body.noScroll {
        height: 100vh;
        overflow: hidden !important;
    }
    
    header,
    .header {
        background-color: transparent !important;
    }
    
    .header__main-link {
        filter: brightness(10);
    }
    
    footer {
        display: none !important;
    }
    
    main {
        padding: 20px;
        overflow: hidden;
        font-family: "Montserrat", sans-serif !important;
    }
    
    main h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        margin-bottom: 24px;
        padding: 0;
        color: #ffffff;
    }
    
    main p {
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        line-height: 140%;
        margin: 0;
        padding: 0;
    }
    
    main .landing-button {
        background: #fdf82a;
        border-radius: 15px;
        -webkit-box-shadow: 0px 10px 20px rgba(245, 228, 99, 0.4);
        box-shadow: 0px 10px 20px rgba(245, 228, 99, 0.4);
        color: #000;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 18px;
        padding: 16px 74px;
        text-align: center;
        width: 100%;
    }
    
    main .landing-button:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    main .landing-button:active {
        background: #e5e124;
    }
    
    main .form-hint {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
    }
    
    main .form-block .form-group {
        margin: 16px 0;
    }
    
    main .add-button {
        display: block;
        max-width: 300px;
        width: 100%;
        height: 50px;
        background: rgba(43, 93, 168, 0.1);
        border-radius: 25px;
        margin: 20px auto 15px;
        font-weight: 700;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }
    
    main .add-button:active {
        background: #c1d5f3;
    }
    
    main .ui-alert {
        background: #0873b4;
        border-radius: 8px;
        margin: 16px 0;
        padding: 10px;
    }
    
    main .form-check {
        position: relative;
        padding: 0;
        z-index: 1;
    }
    
    main .form-check {
        padding: 10px 0 5px;
    }
    
    main .form-check label {
        padding-left: 33px;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        color: #ffffff;
    }
    
    main .form-check label .checkmark {
        top: 3px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    main .add-button:hover {
        background: #c1d5f3;
    }
    
    main .add-button:active {
        background: #aec1dd;
    }
    
    main .games-list .buy-link:hover {
        background: #f8f8f8;
    }
    
    main .form-image {
        margin: 24px 0;
        text-align: center;
    }
    
    main .form-image img {
        width: 228px;
        height: 427.75px;
    }
    
    @media only screen and (min-width: 440px) and (max-width: 500px) {
        main {
            padding: 35px;
        }
        main .form-image {
            display: none;
        }
    }
    
    @media only screen and (min-width: 510px) {
        main .form-image {
            display: block;
        }
    }
    
    main .form-check label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    
    main input:focus+label,
    main textarea:focus+label,
    main .formEdited+label,
    main select:focus+label {
        top: 0;
        width: auto;
        font-size: 13px;
        line-height: 15px;
        color: #8d8d8d;
        z-index: 1;
    }
    
    main input:focus+label::after,
    main textarea:focus+label::after,
    main .formEdited+label::after,
    main select:focus+label::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -5px;
        height: 100%;
        width: calc(100% + 10px);
        background: #fff;
        z-index: -1;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    
    main input,
    main textarea,
    main label {
        font-size: 18px;
        font-weight: 400;
    }
    
    main input,
    main label,
    main .select,
    main .select .options ul li {
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }
    
    main input,
    main textarea,
    main select,
    main .select {
        position: relative;
        width: 100%;
        height: 50px;
        padding: 15px;
        background: none;
        outline: none;
        border: 1px solid #c4c5c5;
        border-radius: 15px;
        font-family: "Calibri", sans-serif;
        font-size: 18px;
        line-height: 20px;
        -webkit-transition: border 0.3s ease;
        -o-transition: border 0.3s ease;
        transition: border 0.3s ease;
    }
    
    main input {
        border: 1px solid #fff;
    }
    
    main input,
    main textarea,
    main label {
        font-size: 18px;
        font-weight: 400;
    }
    
    main input,
    main textarea,
    main select,
    main .select {
        position: relative;
        width: 100%;
        height: 50px;
        padding: 15px;
        background: none;
        outline: none;
        border: 1px solid #c4c5c5;
        border-radius: 15px;
        font-family: "Calibri", sans-serif;
        font-size: 18px;
        line-height: 20px;
        -webkit-transition: border 0.3s ease;
        -o-transition: border 0.3s ease;
        transition: border 0.3s ease;
    }
    
    button,
    input {
        overflow: visible;
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    
    main .form-check label {
        padding-left: 33px;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        color: #ffffff;
    }
    
    main .form-check label {
        display: block;
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        top: unset;
        left: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    main input,
    main textarea,
    main label {
        font-size: 18px;
        font-weight: 400;
    }
    
    main input,
    main label,
    main .select,
    main .select .options ul li {
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }
    
    main label {
        position: absolute;
        top: 50%;
        left: 15px;
        cursor: text;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        line-height: 20px;
        z-index: -1;
    }
    
    main label {
        position: absolute;
        top: 50%;
        left: 15px;
        cursor: text;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        line-height: 20px;
        z-index: -1;
    }
    
    main input,
    main textarea,
    main label {
        font-size: 18px;
        font-weight: 400;
    }
    
    label {
        display: inline-block;
        margin-bottom: .5rem;
    }
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        padding-left: 0px;
    }
    
    main .form-block .form-group {
        margin: 16px 0;
    }
    
    main .form-group {
        position: relative;
        margin-bottom: 30px;
    }
    
    main input:focus,
    main input:hover,
    main textarea:focus,
    main textarea:hover,
    main select:focus,
    main select:hover,
    main .select:focus,
    main .select:hover {
        border: 1px solid #FECC00;
    }
    
    main input {
        border: 1px solid #fff;
    }
    
    main input,
    main textarea,
    main select,
    main .select {
        position: relative;
        width: 100%;
        height: 50px;
        padding: 15px;
        background: none;
        outline: none;
        border: 1px solid #c4c5c5;
        border-radius: 15px;
        font-family: "Calibri", sans-serif;
        font-size: 18px;
        line-height: 20px;
        -webkit-transition: border 0.3s ease;
        -o-transition: border 0.3s ease;
        transition: border 0.3s ease;
    }
    
    main label {
        position: absolute;
        top: 50%;
        left: 15px;
        cursor: text;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        line-height: 20px;
        z-index: -1;
    }
    
    main input,
    main label,
    main .select,
    main .select .options ul li {
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }
    
    main input,
    main textarea,
    main label {
        font-size: 18px;
        font-weight: 400;
    }
    
    main .form-check label .checkmark {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 18px;
        width: 18px;
        border: 1px solid #C4C5C5;
    }
    
    main .form-check label input:checked~.checkmark {
        background-color: #2B5DA8;
        border: 1px solid #2B5DA8;
    }
    
    main .form-check label:hover input~.checkmark {
        border: 1px solid #2B5DA8;
    }
    
    main .form-check .checkboxContainer .checkmark {
        border-radius: 3px;
    }
    
    main .form-check label .checkmark {
        top: 3px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    main .landing-button {
        border: none;
    }
    
    main .form-check label input:checked~.checkmark::after {
        display: block;
    }
    
    main .form-check .checkboxContainer .checkmark::after {
        left: 4px;
        top: 2px;
        height: 9px;
        border: solid white;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    main .form-check label .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        width: 5px;
    }