@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

body{
	padding: 0;
	margin: 0;
	font-style: normal;
	font-size: 14px;
}

td,
p,
div,
input,
textarea {
	font-family: 'Roboto', Arial, Helvetica;
	font-style: normal;
}
  
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
	font-size: 100%; 
	margin: 0 0 15px;
}

td {
	vertical-align: top;
}

a {
	color:#000;
	text-decoration: underline
}

h1 {
	font-size: 2em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
}

p {
	margin: 0 0 15px 0;
}
#mainbox {
	margin: 0 auto;
	width: 860px;
}

#mainarea {
	border: solid 1px;
    border-color: #76c495;
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
	border-right-width: 2px !important;
	border-left-width: 2px !important;
	border-left-color: #D3FBBD !important;
	border-right-color: #D3FBBD !important;
	padding-left: 30px;
	padding-right: 30px;
	color: #85868c;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.5em;
}

/* тропа ссылок на родительские страницы */
.tropa {
	margin: 15px 0 50px 0;
	text-align: center;
	font-family: 'Roboto', sans-serif, sans-serif; 
	font-size: 1em; 
	color: #85868c;
}
.tropa a {
	color: #85868c;
	text-decoration: none;
	font-size: 1em;
}
.tropa a:hover {
	text-decoration: underline;
}
/* конец */

/* товар */
.catimg {
	border: 1px solid #99999b; 
	padding: 2px; 
	margin: 0 15px 15px 0;
	vertical-align: middle;
	background-color: #f2f2f2;
}
.catimg img {
	border: 1px solid #99999b; 
}




/* горизонтальное меню */
/** подключает flex-контекст для всех его непосредственных потомков  **/
#menu-box{
	position: fixed;
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-ms-flex;
	background-color: #858585;
    margin: 0 auto;
    width: 100%;
	opacity: 0.9;
}

#topmenu, #topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu {
	min-width: 560px;
	margin: 0px auto;
}
#topmenu: before,
#topmenu: after {
	content: "";
	display: table;
}
	
#topmenu:after {
	clear: both;
}
	
#topmenu li {
	float: left;
	position: relative;
}
	
#topmenu a {
	display: block;
	padding: 12px 20px;
	color: #e8e8e8;
	font-size: 1em;
	text-decoration: none;
	font-family: 'Roboto', Arial, Helvetica;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase; 
}

#topmenu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background-color: #858585;
}

#topmenu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
	
#topmenu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
}
	
#topmenu ul li {
	float: none;
	display: block;
	border: 0;
}
	
	
#topmenu ul a {    
	padding: 10px;
	width: 180px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: uppercase;
	font-size: 0.8em;
}
	
#topmenu ul a:hover {
	background-color: #0186ba;
}


/* вертикальное меню */
.menuleft {
	margin-top: 20px;
	border: 1px solid #bd0808;
	background: url('../images/bg_menu.jpg')
}

.menuleft ul,
.menuleft li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menuleft a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;	
}

.menuleft li:hover,
.menuleft li.active {
	background: linear-gradient(to bottom, #c40000, #5f0000);
}


.menuleft_cont li:hover a,
.menuleft_cont li.active a {
	color: #fff;
}

/*
    width: 100%;
*/
#footer {
	text-align: center;
    margin: 0 auto;
	opacity: 1;
	display: block;
	padding: 6px 2px 2px 2px;
	color: #e8e8e8;
	font-size: 1em;
	text-decoration: none;
	font-family: 'Roboto', Arial, Helvetica;
	font-style: normal;
	font-weight: 400;
	text-transform: none; 
	background-color: #858585;
}



/* каталог в каталоге  */
.dobkat {
	padding: 0px 15px 15px 0px;
} 
.dobkat_img {}
.dobkat_chpt a {
	color: #000; 
	text-decoration: underline;
}


