@font-face {
	font-family: 'Open Sans'; font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url(/old/assets/fonts/Open-Sans.woff2);
}

html { overflow: hidden; }

body {
	font-family: Tahoma;
	background: #f1f2f4;
	margin: 0;
}

.boxScheme {
	background: #ffffff;
	padding: 10px;
	margin: 0 auto;
	width: 765px;
	moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1); box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
}

.blockTrenager {
	position: relative;
}

.boxButtons {
	padding: 32px 0 0 0;
	text-align: center;
}

a {
	color: #000100;
	transition: all 0.0s linear;
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.1s linear; -o-transition: all 0.0s linear; -ms-transition: all 0.0s linear; -webkit-transition: all 0.0s linear;
}

.button {
	box-sizing: border-box;
	display: inline-block;
	border: none;
	vertical-align: middle;
	margin: 0 5px 15px 5px;
	padding: 9px 5px 0;
	height: 36px;
	text-align: center;
	font: 14px/17px 'Open Sans';
	color: #fff;
	text-shadow: 0 1px 0 #395d30;
	border-bottom: 2px solid #46ac48;
	background: rgb(110,168,79);
	background: -moz-linear-gradient(top,rgba(110,168,79,1) 0,rgba(75,126,69,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(110,168,79,1)),color-stop(100%,rgba(75,126,69,1)));
	background: -webkit-linear-gradient(top,rgba(110,168,79,1) 0,rgba(75,126,69,1) 100%);
	background: -o-linear-gradient(top,rgba(110,168,79,1) 0,rgba(75,126,69,1) 100%);
	background: -ms-linear-gradient(top,rgba(110,168,79,1) 0,rgba(75,126,69,1) 100%);
	background: linear-gradient(to bottom,rgba(110,168,79,1) 0,rgba(75,126,69,1) 100%);
	-pie-background: linear-gradient(#6ea84f,#4b7e45);
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.7); -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.7); box-shadow: 0 2px 1px 0 rgba(0,0,0,0.7);
	cursor: pointer;
}

.button:hover {
	background: rgb(74,125,69);
	background: -moz-linear-gradient(top,rgba(74,125,69,1) 0,rgba(109,167,79,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(74,125,69,1)),color-stop(100%,rgba(109,167,79,1)));
	background: -webkit-linear-gradient(top,rgba(74,125,69,1) 0,rgba(109,167,79,1) 100%);
	background: -o-linear-gradient(top,rgba(74,125,69,1) 0,rgba(109,167,79,1) 100%);
	background: -ms-linear-gradient(top,rgba(74,125,69,1) 0,rgba(109,167,79,1) 100%);
	background: linear-gradient(to bottom,rgba(74,125,69,1) 0,rgba(109,167,79,1) 100%);
	-pie-background: linear-gradient(#4a7d45,#6da74f);
	border-bottom-color: #4a7d45;
}

.button.red {
	font-weight: 600;
	font-size: 16px;
	height: 41px;
	padding-top: 12px;
	background: rgb(228,90,83);
	background: -moz-linear-gradient(top,rgba(228,90,83,1) 0,rgba(170,36,37,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(228,90,83,1)),color-stop(100%,rgba(170,36,37,1)));
	background: -webkit-linear-gradient(top,rgba(228,90,83,1) 0,rgba(170,36,37,1) 100%);
	background: -o-linear-gradient(top,rgba(228,90,83,1) 0,rgba(170,36,37,1) 100%);
	background: -ms-linear-gradient(top,rgba(228,90,83,1) 0,rgba(170,36,37,1) 100%);
	background: linear-gradient(to bottom,rgba(228,90,83,1) 0,rgba(170,36,37,1) 100%);
	-pie-background: linear-gradient(#e45a53,#aa2425);
	border-bottom-color: #db4d48;
	text-shadow: 0 1px 0 #822221;
	text-transform: uppercase;
}

.button.red:hover {
	background: rgb(126,21,21);
	background: -moz-linear-gradient(top,rgba(126,21,21,1) 0,rgba(208,64,61,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(126,21,21,1)),color-stop(100%,rgba(208,64,61,1)));
	background: -webkit-linear-gradient(top,rgba(126,21,21,1) 0,rgba(208,64,61,1) 100%);
	background: -o-linear-gradient(top,rgba(126,21,21,1) 0,rgba(208,64,61,1) 100%);
	background: -ms-linear-gradient(top,rgba(126,21,21,1) 0,rgba(208,64,61,1) 100%);
	background: linear-gradient(to bottom,rgba(126,21,21,1) 0,rgba(208,64,61,1) 100%);
	-pie-background: linear-gradient(#7e1515,#d0403d);
	border-bottom-color: #911b1b;
}

.button.large {
	height: 61px;
	font-size: 18px;
	padding-top: 11px;
	font-weight: bold;
	line-height: 19px;
}

.boxButtons .button {
	width: 240px;
	max-width: 100%;
}

.button.large.red {
	padding-top: 20px;
}

#trenager, #scrdiv, #scrdiv3 { width: 765px; height: z-index: 1; }
#scrdiv { position: absolute; z-index: 2; display: block; top: 0; }
#scrdiv3 { position: absolute; z-index: 3; display: none; top: 0; }
