#popup_trigger_wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 300;
}
#popup_trigger_bg {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b0b0b;
	opacity: 0.8;
}
#popup_trigger {
    background-color: #B3EAFE;
	padding: 48px 24px;
    padding-bottom: 237px;
    border-radius: 12px;
    height: auto;
	position: relative;
	z-index: 1;
    width: 100%;
	margin: 0 16px;
    background-image: url('i/trigger-cash-mobile.png');
    background-repeat: no-repeat;
    background-size: auto 237px;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#popup_trigger .popup__close {
    top: 12px;
    right: 12px;
}
#popup_trigger .form {
    max-width: 324px;
}
#popup_trigger .form .form__input,
#popup_trigger .form .button {
    height: 44px;
}
#popup_trigger .form__input {
    width: 100%;
}
#popup_trigger .popup__title {
    padding: 0;
    text-align: center;
}
#popup_trigger .popup__description {
    padding: 0;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 768px) {
    #popup_trigger{
		padding: 64px 48px;
        padding-bottom: 508px;
		max-width: 704px;
		background-image: url('i/trigger-cash-desktop.png');
		background-repeat: no-repeat;
        background-size: auto 508px;
		margin: 0 32px;
	}
    #popup_trigger .form .form__input,
    #popup_trigger .form .button {
        height: 48px;
    }
    #popup_trigger .popup__close {
		top: 24px;
		right: 24px;
	}
    #popup_trigger .popup__description {
        font-size: 16px;
    }
    .popup__answertitle {
        max-width: 280px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
	#popup_trigger .popup__close {
		top: 32px;
		right: 32px;
	}
}

@media (min-width: 1200px) {
    #popup_trigger{
		padding: 64px 48px;
        padding-right: 606px;
        max-width: 978px;
        min-height: 522px;
        background-size: contain;
        background-position: bottom right;
        align-items: flex-start;
    }
    #popup_trigger .popup__title {
        text-align: left;
    }
    #popup_trigger .popup__description {
        text-align: left;
    }
}
