@charset "UTF-8";
/* CSS Document */

/*
body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, 
blockquote, fieldset, legend, label, input, textarea { 
  margin: 0; padding: 0; border: 0; 
} 
sh1, h2, h3, h4, h5, h6, p { 
  margin: 0 0 1em 0; 
} 
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	min-width: 350px;
}

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;
}


body {
	
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:15px;
	color: #fff;
	min-width: 320px;
}

p {
	padding: 10px 0px;
}

b {
	font-weight:bold;
}

i {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
}

/*
img {
	border: 0;
	max-width: 100%;
 height: auto;
 width: auto\9; 
}
*/

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	color: #666;
	margin-bottom: 1%;
	margin-top: 2%;
}


h1{font-size: 200%; margin-top: 0px;} 

h2{
	font-size: 40px;
	line-height: 40px;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 48px;
    margin-top: 0;
  } 

h3{font-size: 160%;} 
h4{font-size: 140%;} 
h5{font-size: 100%; font-weight:500;}

a {
	color: #f322f7;
	font-weight: 300;
	cursor:pointer;
	text-decoration: none;
}


#container {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}


.textarea {
	line-height: 1.4;
	font-weight:400;
}

#top-nav {
    /*background-color: #f4f4f4;*/
    height: 96px;
	position:relative;
	display:block;
	text-transform:uppercase;
}

#top-logo {
	display:block;
	width: 236px;
	position: absolute;
	top: 10px;
	left: 10px;
	
}

/*** ТОП МЕНЮ *********************************************************************/
#top-menu {
	text-align:right;
	position:absolute;
	top: 12px;
	right: 200px;
	
	
}

#social {
	
	position:absolute;
	top: 14px;
	right: 40px;
	font-weight: bold;
	font-size: 17px;
	
}

#social a { 
	font-weight: bold;
}


.now-select {
	color: #CD0924 !important;
}

.menu{display:block; margin:0; }
 
.menu li{
	display: inline-block;
    position: relative;
    z-index:100;
	height: 20px;
	padding-top: 2px;
	padding-left: 3px;
	margin-left: 12px;
}
 
.menu li a {
	text-decoration: none;
	padding: 1px 10px 1px 14px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight:400;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
 

.menu li a:hover, .menu li:hover > a{color:#fa3d96 !important;
}


.menu li:hover {
	color:#CD0924 !important;
	
}

/* hide the second level menu */
.menu ul {display: none;
text-align:left;
margin: 0;
padding: 0;
width: 250px;
position: absolute;
top: 22px;
left: 0px;
background: #ffffff;
text-transform:none;
}
 
/* display second level menu on hover */
.menu li:hover > ul{ display: block;}
 
.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;

}
 
.menu ul li a {
font-size:15px;
font-weight:normal;
display:block;
color:#797979;
border-left:3px solid #ffffff;
background:#f9f9f9;
padding: 10px 5px;
text-transform:none;
}
 
.menu ul li a:hover, .menu ul li:hover > a{
background:#e0e0e0;
border-left:3px solid #e64396;
color:#797979;
}

/* change level 3 menu positions */
.menu ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
text-align:left;
width:100%;
padding: 6px 8px;
color:#000;


}
.mobile-menu:hover{
	
text-decoration:none;
}

/*** /ТОП МЕНЮ *********************************************************************/

#wrapper {

 width: 100%;
 margin: 0 auto;
 height: auto !important;
 background-color:#FFF;
 
 
}

#content_adp #colLeft {
 position:relative;
 margin-left:20px;
 float:left;
 width: 220px;

 /*background-color:#6C9;*/
 
}

#content_adp #colRight {
 float:right;
 width: 80%; 
 height:auto;
 margin-right:0px;
 
 
 /*background-color:#6CF;*/
}

#content {
	padding: 2%;
	margin-right: 20px;
}



/************************BREADCRUMBS******************************/
#breadcrumbs {
	/*padding:10px;*/
	padding:0;
	font-size:13px;
	height:30px;
	display:block;
	
	
}

#breadcrumbs #breadul {
	list-style-type: none;
	margin: 0;  
	padding: 0;
	display: block;
	position: relative;
	
	}