/* каталог */
/* 1 ряд */
.cat_1_chpt {
	margin-bottom: 5px;
}
.cat_1_chpt a {
	color: #000; 
	text-decoration: underline;
}
.cat_1_img {
	text-align: right;
}
.cat_1_img img {
	margin: 0px 0px 0px 15px;
}

/* несколько в ряд */
.cat_2 {
	padding: 0px 10px 15px 10px; 
	text-align: center
}
.cat_2_chpt {
	margin-bottom: 5px;
}
.cat_2_chpt a {
	color: #000; 
	text-decoration: underline;
}
.cat_2_img {
	text-align: center;
}
.cat_2_img img {}

.cat_cena {}

.news_cat {
	margin: 10px 0px;
}
.news_cat p {
	margin: 0; 
	padding: 0;
}
.news_chpt {
	font-size: 12px; 
	line-height: 1.5;
}
.news_chpt a {
	color: #3000; 
	text-decoration: none;
}

.news_podr {
	margin: 10px 0px 0px 0px;
}
.news_podr a {
	color: #000; 
	text-decoration: none;
}
.news_podr a:hover {
	text-decoration: underline;
}

.newskat {
	padding: 0px 10px 15px 10px; 
	text-align: center;
}
.newskat_chpt {
	margin-bottom: 5px;
}
.newskat_chpt a {
	color: #000; 
	text-decoration: none;
}
.newskat_date {
	font-size: 11px;
}
.newskat_img {
	text-align: center;
}


/* оформление позиций lower-level  */
/* 1 ряд */
.lower_1 {}
.lower_1 img {
	margin: 0px 15px 15px 0px;
}
.lower_1_chpt {}
.lower_1_chpt a {
	color: #000; 
	text-decoration: underline;
}

/* несколько в ряд */
.lower_2 {
	padding: 0px 10px 15px 10px; 
	text-align: center;
}
.lower_2_chpt {
	margin-bottom: 5px;
}
.lower_2_chpt a {
	color: #000; 
	text-decoration: underline;
}
.lower_2_img {
	text-align: center;
}




/* оформление отзывов  */
.reviews_item {
	border: solid 1px gray;
	border-radius: 10px;
	margin: 10px;
	padding: 12px 10px;
}

