/* 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;
    }
}

/* line 118, assets/_sass/__common.scss */
.g-btn {
    display: inline-block;
    border: none;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
    white-space: nowrap;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
/* line 134, assets/_sass/__common.scss */
.g-btn:hover {
    color: #fff;
    text-decoration: none;
}
/* line 140, assets/_sass/__common.scss */
.g-btn i {
    padding-left: 20px;
}
/* line 143, assets/_sass/__common.scss */
.g-btn-centered {
    display: block;
    margin: 0 auto;
}
/* line 147, assets/_sass/__common.scss */
.g-btn-rounded {
    border-radius: 45px;
}
/* line 150, assets/_sass/__common.scss */
.g-btn-red {
    color: #fff !important;
    background: #ba1e46;
}
/* line 153, assets/_sass/__common.scss */
.g-btn-red:hover {
    color: #fff !important;
    background: #c1d835;
}
/* line 158, assets/_sass/__common.scss */
.g-btn-yellow {
    color: #373737 !important;
    background: #ffca11;
}
/* line 161, assets/_sass/__common.scss */
.g-btn-yellow:hover {
    color: #fff !important;
    background: #3d8ed8;
}
/* line 166, assets/_sass/__common.scss */
.g-btn-blue {
    background: #3d8ed8;
}
/* line 168, assets/_sass/__common.scss */
.g-btn-blue:hover {
    background: #ffca11;
}
/* line 172, assets/_sass/__common.scss */
.g-btn-transparent {
    border: 1px solid #ba1e46;
    background: transparent;
    color: #ba1e46;
}
/* line 176, assets/_sass/__common.scss */
.g-btn-transparent:hover {
    border-color: #ba1e46;
    background: #ba1e46;
    color: #fff !important;
}
/* line 182, assets/_sass/__common.scss */
.g-btn.back__button {
    font-size: 14px;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
}

.cart-notify {
    z-index: 200000;
}

.cart-notify .cart-error {
    background: #fff;
    border: 1px solid #e72525;
    color: #e72525;
    font-size: 15px;
    line-height: 150%;
    max-width: 330px;
    min-height: 51px;
    padding: 14px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .17s linear,visibility .17s linear;
    -o-transition: opacity .17s linear,visibility .17s linear;
    -moz-transition: opacity .17s linear,visibility .17s linear;
    transition: opacity .17s linear,visibility .17s linear
}

.shop-products .product-data {
    min-height: 42px;
}

.cart-amount .carr-amount__total {
    margin: 0;
}

.cart-amount  .error-text {
    margin: 0;
    font-size: 16px;
}

.app form .form-textarea::placeholder,.app form .form-input::placeholder,
.bx-sls .bx-ui-sls-fake::placeholder,
.bx-sls .bx-ui-sls-route::placeholder {
    color: #4f4d4d;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-cart__cart-image img {
    display: block;
    width: 131px;
    height: 116px;
    margin: 50px 0 42px;
}

.empty-cart__cart-text {
    font-size: 36px;
    text-align: center;
    color: #bababa;
    margin-bottom: 42px;
}

.empty-cart__cart-desc {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 42px;
}

.empty-cart__cart-desc a:not(:hover) {
    color: #28a928;
    text-decoration: none;
}

.empty-cart__cart-desc a:hover {
    color: #007a33;
}

header {
    z-index: 100;
}



.dmi-modal {
    background: rgb(56 56 56 / 75%);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
    display: none;
}

.dmi-modal.show {
    display: flex!important;
}

.body_block {
    overflow: hidden;
}

.dmi-modal__close {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: -80px;
    top: -40px;
    transform: rotate(45deg);
    transition: all 0.6s;
    box-sizing: content-box;
    padding: 0;
    background-color: transparent;
}

.dmi-modal__close:hover {
    transform: rotate(135deg);
}

.dmi-modal__content {
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 30px;
    max-width: min(880px, calc(100% - 240px));
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .dmi-modal__content {
        max-width: 100%;
        border-radius: 8px;
        margin: 0 15px;
    }

    .dmi-modal__close {
        color: #000;
        border: none;
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 5px;
        top: 5px;
    }
}

.dmi-modal.innerWrap .dmi-modal__content{
    max-width: 100%;
    border-radius: 8px;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.dmi-modal.innerWrap .dmi-modal__close{
    color: #000;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
    top: 5px;
}

.dmi-modal__title {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 12px;
}

.dmi-modal__text {
    font-size: 16px;
}

.product-image,
.product-title {
    cursor: pointer;
}

.product-detail .product-detail__text {
    display: grid;
    gap: 32px;
}

.product-detail__top {
    display: grid;
    gap: 32px;
}

@media(min-width: 992px) {
    .product-detail__top {
        grid-template-columns: 1fr 1fr;
    }
}

.product-detail__info {
    line-height: 1.5;
}

.product-detail__cart {
    max-width: 200px;
    margin-top: 32px;
}

.product-detail {
    max-height: 100%;
}

.waiting {
    opacity: .3;
    pointer-events: none;
}

.modern-page-current {
    background: #f3f3f3;
    border-radius: 6px;
}

.shop-products .product img {
    aspect-ratio: 190 / 138;
}

.shop-products .product img:not([src$=svg]) {
    object-fit: cover;
}

@media (max-width: 1022px) {
    header .header-cart {
        display: flex!important;
        position: fixed;
        bottom: 45px;
        right: 20px;
        margin: 0!important;
        background-color: #fff;
        border-color: #28a928;
        color: #28a928;
    }


    body:has([data-js=empty-cart-block]) header .header-cart,
    body:has(.burger-menu.visible) header .header-cart,
    header .header-cart:has(span:empty) {
        display: none!important;
    }

    .cart-notify {
        right: auto;
        left: 10px;
    }

    .cart-bottom {
        flex-direction: column-reverse;
    }

    .cart-block .cart-bottom .right {
        padding: 0;
    }
    .cart-bottom .right img {
        margin: 0 auto;
    }

    .cart-block .cart-bottom .left {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .cart-block .cart-item {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .cart-block .cart-item__image {
        margin: 0;
    }

    .cart-block .cart-item__content {
        padding-right: 34px;
        grid-column: span 2;
    }

    .cart-block .cart-item__quantity {
        grid-column-start: 2;
    }

    .cart-block .cart-item__remove {
        position: absolute;
        top: 15px;
        right: 30px;
    }
}

@media (max-width: 450px) {
    .cart-block .cart-item__image {
        grid-column: span 3;
    }

     .cart-block .cart-item__content {
        grid-column: span 3;
    }

    .cart-block .cart-item__quantity {
        grid-column-start: 1;
    }

    .cart-block .cart-item__price {
        grid-column: span 2;
    }
}