#breadcrumbs #breadul li {
	display: inline-block;
	position: relative;
	width: auto;
	float: left;
	padding-left: 14px;
	margin-left: 4px;
	background:url(images/arrow1.gif) center left no-repeat;
	height:20px;
	}

#breadcrumbs #breadul .first {
	display: block;
	position: static;
	width: 10px;
	background: url(images/nav_home.gif) center left no-repeat;
	padding-left: 0px;
	margin-left: 0px;
	}

#breadul .first  a span{
	color:#FFF;
 }


#breadul li  a{
	color:#888;
	text-decoration:none;
}

#breadul li  a:hover{
	text-decoration:underline;
}

#breadul .first  a:hover{
	text-decoration:none;
}
/**********************END BREADCRUMBS******************************/
/***********************CALENDAR*********************/
.cl_today {
	color:#C00;
	font-weight:400;
}

.cl_holiday {
	color:#C00;
}
/***********************END CALENDAR*****************/

#footer {
	
	font-size:12px;
	text-align:center;
	padding:30px;
	
}

.itemhead {
	font-weight: 500;
	color: #666;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 150%;
	
	
}

.sidemenu {
	padding: 0px;
	font-size:15px;
	text-transform:uppercase;
}

.sidemenu ul {
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.sidemenu ul li {
	margin-top: 9px;
}

.sidemenu a {
    text-decoration: none;
	font-weight:400 !important;
}

.sidemenu a:hover {
    text-decoration: underline;
}

.date {
	font-weight: 500;
}


input, textarea {
	font-size:16px;
	color:#888;
	padding: 8px;
	border:#bbb 1px solid;
	margin-top: 10px;
	margin-bottom: 15px;
}

select {
	font-size:16px;
	padding: 8px;
}

input[type="submit"] {
	padding: 18px 45px;
	background-color: #4c4c4c;
	cursor: pointer;
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
	text-transform:uppercase;
	border: 1px solid #FFF;
	
}

.filter-goods {
	padding-left: 20px;
}

.filtername {
	font-weight: 600;
	font-size: 14px;
	margin-top: 15px;
}

.filtervalue {
	padding-left: 15px;
}

.uncheck-all {
	margin-top: 15px;
}

/*********************production*********************************/

.prod_itemcl {
    display: block;
    position: relative;
    float: left;
    max-width: 280px;
    width: 100%;
    height: 510px;
    margin: 25px 8px;
    text-align: center;
	
}

.prod_iconcl {
	padding: 0;
	margin: 0;
	
    /*
	display: block;
    height: 410px;
    width: 100%;
    overflow: hidden;
    text-align: center;
	margin-top: 10px;
	*/
}

.prod_iconcl_img {
	max-width: 280px;
    /*
	max-width: 100%;
    height: auto;
    border: 0px none;
    max-height: 414px;
    margin: 0px !important;
	*/
}

.prod_pricecl {
	font-weight: 400;
	color: #eb282f;
	font-size: 22px;
	
}

.prod_pricecl2 {
	font-weight: 400;
	color: #eb282f;
	font-size: 22px;
	position:absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
}

.prod_pricecl .discount {
	font-weight:300;
	color:#999;
	text-decoration: line-through;
	font-size:14px;
}

.prod_titlecl {
	font-size: 15px;
	margin-top: 10px;
	
}

.prod_titlecl a {
	text-decoration:none;
	color: #000;
	font-weight:400 !important;
}

.addcart {
	position:absolute;
	bottom: 0px;
	width: 100%;
	background-color:#e3913f;
	padding: 10px 0;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	cursor:pointer;
}

.addcart i{
	font-size:22px;
}

/***********************SHOPPING CART*********************/

.itemhead a {
	font-weight: 500;
    color: #666;
    text-decoration:none;
}

.itemhead a:hover {
	text-decoration:underline;
	
	}
	
.sc_item_title	{
	font-size: 90%;
	line-height: 95%;
}

.sc_item_price {
    margin-bottom: 20px;
    color: #C82328;
    font-weight: bold;
	font-size: 90%;
}

#goodscart {
    font-weight: bold;
    color: #000;
}

#sumscart {
    font-weight: bold;
    color: #C82328;
}

#side_scart {
	border: #F6F6F6 1px solid;
	padding: 10px;
}

#goodscartorder {
	margin-top: 20px;
	text-align:center;
}