.reviews_item_chpt {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.reviews_item_chpt a {
	text-decoration: none;
	color: #000
}



/* строка новостей и анонсов  */


/* оформление отзывов  */
.chapter_otz {
	padding-bottom: 15px;
	font-family: "Arial", sans-serif;
	font-size: 14px; color:#093e45;
	font-weight: bold; 
	margin-left: 3px;
	text-transform: uppercase;
}



.reviews_item {
	border-bottom: 1px solid #625347;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

.reviews_item_chapter {
	color: #093e45;
	font-weight: bold;
	margin-bottom: 5px;
}

.reviews_item_chapter a {
	color: #093e45;
}

.r_body {
	margin: 10px 0;
}



.container_otz {
	position: relative;
	margin: 0 0 30px 0;
	border: 1px solid #ad342b;
}

.container_otz h4 {
	color: #fff;
	background: #ad342b;
	padding: 10px 0;
	margin: 0;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.container_otz #reviews_item {
	margin: 0;
	padding: 10px 7px;
}

.container_otz #reviews_item p {
	text-align: justify;
	padding: ;
	margin: 0;
}

.container_otz {
	text-align: center;
}

.str_otziv {
	top: 130px;
	position: absolute;
	display: block;
	background: rgba(173, 52, 43, 0.5);
	cursor: pointer;
}

.str_otziv:hover {
	background: rgba(173, 52, 43, 1);
}

.str_otziv_l {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	left: 0;
	padding: 5px 7px 5px 3px;
}

.str_otziv_r {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	right: 0;
	padding: 5px 3px 5px 7px;
}


.str_otziv:active {

}

.str_otziv .fa {
	font-size: 26px;
	color: #fff;
}

.otziv_gost {
	margin-bottom: 15px;
}

.otziv_gost td {
	padding: 5px 8px;
	background: rgba(165, 165, 165, 0.1);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.otziv_gost td img {
	margin: 5px 0;
}

.otziv_gost td input[type="text"],
.otziv_gost td textarea {
	border: 1px solid #625347;
	padding: 3px;
}


/* блок подробнее...  */
.opis {
	display: none;
} 
#opislink11 {
	text-decoration: underline;
}

/* блок статей */
#viktory a {}

.arial {
	font-family: arial;
}
.times {
	font-family: times new roman;
}
.tahoma {
	font-family: tahoma;
}
.verdana {
	font-family: verdana;
}
.georgia {
	font-family: georgia;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.center {
text-align: center;
}
.right {
text-align: right;
}

.white {
	color: white;
}
.black {
	color: black;
}
.red {
	color: #CC3333;
}
.green {
	color: green;
}
.orange {
	color: orange;
}
.brown {
	color: #804040;
}
.blue {
	color: #307be5;
}
.violet {
	color: violet;
}
.gray {
	color: #959595;
} 
.yellow {
	color: yellow;
}

.blue_back { 
	background-color:#C0E4F7;
}
.green_back { 
	background-color:#5ebf5e; 
}
.lgreen_back { 
	background-color:#D1F7C0; 
}
.white_back { 
	background-color: white; 
}
.yellow_back { 
	background-color: #F7F5C0; 
}
.brown_back {
	background-color: #c0b19a;
}
.lbrown_back { 
	background-color: #eaeae8; 
}

.tr_blue_back td { 
	background-color:#C0E4F7; 
}
.tr_green_back td {
	background-color:#5ebf5e;
}
.tr_white_back td { 
	background-color: white;
}
.tr_yellow_back td {
	background-color: #F7F5C0;
}
.tr_brown_back td {
	background-color: #c0b19a;
}
.tr_gray_back td { 
background-color: #eaeae8; 
}
.tr_lgreen_back td {
background-color:#D1F7C0; 
}
.tr_lbrown_back td { 
background-color: #eaeae8; 
}
.tr_lred_back td { 
background-color: #F9CFCF; 
}
.tr_lviolet_back td { 
background-color: #E9E3FA; 
}

.pt8 {
	font-size: 8pt;
}
.pt9 {
	font-size: 9pt;
}
.pt10 {
	font-size: 10pt;
}
.pt12 {
	font-size: 12pt;
}
.pt14 {
	font-size: 14pt;
}
.pt16 {
	font-size: 16pt;
}

.undecor {
	text-decoration: none;
}
.decor {
	text-decoration: underline;
}
.border {
	border-width: 1px; 
	border-color: green; 
	border-style: solid; 
	padding: 1px; 
	margin: 1px;
}

.right { 
	text-align: right; 
}
.left { 
	text-align: left; 
}
.justify { 
	text-align: justify;
}

.middle { 
	vertical-align: middle;
}
.top { 
	vertical-align: top; 
}
.bordertd {
	border: 1px solid gray;
}

.uppercase {
	text-transform: uppercase;
}
.nodecor {
	text-decoration: none;
}

.tdborder { 
	border: 1px solid gray; 
	padding: 3px; 
}

/*все русские комментарии необходимо закрывать пустым комментарием, либо сохранять CSS-файл в кодировке UTF-8, это позволит избежать глюков в IE6 и ниже, связанных с необработкой стилей после употребления кириллицы в комментариях в css-файлах, подключаемых к странице, которая сохранена в кодировке UTF-8 *//**/
a.button {
	display: block;
	float: left; /* чтобы кнопка не растягивалась на всю ширину родительского блока, а ограничивалась текстом *//**/
	font: bold 12px arial, sans-serif;
	color: #555;
	text-decoration: none;
	background: url(../images/button/button_r.gif) top right no-repeat;
	padding-right: 25px; /* отступ для "раздвижных дверей" *//**/
	outline: none; /* убираем точечную обводку в FireFox, которая появляется при клике *//**/
}
a.button span {
	display: block;
	line-height: 13px;
	background: url(../images/button/button_l.gif) no-repeat;
	padding: 7px 0 13px 23px;
}
a.button:hover {
	background-position: 100% -33px;
}
a.button:hover span {
	background-position: 0% -33px;
	color: #222;
}
a.button:active {
	background-position: 100% -66px;
}
a.button:active span {
	background-position: 0% -66px;
	color: #222;
	padding: 8px 0 12px 23px; /* опускаем текст на 1px *//**/
}

/* таблица с заказом на странице order.php */

#div_delivery, 
#div_delivery_2,
#div_delivery_3 {
	display: none;
}


table.order_table {
}
table.order_table td {
	border-bottom: 1px dashed #5e5e5e;
	padding: 6px;
}

.order_table td:nth-child(3),
.order_table td:nth-child(4),
.order_table td:nth-child(5) {
	white-space: nowrap;
	text-align: center;
}

.order_table_header td {
	font-style: italic;
}

.order_pic {
	border: 1px solid #d1d1d1;
	text-align: center;
	margin: 10px 0;
}

.order_chapter {
	display: block;
	margin: 0 0 5px;
	color: #1466ba;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}

.order_cost {
	color: #012f5f;
	font-size: 21px;
	font-weight: bold;
	padding: 0 5px;
}

.order_td_nobord {
	border-bottom: none
}


.order_table_kontakt {
	border: 1px dashed #5e5e5e;
}

.order_table_kontakt td {
	padding: 6px;
}

.order_table_kontakt_chapter {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #09529d;
}

.order_table_kontakt input[type=text] {
	border: 1px solid #afafaf;
	height: 20px;
	padding: 2px 5px;
	width: 250px;
	margin-right: 5px;
}

.order_table_kontakt #div_delivery_2 input[type=text] {
	width: 180px;
}


.order_table_kontakt  #div_delivery_2 .pasp td input[type=text] {
	width: 100px;	
}

