/*html,
body {
     padding: 0px;
     margin: 0px;
}

html,
body {
     height: 100%;
     width: 100%;
}

* {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
	--global-bank-cards-text-color: white;
	--global-bank-cards-back-color: black;
}*/

.donate_main_block {
     display: none;
     /*display: flex;*/
     flex-direction: column;
     background-color: #EFEEF3;
}

.project_name {
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 600;
     font-size: 22px;
     line-height: 100%;
     letter-spacing: 0px;
     color: #000;
}

.donate_logo_block {
     margin-left: 20px;
     position: relative;
}

.donate_logo_block > * {
     width: 96px;
     height: 96px;
     box-shadow: 0px 0px 19.6px rgba(255, 255, 255, 0.25);

     border-radius: 20px;
}

.channel_letter {
     display: none;

     box-shadow: none;
     text-align: center;

     flex-direction: column;
     align-content: center;
     justify-content: center;
}

.donate_channel_letter_text {
     color: white;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     font-size: 42px;
}

.content_block {
     margin-left: 20px;
     margin-top: 12px;
     padding-top: 12px;
     width: 90%;

     border-width: 0.33px;
     border: 0.33px solid #3C3C434A;
     border-bottom: none;
     border-left: none;
     border-right: none;
}

.channel_name {
     font-family: 'Roboto';
     font-weight: 500;
     font-size: 18px;
     line-height: 100%;
     letter-spacing: 0%;
     overflow: hidden;
}

.project_description {
     font-family: Roboto;
     font-weight: 400;
     font-size: 13px;
     line-height: 18px;
     letter-spacing: 0%;
     color: #636366;

     max-width: 90%;
     overflow: hidden;
     word-break: break-word;
     max-height: 72px;
}


.donate_target_block {
     max-width: 60%;
}

.target_name {
     overflow: hidden;
     max-width: 150px;
}

.donate_amount_block_label,
.payment_method_block_label,
.duration_block_label,
.message_block_label {
     font-family: 'Roboto';
     font-weight: 500;
     font-size: 16px;
     line-height: 100%;
     letter-spacing: 0%;
     color: #636366;
     cursor: default;

     margin-left: 6px;
}

.separator {
     display: none;
     width: 90%;
     height: 1px;
     top: 308px;
     left: 23px;
     border-width: 0.33px;
     margin-left: 5%;

     border: 0.33px solid #3C3C434A;
     border-top: none;
     border-left: none;
     border-right: none;
}

.first_separator {
     margin-top: 21px;
}