#goodscartorder a {
    padding: 5px;
    background-color: #F47B20;
    cursor: pointer;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
	display:inline-block;
	text-decoration:none;
}

/*SHOPPING CART PAGE***************************************************************************/
#bigcart {
	font-size:14px;
	
}


#bigcart table {
	/*font-size: 11px;*/
	border-collapse: collapse;
	background: #fff;
	text-align:left;
}

#bigcart table caption {
	caption-side: top;
	text-align: left;
    font-size: 24px;
	padding-bottom: 20px;
	padding-top: 30px;
	color: #c82328;
}

#bigcart table th {
	background: #ECECEC;
	text-align: left;
	border: 1px solid #888;
	vertical-align: middle;
	padding: 15px 30px;
	margin: 1px;
}

#bigcart table td {
	border: 1px solid #bbb;
	padding: 10px;
	margin: 1px;
}

#bigcart table td.allsum {
	border: 0;
	border-bottom: 1px dotted #5C5C5C;
}

#bigcart table td.noborder {
	padding-top: 6px;
	border: 0;
}
#denincart {
 padding-right: 10px;
}
#contshop {
 padding-top: 20px;
}

.bt_pm td {
	border: none !important;
	padding: 0px !important;
}

/*
.inputbcart {

border-radius: 5px;
border: 1px solid #bbb;
    color: #333;
    
    height: 30px;
    padding-left: 5px;
    width: 200px;

}
*/

#head_bcart {
color: #c82328;
    font: 24px/72px;
    margin: 0;
}
.head_bcart {
color: #c82328;
    font: 24px/72px;
    margin: 0;
}

#reg_text {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:16px;
	line-height: 20px;
}


#sc_notlog {
 padding-top: 40px;
 text-align:center;
}

.headresult {
  color:#CC3333;
  font-weight:bold;
  text-align:center;
}
.bodyresult {
  text-align:justify;
  padding: 20px;
}

/**************************************************************************************/

#hidesel {
	display:none;
}

.prod_title_single {
	padding-top: 2%;
	padding-bottom: 2%;
	text-align:center;
}

.prod_pic {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.prod_price {
	font-weight: 400;
	color: #C82328;
	font-size: 140%;
	text-align:center;
	padding-top: 2%;
	padding-bottom: 1%;
}

#prod_shopcrt {
	font-size:30px;
	cursor:pointer;
	
}

#add-shc {
	padding-bottom: 2%;
}

.shopcart_num {
	width: 50px;
}

.graybox2b {
    color: #58606B;
    background-color: #FFF;
    border: 1px solid #19AFE1;
    margin-top: 0px;
    text-align: left;
}

.odd {
	background-color: #F7FCFF;
}

#dop_field_head {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

#title-recom {
	margin-top: 2%;
}

.tabBox {
	margin-bottom: 3%;
}

.comments {
}

.comform {
    text-align: right;
    width: 100%;
	max-width: 500px;
	
}

.comtitle {
	font-size: 120%;
	font-weight:400;
	color: #E64396;
}

.comdata {
	font-size: 70%;
	font-weight:bold;
	margin-bottom: 1%;
	color:#000;
}

.com-item {
	border-bottom: #666 dashed 1px;
	padding-bottom: 1%;
	margin-bottom: 3%;
}

.com-answer {
	margin-left: 10%;
	margin-top: 2%;
}

.search_input {
	width: 100%;
	
}

#ts-button {
	padding-left: 20px;
}

#topsearch {
	margin-bottom: 10px;
}

#ts-button {
	cursor: pointer;
}

/*********************SEARCH AUTOCOPLETE******************************************************************/

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}


.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	
}

.ac_loading {
	background : Window url('autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.saprice {
	color:#E3053F;
	font-weight:bold;
}

/******************end***SEARCH AUTOCOPLETE******************************************************************/

#top_gray {
  height: 46px;
  background-color:#000;
  color:#fff;
  position:relative;

 
}

#head-logo {
	position:fixed;
	top: 12px;
	left: 12px;
	z-index: 9999999;
}


#top-social {
    position:absolute;
	top: 75px;
	right: 75px;	 
}



#top_gray a {
	
	text-decoration:none;
}

#tg_phone {
	/*
	position:absolute;
	top:8px;
	left: 10px;
	*/
	float:right;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 20px;
}

