html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;text-decoration:none;} 
body {line-height: 1;} 
ol, ul {list-style: none;} 
blockquote, q {quotes: none;} 
blockquote:before, blockquote:after, 
q:before, q:after {content: '';content: none;} 
table {border-collapse: collapse;border-spacing: 0;}
@font-face {
    font-family: 'myCuprumRegular';
    src: url('fonts/myCuprumRegular.eot');
    src: url('fonts/myCuprumRegular.eot') format('embedded-opentype'),
         url('fonts/myCuprumRegular.woff2') format('woff2'),
         url('fonts/myCuprumRegular.woff') format('woff'),
         url('fonts/myCuprumRegular.ttf') format('truetype'),
         url('fonts/myCuprumRegular.svg#myCuprumRegular') format('svg');
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	background:#fff;
	min-width:1200px;
}
/*HEADER*/
#header {
    width: 1200px;
    height: 205px;
    margin: 0 auto;
    background: url(../img/bg_header2.jpg) no-repeat;
    padding-top: 15px;
    position: relative;
}
#header .logo {
	float:left;
	padding-right:10px;
	background:#fff;
	margin-top:6px;
}
#header .title {
	width:382px;
	float:left;
	margin-left:-3px;
}
#header .title h2 {
	color:#333;
	font-size:48px;
	margin-top:16px;
	margin-bottom:14px;
}
#header .title h1 {
	color:#333;
	font-size:13px;
	text-transform:uppercase;
	margin-left:3px;
}
#header .tel {
	position:absolute;
	width:651px;
	height:auto;
	right:0px;
	background:none;
	margin-top:35px;
	overflow:hidden;
	padding:0 0 2px;
	border:4px solid #000;
	border-radius:10px;
	background:#fff;
}
#header .tel div {
	width:196px;
	padding-right:10px;
	border-right:1px solid #ccc;
	float:left;
	padding:0 10px;
}
#header .tel div.last {
	padding-right:0px;
	border-right: none;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:5px;
	position:relative;
}
#header .tel p {
	font-size:14px;
	margin-bottom:3px;
	line-height:16px;
}
#header .tel p strong {
	font-size:16px;
	float:right;
}
#header .tel p a strong {
	color:#000;
}
#header .tel p a strong:hover {
	color: #09f;
}
#header .tel p img {
	float:left;
	margin-right:4px;
	margin-top:2px;
}
#header .tel p.upper {
	font-size:14px;
	text-transform:uppercase;
}
#header .tel p.upper .small {
	font-size:10px;
	line-height:10px;
	text-transform:none;
}
#header .tel p.upper.float {
	float:left;
	display:block;
	margin-right:10px;
	margin-top:1px;
}
#header .tel div.last.m2 p {
	margin-right:19px;
}
#header .tel div.last.m2 strong {
	margin-left:7px;
}
#header .tel p.float {
	float:left;
	display:block;
}
#header .tel p.float .icons {
	overflow:hidden;
	background:#fff;
	position:absolute;
	right:10px;
	padding:0 12px 0 10px;
	bottom:8px;
}
#header .tel p.float .icons a {
	display:block;
	float:left;
	margin-left:4px;
	background:#fff;
	width:20px;
	height:20px;
}
#header .tel p.float .icons a.telegam {
	background:url(../img/telegram.png) no-repeat 0px 0px;
}
#header .tel p.float .icons a.inst {
	background:url(../img/inst.png) no-repeat 0px 0px;
}
#header .tel p.float .icons a.fb {
	background:url(../img/fb.png) no-repeat 0px 0px;
}
#header .tel p.float .icons a:hover {
	background-position:0px -20px;
}

#header .search {
	position:absolute;
	width:289px;
	height:39px;
	right:0px;
	margin-top:-10px;
	background: url(../img/bg_search.jpg) no-repeat, #fff;
}
#header .search label {
	display:none;
}
#header .search input[type="text"] {
	width:240px;
	color:#dea24a;
	font-size:22px;
	border:none;
	margin-left:8px;
	margin-top:5px;
	background: none;
	font-family: 'myCuprumRegular';
}
#header .search input[type="submit"] {
	width:37px;
	height:36px;
	float:right;
	border:none;
	background: url(../img/bg_search2.jpg) no-repeat;
	margin-top:0;
	text-indent:50px;
}
#header .search input[type="submit"]:hover {
	cursor:pointer;
	background-position:bottom;
}
#header .menu {
	position:absolute;
	width:346px;
	height:159px;
	background: url(../img/bg_menu.png) no-repeat;
	margin-top:-10px;
	margin-left:500px;
}
#header .menu ul {
	float:left;
	margin:10px 2px;
	padding-left:5px;
}
#header .menu ul.last {
	border-left:1px dashed #666;
}
#header .menu ul li {
	font-size:14px;
	line-height:17px;
}
#header .menu ul li a {
	color:#333;
	background:#fff;
	padding:0px 5px;
}
#header .menu ul li a:hover {
	color:#fff;
	background:#dea24a;
}

#header .hour {
	position:absolute;
	right:659px;
	bottom:2px;
	width:426px;
	border-top:1px dashed #ccc;
	padding:6px 8px 4px 0;
	font-size:16px;
	text-align:right;
}
#header .hour p {
	float:right;
	margin-left:10px;
}
#header .hour p.last {
	margin-left:0px;
	width:100%;
	font-size:15px;
	text-align:left;
	margin-bottom:2px;
}
#header .hour p img {
	float:left;
	margin-top:1px;
	margin-right:5px;
}
#header .hour p img.icon1 {
	margin-left:3px;
	margin-right:7px;
}
#header .hour p img.icon2 {
	margin-right:4px;
}
#header .hour p img.icon3 {
	margin-left:1px;
	margin-right:6px;
}

