/* line 1, assets/_sass/pages/_lottery.scss */
.feedback_form.lottery_form {
    padding: 0;
    padding-top: 30px;
    max-width: none;
    display: block;
}
/* line 7, assets/_sass/pages/_lottery.scss */
.feedback_form.lottery_form input {
    flex-basis: 100%;
    max-width: 100%;
}
/* line 12, assets/_sass/pages/_lottery.scss */
.feedback_form.lottery_form .feedback_form__footer {
    display: block;
    max-width: 500px;
}
/* line 16, assets/_sass/pages/_lottery.scss */
.feedback_form.lottery_form .feedback_form__button {
    max-width: 100%;
}
/* line 20, assets/_sass/pages/_lottery.scss */
.feedback_form.lottery_form + .feedback_form__success {
    max-width: 500px;
}

/* line 26, assets/_sass/pages/_lottery.scss */
.lottery_form__content {
    display: flex;
}
/* line 30, assets/_sass/pages/_lottery.scss */
.lottery_form__fields {
    max-width: 500px;
}
/* line 34, assets/_sass/pages/_lottery.scss */
.lottery_form__gifts {
    padding-left: 50px;
    flex-grow: 1;
}
/* line 38, assets/_sass/pages/_lottery.scss */
.lottery_form__gifts__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* line 44, assets/_sass/pages/_lottery.scss */
.lottery_form__gifts__item {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 600ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
/* line 58, assets/_sass/pages/_lottery.scss */
.lottery_form__gifts__item:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
/* line 62, assets/_sass/pages/_lottery.scss */
.lottery_form__gifts__item.selected {
    border: 1px solid #ba1e46;
}
/* line 66, assets/_sass/pages/_lottery.scss */
.lottery_form__gifts__item.flex-fix {
    height: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}
/* line 74, assets/_sass/pages/_lottery.scss */
.lottery_form__gifts__item__image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

@media screen and (max-width: 1200px) {
    /* line 86, assets/_sass/pages/_lottery.scss */
    .lottery_form__content {
        flex-wrap: wrap;
    }
    /* line 89, assets/_sass/pages/_lottery.scss */
    .lottery_form__gifts {
        padding-left: 0;
        padding-top: 25px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    /* line 98, assets/_sass/pages/_lottery.scss */
    .lottery_form__gifts__item {
        margin-bottom: 20px;
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 768px) {
    /* line 106, assets/_sass/pages/_lottery.scss */
    .lottery_form__gifts__item {
        width: 90px;
        height: 90px;
    }
}

/* line 1, assets/_sass/_form.scss */
.feedback_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 40px;
    padding-bottom: 30px;
    max-width: 900px;
}
/* line 11, assets/_sass/_form.scss */
.feedback_form__errors {
    flex-basis: 100%;
    display: none;
    margin-bottom: 30px;
    color: #ee1b2d;
    border-left: 3px solid #ee1b2d;
    background-color: rgba(238, 27, 45, 0.1);
    padding-left: 30px;
}
/* line 20, assets/_sass/_form.scss */
.feedback_form__success {
    flex-basis: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
    background-color: rgba(0, 204, 0, 0.1);
    padding: 10px 30px;
    border: 2px solid #00CC00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
/* line 33, assets/_sass/_form.scss */
.feedback_form__title {
    flex-basis: 100%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
}
/* line 39, assets/_sass/_form.scss */
.feedback_form input {
    flex-basis: 32%;
    max-width: 32%;
    position: relative;
    margin-bottom: 15px;
}
/* line 45, assets/_sass/_form.scss */
.feedback_form input.disabled {
    background-color: #f8f8f8;
    pointer-events: none;
    cursor: default;
}
/* line 51, assets/_sass/_form.scss */
.feedback_form textarea {
    height: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
/* line 60, assets/_sass/_form.scss */
.feedback_form__footer {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
/* line 68, assets/_sass/_form.scss */
.feedback_form__input {
    display: inline-block;
    height: 45px;
    border: 1px solid #c9d1e0;
    -webkit-border-radius: 45px !important;
    -moz-border-radius: 45px !important;
    border-radius: 45px !important;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    position: relative;
    z-index: 1;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input:focus:-moz-placeholder {
    opacity: 0;
}
/* line 64, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input:focus::-moz-placeholder {
    opacity: 0;
}
/* line 67, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input:focus:-ms-input-placeholder {
    opacity: 0;
}
/* line 56, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input:-moz-placeholder {
    text-overflow: ellipsis;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
/* line 64, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input::-moz-placeholder {
    text-overflow: ellipsis;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
/* line 67, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input:-ms-input-placeholder {
    text-overflow: ellipsis;
    transition: all 300ms;
}
/* line 56, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback_form__input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
/* line 92, assets/_sass/_form.scss */
.feedback_form__input.passed {
    border-color: #c1d835;
}
/* line 95, assets/_sass/_form.scss */
.feedback_form__input.error {
    border-color: #ba1e46;
}
/* line 99, assets/_sass/_form.scss */
.feedback_form__placeholder {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    color: #333;
    z-index: 0;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
/* line 107, assets/_sass/_form.scss */
.feedback_form__placeholder.active {
    top: -20px;
    font-size: 16px;
}
/* line 112, assets/_sass/_form.scss */
.feedback_form__icon {
    font-size: 24px;
    color: #f8f8f8;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    -webkit-transition: color 500ms;
    transition: color 500ms;
}
/* line 116, assets/_sass/_form.scss */
.feedback_form__icon.passed {
    color: #ffca11;
}
/* line 119, assets/_sass/_form.scss */
.feedback_form__icon.error {
    color: #ba1e46;
}
/* line 124, assets/_sass/_form.scss */
.feedback_form__file-button {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    max-width: 290px;
    font-size: 14px;
    color: #ba1e46;
}
/* line 130, assets/_sass/_form.scss */
.feedback_form__file-button:hover {
    color: #ba1e46;
    text-decoration: none;
}
/* line 134, assets/_sass/_form.scss */
.feedback_form__file-button i {
    flex-shrink: 0;
    display: block;
    margin-right: 15px;
}
/* line 145, assets/_sass/_form.scss */
.feedback_form__file-remove {
    cursor: pointer;
    color: #ba1e46;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
/* line 149, assets/_sass/_form.scss */
.feedback_form__file-remove:hover {
    opacity: 0.5;
}
/* line 153, assets/_sass/_form.scss */
.feedback_form__file-error {
    color: #ba1e46;
    line-height: 1.3;
}
/* line 158, assets/_sass/_form.scss */
.feedback_form__button {
    margin-bottom: 20px;
    max-width: 250px;
}
/* line 161, assets/_sass/_form.scss */
.feedback_form__button button {
    width: 100%;
}
/* line 165, assets/_sass/_form.scss */
.feedback_form__legal {
    padding-top: 5px;
    line-height: 1.2;
}

/* line 172, assets/_sass/_form.scss */
.main__projects__idea__modal-dialog {
    max-width: 992px;
}

@media screen and (max-width: 768px) {
    /* line 179, assets/_sass/_form.scss */
    .feedback_form__input {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 576px) {
    /* line 187, assets/_sass/_form.scss */
    .feedback_form {
        padding: 0;
    }
    /* line 189, assets/_sass/_form.scss */
    .feedback_form__title {
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 30px;
    }
    /* line 194, assets/_sass/_form.scss */
    .feedback_form input {
        flex-basis: 100%;
        max-width: 100%;
    }
    /* line 198, assets/_sass/_form.scss */
    .feedback_form__footer {
        margin-top: 30px;
    }
    /* line 201, assets/_sass/_form.scss */
    .feedback_form__file {
        margin: 0 auto 30px;
    }
    /* line 204, assets/_sass/_form.scss */
    .feedback_form__button {
        margin: 0 auto 20px;
    }
}