@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);

@font-face {
    font-family: 'Xolonium';
    src: url('/fonts/Xolonium-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Xolonium';
    src: url('/fonts/Xolonium-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'europe_extnormal';
    src: url('europe_ext_oblique.otf');
    font-weight: normal;
    font-style: normal;
}

html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('img/bg.jpg') repeat;
	margin: 0;
	padding: 0;
	font-family: "Cuprum", "Arial Narrow", "Arial";
	padding-bottom: 38px;
}

* {
	outline: none;
}

.fright {
	float: right !important;
}

#clear {
	clear:both;
}

a {
	color: #980000;
	text-decoration: underline;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #a36d6d;
}

a:active {
	color: #fff;
	text-shadow: 0px 0px 4px #000;
}

.igrushki {
	background: url('img/ny/igrushki.png') no-repeat;
	width: 751px;
	height: 82px;
	position: absolute;
	margin-top: -35px;
}

.category-box {
	margin-top: 65px;
	display: inline-block;
	height: 100px;
}

a.category-link {
	font-family: 'europe_extnormal';
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	width: 430px;
	color: #ff3c00;
	text-decoration: none;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

a.category-link:hover {
	color: #000;
	text-shadow: 0px 0px 3px #ccc;
}

a.category-link:active {
	color: #633e32;
}

.panel {
	background: #101010;
	overflow: hidden;
	height: 0px;
	display: block;
}

#panelopen {
	opacity: 1;
}

#panelopen:hover {
	opacity: 0.8;
}

ul li {
	list-style-image: url('img/li.png');
	padding-left: 0px;
	padding-bottom: 3px;
	color: #6c0000;
}

ul.set li {
	list-style-image: none;
}

#bg_list_main {
	background: url('img/bg_main.gif') no-repeat top left;
	width: 697px;
	min-height: 281px;
	padding-right: 15px;
	display: inline-block;
}

#back-top {
	position: fixed;
	bottom: 120px;
	right: 30px;
}
#back-top a {
	width: 50px;
	display: block;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: url('img/up-arrow.png') no-repeat 0 0;
}

#back-top a:hover span {
	background-position: 0px -50px;
}


#header {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 410px;
	border: 0px solid blue;
}

.top_menu_table {
	position: absolute;
	z-index: 999;
	width: 100% !important;
	height: 112px;
	background: url('img/top_bar.png') top repeat;
	display: inline-block;
	text-align: center;
	border: 0px solid red;
}

.top_menu_bar {
	position: relative;
	width: 1000px;
	margin-top: 5px;
	display: inline-block;
}

.topmenu_bar_left {
	float: left;
}

.contacts_top {
	position: absolute;
	right: 0px;
	float: left;
	display: inline-block;
	color: #fff;
	text-align: right;
	padding-top: 10px;
	font-weight: bold;
}

.slogan {
	float: left;
	font-size: 21px;
	font-family: "europe_extnormal", "Verdana";
	line-height: 21px;
	color: #fff;
	text-align: left;
	margin-top: 13px;
	margin-bottom: 14px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255,255,255, .2);
}

.slogan strong {
	color: #ff4d4d;
}

.slogan small {
	font-size: 13px;
}

.callme_top {
	display: inline-block;
	text-decoration: none;
	padding: 5px 15px;
	margin-top: 10px;
	border: 2px solid rgba(255,255,255, .8);
	border-radius: 2px;
	background: rgba(255,255,255, .1);
	color: #fff;
}

.callme_top:hover {
	color: #000;
	background: #fff;
	text-shadow: none;
}

.yaShare {
	margin-right: 10px;
	text-align: right;
}

.logo_box {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.top_menu {
	float: left;
	width: calc(100% - 113px);
}

.slider_box {
	width: 976px;
	height: 219px;
	text-align: center;
	display: block;
	border: 0px solid red;
	margin: 0 auto;
	padding-top: 130px;
}

.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav#menu_hor {
	background: url('img/menu_bar_bg.png') top center repeat-x;
	margin-top: -100px;
	width: 100%;
	position: absolute;
	z-index: 300;
}