.order_table_kontakt select {
	border: 1px solid #afafaf;
	padding: 2px 5px;
	margin-right: 5px;
}

.order_table_kontakt textarea {
	border: 1px solid #afafaf;
	padding: 2px 5px;
	width: 250px;
	margin: 0px 5px 5px 0;
}

.div_delivery {
	padding-top: 10px;
}

.info_dost p {
	margin: 0 50px 10px;
}


label.error {
	color: #ff0000;
	background: #fff5f5;
	border: 1px solid #ff0000;
	padding: 5px 3px;
	display: inline-block;
	max-width: 195px;
}

.pasp_td label.error {
	display: block;
	float: right;
	width: 90px;	
}

#div_delivery label.error {
	display: block;
	float: right;
	margin-right: 135px;

}

.er_mail label.error {
	display: block;
	float: right;
	width: 195px;
}

.order_table_kontakt input[type=text].error,
.order_table_kontakt select.error,
.order_table_kontakt textarea.error {
	border: 1px solid #ff0000;
}

/* конец подтверждение заказа */


/* информационные сообщения */
.message_ok {
	padding: 10px;
	margin: 10px 0px;
	font-family: georgia;
	font-size: 14px;
	text-align: left;
	font-weight: none;
	color: green;
	border: 1px solid green;
	width: 300px;
}

.message_error {
	padding: 10px;
	margin: 10px 0px;
	font-family: georgia;
	font-size: 14px;
	text-align: left;
	font-weight: none;
	color: red;
	border: 1px solid red;
	width: 300px;
}
a.aback {
	color: #454545;
	text-decoration: underline;
}
a.aback:hover {
	color: #454545; 
	text-decoration: none;
}
/* конец информационные сообщения */

