/* ------------------------------------------------------------ *\
	Form review
\* ------------------------------------------------------------ */

.form-review {
	position: relative;
	z-index: 3;
	padding-top: 0;
	clear: both;

}

.form-review .form-head {
	margin-bottom: 40px;
}

.form-review .form-head h3 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #1b193c;
	font-size: 18px;
}

.form-review .form-head h3 span,
.form-review .form-head h5 span {
	color: #2a7dfb;
	font-weight: 700;
}

.form-review .form-head h5 {
	margin-top: 1px;
	color: #2a7dfb;
	text-transform: uppercase;
}

.form-review .form-controls {
	position: relative;
}

.form-review input {
	outline: 0;
}

.form-review .input-container input[type="text"] {
	padding-right: 141px;
}

.form-review .checkbox-container {
	position: absolute;
	top: 7px;
	right: 12px;
}

.form-review .checkbox-container {
	top: 9px;
}

.form-review .checkbox-container label {
	padding-right: 29px;
	padding-left: 0;
	font-weight: 400;
	margin-bottom: 0;
}

.form-review .check-container .check-mark {
	top: 1px;
	right: 0;
	left: auto;
	background-color: transparent;
	border-color: #282828;
	border-radius: 2px;
}

.form-review .check-container input:checked~.check-mark {
	/* background-color: #282828;  */
}

.form-review .check-container .check-mark:after {
	border-color: #fff;
	left: 5px;
	width: 8px;
	height: 14px;
}

.form-review .form-rate {
	/*padding: 20px 15px 5px;*/
	padding: 17px 5px 14px;
	margin-bottom: 10px;
	background: #f7f7f7;
	text-align: center;
}

.form-review .form-rate h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #1b193c;
	font-size: 18px;
}

.form-review .form-rate h3 span {
	color: #2a7dfb;
}

.form-review .textarea-container {
	position: relative;
	overflow: hidden;
}