table#menu_hor {
	background: url('img/menu_bar.png') top center no-repeat;
}

td.shadow_top {
	background: url('img/shadow_top.jpg') top center repeat-x;
}

td.shadow_bot {
	background: url('img/shadow_bot.jpg') top center repeat-x;
}

table#footer {
	background: url('img/footer_bg.gif') center repeat-x;
} 

.logo_bot {
	background: url('img/logo_bot.png') center 9px no-repeat;
	padding-top: 10px;
}

table#copy_bg {
	background: url('img/copy_bg.gif') center repeat-x;
	margin-top: -40px;
}

td.copy_main {
	background: url('img/copy_main.png') top center no-repeat;
}


/* TOP MENU */

.top_menu ul {
	position: relative;
	z-index: 10;
	list-style: none;
	font-family: "europe_extnormal", "Verdana";
	font-size: 17px;
	margin: 0;
	padding: 0;
	float: left;
}

.top_menu ul li {
	list-style: none;
	float: left;
	color: #fff;
	padding-left: 20px;
	padding-right: 25px;
	background: url('img/top_menu_wrapper.png') right no-repeat;
}

.top_menu ul li:first-child {
	padding-left: 0;
}

.top_menu ul li:last-child {
	background: none;
}

.top_menu ul li a {
	color: #fff;
	padding-top: 0px;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.top_menu ul li a:hover{
	text-shadow: #fff 0px 0px 5px;
}

.top_menu ul li.current a  {
	padding-bottom: 5px;
	border-bottom: 1px solid #2A2E2F;
	text-shadow: #fff 0px 0px 5px;
}


/* CAROUSELE */

div#ss_item {
	width: 260px;
	height: 155px;
	display: inline-block;
	text-align: center;
}

div.ss_img {
	width: 100%;
	height: 125px;
	display: inline-block;
}

div.ss_img img {
	position: absolute;
	bottom: 28px;
	left: 20px;
}

div.ss_title {
	width: 222px;
	height: 28px;
	display: inline-block;
	background: url('img/ss_bg.png') no-repeat;
	text-align: center;
	margin: 0px auto;
	line-height: 28px;
}

div.ss_title a {
	width: 222px;
	height: 28px;
	display: inline-block;
	color: #ffc100;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "europe_extnormal", "Verdana";
	font-size: 14px;
	text-shadow: 0px 0px 3px #8a8a3d;
	letter-spacing: 0px;
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

div.ss_title a:hover {
	color: #ff4e23;
	text-shadow: 0px 0px 3px #ff4e23;
}

div.ss_title a:active {
	opacity: 0.7;
}

div.ss_item img {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	opacity: 1;
}

div.ss_item img {
	opacity: 0.7;
}

/* MENU MAIN */

#menu_row {
	overflow: hidden;
}

#menu_row td {
	text-align: center;
	margin-top: 5px;
	background: url('img/menu_wrap.png') no-repeat right;
}

#menu_row a {
	color: #c6c6c6;
	text-shadow: 0px 0px 1px #;
	font-family: "europe_extnormal", "Verdana";
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	line-height: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

#menu_row a:hover {
	text-shadow: #fff 0px 0px 4px;
	color: #fff;
}

#menu_row a:active {
	text-shadow: #ffc100 0px 0px 4px;
	color: #ffc100;
}

#menu_row a.lines {
	line-height: 27px !important;
	margin-top: -4px !important;
}

#menu_row td.last {
	background: none;
}

#menu_row td.first div {
	background: none !important;
}

#menu_row td.last div span {
	background: none !important;
}

#menu_row td div {
	margin-left: -4px;
	padding-left: 4px;
	background: url('img/light_left.png') left 95px no-repeat;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

#menu_row td div span {
	display: block;
	text-decoration: underline;
	color: rgba(255,255,255, .4);
	background: url('img/light_right.png') right 95px no-repeat;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