.payment_method_logo {
	margin-left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: linear-gradient(104.65deg, #A966FF 6.46%, #109BFF 100%), #007AFF;

	padding: 20px;
	width: 18px;
	height: 18px;


	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-top: 16px;

     color: #FFFFFF;
     font-family: 'Roboto';
     font-weight: 500;
     font-size: 26.56px;
     line-height: 100%;
     letter-spacing: 0%;
     text-align: center;
     vertical-align: middle;
}

.donate_card_word {
     font-family: "Roboto";
     font-weight: 700;
     font-size: 14px;
     line-height: 100%;
     letter-spacing: 0%;
     vertical-align: middle;
}

.donate_issued_rf {
     font-family: "Roboto";
     font-weight: 400;
     font-size: 11px;
     line-height: 100%;
     letter-spacing: 0%;
     vertical-align: middle;
     min-width: 95px;
}

.payment_method_btn {
     background-color: #FFFFFF;
     padding: 5px 5px 5px 5px;
     border-radius: 10px;
     border: 1.5px solid #FFFFFF;
     cursor: pointer;

     width: 50%;
}

.payment_method_btn[is_active="1"] {
     border: 1.5px solid #007AFF;
}

.pay_amount_button {
     background-color: white;
     /*padding-top: 12px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 12px;*/
     border-radius: 10px;

     font-family: Roboto;
     font-weight: 700;
     font-size: 14px;
     line-height: 100%;
     letter-spacing: 0%;
     text-align: center;
     vertical-align: middle;
     white-space: nowrap;
     border: 1.5px solid #FFFFFF;
     cursor: pointer;

     display: flex;
     flex-direction: column;
     max-height: 40px;

     width: 100%;
}

.payment_amount_text {
     /*padding-top: 12px;*/
     padding-bottom: 12px;
     padding-right: 6px;
     padding-left: 6px;
}

.selected_marker {
     display: block;
     opacity: 0;
     right: -3px;
     text-align: right;
     top: -2px;
     position: relative;
}

.selected_marker > svg {
     height: 12px;
     width: 12px;
}

.pay_amount_button[is_active="1"] {
     border: 1.5px solid #007AFF
}

.pay_amount_button[is_active="1"] > .selected_marker {
     display: block;
     opacity: 1;
}

.period_button {
     background-color: white;
     padding-top: 11px;
     padding-bottom: 11px;
     padding-left: 4px;
     padding-right: 3px;
     border-radius: 10px;

     font-family: Roboto;
     font-weight: 700;
     font-size: 14px;
     line-height: 100%;
     letter-spacing: 0%;
     text-align: center;
     vertical-align: middle;
     white-space: nowrap;
     border: 1.5px solid #FFFFFF;
     cursor: pointer;

     width: 100%;
     position: relative;
}

.period_selected_marker {
     display: none;
     position: relative;
     right: -3px;
     text-align: right;
     top: -2px;
     position: absolute;
}

.period_button[is_active="1"] {
     border: 1.5px solid #007AFF
}

.period_button[is_active="1"] > .period_selected_marker {
     display: block;
}
/*
textarea::-webkit-input-placeholder {
     padding-top: 10px;
     padding-left: 5px;
  }

textarea::-moz-input-placeholder {
     padding-top: 10px;
     padding-left: 5px;
  }

textarea:-moz-input-placeholder {
     padding-top: 10px;
     padding-left: 5px;
  }

textarea:-ms-input-placeholder {
     padding-top: 10px;
     padding-left: 5px;
  }*/

textarea {
     width: 90%;
     padding-top: 11px;
     padding-left: 10px;
}


.aaaa1 {
     font-family: Roboto;
     font-weight: 400;
     font-size: 12px;
     line-height: 27px;
     letter-spacing: 0%;
     text-align: center;

     color: #303030;
}

.aaaa1 > b {
     font-family: Roboto;
     font-weight: 800;
     font-size: 12px;
     line-height: 27px;
     letter-spacing: 0%;
     text-align: center;
}













/*
 * БЛОК С ГАЛОЧКАМИ ПОДТВЕРЖДЕНИЯ
 */


.donate_accept_element {
	display: flex;
	flex-direction: row;
	margin-left: 15px;
}

.donate_custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .donate_custom-checkbox */
.donate_custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.donate_custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	flex-grow: 0;
	/*border: 1px solid #adb5bd;*/
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

/* стили при наведении курсора на checkbox */
.donate_custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	/*border-color: #b3d7ff;*/
}

/* стили для активного чекбокса (при нажатии на него) */
/*.donate_custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}*/

/* стили для чекбокса, находящегося в фокусе */
.donate_custom-checkbox:focus+label::before {
	/*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.donate_custom-checkbox:focus:not(:checked)+label::before {
	/*border-color: #80bdff;*/
}

/* стили для чекбокса, находящегося в состоянии checked */
.donate_custom-checkbox:checked+label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url('data:image/svg+xml,<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.58331 4.63334L5.89797 9.58334L14.4166 1.33334" stroke="white" stroke-width="2.01667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");*/

	/*
	
	<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg">
		<path d="M1.58331 4.63334L5.89797 9.58334L14.4166 1.33334" stroke="white" stroke-width="2.01667" stroke-linecap="round" stroke-linejoin="round"/>
	</svg>

	
	*/
}

/* стили для чекбокса, находящегося в состоянии disabled */
.donate_custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.donate_terms_label, .donate_recurrent_label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;

	color: var(--terms-text-color);
	/*max-width: 280px;*/
}

.donate_label_for_checkbox {
	width: 100%;
}

.donate_terms_url, .donate_terms_label, .donate_recurrent_label {
     color: #00000099;
}

.show_or_hide_message_box {
     cursor: pointer;
}

.donate_custom-checkbox {
     cursor: pointer;
}

input[type="checkbox"] {
     cursor: pointer;
}

.text_box {
     opacity: 0;
     display: none;
}

.message_text_box {
     margin-left: -4px;
     width: 100%;
     height: 59px;
     font-family: Roboto;
     font-weight: 400;
     font-size: 17px;
     line-height: 100%;
     letter-spacing: -0.5px;
     border-radius: 10px;
     border: none;
     margin-top: 9px;
     opacity: 0;
     display: none;
}

.selected_payment_amount_block {
     width: 40%;
}

.donate_target_block {
     width: 60%;
}
