@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Centurygothic;
	src: url('fonts/centurygothic.ttf') format('truetype');
}
@font-face {
	font-family: Centurygothic_bold;
	src: url('fonts/centurygothic_bold.ttf') format('truetype');
}
html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Centurygothic, sans-serif;
	font-size: 10pt;
	color: #000;
	padding: 0px;
	background-color: #333;
}
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
padding: 0;
border: 0;
}

A {
	outline: none;
	text-decoration: none;
	color: #000;
}
img {
    max-width: 100%;
}
table {
	max-width: 100%;
}
A IMG {
 border: none;
}
h1 {
	font-family: Centurygothic_bold, sans-serif;
	font-size: 34pt;
	color: #C30;
	text-decoration: none;
	padding: 0px;
	display: block;
	margin-bottom: 40px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
h2 {
	font-family: Centurygothic_bold, sans-serif;
	font-size: 32pt;
	color: #C30;
	text-decoration: none;
	padding: 0px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
}

.site {
	width: 100%;
	max-width: 2000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.clear {
	clear: both;
	width: 100%;
}

/*Шапка*/
.shapka {
	height: 120px;
	width: 100%;
	display: block;
	position:relative;
	background-color: #FFF;
}
.top {
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 2;
	background-color: rgba(255,255,255,0.7);
}
.top_block {
	width: 98%;
	position:relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}



.logo_block {
	width: 20%;
	display: inline-block;
	text-align: left;
}
.logo_block a{
	display: block;
	max-width: 300px;
	text-align: left;
	position: relative;
	vertical-align: top;
	background-position: center;
}

.top_info_block {
	font-family: Centurygothic_bold, sans-serif;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	display: block;
	padding: 20px;
	position: absolute;
	z-index: 1;
	border-radius: 20px;
	left: 20px;
	top: 12%;
	color: #000;
	font-size: 18pt;
}
.top_tel_block {
	display: inline-block;
	vertical-align: top;
}
.top_call{
	width: 45px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	height: 45px;
	padding-top: 10px;
}
.tel_top {
	font-size: 24pt;
	color: #C30;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
    font-family: Centurygothic_bold, sans-serif;
}
.tel_top a{
	color: #C30;
	text-decoration: none;
}


/*Кнопки вызова верхнего меню в моб. версии*/
.but_top_menu {
	display: none;
}
/*_____________*/

.menu_block {
	position:relative;
	display: inline-block;
	text-align: right;
	width: 79%;
	vertical-align: top;
	margin-top: 20px;
}
.menu_shapka {
	font-family: Centurygothic_bold, sans-serif;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	font-size: 22pt;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	margin-right: 20px;
}
.menu_shapka a{
	color: #000;
	text-decoration: none;
	display: block;
}
.menu_shapka a:hover{
	color: #C30;
	text-decoration: none;
}
.menu_shapka_akt {
	font-family: Centurygothic_bold, sans-serif;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	font-size: 22pt;
	color: #C30;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	margin-right: 20px;
}
.menu_shapka_akt a{
	color: #C30;
	text-decoration: none;
	display: block;
	height: 30px;

}
.menu_shapka_akt a:hover{
	color: #000;
	text-decoration: none;

}
.menu_catalog_mob {
	display: none;
}

.top_banner {
	width: 100%;
	display: block;
	position: relative;
	margin-top: -120px;

}
.video_site_ban {
	display: block;
	position: relative;
}
.video_site_mob_ban {
	display: none;
	
}

/*Шапка конец*/



.block_content {
	display: block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	min-height: 600px;
}
.block_content_left {
	text-align: left;
}
.content {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-align: center;
	position: relative;
	
}
.contentcol {
	margin-left:300px;
}
.catalog_block {
	float:left;
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
}
.carousel_block {
	display: block;
	width: 100%;
	background-color: #E2E2E2;
	padding-top: 0.5px;
	position: relative;
}
.content_error {
	display: block;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 300px;
	text-align: center;
	background-image: url(img/fon/error.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	position: relative;
	margin-bottom: 20px;
}
.error_link {
	font-size: 14pt;
	color: #000;
	text-decoration: none;
	width: 120px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 350px;
}
.error_link a{
	color: #000;
	text-decoration: none;
	border: 1px solid #333;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
.error_link a:hover{
	color: #666;
	text-decoration: none;
	border: 1px solid #33C;
}
.text_content {
	width: 96%;
	font-size: 16pt;
	color: #000;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 150%;
	position: relative;
	padding: 2%;
}
.text_block {
	background-color: #fbe2c5;
	text-align: left;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.text_fon {
	width: 96%;
	font-size: 16pt;
	color: #000;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 150%;
	position: relative;
	padding: 2%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C30;
	border-bottom-color: #C30;
}
.index_cikl_1 {
	vertical-align: top;
	display: inline-table;
	margin: 2%;
	width: 45%;
	position: relative;
}
.index_cikl_1_icon {
	vertical-align: top;
	display: table-cell;
	width: 30%;
}
.index_cikl_1_text {
	font-family: Centurygothic_bold, sans-serif;
	vertical-align: middle;
	display: table-cell;
	width: 65%;
	font-size: 20pt;
	color: #000;
	text-align: left;
	padding-left: 4%;
}
.index_cikl_2 {
	vertical-align: top;
	display: inline-block;
	width: 33%;
	position: relative;
}
.index_cikl_2_zag {
	font-family: Centurygothic_bold, sans-serif;
	vertical-align: middle;
	display: block;
	font-size: 30pt;
	color: #C30;
	text-align: center;
}
.index_cikl_2_text {
	font-family: Centurygothic_bold, sans-serif;
	display: block;
	font-size: 20pt;
	color: #000;
	text-align: center;
	margin-top: 20px;
}


/*Кнопки вызова фильтров и меню в моб. версии*/
.but_left_menu {
	display: none;
}
#background_left_menu {
	display: none;
}
.but_left_filtr {
	display: none;
}
.otstup_filtr {
	display: none;
}
/*_____________*/

.block_left {
	display: block;
	float: left;
	width: 250px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.block_left_nav {
	display: block;
	width: 240px;
}
.left_zag {
	font-size: 14pt;
	color: #000;
	text-align: left;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.left_zag a{
	color: #000;
	text-decoration: none;
}
.left_zag a:hover{
	color: #C30;
	text-decoration: none;
}
.block_left_foto {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
.left_zag_filtr {
	width: 240px;
	font-size: 13pt;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	height: 28px;
	background-color: #000;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
	padding-top: 5px;
}
.filtr_name {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.filtr_input {
	font-size: 10pt;
	color: #000;
	display: block;
}
.left {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.line_filtr {
	display: none;
}

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}

ul#menu a {
	display: block;
	text-decoration: none;
	outline: none;
	
}

ul#menu li {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 5px;
}

ul#menu li a {
	display: block;
	color: #000;
	font-size: 12pt;
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

ul#menu li a:hover {
	color: #C30;
}

ul#menu li ul li {
	margin-top: 5px;
}

ul#menu li ul li a {
	margin-top: 0px;
	display: block;
	color: #000;
	font-size: 11pt;
	text-decoration: none;
	padding-top: 5px;
	margin-left: 0px;
	font-weight: normal;
}
ul#menu li ul li a:hover {
	color: #C30;
}
ul#menu li ul li ul li a {
	display: block;
	color: #000;	
	font-size: 10pt;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#menu li ul li ul li a:hover {
	color: #C30;
}
ul#menu li ul li ul li ul li a {
	display: block;
	color: #000;	
	font-size: 10pt;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#menu li ul li ul li ul li a:hover {
	color: #C30;
}