#menu_row td:hover div {
	background: url('img/light_left.png') left no-repeat;
	display: block;
	margin-left: -4px;
	padding-left: 4px;
}

#menu_row td:hover div span {
	background: url('img/light_right.png') right no-repeat;
	display: block;
	text-decoration: none;
}

#menu_row td:active div {
	background: url('img/light_left.png') left -95px no-repeat;
	display: block;
	margin-left: -4px;
	padding-left: 4px;
}

#menu_row td:active div span {
	background: url('img/light_right.png') right -95px no-repeat;
	display: block;
}

#menu_row .aps a {
	color: #fff;
	text-shadow: 0px 0px 0px rgba(255,255,255, .4);
}

#menu_row .aps a div span {
	color: rgba(255,255,255, .2);
}



/* FIXED BAR */

#fixed_bar {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #fff;
	background: transparent url("img/footer_bg.gif") repeat-x center center;
	box-shadow: 0px 0px 5px rgba(0,0,0, .5);
	color: #fff;
	line-height: 40px;
}

.fb_inner {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	text-align: left;
}

.fb_express {
	display: inline-block;
	float: left;
	margin-right: 18%;
	background: url(img/delivery.png) no-repeat left center;
	padding-left: 42px;
	min-height: 24px;
	text-transform: uppercase;
}

.fb_geo {
	display: inline-block;
	float: left;
}

.fb_geo a {
	display: inline-block;
	color: #fff;
	background: url(img/geo.png) no-repeat right center;
	padding-right: 30px;
	min-height: 24px;
}

.fb_politics {
	float: right;
}

.fb_politics a {
	display: inline-block;
	color: #fff;
}





/* FOOTER */

.footer_1 {
	float: left;
	border: 0px solid red;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-left: 60px;
	margin-top: -10px;
	opacity: 1;
}

.footer_1:hover {
	padding-left: 20px;
	margin-left: 50px;
	opacity: 0.5;
}

.footer_2 {
	margin-right: 85px;
	margin-top: -10px;
	float: right;
	font-family: 'Xolonium';
	font-style: italic;
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	text-shadow: 0px 0px 1px #787878;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	
}

.footer_2:hover {
	text-shadow: 0px 0px 4px #fff;
}

.footer_2 b {
	color: #e45053;
	font-weight: lighter;
	text-shadow: 0px 0px 1px #e45053;
}

.footer_2 span {
	color: #ff4d4d;
	text-shadow: 0px 0px 1px #ff4d4d;
}

.copy_main {
	color: #fff;
	font-family: 'Xolonium';
	font-style: italic;
	font-size: 15px;
	text-shadow: 0px 0px 1px #787878;
}

div.breadcrumbs {
	width: 976px;
	height: 29px;
	background: url('img/bread_bg.png') top left no-repeat;
	display: block;
	margin: 10px 0px 0px 15px;
	font-family: 'Xolonium';
	font-style: italic;
	font-size: 15px;
	overflow: hidden;
	border-radius: 5px;
}

div.breadcrumbs a.pathway {
	color: #000;
	text-shadow: 0px 0px 1px #998200;
	text-decoration: none;
	height: 29px;
	display: inline-block;
	line-height: 29px;
	padding: 0px 20px 0px 30px;
	margin-left: -10px;
	background: url('img/bread_item.gif') top right no-repeat;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

div.breadcrumbs a.pathway:hover {
	margin-left: -5px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 0px 0px 2px #fff;
}

div.breadcrumbs img {
	position: absolute;
	margin-left: -10px;
}

div.breadcrumbs span {
	background: url('img/bread_last.png') top right no-repeat;
	color: #fff;
	height: 29px;
	display: inline-block;
	line-height: 27px;
	padding: 0px 20px;
	margin-left: -5px;
	text-shadow: 0px 0px 0px #d5d5d5;
}

#main-table {
	font-size: 17px;
	letter-spacing: 0px;
	word-spacing: 7px;
	line-height: 22px;
	text-align: justify;
	color: #2f2f2f;
}