/*/HEADER*/
/*TOPMENU*/
#topmenu {
	background: url(../img/bg_topmenu.jpg);
	width:100%;
	height:50px;
}
#topmenu ul {
	width:1130px;
	height:50px;
	margin:0 auto;
}
#topmenu ul li {
	float:left;
}
#topmenu ul li a {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:18px;
	display:block;
	height:50px;
	line-height:60px;
	padding:0 28px;
	color:#333;
}
#topmenu ul li a:hover, #topmenu ul li.active a {
	color:#fff;
	background:#dea24a;
}
/*/TOPMENU*/
/*SLIDERMENU*/
#cont {
	width:1200px;
	margin:20px auto;
}
#slidermenu {
	width:1200px;
	background:url(../img/bg_slider1.jpg) no-repeat left top, url(../img/bg_slider2.jpg) no-repeat left bottom, url(../img/bg_slider3.jpg) no-repeat right top, url(../img/bg_slider4.jpg) no-repeat right bottom, #333;
	overflow:hidden;
}
#slidermenu ul {
	display:block;
	width:224px;
	float:left;
}
#slidermenu ul li {
	border-bottom:1px solid #666;
}
#slidermenu ul li.last {
	border-bottom:none;
}
#slidermenu ul li a {
	display:block;
	width:209px;
	font-size:18px;
	color:#ccc;
	line-height:20px;
	padding:6px 0;
	padding-left:15px;
}
#slidermenu ul li a:hover {
	background:#dea24a;
	color:#fff;
}
#slidermenu ul li.first a {
	background:url(../img/bg_slider1.jpg) no-repeat left top;

}
#slidermenu ul li.first a:hover {
	background:url(../img/bg_slider5.jpg) no-repeat left top, #dea24a;
	color:#fff;
}
#slidermenu ul li.last a {
	background:url(../img/bg_slider2.jpg) no-repeat left bottom;
}
#slidermenu ul li.last a:hover {
	background:url(../img/bg_slider6.jpg) no-repeat left bottom, #dea24a;
	color:#fff;
}
#slider {
	float:right;
	width:952px;
	height:354px;
	background:#ccc;
	border:4px solid #333;
}
.slider {
float:left;
width:952px;
height:354px;
position:relative;
border-bottom:2px solid #000;
}
.slider .sliderContent {
float:left;
width:952px;
height:354px;
clear:both;
position:relative;
overflow:hidden;
}
.sliderContent .item {
position:absolute;
width:952px;
height:354px;
}
.sliderBullets {
position:absolute;
bottom:10px;
left:225px;
z-index:15;
}
.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin:0 2px;
width:14px;
height:14px;
background: url(../img/bullets.png);
}
.sliderBullets .active {
background-position: bottom;
}
.sliderContent a {
outline:none;
}
/*/SLIDERMENU*/
/*TOP*/
#top {
	width:1200px;
	margin:20px auto;
}
#top #lefttop {
	width:756px;
	padding:20px;
	background:#f3f2f1;
	border:1px solid #ccc;
	overflow:hidden;
}
#top #lefttop h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#666;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
#top #lefttop ul {
	margin-top:15px;
}
#top #lefttop ul li {
	width:173px;
	float:left;
	margin-right:20px;
	text-align:center;
}
#top #lefttop ul li.last {
	margin-right:0;
}
#top #lefttop ul li img {
	padding:5px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#top #lefttop ul li a {
	font-size:16px;
	color:#4d4d4d;
}
#top #lefttop ul li a:hover {
	color:#dea24a;
}
#righttop {
	position:absolute;
	width:384px;
	background: url(../img/righttop_1.png) no-repeat top, url(../img/righttop_2.png) no-repeat bottom;
	margin-left:816px;
}
#righttop h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#ccc;
	font-weight:normal;
	background:url(../img/bg_slider1.jpg) no-repeat left top, url(../img/bg_slider3.jpg) no-repeat right top, #333;
	padding:15px;
}
#righttop h5 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#333;
	font-weight:normal;
	padding:15px;
}
#righttop ul {
	padding:0px 15px 10px 15px;
	overflow:hidden;
}
#righttop ul li {
	float:left;
	height:27px;
	margin-bottom:5px;
}
#righttop ul li .company {
	display:block;
	font-size:16px;
	background: url(../img/righttop_1.jpg) no-repeat top left,
	 			url(../img/righttop_2.jpg) no-repeat bottom left,
	 			url(../img/righttop_3.jpg) no-repeat top right,
	 			url(../img/righttop_4.jpg) no-repeat bottom right,
	 			#6e9171;
	color:#333;
	height:27px;
	line-height:27px;
	margin-right:5px;
	padding:0 10px;
}
#righttop ul li .company:hover {
	background:#dea24a;
	color:#fff;
	cursor:pointer;
}
#righttop ul li .active {
	background:#dea24a;
}
#righttop .link {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:30px;
	float:right;
	padding:10px 50px;
	background:#dea24a;
	color:#fff;
	margin:5px 20px 20px 20px;
	border:2px solid #dea24a;
	cursor:pointer;
}
#righttop .link:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
}
/*/TOP*/
/*ACTUAL*/
#actual {
	width:100%;
	background: url(../img/actual_1.jpg) repeat-x top, url(../img/actual_2.jpg) repeat-x bottom, #6e9171;
	overflow:hidden;
}
#actual .cont {
	width:1200px;
	margin:0 auto;
	padding:20px 0;
}
#actual h3  {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:24px;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:1px solid #4d4d4d;
	margin-bottom:15px;
}
#actual .tovar {
	width:288px;
	padding:20px;
	background:#ccc;
	border:1px solid #4d4d4d;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
