/*.type-finance {
	padding: 24px 34px 55px;
    background-color: var(--color-lightblue);
    border-radius: 20px;
}*/

.finance__funds-content .fund-item__logo span {
	width: max-content;
}

@media (max-width: 640px) {
	.finance__funds-content .fund-item {
		justify-content: space-around;
	}
}

.readonly
{
	pointer-events: none;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;	
}

form .message_warning {
    font-size: 14px;
    margin: 10px 0;
    color: red;
}

button[class="icon icon-right"], button[class="form-arch-show icon icon-right"], 
button[class="form-reclaim-show icon icon-right"], button[class="form-verif-show icon icon-right"]  {
	background: none;
	color: black;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.center-button
{
	text-align: center;
}
.form__select-item
{
	display:block;
}
.hidden
{
	display:none;
}