/* верхнее меню личного кабинета */
.kabinet_menu { 
	background-color: transporent;	
	margin: 0px;
	padding: 0px;
}
.kabinet_menu li { 
	border: 1px solid; 
	border-color: #fff #777 #777 #fff; 
	list-style: none; 
	float: left; 
	margin: 5px; 
	white-space: nowrap;
}
.kabinet_menu a { 
	border: 0px; 
	color: #777777;	
	display: block;	
	padding: 3px 6px; 
	text-decoration: none; 
	font: bold 12px 'georgia'; 
	zoom: 1;
}
.kabinet_menu a:hover, .kabinet_menu a.selected { 
	background-color: #eee; 
	border: 1px solid; 
	border-color: #777 #fff #fff #777; 
	color: #777777; 
	font: bold 12px 'georgia';
}
.kabinet_menu a.selected, .kabinet_menu a.selected:hover {
	color: #993333; 
	cursor: default;
	font: bold 12px 'georgia';
}
/* конец меню личного кабинета  */

/* РЕГИСТРАЦИЯ */
form {
	margin: 0; 
	padding: 0;	
	border: 0; 
	outline: 0; 
	vertical-align: baseline; 
	background: transparent;
}
table.qf_table { 
	border: 1px solid #4893d2; 
	width: 500px;
}
.qf_table td { 
	padding: 0 6px 12px; 
	color: #333; 
	font-size: 14px; 
	vertical-align: middle; 
}
td.qf_header { 
	white-space: nowrap;
	font-weight: bold; 
	color: #09529d; 
	padding: 15px;
}
td.qf_left_col {
	vertical-align: middle; 
	padding-left: 15px;
}
td.qf_right_col { 
	text-align: left;
	vertical-align: middle;
}
td.qf_right_col input[type=text],
td.qf_right_col input[type=password] {
	border: 1px solid #afafaf;
	height: 25px;
	padding: 2px 5px;
	width: 270px;
}

td.qf_right_col input[type=submit] {
   padding: 10px 20px;
   min-width: 86px;
   background: #09529d;
   border-radius: 8px;
   border: none;
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   cursor: pointer;
 }

span.qf_error {
	color: #ff0000;
}
/*---------конец формы регистрации--------*/


/* ФОРМА ЗАЛОГИНИВАНИЯ */

.order_content {
	border: 1px solid #4893d2;
	padding: 15px;
	display: inline-block;
}

.order_content input[type=text],
.order_content input[type=password] {
	border: 1px solid #afafaf;
	height: 25px;
	padding: 2px 5px;
	width: 270px;
}

.registration { 
	color: #333;
	font-size: 14px;  
}
.registration td { 
	padding: 0 6px 12px;
	color: #333; 
	font-size: 14px; 
	vertical-align: middle; 
}

div.registration { 
	font-weight: bold;
	margin: 5px 0 10px;
	color: #09529d;
}
div.registration a {
	color: #09529d; 
	font-weight: bold; 
	text-decoration: underline;
}

.btn_subm {
   padding: 10px 20px;
   min-width: 86px;
   background: #09529d;
   border-radius: 8px;
   border: none;
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   cursor: pointer;
}

/*----------------конец залогинивания------*/

div.noscript {
	padding: 10px;	
	margin: 10px 0px; 
	text-align: left; 
	font-weight: none;
	color: red;
	border: 1px solid red; 
	width: 300px;
}

/* стили корзины и миникорзины */
#cart {
	display: inline-block;
	border: 1px solid #df8157;
	border-radius: 10px;
	padding: 1px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	margin: 10px 0 15px;
}

#cart span {
	display: block;
	border-radius: 10px;	
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 16px;	
	font-weight: bold;
	background: #d92d2b;
}

#cart:hover {
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.cart_link_cursor {
   margin-left: 0px;
}

.cart_in_menu {
	display: block; 
	font: 8pt arial; 
	text-decoration: none; 
}
#dobcart {}
#item_in_dobcart {}
#minicart {}


/* конец стили корзины и миникорзины */