#tg_cart {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	font-size:12px;
}

#tg_cart i {
	color:#aaa;
	font-size:14px;
}


#thead-regist {
	float:right;
	margin-top: 10px;
	margin-right: 30px;
	font-size:12px;
}

#thead-regist i {
	color:#aaa;
}

#tg_valute {
	float:right;
	margin-top: 10px;
	margin-right: 30px;
	font-size:12px;
	height: 27px;
	cursor:pointer;
	position:relative;
}


#tg_valute img {display:inline-block; vertical-align:middle;}


#tn-ts {
	float: right;
    width: 78.5%;
	margin-top: 30px;
	
}


#footer-visa {
	position:absolute;
	width: 116px;
	height: 97px;
	top: -50px;
	right: 0px;
}

#footer-logo {
	position:absolute;
	width: 178px;
	height: 48px;
	bottom: 20px;
	right: 0px;
}

#footer-social {
	position:absolute;
	width: 190px;
	height: 24px;
	top: 10px;
	right: 130px;
}

.footer-menu-block {
	float:left;
	display:block;
	margin-right: 80px;
	margin-bottom: 20px;
}

.footer-menu-block li {
	list-style:none;
	line-height: 18px;
	
}

#copyright {
	margin-top: 5px;
}

.footer-menu-title {
	font-size: 15px;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom: 6px;
}

.footer-menu-block a {
	color:#000;
	text-decoration:none;
}

.footer-menu-block a:hover {
	color: #e64396;
}



/********************PROD SINGLE********************************************/

#hidesel {
	display:none;
}


.prod_single {
	margin-top: 30px;
	overflow:hidden;
}


.prod_title_single {
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: #CCC 1px solid;
}

.prod_title_single h1 {
	line-height: 100%;
}

.prod_pic {
	width: 55%;
	margin-right: 4%;
	max-width: 600px;
	float: left;
}

.prod-right-side {
	
	width: 40%;
	float: left;
}


.prod_price {
	font-weight: 400;
	color: #C82328;
	font-size: 140%;
	
	
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: #CCC 1px solid;
	
}


#prod-right-descr {
}


#prod_shopcrt {
	width: 200px;
	background-color: #F47B20;
    padding: 10px 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
	text-align:center;
	
}

#prod_shopcrt  i{
	font-size: 22px;
}

#add-shc {
	padding-bottom: 2%;
}

.shopcart_num {
	width: 50px;
}

.graybox2b {
    color: #58606B;
    background-color: #FFF;
    border: 1px solid #19AFE1;
    margin-top: 0px;
    text-align: left;
}

.odd {
	background-color: #F7FCFF;
}


/************************************************************************************/
.notes {
	font-size: 80%;
}

.notes-reg {
	display:none;
}

#alr-reg {
	background-color:#fafafa;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	 
}

.inf-icon {
	font-size:24px;
	color: #C82328;
}

.links {
	text-decoration:underline;
	cursor:pointer;
}

#enter-reg {
	display:none;
}

.errorform {
	color: #C82328;
	font-size: 120%;
}

.spaym {
	margin: 10px;
	padding: 20px;
	background-color:#fafafa;
	font-size: 90%;
	color:#000;
	display:none;
}

#spaym_0 {
	display:block;
}

/***********************************************************************************/

.pr-rec {
	height: 495px !important;
}

#wrap-tab {
	margin-top: 40px;
}




#pop_valute {
	position:absolute;
	/*top: 36px;
	right: 480px;
	*/
	top: 26px;
	left: 0px;
	background-color:#fafafa;
	padding: 0px;
	color:#000;
	width: 116px;
	z-index: 999;
	font-size:13px;
	display: none;
}

#pop_valute a {
	color:#000;
}

#pop_valute ul li {
	list-style:none;
	padding: 4px 14px;
}

#pop_valute ul li:hover {
	background-color: #F2791E;
	color:#FFF;
}

#pop_valute ul li a:hover {
	color:#FFF;
}

#val_now {
	color: #F2791E; 
}

.art {
	font-size:16px;
}

.orange {
	color: #FF8F39;
}

#hero_wrap {
	display:block;
	position:relative;
	
}

.cd-full-width h2 {
	color: #e71c2f;
	font-size:45px !important;
}




#footleft {	
}

#footcenter {
}

#footright {
}

