/* Legacy wizard styles — scoped under .ms-wizard */
/*
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=HeliosExtLight');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
*/
/* Важно: этот CSS — только для визарда. Не переопределяем базовую типографику
   meta-site (tokens.css / site.css), чтобы страница соответствовала единому дизайну. */

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("webfonts/fa-regular-400.eot");
	src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.woff") format("woff"), url("webfonts/fa-regular-400.ttf") format("truetype"), url("webfonts/fa-regular-400.svg#fontawesome") format("svg");}
.ms-wizard .far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;}
.ms-wizard .wrapper {
	display: flex;}
.ms-wizard .catalog-menu {
	position: relative;
	margin: 0;}
.ms-wizard .catalog-menu ul {
    list-style-type: none;
    padding-left: 3rem;
    padding-top: 3rem;
    position: sticky;
    top: 0;}
.ms-wizard .catalog-menu .menu li>a {
	position: relative;
	display: inline-block;
	color: #282828;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswaldmedium";
	text-decoration: none;
	margin: 10px 0;
	padding-right: 20px;}
.ms-wizard .pre-quest {
	display: block;
	position: relative;
	/* padding: 0 120px; */
	padding: 0 35px;
	line-height: 32px;
	font-size: 16px;}
/* .logo используется и в meta-site header/footer — не переопределяем. */

.ms-wizard .hint {
	height: 30px;}
.ms-wizard .hint span {
	height: 27px;
	padding: 5px;
	margin-top: 0;
	text-align: center;
	width: 1000px;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 9pt;}
/* Подсказка со стрелкой у кнопок на панели инструментов */
.ms-wizard .arrow-hint {
	position: absolute;
	font-family: "Font Awesome 5 Free", sans-serif;
	top: 10px;
	display: block;
	font-size: 1em;
	left: 100px;
	width: 150px;
	z-index: 100;}
.ms-wizard .right-hint {
	position: absolute;
	background-color: #FFF;
	border: 1PX SOLID #000;
	padding: 10px;
	display: block;
	width: 150px;
	top: -14px;
	left: -150px;
	z-index: 100;}
.ms-wizard .fa-hint {
	display: block;
	position: absolute;
	left: -27px;
	top: 15px;}
@keyframes ms-wizard-glow {
	0% { border-color: transparent; }
	50% { border-color: #9e0000; }
	75% { border-color: red; }
	100% { border-color: transparent; }
}
.ms-wizard .hint_margin {
	border: 3px solid red;
	animation: ms-wizard-glow 2s infinite ease-in-out;}
.ms-wizard .role-button {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 60px;
	height: 60px;
	min-height: 60px;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16pt;
	line-height: 60px;
	text-align: center;
	background-color: #888;
	color: white;
	cursor: pointer;}
.ms-wizard #fragment_check {
	width: 370px;
	height: auto;
	position: fixed;
	top: 100px;
	left: 30%;
	z-index: 100;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(139, 195, 74);
	box-shadow: rgba(0, 0, 0, 0.5) 10px 5px 10px 3px;}
