/* 
 * корекция: 2020-05-21
 * klm
 */
html {
	width: 100%;
	height: 100%;
}

/* SECTION HEADER */
.section-header {
	/* background: url("../images/IMG_0299-2.jpg") no-repeat;
	background-position: 72.865% 67.109% !important; */
	/* background: url("../images/Banner_feedback_1920x787.jpg") no-repeat;
	background-position: 50% 80% !important; */
	background: url("../images/ocenete-saita.jpg") no-repeat;
	background-position: 60.500% 47.547% !important;
}

/* PROGRESS */
.progress {
	/* visibility: hidden; */
	margin-bottom: 0;
}
.progress-show .progress {
	visibility: visible;
}
.progress .progress-bar {
	min-width:3em;
	font-size: 1em;
	font-family: unicredit_cybold;
}

/* MAIN */
.products-wrapper p {
	/* font-family: unicredit_cyregular; */
}
.products-wrapper h3 {
	font-family: "OpenSans-Bold";
	font-size: 1em;
	line-height: normal;
}.products-wrapper h3 span {
	font-family: "OpenSans-Regular";
	color: black;
}
.products-wrapper h4 {
	font-size: 1em;
}
.control-label {
	/* font-family: "OpenSans-Bold"; */
}
.nowrap {
	white-space: nowrap;
}

/* FORM ELEMENTS */
.control-label {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: normal;
	/* font-family: unicredit_cyregular; */
}
.apply-form .control-label {
	padding-left: 0;
	font-size: 1rem;
	/* font-family: OpenSans-Bold; */
}
.apply-form fieldset {
	margin: 0 0 1em 2em;
}

.has-feedback .control-label {
	margin-bottom: .25em;
}

/* TOP BUFFER ANIM */
.top-buffer {
	overflow: hidden;
	max-height: 20em;
	transition: max-height 1s;
}
.top-buffer.top-buffer-hidden {
	max-height: 0;
}
.top-buffer .top-buffer-radio {
	padding-bottom: .25em;
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s, visibility 1s;
}
.top-buffer-visible .top-buffer-radio {
	visibility: visible;
	max-height: 20em;
}
.top-buffer-visible .control-label {
	/* font-family: unicredit_cybold; */
	font-family: OpenSans-Bold;
}
/* .top-buffer-visible .control-label::after {
	content: ":";
} */

/* ICONS */
.form-icon .zmdi {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 10px;
	color: #c6c6c6;
	font: normal normal normal 1.5rem/1 'Material-Design-Iconic-Font';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* BUTTONS */
.btn-block  {
	/* margin-bottom: 1em; */
}
.btn-block .btn.btn-circle {
	margin-bottom: .1em;
	padding: .63em 0 0;
	width: 2em;
	height: 2em;
	font-size: 1.5em;
	border-radius: 50%;
	border-width: 1px !important;
	border-style: solid !important;
}

/* missing checkbox rules in main-css, similar to the radio button styles */
.quest-colors .checkbox {
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 15px;
}
.quest-colors .checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	color: #474747;
}
.quest-colors .checkbox label::before {
	content: ' ';
	font-size: 1.25rem;
	float: left;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: -17px;
	border-radius: .2em;
	cursor: pointer;
	transition: .28s ease;
}

/* checkbox, radio */
.quest-colors .checkbox input:hover, 
.quest-colors .radio input:hover {
	cursor: pointer;
}
.quest-colors .checkbox input + label,
.quest-colors .radio input + label {
	padding: 0 .5em;
}
/* Do not select label text on active */
.quest-colors .checkbox input:active + label, 
.quest-colors .radio input:active + label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* HELP-BLOCK */
.help-block {
    position: relative;
    display: block;
    width: 100%;
    max-width: 30em;
    margin: 1em 0;
    padding: .6em 1em;
    border-radius: 4px;
    color: #e61d25;
    background: #ffe8e5 none repeat scroll 0 0;
}
.help-block::after {
    position: absolute;
    left: 1em;
    top: -1.7em;
    width: 0;
    height: 0;
    content: " ";
    border: 1em solid transparent;
    border-bottom-color: #ffe8e5;
}
.errorTxt {
	color: red;
}
textarea.error {
	border: 1px solid red;
}
.has-error .help-block {
    color: #e61d25;
}
/* .has-error .form-icon .zmdi {
	color: red;
} */
.products-wrapper .explanation {
	display: block;
	margin: 0 0 1em;
	font-size: .9em;
}


/* TEXT */
.form-success h1,
.form-success h2 {
	margin: 0 0 .5em;
	font-family: OpenSans-Regular;
	font-size: 1em;
	line-height: 1.2;
}
.footer .copy {
	color: #fff;
	margin: 0;
	padding: 1em;
	text-align: center;
}