#actual .tovar h4 {
	color:#333;
	padding-bottom:5px;
	border-bottom:1px dashed #666;
	margin-bottom:5px;
	line-height:18px;
}
#actual .tovar img {
	float:left;
	margin-right:20px;
}
#actual .tovar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-style:italic;
	line-height:18px;
}
#actual .text p {
	width:125px;
	float:left;
	font-size:140px;
	color:#333;
	font-weight:bold;
	margin-top:10px;
}
#actual .text2 p {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	width:370px;
	float:left;
	font-size:48px;
	color:#333;
	margin-top:70px;
	text-transform:uppercase;
	font-weight:bold;
}
#actual .link {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:30px;
	float:right;
	padding:10px 50px;
	background:#dea24a;
	color:#fff;
	margin:20px;
}
#actual .link:hover {
	background:#fff;
	color:#dea24a;
}
/*/ACTUAL*/
/*BLOCKS*/
#blocks {
	width:1200px;
	margin:20px auto;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-bottom:20px;
}
#blocks .block {
	width:338px;
	padding:20px;
	margin-right:20px;
	background:#f3f2f1;
	border:1px solid #ccc;
	float:left;
}
#blocks .block h4 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#333;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}
#blocks .block p {
	color:#666;
	line-height:18px;
}
#blocks .block .link {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	float:right;
	padding:10px 50px;
	background:#dea24a;
	color:#fff;
	border:2px solid #dea24a;
	margin-top:10px;
}
#blocks .block .link:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
}
/*/BLOCKS*/
/*FOOTER*/
#footer {
	width:1200px;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px;
}
#footer h5 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#666;
	margin-bottom:10px;
	font-weight:normal;
}
#footer ul {
	float:left;
	border-right:1px solid #ccc;
	margin-right:20px;
	padding-right:20px;
}
#footer ul.last {
	border-right: none;
}
#footer ul li a {
	color:#999;
	line-height:18px;
	padding:1px 5px;
}
#footer ul li a:hover {
	color:#fff;
	background:#dea24a;
}
#copyright {
	width:100%;
	height:46px;
	background:#4d4d4d;
	padding-top:1px;
}
#copyright .hr {
	width:100%;
	height:1px;
	background:#999;
}
#copyright p {
	text-align:center;
	color:#666;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:45px;
	
}
/*/FOOTER*/
/*CENTER*/
#center {
	width:1200px;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:60px;
}
#center .cont {
	width:1200px;
	overflow:hidden;
}
#center #leftmenu {
	float:left;
	background:#333;
}
#center #leftmenu ul {
	display:block;
	width:224px;
	float:left;
}
#center #leftmenu ul li {
	border-bottom:1px solid #666;
}
#center #leftmenu ul li.last {
	border-bottom:none;
}
#center #leftmenu ul li a {
	display:block;
	width:209px;
	font-size:18px;
	color:#ccc;
	line-height:20px;
	padding:6px 0;
	padding-left:15px;
}
#center #leftmenu ul li a:hover {
	background:#dea24a;
	color:#fff;
}
#center #leftmenu ul li.first a {
	/*background:url(../img/bg_slider1.jpg) no-repeat left top, url(../img/bg_slider3.jpg) no-repeat right top;*/
}
#center #leftmenu ul li.first a:hover {
	/*background:url(../img/bg_slider5.jpg) no-repeat left top, url(../img/bg_slider7.jpg) no-repeat right top, #dea24a;*/
	/*color:#fff;*/
}
#center #leftmenu ul li.last a {
	/*background:url(../img/bg_slider2.jpg) no-repeat left bottom, url(../img/bg_slider4.jpg) no-repeat right bottom;*/
}
#center #leftmenu ul li.last a:hover {
	/*background:url(../img/bg_slider6.jpg) no-repeat left bottom, url(../img/bg_slider8.jpg) no-repeat right bottom, #dea24a;
	color:#fff;*/
}

#center #leftmenu ul li a.yellow {
	border-top:1px solid #7d7d7d;
	/*border-bottom:1px solid #7d7d7d;
	/*border-bottom:1px solid #6d6d6d;*/
}
#center #leftmenu ul li a.yellow {
	padding:32px 7px 6px 7px;
	background: url(../img/li-yellow-2.png) no-repeat 50% 0px;
	text-align:center;
	color:#333;
}
#center #leftmenu ul li a.yellow:hover {
	background-position:50% -100px;
	color:#fff;
}

#center #lefttop {
	width:173px;
	float:right;
}
#center #lefttop h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:18px;
	width:100%;
	padding:10px;
	color:#999;
	font-weight:normal;
	background:#f5f5f5;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
