.discount {position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(4, 4, 15, .4);justify-content: center;align-items: center;padding: 0 10px;display: none;opacity: 0 }.discount.active {animation: showDiscountPopup .3s ease;animation-fill-mode: backwards;animation-delay: 15s;display: flex;opacity: 1 }.discount-card {max-width: 1447px;background: #1d1d1d;width: 100%;border-radius: 32px;padding: 55px 294px 55px 105px;position: relative }.discount h3 {font-size: 80px;font-weight: 600;line-height: 136px;text-align: left;color: #c8c8c8 }.discount p {font-size: 28px;font-weight: 700;line-height: 36px;text-align: left;color: #818181 }.discount form {margin-top: 65px;width: 100%;display: flex;flex-direction: column;gap: 62px }.discount-form__top {display: grid;grid-template-columns: repeat(3, 1fr);gap: 36px }.discount-form__top input {background: 0 0;border: 1px solid rgba(129, 129, 129, .1019607843);border-radius: 32px;color: #fff;padding: 15px 26px;outline: 0;font-size: 17px;font-weight: 500;line-height: 28.9px }.discount-form__top input:-webkit-autofill, .discount-form__top input:-webkit-autofill:focus, .discount-form__top input:-webkit-autofill:hover {border: 1px solid rgba(129, 129, 129, .1019607843);-webkit-text-fill-color: #fff;-webkit-text-fill-background: #000;-webkit-box-shadow: 0 0 0 1000px #1d1d1d inset }.discount-form__top input:placeholder {color: #818181 }.discount-form__top input.error {border-color: #ff8d8a }.discount-close {position: absolute;width: 48px;height: 48px;background: 0 0;cursor: pointer;border: none;right: 95px;top: 124px }.discount-close:after, .discount-close:before {content: "";width: 34px;height: 1px;border-radius: 1px;background: #fff;left: 50%;top: 50%;position: absolute;pointer-events: none }.discount-close:before {transform: translate(-50%, -50%) rotate(45deg) }.discount-close:after {transform: translate(-50%, -50%) rotate(-45deg) }@media (max-width:1300px) {.discount-card {padding-right: 105px }}@media (max-width:1000px) {.discount h3 {font-size: 60px;line-height: 90px }.discount p {font-size: 26px }.discount-card {padding: 30px 20px }.discount-close {top: 43px;right: 16px }}@media (max-width:850px) {.discount-form__top {grid-template-columns: 1fr;gap: 10px }}@media (max-width:600px) {.discount {padding: 0 }.discount-card {padding: 30px 10px;border-radius: 0 }.discount h3 {font-size: 40px;line-height: 48px;margin-bottom: 24px;padding-right: 300px }.discount p {font-size: 24px;line-height: 28px }.discount form {margin-top: 40px;align-items: center;gap: 17px }.discount-form__top {width: 100% }}@keyframes showDiscountPopup {0% {display: flex;opacity: 0 }100% {display: flex;opacity: 1 }}