/* COLORS */
.quest-colors .progress .progress-bar .text {
	/* display: inline-block;
	padding: 0 .33em;
	background-color: rgba(0,0,0,.1);
	border-radius: 4px; */
}
.quest-colors .btn {
	color: #fff;
}
.quest-colors .btn:hover,
.quest-colors .btn:focus,
.quest-colors .btn.focus {
	box-shadow: 1px 1px 6px rgba(0,0,0,.4);
}
.quest-colors .radio label::before {
	background-color: #fff;
}
.quest-colors .btn,
.quest-colors .btn:hover,
.quest-colors .btn:focus,
.quest-colors .btn.focus,
.quest-colors .btn.active,
.quest-colors .btn.btn-circle {
	background-color: #007a91;
}
.quest-colors .btn:active,
.quest-colors .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
}
.quest-colors .radio label:focus,
.quest-colors .radio label:hover {
	color: #000;
}
.quest-colors .form-control:focus {
	box-shadow: none;
}
/* 
	СИН:
		#007a91: новия цвят
	ЧЕРВЕН:
		#b01200: Normal Text, AA PASS, AAA PASS
 */
input:focus + .form-icon .zmdi,
.quest-colors .checkbox label::before {
	color: #007a91;
}
/* .quest-colors .btn-circle, */
.quest-colors .control-label.label-focus {
	color: #007a91;
}
.quest-colors .form-control:hover,
.quest-colors .form-control:focus,
.quest-colors .radio label::before,
.quest-colors .checkbox label::before {
	border-color: #007a91 !important;
}
.quest-colors .btn.btn-circle {
	border-color: #007a91 !important;
}
.quest-colors .progress .progress-bar,
.quest-colors .radio label:hover::before,
.quest-colors .radio label:focus::before,
.quest-colors .radio input:hover + label::before,
.quest-colors .radio input:checked + label::before,
.quest-colors .radio input:active + label::before,
.quest-colors .checkbox :checked + label::before {
	background-color: #007a91;
}
.quest-colors .btn.btn-circle:hover,
.quest-colors .btn.btn-circle:focus,
.quest-colors .btn.btn-circle.active,
.quest-colors .btn.btn-circle.focus {
	color: #007a91;
	background-color: #fff;
}
.quest-colors .checkbox :checked + label::before {
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.464 13.676c-.194.194-.513.194-.707 0l-4.96-4.955c-.194-.193-.194-.513 0-.707l1.405-1.407c.194-.195.512-.195.707 0l2.849 2.848c.194.193.513.193.707 0l6.629-6.626c.195-.194.514-.194.707 0l1.404 1.404c.193.194.193.513 0 .707l-8.741 8.736z%27/%3E%3C/svg%3E");
}

/* ACCESSIBILITY */
.checkbox label:focus,
.radio label:focus {
	outline: thin dotted black !important;
}
legend:focus,
legend:hover,
legend:active,
legend:active:focus,
.checkbox label:hover,
.checkbox label:active,
.checkbox label:active:focus,
.radio label:hover,
.radio label:active,
.radio label:active:focus {
	outline: 0 !important;
}

/* FIX */
.ucb-icon.icon-log-in-duo-red {
	display: table;
}

@media screen and (max-width: 30em) {
	.section-header .overlay {
		padding: 0;
	}
	.section-header .title {
		margin: 1em 0;
		font-size: 1.8em;
	}
}

@media screen and (max-height: 40em) {
	.section-header {
		min-height: auto;
	}
	.section-header .overlay {
		padding: 0;
	}
	.section-header .title {
		margin: .2em 0;
	}
}
@media screen and (min-width:110.063em) and (max-width:120em) {
}

@media screen and (max-width:766px) {
	.products-wrapper .explanation {
		margin-top: 1em;
		line-height: 2;
	}
	.btn-block .btn.btn-circle {
		margin-right: .2em;
		margin-bottom: .5em;
	}
}

@media screen and (min-width:767px) {
	.explanation-block {
		width: 100%;
		position: relative;
		padding: 2em 0 0;
		display: inline-block;
	}

	.btn-block {
		text-align: justify;
		text-align-last: justify;
	}
	/* .btn-block::after {
		content: ”;
		display: inline-block;
		width: 100%;
	} */
	.btn.btn-circle {
		text-align-last: auto;
	}

	.btn-block {
		white-space: nowrap;
	}

	.explanation .con {
		position: absolute;
		z-index: -1;
		visibility: hidden;
	}
	.explanation .act {
		position: absolute;
		top: 0;
	}
	.explanation .act::after {
		content: ":";
	}
	.explanation .min,
	.explanation .max {
		position: relative;
		display: inline-block;
		/* width: 12em; */
		margin: .7em 0 0;
		padding: .25em .5em .3em;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
	.explanation .max {
		float: right;
		text-align: right;
	}
	.explanation .min::before,
	.explanation .max::before {
		position: absolute;
		z-index: -1;
		top: -1.8em;
		width: 0;
		height: 0;
		content: " ";
		border: 1em solid transparent;
		border-bottom-color: #eee;
	}
	.explanation .min::before {
		left: .7em;
	}
	.explanation .max::before {
		right: .7em;
	}
	.explanation .min span + span,
	.explanation .max span + span {
		display: block;
		background: red;
	}

}