#center #lefttop ul li {
	padding:5px;
	padding-bottom:10px;
	background:#f5f5f5;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#center #lefttop ul li a {
	color:#999;
	line-height:18px;
}
#center #lefttop ul li a img {
	margin-bottom:10px;
}
#text {
	padding:20px;
	width:720px;
	float:left;
	background:#f3f2f1;
	border:1px solid #ccc;
	margin-left:20px;
}
#text h1 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:32px;
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}
#text h2 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
}
#text h3, #text h4, #text h5, #text h6 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#666;
	font-weight:normal;
	margin-bottom:5px;
}
#text img {
	max-width:710px;
	padding:5px;
	background:#fff;
	border-bottom:1px solid #ccc;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
#text p {
	font-size:16px;
	line-height:18px;
	color:#666;
	margin-bottom:10px;
}
#text .address {
	overflow:hidden;
	padding-top:10px;
	width:100%;
	border-top:1px dashed #ccc;
}
#text .address p {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	margin-bottom:0px;
	background: url(../img/map-marker.png) no-repeat 0px 0px;
	padding-left:16px;
}
#text .address p .span {
	font-family:Tahoma, Geneva, sans-serif;
	float:right;
	font-weight:bold;
	color:#666;
	border-bottom:none;
}
#text .address p .span:hover {
	color:#f44336;
}
#text a {
	color:#666;
	border-bottom:1px solid #999;
}
#text a:hover {
	color:#dea24a;
	border-bottom: none;
}
#text a.tel {
	border-bottom: none;
}
#text a:hover {
	color:#dea24a;
}
#text ul {
	font-size:16px;
	line-height:18px;
	color:#666;
	margin-bottom:10px;
	list-style:disc;
	margin-left:30px;
}
#text ul li, #text ol li {
	margin-bottom:2px;
}
#text ol {
	font-size:16px;
	line-height:18px;
	color:#666;
	margin-bottom:10px;
	list-style: decimal;
	margin-left:30px;
}

#text table {
	width:100%;
	border:1px solid #ccc;
	color:#666;
	margin-bottom:10px;
}
#text table tr {
	border-bottom:1px solid #ccc;
}
#text table tr th {
	padding:5px;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}
#text table tr td {
	border-right:1px solid #ccc;
	padding:2px 5px;
}
#text table tr td p {
	margin-bottom:0;
}
#text .product {
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
}
#text .product .link-2a, #text .buy {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	float:right;
	padding:10px 50px;
	background:#dea24a;
	color:#fff;
	margin:5px 20px 5px 20px;
	border:2px solid #dea24a;
}
#text .product .link-2a:hover, #text .buy:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
	cursor:pointer;
}
#text .buy.active, #text .buy.active:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
	cursor:pointer;
}
#text .buy.non-active {
	background:#ccc;
	color:#f5f5f5;
	border:2px solid #ccc;
	cursor:default;
}
#text .buy.repairs {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	float:right;
	padding:28px 17px 28px 75px;
	background: url(../img/repairs-2.png) no-repeat top right;
	color:#fff;
	margin:5px 0px 5px 20px;
	border-radius:5px;
	border:none;
}
#text .buy.repairs:hover {
	background: url(../img/repairs-2.png) no-repeat right -100px;
	color:#dea24a;
	cursor:pointer;
	border:none;
}


#text .price {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	float:left;
	padding:13px 20px;
	background:#ccc;
	color:#666;
	margin:5px 10px 5px 20px;
	border:2px solid #999;

}
#text .product .price {
	float:right;

}
#text .block {
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}

#text .gallerytext p {
	background:url(../img/arr.png) no-repeat 50% 100%;
	padding-bottom:14px;
	margin-bottom:0;
}
#text .gallerytext .last {
	background:none;
	padding-bottom:0;
}

#text .gallery {
	overflow:hidden;
	width:105%;
	margin-left:-20px;
	padding-top:10px;
}
#text .gallery .galleryimg {
	margin-bottom:20px;
	margin-left:20px;
	overflow:hidden;
	display:block;
	float:left;
	border:none;
}
#text .gallery .galleryimg img {
	width:216px;
	height:auto;
	margin:auto;
}
#text .link {
	float:right;
	margin-top:-45px;
    font-size: 14px;
    color: #fff;
    background: url(../img/gallery-link.png) no-repeat;
    padding: 7px 10px 6px 40px;
    border-radius: 5px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #c00;
}
#text .link:hover {
    color: #fff;
	border-bottom:1px solid #c00;
	background-position:0 -50px;
}

/**/
#text .sisea-results-list .link {
    display: block;
    font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
	text-transform:none;
    font-size: 24px;
    float: right;
    padding: 10px 50px;
    background: #dea24a;
    color: #fff;
    margin: 5px 20px 5px 20px;
    border: 2px solid #dea24a;
	border-radius:0px;
	margin:5px 0 0 0;
}
#text .sisea-results-list .link:hover {
    background:#fff;
    color: #dea24a;
}
/**/

#text .gallery table {
	border:none;
	margin-left:20px;
	width:96%;
}
#text .gallery table tr {
	border-bottom:1px solid #ccc;
}
#text .gallery table tr td {
	width:50%;
	vertical-align:middle;
	text-align:center;
	border:none;
	padding-bottom:15px;
	padding-top:15px;
}
#text .gallery table tr.title {
	border-bottom:none;
}
#text .gallery table tr.title td {
	padding-bottom:0;
	padding-top:0;
}
#text .gallery table tr.title td p {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:20px;
	margin-bottom:0;
}
#text .gallery table tr td .galleryimg {
	float:none;
	margin:0 auto;
	display:block;
	width:90%;
	height:auto;
}
#text .gallery table tr td .galleryimg img {
	width:97%;
	height:auto;
}

