

@media screen and (min-width: 1050px){	
	:root {
		--forma-ni-font: 90%;
		--forma_wrapper_w: 83%;
	}
}

@media screen and (min-width: 320px) and (max-width: 1049px) {
	:root {
		--forma-ni-font: 13px;
		--forma_wrapper_w: 100%;
	}	
}




input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px rgb(250, 249, 245) inset;
}


.forma {margin: 0;}

.forma_wrapper {
	width: var(--forma_wrapper_w);
	margin: 0 auto;
}


.forma_wrapper input {
	all: unset;
	border: none; 
	outline: none;
	height: 100%;
	padding: 20px 10px 0 20px;
	background-color: transparent;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}

.forma_wrapper input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px rgb(250, 249, 245) inset;
	border-radius: 7px;
}

.forma_wrapper textarea {
	all: unset;
	white-space: revert;
	border: none; 
	outline: none;
	min-height: 150px;
	padding: 35px 10px 0 20px;
	background-color: transparent;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	resize: vertical;
	max-height: 500px;
}
.forma_wrapper label {
	position: absolute;
	left: 2px;
	top: 20px;
	color: #646464;
	padding: 0 18px;
	font-size: 14px;
	pointer-events: none;
	transition: top .2s, font-size .2s;
	line-height: 20px;
	/*background-color: rgb(250, 249, 245);*/
	background-color: transparent;
	z-index: 20;
	border-radius: 7px;
	letter-spacing: .3px;

}

.forma input:focus ~ label, .forma .input_empty ~ label, .forma_input_pseudo div ~ label {
	font-size: 14px;
	top: 1px;
	padding-top: 6px;
}

.forma_list_first ~ label {
	font-size: 14px;
	top: 1px;
	padding-top: 6px;
}

.forma textarea:focus ~ label, .forma .input_empty ~ label {
	font-size: 14px;
	top: 1px;
	padding-top: 6px;
}


.forma_wrapper input:hover ~ label {
	color: #333;
}

.forma_wrapper textarea:hover ~ label {
	color: #333;
}

