#gift-popup {
    width: 100%;
    max-width: 770px;
    padding-left: 300px;
    background: url('../../img/gift-popup/image 3.png')no-repeat center left / contain;
    background-color: #fff;
    position: relative;
}

.popup_gift .popup__title {
    font-style: normal;
    font-size: 54px;
    line-height: 64px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #0329A8;
    font-weight: 600;
    margin-top: 30px;
}

.popup_gift .popup__subtitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #D10B0F;
    text-align: center;
}

.popup_gift .popup__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #0329A8;
    margin-top: 10px;
    max-width: 330px;
}

.btn--red {
    background-color: #D10B0F !important;
    color: #fff !important;
}

.btn--red:hover, .btn--red:focus, .btn--red:active {
    background: #c7070a !important;
}

#gift-popup .popup__btn {
    max-width: 220px;
    margin-right: auto;
}

#gift-popup .popup__input {
    width: 350px;
    margin-right: auto;
}

.gift-button {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 40px;
    left: -160px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 8px -2px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
    transition: 0.4s;
}

.gift-button--is-active {
    left: 40px;
}

.gift-button:hover {
    box-shadow: 0px 0px 6px -3px #000;
}

@media screen and (max-width: 800px) {
div#gift-popup {
    max-width: 400px;
    padding-left: 20px;
    background: url('../../img/gift-popup/image 3.png')no-repeat 240px -60px / 340px; 
    background-color: #fff;
}

.popup_gift .popup__title {
    font-size: 34px;
    margin-top: 100px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
}

.popup_gift .popup__subtitle {
    font-size: 19px;
}

.popup_gift .popup__text {
    font-size: 16px;
    max-width: 260px;
    line-height: 20px;
}

#gift-popup .popup__btn {
    margin: auto;
    max-width: 100%;
}

#gift-popup .popup__input {
    width: 100%;
}
}