.form-review .textarea-container label {
	padding: 10px 12px 0;
	font-weight: 400;
	color: rgba(46, 196, 82, .5);
	z-index: 6;
	border-style: solid;
	border-width: 1px 1px 0;
	border-color: #ccc;
	display: block;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.form-review .textarea-container textarea:focus {
	border-color: #ccc;
}

.form-review .textarea-container label.cons {
	color: rgba(255, 0, 30, .5);
}

.form-controls label.error {
	color: rgb(255, 0, 30);
	position: absolute;
	top: 8px;
	right: 10px;
	border: none;
}

.form-review .textarea-container textarea {
	padding: 5px 12px;
	height: 54px;
	border-top: none;
	margin-top: -1px;
	line-height: 24px;
}

.textarea-container textarea::-webkit-scrollbar {
	display: none;
}

.form-review .textarea-container+.textarea-container label {
	border-radius: 0;
	border-top: none;
}

.form-review .textarea-container+.textarea-container textarea {
	margin-top: -2px;
	border-radius: 0 0 4px 4px;
	border-top: none;
}

.form-review .button-submit {
	margin-top: 25px;
	width: 100%;
}

/*.form-review .stars {*/
/*float: none; */
/*background-image: url('../images/ico-star-white-background.svg');*/
/*}*/

.form-review .stars,
.form-review .stars span {
	display: inline-block;
	width: 175px;
	height: 35px;
	background-size: auto 100%;
}

.form-review .stars span {
	margin-left: 1px;
}

@media (min-width: 768px) {
	.form-review {
		padding-top: 30px;
	}

	.form-review .form-head {
		margin-bottom: 28px;
	}

	.form-review .button-submit {
		width: auto;
		margin-top: 30px;
		min-width: 250px;
		margin-bottom: 30px;
	}

	.form-review .form-head h3 {
		font-size: 27px;
	}

	.form-review .form-head h5 {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------ *\
	Form Complaints
\* ------------------------------------------------------------ */

.form-complaints .form-head {
	margin-bottom: 15px;
}

.form-complaints .form-head:after {
	content: '';
	display: table;
	clear: both;
	line-height: 0;
}

.form-complaints h3 {
	float: left;
	margin-top: 5px;
	text-transform: none;
	overflow: hidden;
	color: #181f38;
}

.form-complaints .button {
	margin-top: 15px;
	padding: 10px 20px;
}

.form-complaints textarea {
	height: 130px;
}

.form-complaints .form-controls label {
	position: absolute;
	top: 8px;
	left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #606175;
	opacity: .75;
	margin-bottom: 0;
	font-size: 14px;
	z-index: 111;
}

.form-complaints .form-controls label span {
	color: #f40b2c;
}

.form-complaints .form-controls.focused label {
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 480px) {
	.form-complaints .form-controls label {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------ *\
	Form Newsletter
\* ------------------------------------------------------------ */

.form-newsletter {
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	/* background: #2a7dfb url('../images/dots.png') 0 bottom no-repeat; */
	background-color: #2a7dfb; 
	background-size: 100%;
}

.form-newsletter p {
	opacity: 1;
	color: #fff;
}

.form-newsletter em {
	display: block;
	font-weight: 600;
}

.form-newsletter input {
	border: none;
	border-radius: 4px;
}

.form-newsletter h2 {
	margin-top: 0;
}

@media (min-width: 768px) {

	.form-newsletter form {
		max-width: 50%;
		margin: 0 auto;
	}
}

/* ------------------------------------------------------------ *\
	Form Settings
\* ------------------------------------------------------------ */

.form-settings {
	padding-top: 30px;
	font-family: 'Open Sans', sans-serif;
}

.form-settings .form-controls label {
	padding-top: 6px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: 400;
	text-align: right;
}

.form-settings .form-controls {
	min-height: 35px;
	margin-bottom: 15px;
}

.form-settings input[type="password"],
.form-settings textarea,
.form-settings input[type="text"] {
	background: #eee;
	border-radius: 0;
	height: 35px;
	border: none;
	padding: 0 10px;
}

.form-settings input[type="submit"] {
	margin-top: 20px;
	margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Form Default	
\* ------------------------------------------------------------ */

.form-default {
	padding: 10px 0 0;
}

.form-default label {
	font-family: 'Open Sans', sans-serif;
	color: #afafaf;
	font-size: 14px;
	text-transform: uppercase;
}

.form-default .form-controls {
	margin-bottom: 15px;
}

.form-default .form-controls label span {
	color: #ff96a2;
}

.form-default em {
	margin-bottom: 8px;
	margin-top: 0;
}

.form-default .check-container {
	padding-left: 25px;
}

.form-default .check-container label {
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	color: #606175;
}

.form-default .check-container a {
	color: inherit;
}

.form-default .check-mark {
	border-color: rgba(24, 31, 56, .7);
}

.form-default .check-container .check-mark:after {
	border-color: #fff;
}

.form-default button.button {
	margin-bottom: 15px;
	margin-top: 17px;
}

.form-default a.button {
	color: #181f38;
}

.form-default .pass-criteria:first-of-type {
	margin-top: -10px;
}

.form-default .pass-criteria {
	padding-left: 9px;
}

/* ------------------------------------------------------------ *\
	Form Login
\* ------------------------------------------------------------ */

.form-login .check-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\
	Form Register - error messages
\* ------------------------------------------------------------ */
.error-close-icon,
.pass-error-close-icon {
	display: none !important;
}

.valid-check-icon,
.pass-valid-check-icon {
	display: none !important;
}

input.error+label+i.error-close-icon,
input.error+i.error-close-icon {
	display: block !important;
	color: #f53841;
	position: absolute;
	top: 50%;
	right: 10px;
}

input.valid+label+i+i.valid-check-icon,
input.valid+i+i.valid-check-icon {
	display: block !important;
	color: #2dc554;
	position: absolute;
	top: 50%;
	right: 10px;
}

.pass-valid-check-icon,
.pass-error-close-icon {
	color: #2dc554;
	position: absolute;
	top: 65%;
	right: 10px;
}

.pass-error-close-icon {
	color: #f53841;
}

#form-register-username-error,
#form-register-email-error,
#form-register-password-error,
#form-login-username-error,
#old_password-error,
#password_new-error,
#password_re-error,
#form-login-password-error,
#form_register_checkbox-error,
#email_recover-error,
#pass_recover-error,
#pass_re_recover-error {
	font-size: 12px;
	color: #f53841;
	text-transform: lowercase;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
}

/* ------------------------------------------------------------ *\
	Form Pass Recover
\* ------------------------------------------------------------ */

.form-pass-recover button.button {
	margin-bottom: 0;
	margin-top: 32px;
}

/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.form-search {
	text-align: center;
	margin-bottom: 15px;
}

.form-search form {
	margin-bottom: 0;
}

.form-search:after {
	content: '';
	display: table;
	clear: both;
	line-height: 0;
}

.form-search button {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	color: #fff;
	background: #64cc41;
	text-align: center;
	line-height: 40px;
	padding: 0;
}

.form-search input {
	display: inline-block;
	vertical-align: middle;
	width: 205px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 0;
}

.form-search input,
.form-search input:focus {
	color: #fff;
}

.form-search input:-webkit-autofill,
.form-search textarea:-webkit-autofill,
.form-search select:-webkit-autofill {
	border: none !important;
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.2) inset !important;
}

@media (min-width: 1100px) {
	.form-search {
		position: relative;
		margin-bottom: 0;
		margin-right: 15px;
	}

	.form-search button {
		background-color: #3b4155;
		outline: 0;
		position: relative;
		z-index: 1;
	}

	.form-search input {
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 0;
		margin: 0;
		width: 40px;
		height: 40px;
		border: none;
		background: #3b4155;
		color: #fff;
		transition: .4s;
	}

	.form-search.form-shown input {
		width: 190px;
	}

	.form-search.form-shown .button-search {
		transform: translateX(145px);
	}

	.form-search .button-search {
		transition: .4s;
	}

	.form-search .button-search:focus,
	.form-search .button-search:hover {
		background: #3b4155;
	}

	.form-search input:-webkit-autofill,
	.form-search textarea:-webkit-autofill,
	.form-search select:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px #3b4155 inset !important;
	}
}

@media (min-width: 1620px) {
	.form-search.form-shown input {
		width: 180px;
	}
}

/****
	Login form in the theme
 */
.verify-login-form .modal-dialog {
	width: 100%;
}

/**
	CSS Fix for complaint form in the popup only for ru version
 */
.form-complaint-fix strong {
	width: 100%;
	display: flex;
	font-weight: normal;
}

/* MATERIAL CHECKBOX */
.material-checkbox-wrapper {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
}

input.material-checkbox {
	/* display none not used because it removes native popup messages (for example when checking is required */
	position: absolute;
	transform: scale(0);
}

input:invalid.material-checkbox+i.material-icons {
	color: red;
}

input.material-checkbox+i.material-icons {
	color: #2196F3;
	/* the line below probably should be elsewhere */
	vertical-align: bottom;
}

input.material-checkbox+i.material-icons::after {
	content: "";
	opacity: 0.5;
}

/* code below should be replaced by something decent */
input.material-checkbox:focus+i.material-icons {
	filter: contrast(4);
}

input.material-checkbox:not(:checked)+i.material-icons::before {
	content: "check_box_outline_blank";
}

input.material-checkbox:checked+i.material-icons::after {
	opacity: 1;
	transition: 0.3s;
	content: "check_box";
}

/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.form-ajax label {
	display: block;
}

.form-ajax .material-checkbox {
	vertical-align: bottom;
}

.form-ajax label>a {
	color: inherit;
	font-size: 16px;
}

.form-ajax small>em {
	font-weight: normal;
	text-transform: initial;
}

.form-ajax .input-with-validity-icon {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}

.form-ajax .input-with-validity-icon>input {
	margin-bottom: 0;
}

.form-ajax .input-with-validity-icon>input+i {
	position: absolute;
	right: 10px;
}

.form-ajax .input-with-validity-icon>input:not(:placeholder-shown):valid+i::after {
	content: "check";
	color: #25c34e;
}

.form-ajax input:invalid {
	box-shadow: none;
}

.form-ajax .input-with-validity-icon>input:not(:placeholder-shown):invalid {
	border-color: #ff001e;
	padding-right: 40px;
	box-shadow: none;
}

.form-ajax .input-with-validity-icon>input:not(:placeholder-shown):invalid+i::after {
	content: "close";
	color: #f53841;
}

.form-ajax .checkbox-container {
	font-weight: 400;
	color: #606175;
	padding-left: 0;
}

.form-ajax output {
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	color: #f53841;
}

.form-ajax output.centered {
	position: unset;
	text-align: center;
}

.form-success-message {
	position: absolute;
	display: flex;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 1;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 1.5em;
	color: #25c34e;
	padding: 0 25px;
	opacity: 0;
	transition: 1s ease;
}

.recaptcha-inline {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}