 @media screen and (min-width: 1440px) {
        .redcross_background_image {
            width: 100% !important;
            position: static !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

.kz_label-checkbox-svg{
	opacity: 0;
	transition: all 0.2s ease 0s;
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 13px;
	height: 19px;
}
.kz_label-checkbox-svg__active{
	opacity: 1;
}
.kz_input-checkbox[type="checkbox"]:checked, .kz_input-checkbox[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.kz_label-checkbox {
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: rgb(1, 25, 54);
	line-height: 26px;
	padding: 0px 0px 0px 40px;
}
.kz_label-checkbox a{
	font-weight: 600;
	text-decoration: none;
	color: rgb(1, 25, 54)
}
.kz_label-checkbox::before {
	content: " ";
	position: absolute;
	left: 15px;
	top: 5px;
	width: 16px;
	height: 16px;
	border: 1.5px solid rgb(1, 25, 54);
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
	box-sizing: border-box;
}
.kz_label-checkbox__warn{
	color: rgb(214, 40, 57);
}
.kz_label-checkbox__warn::before{
	border: 1.5px solid rgb(214, 40, 57);
}
.gl_kz{
	width: 100%;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin: 0px 0px 20px;
}
.pay_form_kz {
	display: flex;
	width: max-content;
	padding: 30px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.8);
}

.pay_form_kz__block {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: max-content;
	height: 60px;
	border-radius: 16px;
	background-color: rgb(255, 255, 255);
}

.switch-button {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 26px;
	position: relative;
	border-radius: 16px;
	border: none;
	padding: 17px;
	background-color: rgb(255, 255, 255);
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	opacity: 1;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.button-span {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: rgb(1, 25, 54);
}

.pay_form_kz__content {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 0px 0px 30px 0px;
}

.current-button .button-span {
	color: white;
}

.gnwqMi {
	display: flex;
	flex-direction: column;
	position: relative;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 130px;
	height: 60px;
	margin: 0px 0px 0px 20px;
	border-radius: 16px;
}

.gnwqMi::after {
	content: "₽";
	position: absolute;
	top: 18px;
	left: 24px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

.gnwqMi .pay_form_kz__input {
	height: 60px;
	border-radius: 16px;
	padding: 20px 20px 20px 40px;
	border: none;
	width: 65px;
}

.pay_form_kz__input::-webkit-outer-spin-button,
.pay_form_kz__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.pay_form_kz__input[type=number] {
	-moz-appearance: textfield;
}

.pay_form_kz__input {
	width: 100%;
	height: 60px;
	position: relative;
	border-radius: 8px;
	border: 1px solid rgb(220, 225, 231);
	padding: 14px 20px;
	background-color: rgb(255, 255, 255);
	outline: none;
	cursor: pointer;
	font-size: 18px;
	line-height: 22px;
	color: rgb(1, 25, 54);
	font-weight: 400;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.fpljYt .switch-button {
	width: 100px;
}

.current-button {
	background-color: rgb(214, 40, 57);
}

.submint-button {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 25px;
	position: relative;
	border-radius: 16px;
	border: none;
	padding: 17px;
	background-color: rgb(214, 40, 57);

	outline: none;
	cursor: pointer;
	pointer-events: auto;
	opacity: 1;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 600px){
    .pay_form_kz {
    background-color: initial;
    width: 100%;
    padding: 20px;
    border-radius: 0px;
}
.pay_form_kz__content {
    flex-direction: column;
    margin: 0px;
    width: 100%;
}
.pay_form_kz__block {
    background-color: initial;
    height: auto;
    width: 100%;
    margin: 0px 0px 15px;
    border: 1px solid rgb(220, 225, 231);
}
.gnwqMi {
    width: 100%;
    height: 55px;
    margin: 0px 0px 15px;
    border: 1px solid rgb(220, 225, 231);
}
.gnwqMi .pay_form_kz__input {
    height: 60px;
    border-radius: 16px;
    padding: 15px 20px 10px 50px;
    border: none;
    width: auto;
}
.submint-button{
    padding: 17px 0;
    width:100%;
}
}
}    
    