/* ссылки при разбивке страницы */
#links {
	padding: 25px 13px 0px 0px; 
	text-align: center;
}
#links td {
	font-family: 'PTSerif',Sans-Serif; 
	font-size: 30px; 
	color: #5a1b24;
}
#links a {
	display: inline-block; 
	padding: 3px 15px; 
	text-decoration: none; 
	color: #5a1b24;
}
#links span {
	display: inline-block; 
	padding: 3px 15px; 
	color: #909090; 
	border: 1px solid #909090; 
	border-radius: 30px;
}


/* дизайн плитки */
.main_part {
	float: left;
	width: 160px;
	height: 160px;
	margin: 5px 0 5px 10px;
	border: 1px solid #004990;
	position: relative;
}

.main_part img {
	width: 160px;
	height: 160px;
}

.main_part_text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	visibility: hidden;
	color: #004990;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;

}

.main_part:hover .main_part_text {
	visibility: visible;
}

.main_part h2 {
	position: absolute;
	top: 50%;
	margin: 0 3%;
	width: 96%;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.5;
	color: #004990;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: scale(0) translateY(-50%);
	-ms-transform: scale(0) translateY(-50%);
	transform: scale(0) translateY(-50%);
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}


.main_part:hover h2 {
	-webkit-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}


.clear {
	height: 0; 
	font-size: 1px; 
	line-height: 0px; 
	clear: both;
}

.inpstyle {
	border: 1px solid #676767;
	border-radius: 6px;
	padding: 3px;
	width: 35px;
	height: 28px;
	line-height: 20px;
	height: 20px;
	text-align: center;
}

.minus, .plus{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #676767;
	border-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-align: center;
	cursor: pointer;
}

.fancy_btn {
	display: inline-block;
	margin: 20px 0px 0px 20px;
	background: #1fbeda;
	padding: 0 8px;
	line-height: 32px;
	height: 32px;
	border-radius: 10px;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.fancy_btn:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.fancy_btn a {
	display: block;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	color: #fff;
}

/*стрелка возвращения*/
.scroll-top:hover {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
}
.scroll-top.on {
    right: 10px;
    opacity: 1;
    z-index: 109;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a, a:hover {
    color: #1ebbf0;
}
.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    background-color: #000;
    background-color: rgba(0,0,0,.2);
}
.scroll-top:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background-image: url(../images/button/strelka.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}
/*конец стрелки возвращения*/

/* Сброс стилей для поля ввода в браузерах webkit */
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* Удаляем иконку поиска и сброса */
}

/* Поле ввода строки поиска */
input[type=search] {
	background: #ededed url(../images/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* Заполнитель */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Демо B */
#demo-b input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-b input[type=search]:hover {
	background-color: #fff;
}
#demo-b input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-b input:-moz-placeholder {
	color: transparent;
}
#demo-b input::-webkit-input-placeholder {
	color: transparent;
}


/*ввод данных формы */
.wpcf7 {
	width:400px;
}

.wpcf7 input[type="text"],
	   input[type="tel"], 
	   input[type="url"], 
	   input[type="email"], 
	   input[type="number"], 
	   input[type="date"],  
	   input[type="range"], 
	   input[type="password"],
	   select, 
	   textarea {
    font-size: 14px;
    line-height: 25px;
    color: #8b8d94;
    border-width: 1px;
    border-color: rgba(173,176,182,0.43);
    background-color: #fdfdfd;
    border-radius: 1px;
    width: 100%;
    font: normal 14px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 5px 15px;
    margin-bottom: 10px;
    border: 1px solid #e0e1e1;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    margin: 0;
    vertical-align: baseline;
}
.wpcf7 input[type="text"],
	   input[type="tel"], 
	   input[type="url"], 
	   input[type="email"], 
	   input[type="number"], 
	   input[type="date"],  
	   input[type="range"], 
	   input[type="password"],
	   select {
	       height: 38px;
}

/*  в предварительном описании страницы */
div.dlink p {
	font-size: 0.8em;
	margin-bottom: 5px;
	font-style: italic;
}