div.top_back {
	position: absolute;
	background: url('img/top_back.gif') bottom left no-repeat;
	width: 1px;
	height: 35px;
}

#main-table td.mid_back {
	background: url('img/mid_back.png') left repeat-y;
}

#main-table td.bot_back {
	background: url('img/bot_back.png') bottom left no-repeat;
}

#main-table td.content-box img {
	border-radius: 10px;
	max-width: 697px;
	height: auto;
}

div.item-page {
	display: block;
	background: url('img/heading_bg.png') top left no-repeat;
	margin: 0px;
	margin-right: -1px;
	padding: 0px;
}

div.item-page h1 {
	text-align: left;
	border: 0px solid red;
	font-family: "europe_extnormal", "Verdana";
	background: url('img/heading_bg_line.png') bottom left no-repeat;
	font-size: 19px;
	letter-spacing: 0px;
	color: #000;
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 10px;
	line-height: 27px;
	font-weight: lighter;
}

div.padding {
	margin: 0px 15px;
}

.clear_module {
	clear: both;
	height: 20px;
}

/* RIGHT COLUMN */

div.i_prod, div.i_recall, div.i_quest, div.i_calculator, div.i_video {
	width: 100%;
	padding-left: 1px;
	background: url('img/h3_module.png') 0px 25px no-repeat;
}

div.i_prod h3 {
	background: url('img/i_prod.png') 9px 0px no-repeat;
}

div.i_recall h3 {
	background: url('img/i_recall.png') 13px 0px no-repeat;
}

div.i_quest h3 {
	background: url('img/i_quest.png') 9px 0px no-repeat;
}

div.i_calculator h3 {
	background: url('img/i_calc.png') 9px 0px no-repeat;
}

div.i_video h3 {
	background: url('img/i_video.png') 9px 0px no-repeat;
}

div.i_prod h3, div.i_recall h3, div.i_quest h3, div.i_calculator h3, div.i_video h3 {
	font-family: "europe_extnormal", "Verdana";
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 0px;
	color: #000;
	height: 40px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	padding-left: 45px;
}

div.i_prod ul, div.i_prod ul li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.i_prod ul li, div.i_prod ul li ul li {
	float: left;
	display: block;
	letter-spacing: 0px;
	word-spacing: 1px;
}

div.i_prod ul li a, div.i_prod ul li ul a {
	text-align: left;
	width: 263px;
	display: block;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 29px;
	background: none;
	border-left: 2px solid #ffc100;
	border-bottom: 1px solid #ddd;
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

div.i_prod ul li a:hover {
	text-shadow: 0px 0px 2px #7e7e7e;
	box-shadow: 0px 0px 2px #dcdcdc;
	color: #594300;
	background: #ffc100;
	border-radius: 5px;
}

div.i_prod ul li a:active {
	opacity: 0.8;
}

div.i_prod ul li ul li a {
	border-left: 2px solid maroon;
	color: maroon;
}

div.i_prod ul li ul li a:hover, div.i_prod ul li ul li.current a:hover {
	background: maroon;
	color: #fff;
	text-shadow: 0px 0px 2px #fff;
	opacity: 1;
}

div.i_prod ul li ul li.current a {
	font-style: italic;
	text-shadow: 0px 0px 2px #fff;
}

/* WRITE A QUESTION */

#rq_form {
	margin-left: 10px;
}

input.rq_name {
	background: url('img/rq_name.png') left top no-repeat;
}

input.rq_tel {
	background: url('img/rq_tel.png') left top no-repeat;
}

input.rq_theme {
	background: url('img/rq_theme.png') left top no-repeat;
	visibility: hidden;
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
}

input.rq_email {
	background: url('img/rq_email.png') left top no-repeat;
}

input.rq_name, input.rq_tel, input.rq_theme, input.rq_email   {
	width: 159px;
	height: 26px;
	font-family: "Cuprum", "Arial Narrow", "Arial";
	color: #000;
	font-size: 16px;
	padding-left: 90px;
	border: 0px;
	margin-bottom: 5px;
}