.yarlik {position: absolute; top:0px; left:0px;}

/*Меню категории начало*/
.catalog_menu {
	width: 30%;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	margin-left: 1.5%;
	margin-right: 1.5%;
	vertical-align: top;
	background-color: #C30;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.link_catalog_menu a{
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
}

.foto_catalog_menu {
	width: 100%;
	height: 250px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	display: block;
}

.zag_catalog_menu {
	display: table;
	width: 95%;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 50px;
	font-size: 14pt;
	color: #FFF;
	font-weight: bold;
	line-height: 120%;
	vertical-align: middle;
	padding-top: 5px;
}
	.zag_catalog_menu a{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.zag_catalog_menu a:hover{
	color: #000;
	text-decoration: none;
}

/*Меню категории конец*/


.vid_catalog_1 {
	color: #FFF;
	font-size: 8pt;
	background-color: rgba(255,0,0,0.7);
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0;
	right: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-radius: 0 0 10px 10px;
}
.vid_catalog_2 {
	color: #FFF;
	font-size: 8pt;
	background-color: rgba(51,102,153,0.7);
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0;
	right: 0;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-radius: 0 0 10px 10px;
}
.vid_catalog_3 {
	color: #FFF;
	font-size: 8pt;
	background-color: rgba(95,192,48,0.8);
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0;
	right: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-radius: 0 0 10px 10px;
}



.nav_catalog {
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.nav_catalog a{
	color: #000;
	text-decoration: none;
}
.nav_catalog a:hover{
	color: #000;
	text-decoration: underline;
}


.catalog_tovar {
	width: 30%;
	min-width: 250px;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	margin-left: 1.5%;
	margin-right: 1.5%;
	vertical-align: top;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.catalog_tovar:hover {
-moz-transform: scale(0.8);-webkit-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
}
.link_catalog_tovar a{
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
}

.foto_catalog_tovar {
	width: 100%;
	height: 300px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.zag_catalog_tovar {
	width: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.zag_catalog_tovar_text {
	width: 100%;
	font-size: 16pt;
	color: #000;
	text-decoration: none;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	line-height: 110%;
	border-left: 4px solid transparent;
	border-image: linear-gradient(#C30 50%, #000 50%);
	border-image-slice: 1;
	padding-left: 20px;
}
.zag_catalog_tovar a:hover{
	color: #C30;
	text-decoration: none;
}

.pdf a{
	display: block;
	height: 30px;
	width: 100%;
	background-image: url(img/fon/pdf_icon.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 50px;
	margin-top: 20px;
	color: #333;
	text-decoration: none;
}
.pdf a:hover{
	color: #333;
	text-decoration: underline;
}
.otstup {
	display: block;
	height: 20px;
	width: 100%;
}

.content_tov {
	display: block;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.img_tov_min {
	display: block;
	float: left;
	height: 60px;
	border: 1px solid #CCC;
	margin: 5px;
}
.img_tov_min:hover {
	border: 1px solid #C00;
}
.tovar_video_block {
	display: block;
	width: 675px;
}

.tovar_foto_block {
	display: block;
	float: left;
	width: 53%;
	margin-right: 4%;
	position: relative;
	margin-top: 10px;
}
      #gallery-1 {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-align: center;
}
.img_tov_big {
	display: block;
	width: 100%;
	margin-top: 10px;
		border-radius: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.img_tov_big:hover {
	border: 1px solid #fff;
}
.nal_tovar {
	font-size: 10pt;
	color: #390;
	text-decoration: none;
	padding-bottom: 10px;
}
.nal_tovar_0 {
	font-size: 10pt;
	color: #999;
	text-decoration: none;
	padding-bottom: 10px;
}

.tovar_right_block {
	display: block;
	float: left;
	text-align: left;
	width: 43%;
	font-size: 14pt;
}

.link_tov a{
	font-size: 13pt;
	color: #390;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.link_tov a:hover{
	color: #6CF;
	text-decoration: none;
}
.zag_tovar {

}

.tovar_right_text_block {
	display: block;
	text-align: left;

}
.tovar_right_text_zag {
	font-size: 25pt;
	color: #000;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}
.tovar_right_text {
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.tov_cena {
	font-size: 20pt;
	color: #390;
	text-decoration: none;
}
.tov_cena_red {
	font-size: 20pt;
	color: #C30;
	text-decoration: none;
}
.tov_cena_start {
	font-size: 13pt;
	color: #999;
	text-decoration: line-through;
}
.tov_cena_dist {
	font-size: 14pt;
	color: #C30;
	font-weight: bold;
}
.tov_cena_kupon {
	font-size: 14pt;
	color: #390;
	font-weight: bold;
}
.tov_info {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.tov_prim {
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	display: block;
	height: 20px;
}
.tov_vid {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}
.tov_vid_red {
	font-size: 12pt;
	color: #C30;
}
.tov_vid_green {
	font-size: 12pt;
	color: #390;
}
.tov_vid_blue {
	font-size: 12pt;
	color: #6CF;
}
.tov_info_zag {
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	display: block;
	height: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nal_bask_tov {
	
	font-size: 13pt;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	background-color: #ccc;
	width: 180px;
	text-align: center;
	display: block;
	margin-top: 15px;
}
.col_for_bask {
	width: 30px;
	height: 15px;
	text-align: center;
}
.quantity-block {
	font-size: 10pt;
	display: inline-block;
	margin-top: 25px;
	vertical-align: top;
	margin-right: 10px;
}
.quantity-arrow-minus,
.quantity-arrow-plus {
	cursor: pointer;
	font-size: 12pt;
	height: 15px;
	outline: none;
	text-align: center;
	border: 1px solid #333;
	background-color: #E2E2E2;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 5px;
	font-weight: bold;
}
#quantity-num {
	font-size: 11pt;
	width: 30px;
	height: 15px;
	text-align: center;
	margin-right: 2px;
	outline: none;
	font-weight: bold;
	color: #000;
}
.counter {
	font-size: 10pt;
	width: 50px;
	height: 15px;
	text-align: center;
	outline: none;
	font-weight: bold;
	color: #000;
}
.link_bask_tov {
	width: 180px;
	display: inline-block;
	margin-top: 20px;
}
.link_bask_tov a{	
	font-size: 12pt;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	background-color: #6CF;
	width: 180px;
	border: 1px outset #FFF;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
}
.link_bask_tov a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #390;
}

.link_basket_tov {
	font-size: 12pt;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	background-color: #390;
	cursor: pointer;
	width: 180px;
	text-align: center;
	display: inline-block;
	border: 1px outset #FFF;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	margin-right: 10px;
}
.link_basket_tov:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #6CF;
	outline:none;
}


/* Заказ в один клик */
.popup-checkbox, .popup {
  display: none;
}

.popup {
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #000;
}

.popup:before {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}

.popup-content {
	width: 350px;
	border: 3px solid #ddd;
	position: absolute;
	border-radius: 10px;
	z-index: 30000;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px;
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}


.popup-closer {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #C30;
	font-size: 20px;
	border: 1px solid #999;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -25px;
	margin-right: -25px;
	background-color: #FFF;
}

.popup-closer:hover {
	color: #fff;
  background-color: #C30;
}

.popup-closer_fon {
  display: block;
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.popup-checkbox:checked + .popup {
  opacity: 1;
  display: block;
}
.zakaz_tovar {
	font-family: Centurygothic, sans-serif;
	font-size: 12pt;
	color: #fff;
	text-align: center;
	background-color: #666;
	border-color: #fff;
	padding: 5px;
	width: 200px;
	text-decoration: none;
	margin-top: 20px;
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 5px;
}
.zakaz_tovar:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: none;

}
.zayavka_tovar {
	font-family: Centurygothic, sans-serif;
	font-size: 12pt;
	color: #fff;
	text-align: center;
	background-color: #666;
	border-color: #fff;
	padding: 5px;
	width: 100%;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 5px;
}
.zayavka_tovar:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: none;

}
.zakaz_tovar_zag {
	font-size: 14pt;
	font-family: Centurygothic, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.zakaz_tovar_pole {
	width: 97%;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	height: 20px;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 10pt;
	color: #333;
}
.zakaz_tovar_pole_big {
	width: 97%;
	min-width: 97%;
	max-width: 97%;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	height: 50px;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 10pt;
	color: #333;
}

.zakaz_tovar_button {
	font-family: Centurygothic, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #666;
	border-color: #fff;
	cursor: pointer;
	margin-right: auto;
	outline:none;
	display: block;
	margin-left: auto;
	margin-top: 20px;
}
.zakaz_tovar_button:hover {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
	outline:none;

}

/* Заказ в один клик конец*/

.but_akciya a{
	
	font-size: 13pt;
	color: #404040;
	text-decoration: none;
	border-radius: 5px;
	background-color: #b9e71e;
	width: 180px;
	border: 1px outset #CCC;
	text-align: center;
	display: block;
	margin-top: 20px;
}

.but_akciya a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}
.zag_akciya {
	width: 680px;
	font-size: 14pt;
	color: #FFF;
	background-color: #C30;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.img_akciya {
	width: 700px;
}

.block_left_akciya {
	display: block;
	width: 250px;
}
.left_akciya {
	display: block;
	width: 236px;
	margin-top: 20px;
	background-color: #CCC;
	padding: 5px;
	border: 2px dashed #C30;
	margin-right: auto;
	margin-left: auto;
}
.img_akciya_left {
	width: 236px;
	display: block;
}
.block_statya {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.nam_statya a{
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 11pt;
	color: #000;
	text-decoration: none;
}
.nam_statya a:hover{
	color: #000;
	text-decoration: underline;
}
.anons_statya a{
	display: block;
	width: 100%;
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
.anons_statya a:hover{
	color: #666;
	text-decoration: none;
}
.text_akciya {
	font-size: 14pt;
	color: #000;
	text-decoration: none;
	text-align: justify;
	display: block;
}
.top_foto {
	display: block;
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	height: 400px;
	border: 1px solid #000;
}


/* Слайдер с навигацией */
#wrapper {
	display: block;
	width: 740px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 450px;

}
#containers {
	position:relative;
	height:450px;
}



.pag {
	width:650px;
	top:400px;
	height:25px;
	display: block;
	text-align: center;
}
.pagination {
	display: block;
	width:200px;
	list-style:none;
	height:25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.pagination li {
	cursor:pointer;
	height:15px;
	width:15px;
	background:#ccc;
	border:1px solid #ccc;
	display: inline-block;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	border-radius: 10px;
}
.pagination li:hover {
	border:1px solid #999;
	background-color: #CCC;
}
.pagination li.current {background:#fff; border:1px solid #ccc;}


.pages_nav {
	
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: auto;
	display: inline-block;
	margin-top: 20px;
}

.pages_nav a{
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.pages_nav a:hover{
	font-size: 11pt;
	color: #000;
	text-decoration: none;
}

.but_nav_block {
	text-align: center;
	float: left;
}

.but_nav {
	font-family: Centurygothic, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	cursor:pointer;
	color: #000;
	border: none;
	outline: none;
}
.but_nav:hover {
	background-color: #fff;
	cursor:pointer;
	color: #999;
	outline: none;
}


.but_nav_dis {
	font-family: Centurygothic, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #C30;
    background-color: #fff;
	border: none;
}




.slider {
	width:100%;
	min-width:1200px;
	height:600px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
	list-style:none;
	margin-top: 20px;
}
.slider .bd {
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px
}
.slider .bd li {
	width:1000px;
	height:600px;
	overflow:hidden;
}
.slider .bd li img {
	display:block;
	width:1000px;
	height:600px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

   .slider .bd li img {
	margin-top: -16px; /* для Chrome и Safari */
   }
  }

.slider .tempWrap {
	overflow:visible !important
}
.slider .tempWrap ul {
	margin-left:-1000px !important;
}
.slider .hd {
	position:absolute;
	width:100%;
	left:0;
	z-index:1;
	height:8px;
	bottom:20px;
	text-align:center;
}
.slider .hd li {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:8px;
	height:8px;
	line-height:99px;
	overflow:hidden;
	background:url(slid/images/slider-btn.png) 0 -10px no-repeat;
	margin:0 5px;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .hd li.on {
	background-position:0 0;
	filter:alpha(opacity=100);
	opacity:1;
}
.slider .pnBtn {
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	height:600px;
	cursor:pointer;
}
.slider .prev {
	left:-50%;
	margin-left:-500px;
}
.slider .next {
	left:50%;
	margin-left:500px;
}
.slider .pnBtn .blackBg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:600px;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.85;
}
.slider .pnBtn .arrow {
	display:none;
	position:absolute;
	top:0;
	z-index:1;
	width:60px;
	height:600px;
}
.slider .pnBtn .arrow:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .prev .arrow {
	right:0;
}
.slider .next .arrow {
	left:0;
}

.skew-right {
	height: 0;
	width: 300px;
	border-bottom: 40px solid #ec3504;
	border-left: 30px solid transparent;
	position: relative;
}
.skew-left {
	height: 0;
	width: 300px;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	border-bottom-width: 40px;
	border-left-width: 30px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0066FF;
}
.name-right {
	font-size: 14pt;
	color: #FFF;
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	position: absolute;
}

.user_link a{
	text-decoration: none;
	color: #3A3A3A;
	font-size: 13pt;
}
.user_link a:hover{
	text-decoration: none;
	color: #666;
}

/*Спойлер*/
.spoiler_block {
	display: block;
	margin-top: 20px;
	text-align: left;
	border-left: 4px solid transparent;
	border-image: linear-gradient(#C30 50%, #000 50%);
	border-image-slice: 1;
	padding-left: 20px;
	
}
.spoiler_content {
	display: block;
	margin-top: 10px;
	text-align: left;
	
}
 .spoiler_body {
	font-size: 10pt;
	display:none;
	margin-top: 10px;
	position: relative;
}
 .spoiler_body_cikl {
	vertical-align: top;
	display: inline-block;
	margin: 2px;
	height: 150px;
	position: relative;
}
 .spoiler_body_cikl_img {
	height: 150px;
}
 .spoiler_links {
	width: 90%;
	position: relative;
	text-align: left;
	background-color: #E2E2E2;
	font-size: 16pt;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	cursor:pointer;
	display: block;
	padding-right: 8%;
	padding-bottom: 5px;
	padding-left: 2%;
	font-weight: normal;
	background-image: url(img/fon/marker_plus.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}
.spoiler_links a{
	background-color: #F1F1F1;
	color: #000;
	text-decoration: none;
}
.spoiler_links:hover{
	background-color: #CCC;
	color: #FFF;
	text-decoration: none;
}
.spoiler_links a:hover{
	background-color: #CCC;
	color: #FFF;
	text-decoration: none;
}

 .spoiler_tab {
	font-size: 11pt;
	color: #333;

}
 /*Спойлер конец*/
 
.cikl_galery_detail {
	height: 200px;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.img_galery_detail {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #3b5998;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
		
}
.img_galery_detail:hover {
	-moz-transform: scale(0.8);-webkit-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
}

.block_forma_zayavka {
	display: block;
	width: 100%;
	background-size: cover;
	padding-bottom: 10px;
	background-color: #EFEFEF;
}
.block_forma_zag_zayavka {
	width: 98%;
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ccc;
	font-size: 13pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
}
.block_forma_pole_zayavka {
	font-family: Centurygothic, sans-serif;
	display: inline-block;
	width: 40%;
	height: 30px;
	border: 1px solid #999;
	padding-left: 10px;
	color: #666;
	font-size: 12pt;
	margin-top: 2%;
	margin-right: 2%;
	margin-left: 2%;
}
.block_forma_zirka_zayavka {
	color: #C30;
	font-size: 14pt;
}
.forma_cap_block_zayavka {
	width: 120px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 2%;
	background-color: #FFF;
}
.forma_cap_zayavka {
	width: 60px;
	float: left;
	height: 20px;
}

.forma_cap_pole_zayavka {
	width: 55px;
	float: right;
	height: 18px;
	text-align: center;
	border: none;
}
.block_forma_but_zayavka {
	display: block;
	font-size: 12pt;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #000;
	text-align: center;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.block_forma_but_zayavka:hover{
	color: #fff;
	text-decoration: none;
	background-color: #999;

}

.cikl_video {
	height: 250px;
	width: 30%;
	min-width: 150px;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 10px;
}

.niz_block {
	width: 100%;
	display: block;
	position: relative;
	background-color: #C30;
	padding-top: 20px;
	padding-bottom: 20px;
}


.niz {
	width: 90%;
	position:relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 10pt;
	text-decoration: none;
}
.niz a{
	color: #FFF;
	text-decoration: none;
}
.niz a:hover{
	color: #000;
	text-decoration: none;
}
.niz_left{
	float: left;
	width: 200px;
	display: block;
	text-align: left;
}


.niz_center {
	display: block;
	position: absolute;
	left: 220px;
	right: 270px;
	text-align: center;
	
}
.niz_logo a{
	width: 250px;
	margin-top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.niz_name {
	font-family: Centurygothic_bold, sans-serif;
	text-align: center;
	display: block;
	font-size: 16pt;
	color: #FFF;
	text-decoration: none;
	margin-top: 20px;
}
.niz_name a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.niz_name a:hover{
	color: #000;
	text-decoration: none;
}

.menu_niz_block {
	text-align: left;
	display: block;
}
.menu_niz {
	font-family: Centurygothic_bold, sans-serif;
	text-align: left;
	display: block;
	font-size: 13pt;
	color: #FFF;
	text-decoration: none;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu_niz a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.menu_niz a:hover{
	color: #000;
	text-decoration: none;
}

.niz_right {
	float: right;
	width: 250px;
	display: block;
	position: relative;
	text-align: right;
	font-size: 9pt;
	color: #FFF;
}
.niz_info_block {
	font-family: Centurygothic_bold, sans-serif;
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 12pt;
	margin-top: 20px;
}
.niz_tel_block {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.niz_call{
	width: 25px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	height: 25px;
	padding-top: 10px;
}
.tel_niz {
	font-size: 14pt;
	color: #FFF;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
    font-family: Centurygothic_bold, sans-serif;
}
.tel_niz a{
	color: #FFF;
	text-decoration: none;
}


/* Живой поиск */

.poisk_block {
	width: 100%;
	position:relative;
	display: block;
	height: 23px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: 20px;
}
.poisk_but {
	background-image: url(img/fon/search.png);
	background-repeat: no-repeat;
	width: 24px;
	float: right;
	border: none;
	display: block;
	cursor: pointer;
	outline: none;
	height: 23px;
}
.poisk_but:hover {
	outline: none;
}
.search{
   position:relative;
 
}
.who{
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	width: 80%;
	padding-left: 10px;
	float: left;
	border: none;
	outline: none;
	height: 19px;
	background-color: #fff;
}
.search_result{
	background: #FFF;
	border: none;
	width: 100%;
	max-height:360px;
	overflow-y:scroll;
	display:none;
	margin-left: 0px;
	position:absolute;
	z-index: 100;
	margin-top: 22px;
	padding: 0px;
	text-align: left;
}
.search_result a{
	text-decoration: none;
	color: #000;
}
.search_result li{
	list-style: none;
	color: #000;
	border-bottom: 1px #ccc solid;
	cursor: pointer;
	transition:0.3s;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.search_result li:hover{
	background-color: #B6CEE7;
}
/* /Живой поиск */


.block_form_content {
	width: 50%;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1600px) {
.top_info_block {
	top: 13%;
}
.tovar_right_block {
	font-size: 13pt;
}
}
@media (max-width: 1500px) {

.top_info_block {
	top: 14%;
}
.tovar_right_block {
	font-size: 12pt;
}
}
@media (max-width: 1300px) {
.top_call{
width: 35px;
height: 35px;	
}
.tel_top {
	font-size: 22pt;

}
.top_info_block {
	top: 15%;
}
.menu_block {
	margin-top: 15px;
}
.menu_shapka {
	font-size: 20pt;

}
.menu_shapka_akt {
	font-size: 20pt;
}
.tovar_right_block {
	font-size: 11pt;
}
}
@media (max-width: 1200px) {
.menu_shapka {
	font-size: 18pt;

}
.menu_shapka_akt {
	font-size: 18pt;
}
}

