html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/*

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

input[type="range"] {
	height: 0;
}

button {
	background-color: #f4f4f4;
	outline: none;
}

button:active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

*/
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
/*---------------------------------------------------------------------*/

body.op_showed {
	overflow: hidden;
}

.op_closer {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	display: none;
	z-index: 999999;
}

.op_container {
	position: fixed;
	top: 0;
	width: 90%;
	max-width: 500px;
	right: 0;
	bottom: 0;
	background: #fff;
	box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.3);
	z-index: 9999999;
	display: none;
}

body.op_showed .op_closer,
body.op_showed .op_container {
	display: block;
}

.op_container * {
	box-sizing: border-box;
}



.op_header {
	padding: 0px 30px;
	background-size: 24px;
	background: #ca4f12;
	min-height: 50px;
}

.op_ .op_header .op_btn {
	color: #ffffff;
}

.op_ .op_header .op_btn:first-child {
	margin-left: -10px;
}

.op_ .op_header .op_btn:last-child {
	margin-right: -10px;
}

.op_header, .op_header * {
	color: #fff;
}

.op_header a {
	color: #ffffff;
}

/*.op_header .op_btn:hover {
	background: rgba(0,0,0,0.3);
}*/

.op_wrap {
	padding: 20px 30px;
}

.op_select_value {
	text-decoration: none;
	padding: 5px 0;
	display: block;
}

.op_selector_value .op_select_value {
	cursor: pointer;
	color: #ca4f12;
}

.op_shower_value {
	margin: 20px 0;
}

.op_select_value + .op_select_value {
	border-top: solid 1px #ccc;
}

.op_shower_value .op_select_value {
	font-size: 90%;
}

.op_shower_value .op_selected_value {
	font-weight: 300;
}



.op_selected_value {
	color: #000000;
	font-size: 100%;
	/*font-weight: 700;*/
}

/*.op_select_value:last-child {
	border-bottom: solid 1px #aaa;
}*/

.op_block {

	transition: all 0.5s;
	transform: translateY(-10%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #ffffff;

	opacity: 0;
	z-index: 0;
}

.op_block.active {
	transform: none;
	opacity: 1;
	z-index: 100;
}

.op_ {
}

/*
.op_ *{
	transition: background 0.5s, color 0.5s;
}
*/

.op_ .op_row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.op_ .op_row > * {
	flex: 1 1 auto;
	margin-left: 5px;
	margin-right: 5px;
}

.op_ .op_row > *:first-child {
	margin-left: 0;
}

.op_ .op_row > *:last-child {
	margin-right: 0;
}

.op_ .op_row .col_fix {
	flex: 0 0 auto;
}

.op_image {
	background-size: auto 100%;
	background-position: center;
	height: 0;
	padding-bottom: 45%;
	background-repeat: no-repeat;
}

.op_value_big {
	font-size: 60px;
	font-weight: 100;
}

.op_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.op_btn, .op_btn_block {
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	transition: background 0.5s, color 0.5s;
}

.op_btn {
	display: inline-block;
}

.op_btn_block {
	display: block;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.op_btn:hover,
.op_btn_block:hover {
	/*background: #E4E4E4;*/
	background: rgba(0, 0, 0, 0.15);
}

.op_ranger {
	padding: 20px 0;
}

.op_width_75 {
	max-width: 75%;
	margin: 0 auto;
}

.op_width_50 {
	max-width: 50%;
	margin: 0 auto;
}

.op_header h2 {
	padding: 0;
	margin: 0;
	font-size: 140%;
	font-weight: 300;
}

.op_note {
	font-size: 95%;
	padding: 20px 0;
	color: #333333;
}

.op_offers_select {
	background: #af4714;
	padding: 8px 5px;
	overflow: hidden;
}

.op_offers_wrap {
	left: 0;
	transition: left 0.5s;
	position: relative;
}

.op_offers_select .op_btn_block {
	flex: 0 0 22%;
	text-align: center;
	color: #ffffff;
	margin: 0 5px;
}

.op_offers_select .op_btn_block.active {
	color: #ca4f12;
	background: #ffffff;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

.op_result{
	margin: 40px 0 25px 0;
}

.op_result_big {
	font-size: 34px;
	color: #ca4f12;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 5px;
}

.op_result_num {
	font-size: 32px;
	text-align: center;
	border: solid 2px #dddddd;
	border-radius: 500px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-weight: 600;
}

.op_h2{
	font-size: 130%;
	font-weight: 300;
	margin: 5px 0;
}

.op_btn-shower{
	display: block !important;
	max-width: 200px;
	text-align: center;
	border: solid 2px #fa6b00;
	padding: 4px 0px 3px 0px;
	font-size: 12px;
	margin: 0px 0 10px 0;
	cursor: pointer;
	border-radius: 50px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 700;
}

.op_btn-shower:hover{
	background: #fafafa;
}

.op_svgbody {
	display: block;
	width: 260px;
	margin: 0 auto;
	height: 380px;
}

.op_result-image-point{
	display: none;
}

.op_color-match-10,
.op_color-match-9,
.op_color-match-8 {
	color: #02bf60;
}

.op_color-match-7,
.op_color-match-6,
.op_color-match-5,
.op_color-match-4 {
	fill: #ffc107;
	color: #ffc107;
	display: block;
}
.op_color-match-3,
.op_color-match-2,
.op_color-match-1,
.op_color-match-0 {
	fill: #ff3d00;
	color: #ff3d00;
	display: block;
}