textarea.rq_text {
	width: 243px;
	max-width: 243px;
	min-width: 243px;
	height: 106px;
	max-height: 106px;
	min-height: 106px;
	background: url('img/rq_text.gif') top left no-repeat;
	font-family: "Cuprum", "Arial Narrow", "Arial";
	color: #000;
	font-size: 16px;
	padding: 27px 5px 5px 5px;
	border: 0px;
}

input.rq_submit {
	width: 228px;
	height: 22px;
	background: #FDBE27;
	border: 1px solid #C29832;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 11px;
	padding-bottom: 3px;
	cursor: pointer;
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

input.rq_submit:hover {
	opacity: 0.8;
}

input.rq_submit:focus {
	color: #fff;
	text-shadow: 0px 0px 3px #fff;
}

#antispam {
	margin: 0px 15px;
}

input.antispam {
	background: url('img/rq_text.gif') center no-repeat;
	border-radius: 5px;
	border: 1px solid black;
	text-align: center;
}

/* st-accordion */

#st-accordion {
	line-height: 15px;
}

#st-accordion table {
	border: 0px solid #c2c2c2;
	border-radius: 10px;
	border-round: 10px;
	width: 100%;
}

#st-accordion table tr td, #st-accordion table tbody tr td,
#st-accordion table tr th {
	-moz-transition: all 20s linear;
	-o-transition: all 20s linear;
	-webkit-transition: all 20s linear;
	background: url('img/hars_tr_sleep.png') repeat-x -1000px 0px;
	padding: 15px 10px !important;
	border-radius: 7px;
	border-round: 7px;
}

#st-accordion table tr:hover td,
#st-accordion table tr th {
	background: url('img/hars_tr.png') repeat-x 0px 1px;

}

#st-accordion table td,
#st-accordion table th {
	text-align: left;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 95%;
	border: 1px solid #c2c2c2;
}

#st-accordion table th {
	font-weight: 700;
	text-align: center;
	font-size: 110%;
	border-top: none;
}

/* BLOG */

#trak_item {
	width: 708px;
	height: 158px;
	display: inline-block;
	background: url('img/trak_item.gif') no-repeat top left;
	border-radius: 5px;
	border-round: 5px;
	margin-bottom: 15px;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#trak_item:hover, #trak_item2:hover {
	box-shadow: 0px 0px 10px #c5c5c9;
	margin-top: 10px;
	margin-bottom: 5px;
}

#trak_item2 {
	width: 708px;
	height: 158px;
	display: inline-block;
	background: url('img/trak_item2.gif') no-repeat top left;
	border-radius: 5px;
	border-round: 5px;
	margin-bottom: 15px;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

div.items-leading h2, div.column-1 h2 {
	background: url('img/trak_heading.gif') left 6px no-repeat;
	text-indent: 15px;
	color: #ff3c00;
	font-size: 15px;
	font-family: "europe_extnormal", "Verdana";
	letter-spacing: 0px;
	font-weight: 0px;
}

.img-intro-left {
	width: 250px;
	height: 128px;
	margin: 5px 0px 0px 5px;
	display: inline-block;
	float: left;
	border: 0px solid blue;
	text-align: center;
}

.img-intro-left img {
	height: 128px !important;
	max-height: 128px !important;
}

#trak_info {
	float: left;
	width: 430px;
	height: 125px;
	overflow: hidden;
	margin-left: 10px;
	display: inline-block;
	border: 0px solid black;
}

#trak_title {
	float: left;
	text-align: left;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 3px;
}

#trak_title h2 {
	margin: 0px;
	font-size: 15px;
	line-height: 17px;
}

#trak_intro {
	width: 100%;
	float: left;
	display: block;
	text-align: left;
	line-height: 17px;
	letter-spacing: 0px;
	word-spacing: 0px;
	border: 0px solid green;
}

#trak_intro p {
	padding: 0px !important;
	margin: 0px !important;
}