.footcol {
	width: 33.3%;
	float: left;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 30px;
	
}

.footcol li {
	list-style: none;
}

.footcol a {
	color: #fff;
	text-decoration:none;
}

.footcol a:hover {
	color: #fff;
	text-decoration:underline;
}


.footblock {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footblock {
	margin-bottom: 20px;
}

.foottitle {
	font-size: 20px;
	margin-bottom: 36px;
	color: #D50019;
}

#copyright {
	text-align:center;
	padding-top: 110px;
	color: #7f7f7f;
	
}

#middle {
	overflow:hidden;
}



#content h1 {
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 48px;
    margin-top: 0;
}



.container {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
	padding: 40px 0px 0px 0px;
}

blockquote {
	
	margin: 40px;
	padding: 30px 50px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:500;
}

#about-company {
	background: url(images/tools.jpg) bottom right no-repeat;
}

#abc-shilt-left {
	margin-right: 450px;
	padding-bottom: 80px;
}

#front-port {
	position:relative;
}

#port-link {
	position:absolute;
	right: 4%;
	bottom:5%;
	font-size:36px;
	text-transform:uppercase;
	
}

#port-link a {
	color:#FFF;
	text-decoration:none;
}

#port-link a i {
	color: #da2d22;
}

#front-cli {
	position:relative;
	border-bottom: 1px #eee solid;
	background: url(images/ground_cli.jpg) top left repeat-y;
	-moz-background-size: 100%; 
    -webkit-background-size: 100%;
    -o-background-size: 100%; 
    background-size: 100%; 
}

.h11 {
	font-size: 36px;
color: #b9261d;
font-weight: 300;
margin-bottom: 20px;
text-transform: uppercase;
	
}


#wrap-bticons {
	position: relative;
	overflow:hidden;
	margin-left: -10px;
	margin-right: -10px;
}

.bt-icon {
	width: 30.1%;
	height: 111px;
	padding-top: 25px;
	float:left;
	margin: 5% 9%;
	border: 1px #c1c1c1 dashed;
	text-align: center;
	font-size:12px;
	color: #333;
	text-transform:uppercase;
	font-weight:400;
	background-color:#FFF;
}

.bt-icon img {
	border: 0;
	max-width: 100%;
 height: auto;
 width: auto\9;

}


#table-contact input[type="text"], #table-contact textarea {
	width: 500px;
}

#navbarup {
	margin-bottom: 10px;
}

#front-pop {

    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    padding: 90px 0px 50px 0px;
	overflow:hidden;

}

#front-cont {
	background:url(images/back_cont.jpg);
    background-size: 100%; /* Современные браузеры */
	color:#FFF;
}

#h11ground {
	color:#ff3428 !important;
}

#onecolon {
	margin-top: 0px;
}

.allblocks {
	height: 100vh;
	overflow:hidden;
}

#block_0 {
	position:relative;
	background-color:#000;
	
}

#block_0 img {
	width: 100%;
	height:auto;
}

#block_1 {
	background-color:#2d2d2d;
	color: #fff;

}


.in-down {
	background-color:#000 !important;
}

.fr-blocks {
	max-width: 1000px;
	margin: 0px auto;
	font-size:15px;
	line-height: 24px;
}


.fr-blocks-ins {
	padding: 50px 20px;
	overflow:hidden;
}


#b1_left {
	width: 58%;
	float:left;
	margin-right: 2%;
}

#b1_right {
	width: 38%;
	float:left;
	text-align:right;
}

#b1_soc {
	text-align: right;
}


#block_2 table {
	margin-top: 20px;
}

#block_2 table td{
	padding: 10px;
}


#b2-knob-wrap {
	overflow:hidden;
	margin-top: 20px;
}

.b2-knob {
	float:left;
	margin-right: 15px;
}

#block_3 {
	background:url(images/gr_otzyv2.jpg) top left no-repeat;
	background-size: cover;
}

#b3_left {
	width: 58%;
	float:left;
	margin-right: 2%;
}

#b3_right {
	width: 38%;
	float:left;
	text-align:right;
	padding-top: 40px;
}

#text-otzyv {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:19px;
	color:#ffcff1;
}

#author-otzyv {
	font-size:18px;
	margin-top: 10px;
	text-shadow: 4px 4px 2px #000;
}