/*/CENTER*/
/*FORMS*/
.hideblock {
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	display:none;
}
.hideblock2 {
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
#text .hideblock2 ul {
	width:394px;
	display:block;
	overflow:hidden;
	margin:auto;
	margin-top:3px;
	padding-left:0px;
	text-align:center;
}
.hideblock2 ul li {
	color:#666;
	font-size:8px;
	display:inline-block;
	vertical-align:bottom;
	list-style:none;
	padding:0;
	margin:0;
	width:15.6px;
	text-align:center;
	cursor:pointer;
}
.hideblock2 ul li.active {
	color:#000;
	font-size:12px;
}
.hideblock2 ul li:hover {
	color:#000;
}
.hideblock2 .form-cont {
	width:98%;
	float:left;
	margin-left:10px;
}
#text .hideblock2 h2 {
	line-height:34px;
	font-size:24px;
}
#text .hideblock2 h3 {
	font-size:20px;
}
#text .hideblock2 h3.arr {
	font-size:14px;
	margin-top:5px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0 40px;
}
#text .hideblock2 p.em {
	font-size:14px;
	margin-bottom:5px;
	line-height:14px;
}
#text .hideblock2 img {
	background:none;
	padding:0px;
	border:none;
	margin:0;
	margin-right:5px;
}
.hideblock2 .bord {
	float:left;
	padding:6px;
	margin-left:5px;
	width:390px;
}
.hideblock2 .bord-right {
	float:left;
	margin-left:10px;
	border-left:1px dashed #ccc;
	padding-left:10px;
}
#text .hideblock2 .bord-right h3 {
	margin-top:6px;
}
#text .hideblock2 .bord-right p {
	line-height:20px;
	margin-top:0px;
}
#js-display-decimal, #js-display-decimal-2, #js-display-decimal-3, #text .hideblock2 .bord-right p strong {
	font-weight:bold;
	font-size:16px;
	color:#333;
}
#form_buy, #form_buy3 {
	overflow:hidden;
	margin-top:10px;
}
#form_buy div, #form_buy3 div {
	margin-bottom:10px;
	height:21px;
}
#form_buy input ,#form_buy3 input {
	width:500px;
	float:right;
	margin-right:15px;
}
#form_buy textarea, #form_buy3 textarea {
	width:498px;
	height:100px;
	float:right;
	margin-right:15px;
	resize:none;
}
#form_buy p, #form_buy3 p {
	float:left;
	line-height:21px;
	padding:0;
	margin-left:15px;
}
#form_buy p.small, #form_buy3 p.small {
	font-size:14px;
	display:block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-right:16px;
	margin-top:5px;
	margin-top:-10px;
}
#form_buy .submit, #form_buy3 .submit {
	width:250px;
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	float:right;
	padding:10px 0;
	background:#dea24a;
	color:#fff;
	margin:5px 20px 5px 20px;
	border:2px solid #dea24a;
}
#credit_buy .submit {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:20px;
	display:block;
	border:2px solid #6e9171;
	border-radius:3px;
	background: url(../img/cr.png) no-repeat 0px 3px;
	color:#0e8235;
	padding:5px 6px 16px 0;
	padding-left:55px;
	cursor:pointer;
	padding-bottom:7px;
	margin-top:2px;
}
#credit_buy .submit:hover {
	background: url(../img/cr.png) no-repeat 0px 3px, #fff;
}
#credit_buy .submit.non-active {
	display:none;
}
#credit_buy.active .submit, #credit_buy.active .submit:hover {
	background: url(../img/cr.png) no-repeat 0px 3px, #fff;
}
#form_buy .submit:hover, #form_buy3 .submit:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
	cursor:pointer;
}
#form_buy div.error, #form_buy3 div.error3 {
	background:#c00;
	width:200px;
	height:19px;
	margin-right:16px;
	margin-top:-20px;
	float:right;
	color:#fff;
	text-align:center;
	line-height:18px;
	display:none;
	font-size:12px;
}
/*/FORMS*/
/*FILTERS*/

#text #companyes ul, #text #heights ul, #text #frosts ul  {
	padding:0px 15px 10px 15px;
	overflow:hidden;
	list-style:none;
}
#text #companyes ul li, #text #heights ul li, #text #frosts ul li {
	float:left;
	height:27px;
	margin-bottom:5px;
}
#text #companyes ul li a, #text #heights ul li a, #text #frosts ul li a {
	display:block;
	font-size:16px;
	background: url(../img/righttop_1.jpg) no-repeat top left,
	 			url(../img/righttop_2.jpg) no-repeat bottom left,
	 			url(../img/righttop_3.jpg) no-repeat top right,
	 			url(../img/righttop_4.jpg) no-repeat bottom right,
	 			#6e9171;
	color:#333;
	height:27px;
	line-height:27px;
	margin-right:5px;
	padding:0 10px;
	border-bottom:none;
}
#text #companyes ul li a.company:hover, #text #heights ul li a.height:hover, #text #frosts ul li a.frost:hover {
	background:#dea24a;
	color:#fff;
	cursor:pointer;
}
#text #companyes ul li a.active, #text #heights ul li a.active, #text #frosts ul li a.active {
	background:#dea24a;
}
#form_filter {
	overflow:hidden;
}
#form_filter .submit {
	width:250px;
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	float:right;
	padding:10px 0;
	background:#dea24a;
	color:#fff;
	margin:20px 0;
	border:2px solid #dea24a;
}
#form_filter .submit:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
	cursor:pointer;
}
.line {
	width:100%;
	border-bottom:2px dotted #ccc;
}