#trak_fade {
	position: absolute;
	margin-left: 260px;
	margin-top: 94px;
	width: 436px;
	height: 36px;
	background: url('img/trak_fade.png') repeat-x bottom;
}

#trak_item p.readmore{
	position: absolute;
	display: block;
	margin-left: 555px;
	margin-top: 125px;
}

#trak_item p.readmore a{
	width: 135px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: url('img/read_more.png') no-repeat top left;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

#trak_item p.readmore a:hover {
	margin-left: 4px;
}

#trak_item p.readmore a:active {
	opacity: 0.6;
}

/* SLIDER PHOTOS */

.wk-slideshow {
	background: #fff;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}

ul.slides li {
	list-style: none !important;
}

/* PHOTOS: не обрезать изображения в галереях, вписывать целиком */
.wk-slideshow .slides>li>img {
	object-fit: contain;
}
.wk-slideshow .slides>li>img,
.wk-slideshows .slides>li>img {
	max-width: 100%;
	height: auto;
}
.wk-slideset ul.set li img {
	object-fit: contain;
}

div#clock-box {
	position: absolute;
	width: 175px;
	height: 22px;
	background: url('img/clock-box.png') top left repeat-x;
	display: inline-block;
	text-align: left;
	padding-left: 5px;
	color: #bababa;
	font-size: 15px;
	text-shadow: 1px 1px 2px #000;
	margin-top: -29px;
	margin-left: 786px;
	line-height: 23px;
	border-radius: 0px 0px 7px 7px;
}

div#clock-box img {
	margin-right: 5px;
}

table.zapchasti {
	width: 100%;
	
}

table.zapchasti tr td {
	padding: 2px 10px;
	border: 1px solid #C2C2C2;
	text-align: left;
}

table.zapchasti tr.chosen  {
	background: #FFC100;
}

table.zapchasti tr td p {
	margin: 0px;
	padding: 2px;
}

#chose {
	border: 0px solid #c9c9c9;
	width: 18px;
	height: 18px;
	opacity: 0.7;
}

#chose:hover {
	background: #c9c9c9;
	opacity: 0.5;
}

a.chose {
	border: 0px solid #FFC100;
	border-radius: 3px;
	width: 10px;
	text-indent: -9999px;
}

a.chosen {
	border: 2px solid #FFC100;
	border-radius: 3px;
	text-indent: -9999px;
}

.chrono_credits {
	display: none;
}

.chronoform input {
	background: url('textarea_bg.gif');
	width: 500px !important;
	border: 1px solid #bababa;
	box-shadow: 0px 0px 2px #bfbfbf inset;
	border-radius: 7px;
	border-round: 7px;
	padding: 7px;
	color: #000;
	font-family: "Cuprum";
	font-size: 17px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.consult {
	position: fixed;
	left: -2px;
	top: 30%;
	margin-top: 66px;
	display: block;
	width: 114px;
	height: 40px;
	z-index: 1000;
}


#consult_box {
	display: none;
	margin-top: 0px;
	margin-left: 0px;
	background: #fff;
	padding: 0 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0, .2);
}

.consult:hover #consult_box {
	display: inline-block;
}

#consult_box form + div {
	display: none; 
}

.consult:hover #consult_button {
	display: none;
}

#consult_button {
	width: 100%;
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid;
	border-radius: 0 0 6px 0;
	text-decoration: none;
	text-align: left;
	background: #993300;
	color: #fff;
}

#order_me {
	width: 114px;
	position: fixed;
	left: -2px;
	top: 30%;
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #fff;
	border-radius: 0 6px 0 0;
	text-decoration: none;
	text-align: left;
	background: #FDBE27;
	color: #000;
}

#order_me:hover {
	color: #fff;
	background: #ce9c25;
}

.videos a {
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0, .3);
	font-family: "europe_extnormal", "Verdana";
	text-decoration: none;
	text-align: left;
}

.videos a img {
	float: left;
	margin-right: 20px;
}

#lightbox-left,
#lightbox-right {
	width: 50px !important;
}

#lightbox-right {
	right: -50px !important;
}