#more-otzyv {
	margin-top: 30px;
}






#wrap_player1 {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

#wrap_player1 video {
	position: absolute;
    top:0px;
    left: 0;
    width: 100%;
    height: 100%;
}

#player1 {
	position: absolute;
    top:-20px;
    left: 0;
    width: 100%;
    height: 100%;
}


#side-buttons-intro {
	position:absolute;
	top: 40%;
	right: 0px;
	width: 50px;
	height: 352px;
	z-index: 9999;
	
}

#sbi-pause {
	position:absolute;
	top: 0px;
	right: 5px;
	width: 45px;
	height: 30px;
	background:url(images/first-pause.png) 0px 0px no-repeat;
	cursor: pointer;
}

#sbi-mute {
	position:absolute;
	top: 70px;
	right: 5px;
	width: 45px;
	height: 30px;
	background:url(images/first-mute.png) 0px 0px no-repeat;
	cursor: pointer;
}


#sbi-down {
	position:absolute;
	top: 140px;
	right: 5px;
	width: 45px;
	height: 30px;
	background:url(images/first-down.png) 0px 0px no-repeat;
	cursor: pointer;
}

#sbi-down:hover {
	background-position: 0px -30px;
}



#sb-up {
	width: 88px;
	height: 88px;
	background: url(images/side_button.png) 0px -176px no-repeat;
	cursor:pointer;
}

#sb-up:hover {
	background-position: 0px -264px;
}

#sb-instr {
	width: 88px;
	height: 88px;
	background: url(images/side_button.png) 0px -440px no-repeat;
	cursor:pointer;
}

#sb-instr:hover {
	background-position: 0px -352px;
}

#sb-sound {
	width: 88px;
	height: 88px;
	background: url(images/side_button.png) 0px -528px no-repeat;
	cursor:pointer;
}

/*
#sb-sound:hover {
	background-position: 0px -616px;
}
*/

#sb-down {
	width: 88px;
	height: 88px;
	background: url(images/side_button.png) 0px 0px no-repeat;
	cursor:pointer;
}

#sb-down:hover {
	background-position: 0px -88px;
}

#wrap-side-buttons {
	position:fixed;
	top: 25%;
	right: -50px;
	width: 0px;
	height: 380px;
	z-index: 9999999;
	background:url(images/side_background.png) top right no-repeat;
}

#double-up {
	position:absolute;
	top: 0px;
	right: 3px;
	width: 45px;
	height:30px;
	background: url(images/dubble-up.png) 0px 0px no-repeat;
	cursor:pointer;
	display:none;
}

#double-up:hover {
	background-position: 0px -30px;
}


#side-buttons {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 50px;
	height: 168px;
	background-color: #fff;
	-webkit-transition:all 0.3s linear;
    transition:all 0.3s linear;
	
}

#side-buttons:hover {
	width: 162px;
	-webkit-transition:all 0.3s linear;
    transition:all 0.3s linear;
	background-color: none !important;
}



.sb-menu {
	position: relative;
	height: 23px;
	cursor:pointer;
	display:block;
	overflow:hidden;
}

.sb-menu:hover {
	background-color: #eaeaea;	
}

#sb-menu_1 {
	margin-top: 4px;
}

.sb-menu-text {
	position:absolute;
	top: 0px;
	left: 0px;
	text-align:right;
	text-transform:lowercase;
	color: #999;
	font-weight:700;
	font-size:14px;
	width: 112px;
	height: 18px;
	padding-top: 5px;
}

.sb-dott:hover {
	background-color: #eaeaea;	
}

.sb-dott {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 23px;
	background:url(images/sb_dott.png) 0px 0px no-repeat;
	background-color: #fff;
	
}








#sb-dott-wrap {
	
	width: 50px;
	height: 164px;
	padding-top: 4px;
	cursor: pointer;
}





#b2b-bar-wrap {
	position:absolute;
	top: 203px;
	right: 0px;
	width: 50px;
	background-color: #fff;
	-webkit-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

#b2b-bar-wrap:hover {
	width: 260px;
	-webkit-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

#b2b-bar {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 132px;
	background:url(images/b2b-bar.png) 0px 0px no-repeat;
}


#b2b-bar:hover {
	background-position: 0px -132px;
}

#b2b-side-menu {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 124px;
	background-color: #fff;
	padding-top: 8px;
}

