/*----------------------------*/
@font-face {
font-family: "Manrope"; 
src: url("../fonts/Manrope-VariableFont_wght.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 

html, body {
	height: 100%;
}

body {
	background: #f6f6f6;
	font-family: 'Manrope';
	margin: 0;
}

header {
	background: #fff;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap {
	min-height: 100%;
}

footer {
    border-top: 1px solid #EAEAEA;
    padding: 40px 24px;
}

footer .flex{
    display: flex;
}

footer .right {
	flex: 1;
}

footer .left {
flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .left .row{
	display: flex;
	justify-content: space-between;
}

footer .left .row .footer_text{
	width: 445px;
}

.footer_contacts a {
	margin-bottom: 8px;
}

.footer_menu {
	display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 7px;
}

.footer_menu a {
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-decoration-line: none;
color: #66717D;
opacity: 0.7;
text-decoration-line: underline;
}

.footer_text {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #66717D;
opacity: 0.7;
margin: 0px;
}

.soc_links {
	margin-top: 40px;
}

.soc_links a {
	padding-right: 8px;
	text-decoration: none;
}

.soc_links svg path, .soc_links svg rect {
	transition: 0.5s;
}

.soc_links a:hover svg rect {
	fill:  rgb(102, 113, 125);
}

.soc_links a:hover svg path {
	fill:  #fff;
}

.footer_contacts a {
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: right;
color: #66717D;
text-decoration: none;
display: block;
}


.menu_block {
   text-align: end;
}

.menu_block a {
	font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #66717D;
    text-decoration: none;
    padding-left: 40px;
}

.center_aling {
	width: 712px;
	margin: auto;
	margin-top: 52px;
}

/*desktop*/
@media only screen and (min-width: 1440px)  
{
	header {
		padding-right: 180px;
		padding-left: 180px;
	}
	footer {
		padding-right: 180px;
		padding-left: 180px;
	}
}

/*mobile*/
@media only screen and (max-width: 840px)  
{
	footer .flex {
		display: block;
	}

	footer .right { 
		display: flex;
		justify-content: space-between;
		margin-bottom: 22px;
	}

	footer .soc_links { 
		margin: 0px;
	}

	footer .soc_links a:last-child { 
		padding: 0px;
	}

    footer .left .row { 
    	display: block;
    }

    footer .left .row .footer_text { 
    	width: 100%;
    	margin-bottom: 24px;
    }

    footer .footer_contacts {
    	margin-bottom: 30px;
    }

    footer .footer_contacts a { 
    	text-align: left;
    }

    footer .footer_menu {
    	display: block;
    }

    footer .footer_menu a {
    	display: block;
    	margin-bottom: 12px;
    }
}

/*----------------------------*/

.payment_form h1 {
	text-align: center;
	font-style: normal;
font-weight: 600;
font-size: 52px;
line-height: 120%;
color: #2C2D2E;
margin: 0px;
margin-bottom: 10px;
}

.payment_form p.desc {
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 155%;
text-align: center;
color: #66717D;
margin: 0px;
margin-bottom: 40px;
}

.step_block {
	background: #fff;
	border: 1px solid #EAEAEA;
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 30px;
    transition: 0.5s;
}

.step_block h4 {
	margin: 0px;
	font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 120%;
color: #2C2D2E;
margin-bottom: 10px;
}

.step_block p {
margin: 0px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #66717D;
margin-bottom: 24px;
}

.field_block .label {
	margin: 0px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #66717D;
margin-bottom: 8px;
}

.required_mark {
	color: #E64646;
}

.field_input input {
	padding: 14px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #EAEAEA;
border-radius: 10px;
outline: none;
color: #66717D;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
}

.deal_block {
	padding: 18px 30px 22px 27px;
	border-top: 1px solid #EAEAEA;
	display: flex;
	margin: 0px -30px 0px -30px;
	transition: 0.5s;
	border-left: 3px solid transparent;
	cursor: pointer;
}

.deal_block:hover {
	background: #F2FAE6;
	border-left: 3px solid #74C700;
}

.deal_block.active {
	background: #F2FAE6;
	border-left: 3px solid #74C700;
}

.deal_block .left {
	padding-right: 12px;
}

.deal_block .right {
	width: 100%;
	margin-top: 2px;
}

.deal_block p {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 130%;
color: #2C2D2E;
margin-bottom: 24px;
}

.deal_block .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deal_block .flex .deal_link{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 120%;
color: #74C700;
padding-bottom: 4px;
border-bottom: 1px solid #74C700;
cursor: pointer;
}

.deal_block .flex .date{
font-style: normal;
font-weight: 400;
font-size: 13px;
text-align: right;
color: #66717D;
}

.check {
	width: 22px;
    height: 22px;
    background: #ECECEC;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
}

.check img {
	position: absolute;
	display: none;
	top: 5px;
    left: 5px;
}

.check.active {
    background: #74C700;
}

.check.active img{
    display: block;
}

.price_block {
	margin-top: 60px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 0px;
	display: flex;
}

.price_block .value, .qr_price_value {
	font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #2C2D2E;
    border: none;
    outline: none;
    width: 100%;
    margin-right: 10px;
}

.button_block button {
	width: 100%;
	padding: 14px;
	margin-bottom: 10px;
	cursor: pointer;

	font-style: normal;
/*font-weight: 600;*/
font-size: 18px;
line-height: 25px;

text-align: center;
color: #FFFFFF;

background: #74C700;
border-radius: 10px;
outline: none;
border: none;
}

.button_block button.light {
color: #74C700;
background: #FFFFFF;
border: 1px solid #74C700;
border-radius: 10px;
}

.conf_block {
	text-align: center;
}

.conf_block span {
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #66717D;
}

.step_title {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.res_price {
	cursor: pointer;
}

.error_block {
	background: #FAEBEB;
border-radius: 10px;
padding: 12px;
display: none;
}

.error_block .title {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #E64646;
margin: 0;
text-align: left;
}

.error_block p.desc {
	font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 130%;
color: #E64646;
margin: 0;
text-align: left;
}

.phone_block .field_input {
	position: relative;
}

.del_phone {
	position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
}

.button_block{
	margin-top: 23px;
}

.button_block.payment_button_block{
	margin: 0px;
}

.payment_buttons_block {
	margin-top: 16px;
}

.phone_block.error input{
border: 1px solid #E64646;
}

.phone_block.error .error_block{
	display: block;
}

.phone_block.error .del_phone{
display: block;
}

.payment_block.error .price_block {
	border-bottom: 1px solid #E64646;
}

.res_price.error {
	display: none;
}

.payment_block.error .res_price.error {
	display: block;
}

.payment_block.error .res_price {
	display: none;
}

.payment_block .error_block {
	background: transparent;
	padding: 0px;
}

.payment_block .error_block span{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 18px;
color: #E64646;
}

.payment_block.error .error_block {
	display: block;
}

.wait_block, .payment_wait_block {
	display: none;
}

.wait_block h4, .wait_block p, .payment_wait_block h4, .payment_wait_block p{
	text-align: center;
}

.wait_block p, .payment_wait_block p{
	margin-bottom: 0px;
}

.wait_block img, .payment_wait_block img{
	text-align: center;
	width: 100%;
}

.wait_block.active, .payment_wait_block.active {
	display: block;
}

.success_block {
	margin-top: 200px;
}

.success_block h2 {
margin: 0;
margin-bottom: 13px;
font-style: normal;
font-weight: 600;
font-size: 52px;
line-height: 120%;
color: #2C2D2E;
text-align: center;
}

.success_block p{
margin: 0;
margin-bottom: 40px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 155%;
text-align: center;
color: #66717D;
}

.success_img_block {
	text-align: center;
}

.g_deal_block {
	display: none;
}

.g_deal_block.active {
	display: block;
}

.payment_block {
	display: none;
}

.qr_block {
	display: none;
}

.qr_block.active  {
	display: block;;
}

.payment_block.active {
	display: block;
}

.rub_mark {
	font-size: 30px;
    padding-right: 10px;
}

.qr_block .flex {
	display: flex;
}

.qr_block .qr_block_price 
{
	margin-top: 36px;
}

.step_block .qr_price_title 
{
	margin: 4px;
}

.qr_zone {
	width: 240px;
    height: 240px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}

.qr_zone img {
	width: 100%;
}

.share_block {
	
}

/*остаток*/

.info_req_block {
	display: none;
}

.conf_btn, .conf_field {
	display: none;
}

.info_btn, .conf_btn {
	margin-bottom: 0px !important;
}

.conf_field input {
	margin-bottom: 8px;
	width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid silver;
    font-size: 18px;
}

.info_result {
	text-align: center;
	padding-top: 10px;
}

.rest_conf_desc {
	line-height: 1.2;
    margin-bottom: 8px;
    font-size: 14px;
}

.deal_info_block 
{
    margin-bottom: 10px;
    display: none;
    margin-top: -15px;
}

.deal_info_item 
{
	margin: 0 !important;
	font-size: 14px !important;
    margin-bottom: 3px !important;
    color: #17a2b8 !important;
}

/*выбор банка*/
.bank_select {
	display: none;
}

.bank_select.active {
	display: block;
}

.bank_list {
	display: flex;
	flex-direction: column;
	height: 400px;
    overflow: auto;
    margin-top: 23px;
}

.bank_item {
	display: flex;
	cursor: pointer;
	gap: 16px;
	align-items: center;
	padding: 8px 0;
    border-bottom: 1px solid #EAEAEA;
}

.bank_item img {
	width: 50px;
	height: 50px;
}

.bank_title {
	margin: 0;
}

#bank_name:focus {
	border: 1px solid #74C700;
}

/*mobile*/
@media only screen and (max-width: 840px)  
{
	.payment_form {
		width: 100%;
	}

	.payment_form p.desc, .payment_form h1 { 
		padding: 0 30px;
	}

	.payment_form h1 {
		font-size: 30px;
	}

	.qr_block .flex { 
		display: block;
	}

	.qr_zone { 
		margin: auto;
        margin-top: 20px;
	}

	.qr_block_price {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.qr_price_value {
		width: auto;
		margin: 0;
		font-size: 18px;
	}
}