#lightbox-left {
	left: -50px !important;
}

#lightbox-right:hover span {
	right: -10px !important;
}

#lightbox-left:hover span {
	left: -10px !important;
}




.modal_order {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal_order * {
	box-sizing: border-box;
}

.modal_content {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 494px;
	margin-top: -305px;
	margin-left: -247px;
	padding: 15px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0, .5);
}

.modal_content h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: lighter;
	font-family: 'europe_extnormal';
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.modal_overlay {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .3);
	cursor: pointer;
}

.mc_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	border-radius: 0 6px 0 6px;
	background: red;
	color: #fff;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	transition: all 0.15s ease-out;
}

.mc_close:hover {
	background: maroon;
}

.modal_content label {
	display: block;
	float: left;
	width: 35%;
	зе
	5зчж
}

.modal_content input[type=text],
.modal_content textarea {
	width: 65% !important;
	float: right;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 7px;
	margin-bottom: 20px;
	background: #f6f6f6;
	transition: all 0.15s ease-out;
}

.modal_order_gc {
	width: 65% !important;
	float: right;
}

.modal_content textarea {
	height: 70px;
	resize: none;
	padding-top: 5px;
}

.modal_content input[type=text]:focus,
.modal_content textarea:focus {
	box-shadow: 0px 0px 3px rgba(0,0,0, .2) inset;
}

.mc_submit_row {
	float: left;
	width: calc(100% + 30px);
	margin-top: 10px;
	margin-bottom: -15px;
	margin-left: -15px;
	padding: 10px 15px;
	border-radius: 0 0 6px 6px;
	background: #f6f6f6;
	border-top: 1px solid #ddd;
	text-align: center;
}

.mc_submit_row input {
	display: inline-block;
	padding: 7px 15px;
	border: 2px solid #C29832;
	border-radius: 3px;
	color: #000;
	background: #FDBE27;
	font-size: 16px;
	font-family: 'europe_extnormal';
	cursor: pointer;
	transition: all 0.15s ease-out;
}

.mc_submit_row input:hover {
	background: #FFCC53;
}

.modal_content form + div {
	display: none;
}

.modal_content .sf2Captcha {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.modal_content .sf2Captcha + div::before {
	position: absolute;
	content: '>';
	margin-left: -7px;
	margin-top: 13px;
	color: #808080;
}

#sf2_105_proverochnyjj_kod {
	float: right;
	width: 128px !important;
	height: 50px !important;
}

.video_dir {
	position: relative;
	overflow: hidden;
	float: left;
	width: 300px;
	vertical-align: top;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.video_dir div {
	float: left;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 20px;
}

.video_dir img {
	width: auto;
	max-width: 100%;
	max-height: 128px;
}

.video_dir span {
	display: block;
}

.video_dir::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background: url(/media/images/youtube/video_overlay.png) no-repeat;
	background-size: 100% 128px;
	opacity: .65;
}

.video_item {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-top: 20px;
	background: #fff url(/media/images/youtube/play.png) no-repeat right 30px top 50%;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 0px rgba(0,0,0, .3);
	text-decoration: none;
}

.video_item img {
	float: left;
	margin-right: 20px;
}

.video_item span {
	float: left;
	width: 50%;
	font-size: 20px;
	text-align: left;
	margin-top: 30px;
}

.video_back {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	background: #fdbe27;
	color: #000;
	border-radius: 5px;
	border: 1px solid #c29832;
	margin-top: 40px;
}

.video_back:hover {
	background: #fbc950;
}

#send-success {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);
}

.send_content {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 304px;
	height: 30px;
	padding: 15px;
	margin-left: -152px;
	margin-top: -15px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0, .5);
}

.send_content h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
}