.ms-wizard .role-button:hover {
	background-color: #777;}
.ms-wizard .active-button {
	background-color: #666;
	border: 2px inset #888;}
.ms-wizard .draw {
	background-color: #f1c40f;}
.ms-wizard .edit {
	background-color: #61CA6E;}
.ms-wizard .erase {
	background-color: #FB796B;}
.ms-wizard .ruler {
	background-color: #31A8E2;}
.ms-wizard .count-pieces {
	background-color: #8bc34a;}
.ms-wizard .save-results {
	background-color: #8d71c0;}
.ms-wizard .top-button {
	display: block;
	height: 28px;
	float: left;
	width: 47%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 11pt;
	padding-top: 5px;}
.ms-wizard .act-ive {
	border-right: 1px solid #000;
	background-color: #FFF;}
.ms-wizard .nonactive {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #eee;}
.ms-wizard .form-group {
	padding: 20px;}
.ms-wizard .quest-container {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 10px;}
.ms-wizard .single-question {
	display: block;
	margin: 30px auto;
	width: 90%;
	position: relative;
	border: 1px #336666 double;
	padding: 50px 10px;}
.ms-wizard .quest-label {
	position: absolute;
	top: -16px;
	width: auto;
	color: #336666;
	padding: 0 10px;
	font-family: 'HeliosExtLight', sans-serif;
	font-size: 19px;
	background-color: #FFF;}
.ms-wizard .question h3 {
	font-size: 18px;
	color: #336666;
	font-weight: 400;
	line-height: 25px;
	text-align: center;}
.ms-wizard .responsive-box {
	position: relative;
	overflow: hidden;}
.ms-wizard .responsive-box::before {
	content: "";
	display: block;
	padding-top: 100%;}
.ms-wizard .quest-answer {
	padding: 50px;
	max-width: 500px;
	display: block;
	margin: 0 auto;}
.ms-wizard .product-content {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ebebeb;
	border: 1px solid transparent;
	cursor: pointer;}
.ms-wizard .picture img {
	max-width: 400px;
	padding-top: 60px;
	padding-left: 50px;}
.ms-wizard .b-w {
	-webkit-filter: grayscale(80%) opacity(70%);
	-moz-filter: grayscale(80%) opacity(70%);
	-ms-filter: grayscale(80%) opacity(70%);
	-o-filter: grayscale(80%) opacity(70%);
	filter: grayscale(80%) opacity(70%);
	filter: gray;
	/* IE 6-9 */
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;}
.ms-wizard .b-w:hover {
	-webkit-filter: grayscale(0%) opacity(100%);
	-moz-filter: grayscale(0%) opacity(100%);
	-ms-filter: grayscale(0%) opacity(100%);
	-o-filter: grayscale(0%) opacity(100%);
	filter: grayscale(0%) opacity(100%);

	-webkit-transform: scale(110%);
	-ms-transform: scale(110%);
	transform: scale(110%);
	-moz-transform: scale(110%);
	-o-transform: scale(110%);}
.ms-wizard .title {
	position: absolute;
	top: 15%;
	left: 15%;
	padding: 5%;
	width: 400px;
	height: 400px;}
.ms-wizard .title h4 {
	font-size: 2.5em;
	font-family: 'HeliosExtLight';}
.ms-wizard .title .text {
	width: 50%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;}
.ms-wizard #cuprum, .ms-wizard #aluminium, .ms-wizard #ip55, .ms-wizard #ip66, .ms-wizard #ip68, .ms-wizard #al250, .ms-wizard #al400, .ms-wizard #al630, .ms-wizard #al800, .ms-wizard #al1000, .ms-wizard #al1250, .ms-wizard #al1600, .ms-wizard #al2000, .ms-wizard #al2500, .ms-wizard #al3200, .ms-wizard #al4000, .ms-wizard #al5000, .ms-wizard #al6300, .ms-wizard #cu400, .ms-wizard #cu630, .ms-wizard #cu800, .ms-wizard #cu1000, .ms-wizard #cu1250, .ms-wizard #cu1600, .ms-wizard #cu2000, .ms-wizard #cu2500, .ms-wizard #cu3200, .ms-wizard #cu4000, .ms-wizard #cu5000, .ms-wizard #cu6300, .ms-wizard #cu7500 {
	background-color: #bebebe;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;}
.ms-wizard .ramka {
	margin: 2px;}
.ms-wizard .quest-answer:hover .ramka {
	border: 2px solid #336666;
	margin: 0;}
.ms-wizard .quest-hint {
	text-align: center;
	color: #336666;
	text-transform: uppercase;
	font-size: 20px;
	margin: 20px;}
.ms-wizard .quest-button {
	margin-bottom: 20px;}
.ms-wizard .quest-button .btn-teal {
	position: absolute;
	left: 10%;
	width: 80%;
	background-color: #ebebebee;
	border-color: #fff;
	border: 2px solid #497474;
	padding: 20px 40px;}
.ms-wizard .quest-header {
	color: #336666;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'HeliosExtLight';
	cursor: pointer;}
.ms-wizard .quest-button .btn-teal:hover {
	background-color: #336666;
	color: #fff;}
.ms-wizard .main_tips {
	position: fixed;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	background-color: #fff;
	padding: 50px 20px;
	text-align: center;}
.ms-wizard .main_tips h3 {
	font-family: 'HeliosExtLight';}
.ms-wizard .next-button {
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	margin: 20px auto;
	border: 1px solid #444;
	width: 30%;}
.ms-wizard .close-button {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 10px 20px;
	font-size: 20px;
	cursor: pointer;
	color: #ed143d;
	border: 1px solid #ed143d;}
.ms-wizard ) .btn-teal {
	border: 1px solid #497474;
	background-color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
	padding: 9px 77px;
	color: #497474;
	font-size: 14px;}
.ms-wizard .green {
	font-size: 20px;
	margin-left: 5px;
	margin-right: 20px;
	color: #8BC34A;}