.sbb-menu {
	width: 210px;
	height: 18px;
	padding-top: 5px;
	text-align:right;
}

.sbb-menu a {
	color: #999;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
}

.sbb-menu:hover {
	background-color: #eaeaea;	
}

#side-faq {
	position:absolute;
	top: 338px;
	right: 2px;
	height: 24px;
	font-size: 18px;
	font-weight:500;
	color: #444;
}

#side-faq:hover {
	color: #fff;
}

#side-down-arr {
	position:absolute;
	top: 362px;
	right: 2px;
	width: 45px;
	height: 30px;
	background:url(images/down-arr2.png) 0px 0px no-repeat;
	cursor: pointer;
}

#side-down-arr:hover {
	background-position: 0px -30px;
}

#top-author {
	position: absolute;
	left: 35%;
    top: 9%;
}

#top-title {
	position: absolute;
	left: 35%;
    top: 15%;
}



#top-author h2 {
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-size: 28px;
}

#top-title h1 {
	font-family: 'Oswald', sans-serif;
	color: #f322f7;
	font-size: 70px;
	text-transform: uppercase;
	
}

#top-epigraph {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #f2de8c;
	font-size: 22px;
	position: absolute;
	left: 46%;
    top: 37%;
}

#top-short-text {
	position: absolute;
	left: 46%;
    top: 48%;
	width: 45%;
	font-size: 15px;
	line-height: 25px;
}

#top-read {
	padding-top: 30px;
	text-align:right;
}

#block_5 {
	background-color:#2d2d2d;
	color: #fff;

}

/* PORTFOLIO SECTION */

#portfolio
{
    
    z-index: 8;
}

#portfolio .section-title-holder
{
    background-color: rgb(255, 186, 66);
}

#portfolio .section-title-holder span
{
    color: #e3a436;
}

.page-template-page-portfolio .section
{
    padding-top: 100px;
}

.section-content-holder.portfolio-holder
{
    background-color: transparent;
    width: 100%;
    padding: 0;
}

.portfolio-holder .portfolio-load-more-holder
{
    font-family: 'Open Sans', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    width: 430px;
    background-color: #E74C78;
    text-align: center;
}

.portfolio-holder .portfolio-load-more-holder img 
{
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder a
{
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder
{    
    margin-right: 0;
    margin-left: auto;
}

.more-posts
{ 
    display: block;
}

.more-posts:hover
{
    cursor: pointer;
}

.grid 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item 
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
}

.grid-item img 
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;    
}

.grid-sizer, .grid-item 
{
    width: 50%;
}

.grid-item.p_one_half
{
    width: 50%;
}

.grid-item.p_one
{
    width: 100%;
}

.portfolio-text-holder
{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;   
    display: none; 
	opacity: 0.5;   
}

.portfolio-text-wrapper
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-type
{
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;    
    padding-bottom: 20px;
}

.portfolio-type img 
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-text
{
    font-family: 'Open Sans', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.portfolio-sec-text
{
    font-family: 'Open Sans', sans-serif;    
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #8e8da9;
}

.grid-item a:hover
{
    color: #191919;
}

.more-posts-portfolio img
{
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover
{
    cursor: pointer;  
    transform: scale(0.9);
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}

/* END PORTFOLIO SECTION*/

#submenu a {
	font-weight:500;
	text-decoration:none;
}

#submenu a:hover {
	text-decoration:underline;
}

#front_photo img {
	width: 100%;
	height:auto;
}

#support {
	margin-top: 20px;
}

#support .b2-knob input {
	font-size: 20px;
	font-style: italic;
	color: #00FF66;
	font-weight: bold;
}


.titlecom {
  margin-top: -50px;
  margin-bottom: 30px;	
}


#form-check {
	margin-bottom:  2px;
}

#buy-form {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

#buy-form::after {
	clear: both;
}

#div-lang, #div-form, #div-name, #div-email {
	width: 300px;
	margin-right: 25px;
	float: left;
	margin-bottom: 20px;
}

#div-cost, #div-agr, #div-pay {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

input[type="button"] {
    padding: 18px 45px;
    background-color: #4c4c4c;
    cursor: pointer;
    font-weight: 400;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #FFF;
}

.form-label {
	color: #f2de8c;
}