/*/FILTERS*/
/*RIGHTFILTER*/

#rightfilter {
	width:173px;
	float:right;
}
#rightfilter h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:18px;
	width:100%;
	padding:10px;
	color:#999;
	font-weight:normal;
	background:#f5f5f5;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
#rightfilter h5 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
}
#rightfilter p {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
}
#rightfilter ul {
	overflow:hidden;
}
#rightfilter ul li {
	float:left;
	height:27px;
	margin-bottom:5px;
}
#rightfilter ul li .company {
	display:block;
	font-size:16px;
	background: url(../img/righttop_1.jpg) no-repeat top left,
	 			url(../img/righttop_2.jpg) no-repeat bottom left,
	 			url(../img/righttop_3.jpg) no-repeat top right,
	 			url(../img/righttop_4.jpg) no-repeat bottom right,
	 			#6e9171;
	color:#333;
	height:27px;
	line-height:27px;
	margin-right:5px;
	padding:0 10px;
}
#rightfilter ul li .company:hover {
	background:#dea24a;
	color:#fff;
	cursor:pointer;
}
#rightfilter ul li .active {
	background:#dea24a;
}
#rightfilter .link {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	padding:5px 12px;
	background:#dea24a;
	color:#fff;
	margin:5px auto 20px auto;
	border:2px solid #dea24a;
	cursor:pointer;
}
#rightfilter .link:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
}

/*/RIGHTFILTER*/
#text-page {
	width:1200px;
	margin:0 auto;
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
}
#text-page h1, #text-page h2 {
	font-size:18px;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#333;
	margin:5px 0;
}
#text-page p {
	font-size:14px;
	color:#999;
	margin-bottom:5px;
	line-height:16px;
}
#text-page p strong {
	color:#666;
	font-weight:normal;
}
#text-page p a {
	color:#dea24a;
}
#text-page p a:hover {
	color:#f90;
	border-bottom:1px solid #f90;
}

/*NEW*/
#top2 {
	width:952px;
	float:right;
	margin-top:20px;
}
#top2 #lefttop2 {
	width:500px;
	padding:20px;
	background:#f3f2f1;
	border:1px solid #ccc;
	overflow:hidden;
	float:none;
	margin-bottom:20px;
}
#top2 #lefttop2 h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#666;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
#top2 #lefttop2 ul {
	margin-top:15px;
}
#top2 #lefttop2 ul li {
	width:150px;
	float:left;
	margin-right:20px;
	text-align:center;
}
#top2 #lefttop2 ul li.last {
	margin-right:0;
}
#top2 #lefttop2 ul li img {
	padding:5px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#top2 #lefttop2 ul li a {
	font-size:16px;
	color:#4d4d4d;
}
#top2 #lefttop2 ul li a:hover {
	color:#dea24a;
}
#righttop2 {
	position:absolute;
	width:384px;
	background: url(../img/righttop_1.png) no-repeat top, url(../img/righttop_2.png) no-repeat bottom;
	margin-left:568px;
}
#righttop2 h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#ccc;
	font-weight:normal;
	background:url(../img/bg_slider1.jpg) no-repeat left top, url(../img/bg_slider3.jpg) no-repeat right top, #333;
	padding:15px;
}
#righttop2 h5 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#333;
	font-weight:normal;
	padding:15px;
}
#righttop2 ul {
	padding:0px 15px 10px 15px;
	overflow:hidden;
}
#righttop2 ul li {
	float:left;
	height:27px;
	margin-bottom:5px;
}
#righttop2 ul li .company {
	display:block;
	font-size:16px;
	background: url(../img/righttop_1.jpg) no-repeat top left,
	 			url(../img/righttop_2.jpg) no-repeat bottom left,
	 			url(../img/righttop_3.jpg) no-repeat top right,
	 			url(../img/righttop_4.jpg) no-repeat bottom right,
	 			#6e9171;
	color:#333;
	height:27px;
	line-height:27px;
	margin-right:5px;
	padding:0 10px;
}
#righttop2 ul li .company:hover {
	background:#dea24a;
	color:#fff;
	cursor:pointer;
}
#righttop2 ul li .active {
	background:#dea24a;
}
#righttop2 .link {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:30px;
	float:right;
	padding:10px 50px;
	background:#dea24a;
	color:#fff;
	margin:5px 20px 20px 20px;
	border:2px solid #dea24a;
	cursor:pointer;
}
#righttop2 .link:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
}
/*/NEW*/
/*#text p.available {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	margin-right:20px;
	float:right;
	color:#dea24a;
	margin-left:200px;
	width:205px;
	text-align:center;
}*/
#text .ch1 {
	overflow:hidden;
	width:490px;
	float:right;
}
#text p.available {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	margin-right:20px;
	float:right;
	color:#dea24a;
	width:205px;
	text-align:center;
}
#text p.available.non-active {
	color:#ccc;
}
#text .product {
	padding-bottom:10px;
}
#text .block p.available {
	width:170px;
}
#text .hide-product {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
    display: block;
	float:right;
    font-size: 16px;
    background: url(../img/righttop_1.jpg) no-repeat top left, url(../img/righttop_2.jpg) no-repeat bottom left, url(../img/righttop_3.jpg) no-repeat top right, url(../img/righttop_4.jpg) no-repeat bottom right, #6e9171;
    color: #333;
    height: 27px;
    line-height: 29px;
    padding: 0 10px;
	border:none;
	text-transform:uppercase;
}
#text .hide-product:hover {
	background:#dea24a;
	color:#fff;
	cursor:pointer;
}