.send_overlay {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* БУРОВОЙ ИНСТРУМЕНТ */

.bur_instrument * {
	box-sizing: border-box;
}

.bur_instrument .heading strong {
	font-style: italic;
}

.bur_instrument_title {
	float: left;
	width: 100%;
	font-weight: 700;
	padding: 10px 20px;
}

.bur_lvl_3,
.bur_lvl_4,
.bur_lvl_5,
.bur_lvl_6 {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}

.bur_lvl_3,
.bur_lvl_3.heading > strong {
	padding-left: 10px;
}

.bur_lvl_4,
.bur_lvl_4.heading > strong {
	padding-left: 20px;
}

.bur_lvl_5,
.bur_lvl_5.heading > strong {
	padding-left: 40px;
}

.bur_lvl_6,
.bur_lvl_6.heading > strong {
	padding-left: 60px;
}

.bur_lvl_3.heading > strong,
.bur_lvl_4.heading > strong,
.bur_lvl_5.heading > strong,
.bur_lvl_6.heading > strong {
	float: left;
	width: 100%;
	background: rgba(0,0,0, .1);
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border-radius: 3px;
}

.bur_instrument .heading > strong:after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(-135deg);
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

.bur_instrument .heading.open > strong:after {
	transform: rotate(45deg);
	margin-top: 3px;
}

.bur_lvl_3.heading > strong {
	background: #fdbe27;
}

.bur_instrument .heading > div,
.bur_instrument .heading > section {
	display: none;
}

.heading.open > div,
.heading.open > section {
	display: block;
}

.highlight {
	background-color: rgb(255,255,153);
}

.selectHighlight {
	background-color: yellow; 
	-moz-border-radius: 5px; /* FF1+ */ 
	-webkit-border-radius: 5px; /* Saf3-4 */ 
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */ 
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */ 
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */ 
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */ 
	padding: 1px 4px; 
	margin: 0 -4px;
	color: #ff0000;
}

.finded {
	color: white;
	background: #8A8A7B;
}

#find_text {
	padding: 10px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ccc;
	width: 300px;
}

.find_button {
	border: none;
	background: #828283;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.find_button:hover {
	background: #161616;
}

#trak_info #find_text,
#trak_info .find_button,
#trak_info #count {
	display: none;
}

.contact_form {
	float: left;
	width: 100%;
}

.ip_cell {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.ip_cell label {
	float: left;
	width: 150px;
	padding-top: 10px;
}

.ip_cell .input_text {
	float: left;
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 10px 20px;
	background: #fff;
}

.ip_cell textarea.input_text {
	width: calc(100% - 200px);
	height: 150px;
	resize: none;
}

.contact_form .button {
	display: inline-block;
	padding: 7px 15px;
	border: 2px solid #C29832;
	border-radius: 3px;
	color: #000;
	background: #FDBE27;
	font-size: 16px;
	font-family: 'europe_extnormal';
	cursor: pointer;
	transition: all 0.15s ease-out;
}

.contact_form .button:hover {
	background: #FFCC53;	
}

.contact_form .button[disabled] {
	background: #ddd;
	opacity: .6;
	cursor: default;
}

.ip_cell .g-recaptcha {
	float: left;
	width: 300px;
}

.proizvodstvo_box {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.proizvodstvo_box a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 200px;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-family: "europe_extnormal", "Verdana";
	text-align: center;
	text-decoration: none;
	background: #ccc no-repeat 50% 60%;
	background-size: 100% auto;
}

.proizvodstvo_box a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	transition: all 0.3s ease;
}

.proizvodstvo_box a:hover:before {
	opacity: .3;
}

.proizvodstvo_box a:first-child {
	background-image: url(/media/images/catalog/proizvodstvo/proizvodstvo_14_8.jpg);
}

.proizvodstvo_box a:last-child {
	background-image: url(/media/images/laser.jpg);
}

.proizvodstvo_box a span {
	position: relative;
}

.laser_title {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	padding-left: 60px;
	min-height: 40px;
	background: no-repeat 0 50%;
	text-transform: uppercase;
}

.laser_title.check {
	background-image: url(img/galka_1.png);
}

.laser_title.vint {
	background-image: url(img/galka_2.png);
}

.laser_image {
	float: left;
	width: 40%;
	margin-right: 40px;
}