.forma_wrapper .forma_input {
	background-color: rgb(250, 249, 245); 
	height: 64px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.forma_wrapper .forma_input_pseudo {
	background-color: rgb(250, 249, 245); 
	min-height: 64px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.forma_wrapper .forma_input_pseudo > div {
	border: none; 
	outline: none;
	height: 100%;
	padding: 30px 10px 10px 20px;
	background-color: transparent;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;	
}

.forma_wrapper .forma_textarea {
	background-color: rgb(250, 249, 245); 
	height: auto;
	position: relative;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.forma_row {
	margin-bottom: 20px;
}

.forma_row_flex {
	margin-bottom: 20px;
	display: flex;
}

.forma_row2 {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	gap: 20px;	
}

.forma_row2 div {
	flex: 1 1;
}

/*
.forma_wrapper .button {
	background-image: linear-gradient(0deg,#2384a1,#23a5ce);
	border-color: #2384a1 transparent #247f9a;
	border-style: solid;
	border-width: 1px;
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	outline: none;
	overflow: hidden;
	text-align: center;	
	height: 64px;
  	line-height: 62px;
	padding: 0 24px;
	color: #fff;
}

.forma_wrapper .button[disabled]{

	animation-fill-mode:none;
	cursor:not-allowed;
	opacity:.5!important	
}


.forma_wrapper .button:hover { 
	box-shadow: inset 0 0 0 50px hsla(0,0%,100%,.1)
}

*/

.forma_wrapper .button {
	all: unset;
	cursor: pointer;
    height: 64px;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
	font-size: 14px;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    color: #04203a;
	padding: 0 30px;
	line-height: 62px;
	user-select: none;
	outline: none;
	overflow: hidden;
}

.forma_wrapper .button_small {
	height: 41px !important;
	line-height: 39px !important;
}

.forma_wrapper .button[disabled]{

	animation-fill-mode:none;
	cursor:not-allowed;
	opacity:.5!important	
}



.forma_wrapper .button:hover {

	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
}

.forma_required_wrong {

	background-color: rgb(255, 238, 238) !important;
	border-color: #e4b4b4 !important;
}

.forma_required_wrong input:-webkit-autofill {

	-webkit-box-shadow: 0 0 0 50px rgb(255, 238, 238) inset;
}

.forma_required_wrong label {
	/*background-color: rgb(255, 238, 238) !important;*/
}

.forma_wrong_mess p {
	color: red;
	margin-top: 20px;	
}

.forma_wrong_mess p span {
	white-space: nowrap;
}

.forma_wrong_mess p:first-child {
	margin-top: 20px !important;
}

.forma_wrong_mess ul {
	color: red;
	margin: 10px 0 0 20px;
}
.forma_wrong_mess .ul li {
	margin-top: 5px;
}



.forma_wrapper .forma_list {
	background-color: rgb(250, 249, 245); 
	height: 64px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	cursor: pointer;
}

.forma_wrapper .forma_list_drop {

	background-color: #fff !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	box-shadow: 0 4px 13px 0 rgba(0,0,0,.2) !important;
}

.forma_wrapper .forma_list_drop label {
	background-color: #fff !important;
}

.forma_wrapper .forma_list_wrapper {
	position: relative;
}

.forma_wrapper .forma_list_drop .forma_list_cont {
	display: block !important;
}

.forma_wrapper .forma_list .forma_list_cont {	
	display: none;
	border: 1px solid #e1e1e1;
	background-color: #fff; 
	position: absolute;
	z-index: 556;
	left: -1px;
	width: calc(100% - 40px);
	padding: 20px;
	max-height: 250px;
	box-shadow: 0 4px 13px 0 rgba(0,0,0,.2) !important;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;	
}

.forma_wrapper .forma_list .search_panel {
	border-bottom: 1px solid #e1e1e1;
	margin: 0 -10px 10px -10px;
	background: url(/i/search.svg) 98% 50% no-repeat transparent;
}

.forma_wrapper .forma_list .search_panel input {
	all: unset;
	margin: 10px 0;
	height: 20px;
	margin-left: 10px;
	width: 90%;
}

.forma_wrapper .forma_list ul {
	list-style: none;	
	overflow: scroll;
	max-height: 210px;
	margin-left: -7px;
}

.forma_wrapper .forma_list ul li {
	padding: 7px;
	background-color: #fff;
	user-select:none;
}
.forma_wrapper .forma_list ul li:hover {
	background-color: #f0f0f0;
}



.forma_wrapper .forma_list .forma_list_first {
	height: 100%;
	padding: 20px 10px 0 20px;
	background-color: transparent;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 42px;
	position: relative;
}

.forma_wrapper .forma_list .forma_list_first::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #afafaf;
	border-right: 2px solid #afafaf;
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	transform: rotate(135deg) !important;
}

.forma_list_search_not_found {
	display: none;
	padding: 7px;
	margin-left: -7px;
	user-select:none;
}

.forma_list_selected {

	background-color: #fff9e4 !important;
}


.forma_top_mess {color: red; margin-bottom: 20px;
	background: url(/i/att_red.svg) 0 0 no-repeat transparent;
	padding-left: 30px;
	line-height: 20px;
}

.button_right {
	text-align: end;
}


.forma_ni {
	color: #666666;
	font-size: var(--forma-ni-font);
	margin-bottom: 20px;
	margin: 0 10px;
}



.forma_input input + .input_show_passwd_clk {
	position: absolute;
	right: 5px;
	top: 50%;
	height: 20px;
	width: 24px;
	background: url(/i/svg/forma2/eye.svg) center center no-repeat transparent;
	margin-top: -10px;
	cursor: pointer;
}

.forma_input input[type="text"] + .input_show_passwd_clk {
	background: url(/i/svg/forma2/eye2.svg) center center no-repeat transparent !important;
}