.index-page {
padding-top:10px;
	width:540px;
}
.index-page h1, .index-page h2 {
	font-size:18px;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#333;
	margin:5px 0;
}
.index-page p {
	font-size:14px;
	color:#999;
	margin-bottom:5px;
	line-height:16px;
}
.index-page p strong {
	color:#666;
	font-weight:normal;
}
.index-page p a {
	color:#dea24a;
}
.index-page p a:hover {
	color:#f90;
	border-bottom:1px solid #f90;
}

#form_hidden .submit {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
    display: block;
	float:right;
    font-size: 16px;
    background: url(../img/righttop_1.jpg) no-repeat top left, url(../img/righttop_2.jpg) no-repeat bottom left, url(../img/righttop_3.jpg) no-repeat top right, url(../img/righttop_4.jpg) no-repeat bottom right, #6e9171;
    color: #333;
    height: 27px;
    line-height: 29px;
    padding: 0 10px;
	border:none;
	text-transform:uppercase;
}
#form_hidden .submit:hover {
	background:#dea24a;
	color:#fff;
	cursor:pointer;
}

#righttop3 {
	position:absolute;
	width:384px;
	background: url(../img/righttop_1.png) no-repeat top, url(../img/righttop_2.png) no-repeat bottom;
	margin-left:568px;
	margin-top:442px;
}
#righttop3 h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#ccc;
	font-weight:normal;
	background:url(../img/bg_slider1.jpg) no-repeat left top, url(../img/bg_slider3.jpg) no-repeat right top, #333;
	padding:15px;
}
#righttop3 p {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	padding:10px;
	font-size:24px;
	color:#333;
}
#righttop3 a {
	display:block;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:30px;
	float:right;
	padding:10px 50px;
	background:#dea24a;
	color:#fff;
	margin:5px 20px 20px 20px;
	border:2px solid #dea24a;
	cursor:pointer;
}
#righttop3 a:hover {
	background:#fff;
	color:#dea24a;
	border:2px solid #dea24a;
}

#righttop4 {
	position:absolute;
	width:384px;
	background: url(../img/righttop_1.png) no-repeat top, url(../img/righttop_2.png) no-repeat bottom;
	margin-left:568px;
	margin-top:664px;
}
#righttop4 h3 {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#ccc;
	font-weight:normal;
	background:url(../img/bg_slider1.jpg) no-repeat left top, url(../img/bg_slider3.jpg) no-repeat right top, #333;
	padding:15px;
}
#righttop4 p {
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	padding:10px;
	font-size:24px;
	color:#333;
}

#top2 #lefttop2 .changes {
    font-size: 16px;
    color: #4d4d4d;
}
#top2 #lefttop2 .changes img {
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #ccc;
	float:left;
	margin-right:20px;
}

#text .changes {
	overflow:hidden;
    font-size: 16px;
    color: #4d4d4d;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding-bottom:10px;
}
#text .changes img {
	float:none;
	margin:0;
}
#text .changes-2 {
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	float: left;
	width:100%;
	text-align: center;
}
#text .changes-2 img {
	padding:0;
	border:1px solid #e6e6e6;
	margin-top:5px;
	margin:0;
	float:none;
}

#text table.pb-1, #text table.pb-1 tr, #text table.pb-1 tr td {
	border:none;
}
#text table.pb-1 tr td {
	vertical-align: top;
}
#text table.pb-1 tr td img {
	float:none;
	margin:0;
	margin-bottom:5px;
}

/*NEWMENU*/
#center #leftmenu {
	float:left;
	background:#fff;
	width:224px;
}
#center #leftmenu .leftmenu-1 {
	overflow:hidden;
	margin-bottom:20px;
}
#center #leftmenu .leftmenu-2 {
	overflow:hidden;
	margin-bottom:20px;
}
#center #leftmenu h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#ccc;
	background:url(../img/bg_slider1.jpg) no-repeat left top, url(../img/bg_slider3.jpg) no-repeat right top,#333;
	padding:9px 0;
	padding-left:15px;
	border-bottom:1px solid #666;
}
#center #leftmenu ul li {
	background:#4d4d4d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	border-bottom:1px solid #b3b3b3;
}
#center #leftmenu ul li ul {
	margin-bottom:5px;
}
#center #leftmenu ul li a {
	font-size:16px;
	padding-left:15px;
	width:210px;
}
#center #leftmenu ul li ul li {
	background:#999;
}
#center #leftmenu ul li ul li a {
	color:#4d4d4d;
}
#center #leftmenu ul li#parent {
	cursor:pointer;
}
/*/NEWMENU*/
#pages {
	width: auto;
	margin:0 auto;
	overflow:hidden;
	margin-top:10px;
	padding-bottom:5px;
}
#pages li {
	float:left;
	list-style:none;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
}
#pages li a {
	float:left;
	font-size:18px;
	border:1px solid #666;
	background:#999;
	border-radius:3px;
	list-style:none;
	padding:8px 9px;
	margin-right:4px;
	color:#fff;
}
#pages a:hover, #pages li .active {
	background:#fff;
	color:#666;
	border:1px solid #666;
}

#text hr {
	border:none;
	border-bottom:1px solid #ccc;
}
#text table.re, #text table.re-2 {
    width: 100%;
    border: none;
    color: #666;
    margin-bottom: 10px;
	margin-top:10px;
}
#text table.re tr, #text table.re-2 tr {
    border: none;
}
#text table.re tr td, #text table.re-2 tr td {
    border: none;
	padding:0;
}
#text table.re tr td p img {
	margin:0;
	padding:0;
	float:none;
	margin-bottom:10px;
}
#text table.re-2 tr td p img {
	margin:0;
	padding:0;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
#text table.re tr td p {
	text-align:center;
	font-family: 'myCuprumRegular';
	font-size:18px;
	color:#333;
}
/*BLACK*/
#black {
	position:fixed;
	width:100%;
	height:100%;
	background: url(../img/black.png);
	z-index:22;
	display:none;
}
#black .block {
	width:260px;
	margin:50px auto;
	border-radius:9px;
	border:1px solid #000;
	box-shadow: 0px 0px 10px #000;
	background:#fff;
	overflow:hidden;
	position:absolute;
	padding:10px;
	left:50%;
	margin-left:-140px;
	margin-top:-500px;
	display:none;
}
#black .block .close {
	width:23px;
	height:23px;
	position:absolute;
	z-index:1;
	right:10px;
	top:10px;
	background: url(../img/close.png) top;
	cursor:pointer;
}
#black .block .close:hover {
	background: url(../img/close.png) bottom;
}
#black .block h4 {
	font-family: 'myCuprumRegular';
	font-size:24px;
	font-weight:normal;
	color:#333;
	border-bottom:2px solid #333;
	line-height:28px;
	padding-bottom:6px;
	margin-bottom:15px;
}
#black .block p {
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}
#black .block .close-2, #black .block .close-2a {
	display:block;
	margin:auto;
	width:148px;
	padding:8px 12px;
	border:none;
	font-family: 'myCuprumRegular';
	font-size:24px;
	color:#fff;
	text-align:center;
	background:#dea24a;
	cursor:pointer;
	margin-bottom:5px;
}
#black .block .close-2:hover, #black .block .close-2a:hover {
	background: #F90;
}
#black .block .close-2.left {
	width:98px;
	float:left;
}
#black .block .close-2a {
	width:98px;
	float:right;
}
#black .block .hidden {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
#black .block hr {
	border:none;
	margin:0;
	border-bottom:1px dashed #999;
	margin:5px 0 14px;
}


#black .block input {
	padding:4px 6px;
	width:246px;
	margin-top:0px;
	border:1px solid #b3b3b3;
	border-radius:3px;
	float:right;
	font-size:16px;
	color:#333;
	margin-top:3px;
}
#black .block textarea {
	padding:4px 6px;
	width:246px;
	height:106px;
	resize:none;
	margin-top:0px;
	border:1px solid #b3b3b3;
	border-radius:3px;
	float:right;
	font-size:16px;
	color:#333;
	margin-top:3px;
}
#black .block input::-webkit-input-placeholder, #black .block textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#black .block input::-moz-placeholder, #black .block textarea::-moz-placeholder { /* Firefox 19+ */
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
}
#black .block input:-ms-input-placeholder, #black .block textarea:-ms-input-placeholder { /* IE 10+ */
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
}
#black .block input:-moz-placeholder, #black .block textarea:-moz-placeholder { /* Firefox 18- */
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
}
#black .block #submit {
	display:block;
	margin:auto;
	width:148px;
	padding:8px 12px;
	border:none;
	font-family: 'myCuprumRegular';
	font-size:24px;
	color:#fff;
	text-align:center;
	background:#dea24a;
	cursor:pointer;
	margin-bottom:5px;
	float:none;
}
#black .block #submit:hover {
	background: #F90;
}
#black .block .error2 {
	position:absolute;
	background:#c00;
	color:#fff;
	top:20px;
	right:1px;
	padding:4px 10px;
	font-size:14px;
	line-height:19px;
	display:none;
}
/*BLACK*/
#credit_buy {
	position:relative;
}
#credit_buy #submit {
	position:absolute;
	right:200px;
	top:5px;
}
#text .cred-cont {
	width:300px;
	overflow:hidden;
	float:right;
	padding-top:5px;
	margin-top:-6px;
	padding-right:18px;
}
#text .cred {
	background:#ccc;
	float:right;
	right:0;
	display:block;
	border:none;
	text-decoration:none;
	font-family: 'myCuprumRegular', Tahoma, Geneva, sans-serif;
	font-size:20px;
	border:2px solid #6e9171;
	border-radius:3px;
	background: url(../img/cr.png) no-repeat 0px 3px;
	color:#0e8235;
	padding:8px 16px 19px 0;
	padding-left:60px;
	cursor:pointer;
	padding-bottom:9px;
	margin-top:-5px;
}
#text .cred:hover {
	background: url(../img/cr.png) no-repeat 0px 3px, #fff;
	border:2px solid #6e9171;
	color:#0e8235;
}


.back-call {
	font-size:12px;
	color:#fff;
	background: url(../img/back-call-2.png) no-repeat 0px 0px;
	padding:6px 7px 8px 30px;
	border-radius:5px;
	margin-top:-4px;
	cursor:pointer;
	position:absolute;
	right:320px;
}
.back-call:hover {
	background-position:0px -50px;
}