﻿@charset "utf-8";

/* ====================== COOKIE ====================== */

#cookie_notification{
display: none;
justify-content: space-between;
align-items: flex-end;
position: fixed;
bottom: 0;
left: 0;
padding: 25px;
background:rgba(0, 0, 0, 0.75);
z-index: 1000;
color: white;
}

#cookie_notification p{
margin: 0;
font-size: 0.85rem;
text-align: left;
}

@media (min-width: 576px){
#cookie_notification.show{
display: flex;
}

}

@media (max-width: 575px){
#cookie_notification.show{
display: block;
text-align: left;
}

}

/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

html
{ margin: 0px;
  padding: 0px;
  width:100%;
}
#powered_by{display:none;}
body
{ 
  margin: 0px;
  padding: 0px;

  background:url(../../images/1920.jpg) #fff; min-width:1000px; background-position: center top; background-repeat: no-repeat;}
#box{
	width:1000px;
	margin:auto;
        box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
}

.top{

}
p, body, font, div, td, input, select, textarea
{ font-family: Arial, Georgia, "Times New Roman",Times,serif;
    font-size:13px;
}
p { line-height:120%;}
h1 {
	margin: 35px 0 10px;
       font-size: 15px;
       color: rgb(48, 124, 181);
       text-transform: uppercase;
}
h2 {
        margin: 25px 0 20px;
        font-size: 15px;
        color: rgb(48, 124, 181);
        text-transform: uppercase;
}
h3 {
	margin: 25px 0 10px;
        font-size: 15px;
        color: rgb(51,51,51);
	text-transform: none;
}
h4 {
	margin: 25px 0 10px;
        font-size: 15px;
        color: rgb(51,51,51);
	text-transform: none;
}
h5 {
	margin: 25px 0 10px;
        font-size: 15px;
        color: rgb(48, 124, 181);
        text-transform: uppercase;
}
h6 {
	margin: 25px 0 10px;
        font-size: 15px;
        color: rgb(48, 124, 181);
        text-transform: uppercase;
}
form{
 padding:0px;
 margin: 0px;
}

a
{ font-weight: bold;
  color:#1b6bb1;
  text-decoration: none;
}
a:hover { color:#6c6c6c;}
a img{
 border: 0;
}
input, select { vertical-align:middle;}
/* ====================== COMPONENT CONTAINER STYLES ====================== */


#container_topbar, #container_topbar_right, #container_topbar_left { text-align:right; vertical-align:top; }

#container_top_left
{ text-align: left;
  vertical-align: top;
  width:200px;
 }

#container_top
{ padding:0 10px 0 0;
  text-align: right;
  vertical-align:top;
 white-space:nowrap;
 height:154px;
}
#container_top_right
{ padding:0 10px 0 0;
  text-align: right;
  vertical-align:top;
 height:154px;
 width:1%;
}


#container_left_sidebar
{ width: 227px;
  text-align: left;
  vertical-align: top;
 border-collapse: collapse;
}

#container_main_content
{
 text-align: left;
  vertical-align: top;
  padding: 0;
  padding-bottom: 10px;
}

#container_footer
{ 
margin:10px auto;
  background-color: #F3f2f2;
  color: white;
  padding: 0px;
  line-height:30px;
position:relative;
}


/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation, .cpt_language_selection
{
  text-align: left;
  padding:  10px;


}

cpt_auxpages_navigation{margin-top:100px;}
.cpt_auxpages_navigation{ }
ul.vertical, ul.horizontal
{ padding: 0px 0px 8px 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding-left: 0px;
  padding-bottom: 15px;
  clear:left;
}
.horizontal li
{ float: left;

}

.cpt_divisions_navigation ul
{ list-style-type: none;
margin: 0px;
}

.cpt_auxpages_navigation ul.vertical
{ list-style:none;
}

.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}
.cpt_divisions_navigation li, .cpt_auxpages_navigation li { padding:0 0 0 18px;}

.cpt_divisions_navigation a, .cpt_auxpages_navigation a {color:#000; text-decoration:none;font-weight:bold;} 
.cpt_divisions_navigation ul.vertical a, .cpt_auxpages_navigation ul.vertical a { line-height:160%;}
.cpt_divisions_navigation a:hover, .cpt_auxpages_navigation a:hover { color: #9B9B9B;}



.cpt_shopping_cart_info {  white-space:nowrap; margin:8px 8px 0px 8px   }
.cpt_shopping_cart_info div {display:inline; display:inline-block; padding:2px 3px;font-size:120%;line-height:22px;white-space:nowrap; margin-right: -5px; color: #e6e6e6; }

#container_topbar_right .cpt_shopping_cart_info { white-space:nowrap;}
#container_topbar_right .cpt_shopping_cart_info div { color:#f0f0f0;}

.cpt_shopping_cart_info a {  padding-left:19px; }
.cpt_shopping_cart_info a:link, .cpt_shopping_cart_info a:visited {text-decoration: none; background: url(../../images/addcart_icon_c.png) left 0px no-repeat; font-style: italic; text-transform: uppercase; }
.cpt_shopping_cart_info a:hover { color:#E3E3E3;}
#shpcrtca { font-weight:bold; margin-right: -15px; }

#container_topbar_right .cpt_shopping_cart_info a:link, #container_topbar_right .cpt_shopping_cart_info a:visited { color:#fff;background:url(../../images/addcart_icon_w.gif) left 3px no-repeat;}
#container_topbar_right .cpt_shopping_cart_info a:hover {  text-decoration:none; color:#f7ee82;}


/*#container_topbar_right #cart_not_empty a:link, #cart_not_empty a:visited { color:#000;text-decoration:none;background:url(../../images/addcart_icon_b.gif) left 3px no-repeat;}
#container_topbar_right #cart_not_empty a:hover {  text-decoration:underline; color:#666;}
#container_topbar_right #cart_not_empty .shcart_link { background:url(../../images/basket_left.gif) left top no-repeat; padding:0 3px 0 15px; margin-right:-3px; color:#101010;}
#container_topbar_right #cart_not_empty #shpcrtgc { background:#f7ee82;color:#101010; }
#container_topbar_right #cart_not_empty #shpcrtca {  background:#f7ee82 url(../../images/basket_right.gif) right top no-repeat;color:#101010; margin-left:-3px; padding-right:5px;font-weight:bold;}*/

#container_top_right .shcart_link a, .shcart_link a {color:#fff;}
#container_top_right #shpcrtgc, #container_top_right #shpcrtca, #shpcrtgc{display: none; }, #container_top_right .cpt_currency_selection{color: #ccc; }
.cpt_category_tree {background:#cdcdcd url(../../images/menu_t_b2.jpg) bottom left repeat-x;}
.cpt_category_tree li{display:block;}
.cpt_category_tree a {  color:#000; text-decoration:none;text-align:center;vertical-align:middle;font-size:20px;
font-weight:bold;font-family:Arial, Helvetica, sans-serif;}
.cpt_category_tree a:hover { text-decoration:underline;}

.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
}
.cpt_survey td, .cpt_survey label {vertical-align:top;}
.survey_submit{
 margin-top: 10px;
 text-align:center;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}

.cpt_currency_selection
{ text-align: center;
  font-size: 100%;
}

.cpt_currency_selection select
{ font-size: 90%;
}
.cpt_currency_selection form{
 display: inline;
}

.cpt_product_search form{
 margin: 0px!important;
 padding: 10px;
 width: auto;
}

.cpt_language_selection {
  text-align:right; padding-left:8px; white-space:nowrap;}
.cpt_language_selection img { vertical-align:middle;border:solid 1px #eaeaea;} 
.cpt_category_tree { padding:-5px 5px 11px 5px;vertical-align:middle; }
.cpt_category_tree ul{
 list-style:none;
 margin:0px;
 padding:0px;
}
.cpt_category_tree ul li { padding:30px 0 0px 0px;
text-align:center;padding-top:0px;vertical-align:middle;margin-top:0px;
border-bottom:solid #D4D4D4  1px;
 }
.parent_current{background:fff;}
.parent_current a {color:#E66125;}
.cpt_category_tree ul li a{
color:#605E5E;
display:block;
text-align:left;
vertical-align:middle;
margin: 15px 0px 15px 5px;
font-size:14px;
font-family:Arial, "Times New Roman", Times, serif;
text-transform:uppercase;
}
.cpt_category_tree ul li a:hover{color:#3C6EA7;;background:fff;text-decoration:none;}
.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current { background:none;}
.cpt_category_tree .bullet { font-size:0px;}

.child.level3, .child_current.level3 {
    margin-left: 15px;
}

.cpt_category_tree .child a {
 padding-left: 12px;
 font-size:12px;
 line-height:15px;
 font-weight:bold;
 background: url(../../images/aqu_point.gif) left center no-repeat;
}
.cpt_category_tree .child_current a{
 padding-left: 10px;
 background: url(../../images/aqu_point_v.gif) left center no-repeat;
 color: #440000 !important;
 text-decoration: none;
 font-size:100%;
 line-height:100%;
}

a .bullet{
  text-decoration: none!important;
}
.cpt_category_tree .tab{
 margin-left:10px;
}

.cpt_product_add2cart_button
{ padding:5px 0;}

.cpt_maincontent { background:#fff; margin-left: 0px; padding: 0 0 0 8px;padding-top: 0;background: url(../../images/planka.png) left top repeat-x;}
.home_page_category_logo { background:url(../../images/defaultnocatimage.gif) left top no-repeat; display:block; height:65px; width:65px;}
#container_main_content .cpt_root_categories td.cat_image a {position:relative; top:-0.8em;}
#container_main_content .cpt_root_categories { padding-top:1em; width: 736px;}
.cat_header {  height:40px;background:url(../../images); }
.news_header, .poll_header { background: #FFF left top repeat-x; height:40px; }
.cat_header h3 { color:#333;}
.news_header h3, .poll_header h3 { background:url(../../images/tls_news_arr.gif) left 1em no-repeat;  color:#222; }
.lang_label { display:block; font-size:100%; color:#000; line-height:30px; padding:3px 55px 5px 5px; }
.tls_page { margin:0 20px 0 0; background:#fff;}
.tls_index_header { background:#f2f2f2 url(../../images/tls_bullet.gif) 10px 1em no-repeat; line-height:230%; color:#333; font-size:120%; font-weight:bold; margin:0; padding:0 20px; }

.aqu_tel { font-size:14pt; color:#fff; line-height:40px; white-space:nowrap;}
.smaller { font-size:80%;}
/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */


#container_left_sidebar .news_header, #container_left_sidebar .poll_header,  { border-left:solid 1px #f2f2f2;border-right:solid 1px #f2f2f2;}

#container_top_left .cpt_divisions_navigation li, #container_top_left .cpt_auxpages_navigation li a { float:left;}
#container_top_left .cpt_divisions_navigation a:hover, #container_top_left .cpt_auxpages_navigation a:hover { color:#f3f2f2;}

#container_left_sidebar .cpt_product_search {border-bottom:solid 1px #d1d1d1; height: 44px; white-space: nowrap; overflow:hidden; background:#ededed url(../../images/planka.png) left top repeat-x; box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);}
 
#container_top_left .cpt_divisions_navigation, #container_left_sidebar .cpt_divisions_navigation,  #container_top_left .cpt_auxpages_navigation, #container_left_sidebar .cpt_auxpages_navigation{ }
.cpt_divisions_navigation {}
#container_topbar_left .cpt_auxpages_navigation, #container_topbar_left .cpt_divisions_navigation { padding:0; float: left; font-size: 12px;}
#container_topbar_left .cpt_auxpages_navigation ul, #container_topbar_left .cpt_divisions_navigation ul {overflow:hidden;/* float:left; width:auto*/}
#container_topbar_left .cpt_auxpages_navigation ul.horizontal, #container_topbar_left .cpt_divisions_navigation ul.horizontal { height:40px; overflow:hidden;}
#container_topbar_left .cpt_auxpages_navigation ul.horizontal li, #container_topbar_left .cpt_divisions_navigation ul.horizontal li { height:40px; padding:0; padding:0;}
#container_topbar_left .cpt_auxpages_navigation ul.horizontal a, #container_topbar_left .cpt_divisions_navigation ul.horizontal a { color:#fff; text-decoration:none;  padding:0 15px; line-height:40px; display:block; 
 float:left;}
#container_topbar_left .cpt_auxpages_navigation ul.horizontal a:hover, #container_topbar_left .cpt_divisions_navigation ul.horizontal a:hover { background:#26282a ;}




#container_top_right .cpt_logo { float:right;position:relative; top:50px; left:-5px;  }
#container_top_left .cpt_logo { margin:5px;}

#container_top_left .cpt_language_selection { display:inline; line-height:30px;}

#container_top_right .cpt_currency_selection { text-align:right;}

#container_left_sidebar .cpt_survey, #container_left_sidebar .cpt_tag_cloud { border-right: solid 1px #f2f2f2;border-left: solid 1px #f2f2f2; 
background: url(../../images/aqu_wh_block.gif) left bottom repeat-x; zoom:1;}


#container_left_sidebar h3, #container_top_left h3 { margin:0; line-height:40px; margin:0 0 0 10px; padding:0 0 0 20px;text-transform:uppercase;  font-size:13px; }
#container_topbar .cpt_product_search, #container_topbar .cpt_shopping_cart_info
{ color:#808080; position:relative;top:-40px; width:40%; float:right; height:40px; overflow:hidden; margin-bottom:-40px; margin-right:5px; text-align:right; z-index:10;}

#container_footer
{ padding: 3px;
  margin: 0px;
  text-align: center;     
  background-color: #1363a9;
  height: 30px;
  box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
}
#container_footer_wrapper{ margin: 0px; }
#container_footer .cpt_divisions_navigation, #container_footer .cpt_auxpages_navigation{ float: left; padding: 0; background: none;}
#container_footer .cpt_divisions_navigation ul, #container_footer .cpt_auxpages_navigation ul { display:inline; width:auto;}
#container_footer .cpt_divisions_navigation li, #container_footer .cpt_auxpages_navigation li { background:none;display:inline; float:none;}
#container_footer .cpt_divisions_navigation a, #container_footer .cpt_auxpages_navigation a { font-weight: normal;
  color:#fff; padding:0 10px; line-height:30px; text-decoration:underline;
}
#container_footer .cpt_divisions_navigation a:hover, #container_footer .cpt_auxpages_navigation a:hover { color:#F0602D;}
#container_main_content .cpt_product_lists
{ padding:0px; 
}
#container_main_content .cpt_product_lists table { width:100%;}

#container_left_sidebar .cpt_news_short_list
{ border-left:solid 1px #f2f2f2; border-right:solid 1px #f2f2f2; background:url(../../images/aqu_wh_block.gif) left bottom repeat-x;}

#container_top_right .cpt_language_selection, #container_top .cpt_custom_html {  width:auto; display:inline; line-height:30px;  }

#container_top_right .cpt_language_selection {text-align:right;}
#container_top_right .cpt_language_selection a img { border:#ffffff solid 1px ; }
#container_left_sidebar .cpt_product_search input { padding:1px;}
#container_left_sidebar .cpt_product_search input#searchstring
{ width: 60%;
border:solid 1px #707070;padding:2px;
}
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */



#searchstring
{ width: 60%;
}
.aqu_wave {
    height:171px;
    margin:0 auto; width:auto;
    background:url(../aqua/images/footer_bg1.png);
}
.aqu_top { height:40px;  
 margin:0 auto;
 text-transform: uppercase; }
.aqu_top_bar {
    width: 100%;
    color: white;
}

.aqu_main { 
margin:0 auto; }
.aqu_main_table { border:8px solid #f9f9f9; border-top:none; border-bottom:none; background-color: white;}
.aqu_company { font-size:22pt; text-transform:uppercase; margin:20px 0px 0 20px; text-align:right; white-space:nowrap;background:url(../../images/logo_6com2.png) top right no-repeat;width:117px;height:37px;}
.aqu_company a { text-decoration:none; font-weight:normal;}
.aqu_company .light { color:#deedfd;}
.aqu_company .dark { color:#000;}
.block_tag_cloud  { font-size:15px;}
.block_tag_cloud a { text-decoration:none;  font-family:Arial, Helvetica, sans-serif; word-spacing:110%; letter-spacing:120%;}
.current-rating1 div { line-height:20px;  font-size:1px;}
.sm-current-rating1 { line-height:13px; font-size:1px;}
#container_main_content .cpt_maincontent .cpt_custom_html {
float:none;
padding:0;
}
.cpt_maincontent h1.aqu_browse {
font-size:100%;
line-height:30px;
margin:0px 0;
padding:0 10px;
color:#444;
text-transform:uppercase;
background:#fafafa;
text-align:center;
}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 90%;padding-top: 10px;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #ededed;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding: 25px 0 1px;
}

.prdbrief_add2cart_2
{ box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.3);
}

.prdbrief_comparison
{padding: 5px 0 8px;
}

.prdbrief_name
{padding: 15px 0 0;
}

.prdbrief_brief_description
{padding: 0px 14px; color: rgba(59, 59, 59, 0.95);
}

.error_block
{ font-weight: bold;
  color: red;
}

.product_brief_block {  overflow:hidden; zoom:1; box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);}
.product_brief_block .prdbrief_thumbnail { float:left; margin:15px 3px 15px 15px; box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.3);}
.product_brief_block .sm-current-rating1 { margin-left:155px;}


#tbl-checkout-progress td {
vertical-align: top; font-size:0.7em;
}

.current_prd_thumbnail img{
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img{
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img{
	border: #BBBBBB 3px solid;
}

.news_date
{ color: #ab2e19;
  font-weight:bold;padding-left:20px;
}
.news_title
{ padding-bottom: 10px;color:#333; padding-left:20px;
}
.news_title a { color:#333; font-weight:normal;}
.news_viewall
{ padding-bottom: 10px; text-align:right; 
}
.news_subscribe, .news_thankyou
{ padding-top: 5px;
 border-top: 1px solid #f2f2f2;
}
.news_subscribe .input_message, .news_subscribe .input_message_focus { width:175px; margin:3px 0;}
.news_subscribe div,.news_subscribe form { display:inline; }
.news_subscribe img { vertical-align:middle;}
h1.welcome { margin:0; border-bottom:1px solid #F2F2F2; padding:4px 0; font-size:18pt; font-family:"Times New Roman", Times, serif;}
/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 20px;
 margin-bottom: 0px;
 color: rgb(48, 124, 181);
 font-size:17px;
 text-transform: none;
}
.post_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;
 padding-top: 15px;
 }
.post_content{
 padding-left: 15px;
}

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers{
 background-color: #c7e2f2;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #ebf3f7;
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #d5e5fa!important;
}
#cmp-table tr td{
 text-align:center;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.regularPrice{
 color: brown;
 text-decoration: line-through;
}
.totalPrice{
 color:#f04d4d;
 font-weight:bold;
 font-size: 160%;
 margin:5px 0 0 0;
}
.product_list .totalPrice { color:#000;
 font-weight:normal}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic; color:red; 
}
.cpt_product_category_info a, .cat_path_in_productpage a { font-size:.95em; text-transform: uppercase; text-decoration: none; color: #3C6EA7;}

/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;
 font-size: 120%;
}
.review_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}
.review_showall{
 margin-left: 20px;
}

/****************************
Описание категорий на главной
*****************************/

.description2{ 
text-align:center;
}
p{ line-height: 140%;
}
/****************************
SHOPPING CART
*****************************/
.background_cart_top
{ background-color: #c7e2f2;
  border-bottom: 1px #adccde solid;
  font-size:12pt;
  padding-left:10px;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{
width:100%;
}
#cart_content_tbl td{
 padding: 6px;
}
#cart_page_title{
 padding: 10px;
 text-align: left;
}
#cart_page_title h1{
 display inline;
 padding: 0px;
 margin: 0px;
}
#cart_clear{
 padding: 10px;
 text-align: right;
}
#cart_clear a{
 font-size:9pt;
}
.cart_discount_label{
 font-weight: bold;
}
#cart_total_label{
 font-size: 130%;
 font-weight: bold;
}
#cart_total{
 background-color: #ff7373;
 font-size: 130%;
 font-weight: bold;
 padding: 10px;
 white-space: nowrap;
}
#cart_checkout_btn{
 padding-top: 20px;
}
.cart_product_brief_description{
 font-size: 80%;
}
#cart_content_header td{
 font-weight: bold;
}
.cart_apply_for_discounts_extra{
 font-size: 80%;
 color: #777;
}
.cart_product_quantity{
 text-align: center;
}

/********************
HOMEPAGE UNFOLDED TREE
*********************/
.rcat_root_category
{ font-size: 1.1em;
  font-weight: bold;line-height:150%; text-decoration:none; color:#3C6EA7; text-transform:uppercase;
}
.rcat_root_category:hover { border-bottom:solid 1px;}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{ line-height:150%;
  font-weight: normal;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
#reg_auth_fields td{
 background-color: #c7e2f2;
}
#reg_confcode td{
 background-color: #c7e2f2;
}
#reg_fields_tbl td input, .addressform td input{
 width: 300px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 300px;height: 100px;
}
#reg_submit_btn{
 font-size:150%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
 background-color: #c7e2f2;
	margin-right:10px;
	width:260px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search select { width:100%;  }
#cat_advproduct_search form, #cat_advproduct_search table { }
#cat_advproduct_search h3 { padding:0px; margin: 10px 10px 0 10px; font-size:110%;}

#cat_info_left_block, #cat_advproduct_search  { float:left; }
#cat_info_left_block p { font-size:90%;}
.cpt_maincontent center { clear:both; padding: 7px;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0; font-size:90%;}
.prdbrief_name a{ font-size:100%; text-decoration:none; line-height:140%;}
.prdbrief_name a:hover { border-bottom:solid 1px;}

ul.product_list li { /*border:solid 1px #f2f2f2;*//* margin:0 2px !important;*/ text-align:center;}
ul.product_list li table { margin:0 auto;}
.product_list a { font-size:130%; text-decoration:none; color:#ab2e19;}
.product_list a:hover { text-decoration:underline;}
.product_list a:hover img, .product_list td a:hover{ border:none;}
.product_option { width:99%; //width:auto;  position:relative; zoom:1;}
.cpt_root_categories td { vertical-align:top; text-align: center;}

/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
}
#checkout_have_account {
	padding: 15px;
	background-color: #c7e2f2;
	margin: 0 -5px 15px -5px;
}
#checkout_have_accounts {
	padding: 15px;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#adccde;
	overflow:hidden;
}
#checkout_addresses { width: 100%;}
#checkout_addresses td { } 
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #f0f0f0;
}
.row_even td {
	border: 0px solid #c7e2f2;
	border-width: 1px 0px;
}

.paddingblock { background:#fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:12pt;
	
}
.paddingblock h2 {
	padding:20px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:95%; vertical-align:top; padding:5px;}
.paddingblock p { margin-bottom:10px;}

.paddingblock input { margin:2px 0 0 0;}
.asterisk {
	color:;
}
.cellpadding tr td {
	padding: 5px;
}
.cust_name {
	font-size:110%;
	font-weight: bold;
}
#prddeatailed_container .cpt_product_rate_form table {
	width: 100%;
	/***********************/
width: auto;/**/
}

#block-customerinfo td { font-size:100%;}
.cpt_product_images{
float: left;
}
body.body-page-404 { background:#fff; background-image:none; text-align:left; font-size:12px;}
body.body-page-404 ul, body.body-page-404 li { list-style:none;}
.cpt_product_add2cart_button input { vertical-align:middle; box-shadow: 0px 10px 9px 0px rgba(50, 50, 50, 0.3);}

#powered_by { font-size:11px!important; padding:0 0 5px 0;}



/* Slider */	
			#slider { height: 324px; width: 200px; margin: 0 auto; overflow: hidden; margin-bottom: 5px; }
			div.scroller { height: 324px; overflow: hidden; width: 200px; zoom: 1; }
			div.scroller .content { padding: 0; }
			div.slidercontrolwr { position: absolute; right: 15px; top: 15px; }
			div.scroller img { border: none; }
			div.scroller div.section { float: left; height: 324px; overflow: hidden; width: 200px; }
			div.scroller div.content { width: 10000px; float: left; }
			.slidercontrol { list-style: none; margin: 0px; padding: 0px; }
			.slidercontrol a { color: #aaa; filter: alpha(opacity=60); float: left; height: 14px; margin: 0px 2px; opacity: 0.6; overflow: hidden; padding: 0px; text-decoration: none; text-indent: -1000px; width: 14px; }
			.slidercontrol a:hover { filter: alpha(opacity=100); opacity: 1; }
			.content .sliderdescription { background: url("grid.gif"/*tpa=http://m.ndgsf.com/skin/frontend/default/universalshop/images/grid.gif*/) repeat left top; color: #222; filter: alpha(opacity=50); font: 12px bold Helvetica, sans-serif; left: 15px; opacity: 0.5; padding: 10px; position: relative; top: -100px; width: 400px; }
			div.sliderdescription:hover, .sliderdescription.active { background-color: #fff !important; }
			.content a { font: 12px bold Helvetica, sans-serif; text-decoration: none; }
			.aprev { background: url("aprev.png"/*tpa=http://m.ndgsf.com/skin/frontend/default/universalshop/images/aprev.png*/) no-repeat 3px 3px; }
			.anext { background: url("anext.png"/*tpa=http://m.ndgsf.com/skin/frontend/default/universalshop/images/anext.png*/) no-repeat 3px 3px; }
			.astop { background: url("astop.png"/*tpa=http://m.ndgsf.com/skin/frontend/default/universalshop/images/astop.png*/) no-repeat 3px 3px; }
			.aplay { background: url("aplay.png"/*tpa=http://m.ndgsf.com/skin/frontend/default/universalshop/images/aplay.png*/) no-repeat 6px 3px; }
			
/* Preview CSS */
#loading-mask { color:#232323; font-size:1.1em; font-weight:bold; position:absolute; text-align:center; 
z-index:9999; }
#loading-mask .loader { background:#FFF none repeat scroll 0 0;	border:1px solid #232323; color:#232323; 
font-weight:bold; left:50%; margin-left:-60px; padding:15px 60px; position:fixed; text-align:center; 
top:45%; width:120px; z-index:9999; }
#wt-mask { background-attachment:scroll; background-color:#000000; background-image:none; 
background-position:0 0; background-repeat:repeat; display:none; height:100%; left:0; 
position:absolute; top:0; width:100%; z-index:9999; -moz-opacity: 0.1; opacity:.10; filter: 
alpha(opacity=10); }

.poptop { z-index: 9999; }

#wtPreview { padding: 10px; background: #fff; border: 1px solid #d1d1d1; }
#wtPreviewBody {position:relative;background:#fff url("loading.gif"/*tpa=http://m.ndgsf.com/skin/frontend/default/universalshop/images/loading.gif*/) center center no-repeat;}
#wtPreview h2 { color: #000; width: 300px; text-align: left; }
#container_top_left_a_wrapper{ width: 200px; height:154px;}
#container_top_center_a_wrapper{ width: 400px; height:154px;}
.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current{ display: block; }


/*
*@ SLIDER
---------------------------------------- */
.nivoSlider {
	width: 749px !important;
	height: auto !important;
}



/*
*@ CBOX FORM
---------------------------------------- */

/*
*  @ box
*/
.cbox-form {
	width: 300px;
	margin: 0;
	padding: 0;
	display: none;
}

/* top
*/
.cbox-form .cbf-t {
	margin: 0;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.cbox-form .cbf-t > h3 {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 20px;
	font-weight: normal;
	font-family: "Arial", "Times New Roman", "Times", serif;
        text-align: center;
        text-transform: none;
}

/* center
*/
.cbox-form .cbf-c {
	margin: 0;
	padding: 15px;
	background: #fff;
}
.cbox-form .cbf-c label {
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}
.cbox-form .cbf-c label:first-child {
	margin-top: 0;
}
.cbox-form .cbf-c label select {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 4px 10px;
	outline: 0;
	color: #404040;
	display: block;
	border: 2px solid #e5e5e5;
	box-sizing: border-box;
}
.cbox-form .cbf-c label input[type="text"] {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 4px 10px;
	outline: 0;
	display: block;
	color: #404040;
	background: #fff;
	border: 2px solid #e5e5e5;
	box-sizing: border-box;
	cursor: text;
}
.cbox-form .cbf-c label textarea {
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 8px 10px;
	outline: 0;
	display: block;
	color: #404040;
	background: #fff;
	border: 2px solid #e5e5e5;
	box-sizing: border-box;
	overflow: auto;
	resize: none;
	cursor: text;
}
.cbox-form .cbf-c label select:hover,
.cbox-form .cbf-c label input[type="text"]:hover,
.cbox-form .cbf-c label textarea:hover {
	border-color: #8dc9e5;
}
.cbox-form .cbf-c label select:focus,
.cbox-form .cbf-c label input[type="text"]:focus,
.cbox-form .cbf-c label textarea:focus {
	border-color: #2da5da;
}

/* bottom
*/
.cbox-form .cbf-b {
	margin: 0;
	padding: 15px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.cbox-form .cbf-b button {
	height: 33px;
	margin: 0;
	padding: 0 10px;
	outline: 0;
	display: block;
	float: right;
	color: #fff;
	background: #1178d7;
	border: 0;
	overflow: visible;
	text-align: center;
	cursor: pointer;
}
.cbox-form .cbf-b button:hover {
	background: #107fe6;
}

/* result
*/
.cbox-form .cbf-result {
	margin: 0;
	padding: 15px;
	text-align: center;
	background: #fff;
}
.cbox-form .cbf-result > h1 {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 20px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}



/*
*@ CALLBACK
---------------------------------------- */

/*
*  @ link
*/
a[data-js="callback"] {
	width: 190px;
	margin: 0;
	padding: 7px 10px 7px 20px;
	position: fixed;
	top: 30%;
	right: -80px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #e35b5b url('../../images/callback.png') no-repeat 7px 7px;
	text-decoration: inherit;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 3px 3px 19px 3px rgba(50, 50, 50, 0.34);
        text-transform: uppercase;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	z-index: 1;
        text-align: center;
        transform: rotate(-90deg);
        display: none;
}
a[data-js="callback"]:hover {
	background-color: #085094;
}



/*
*@ FAST ORDER
---------------------------------------- */
.cpt_product_add2cart_button {
	position: absolute;
}


/*
*  @ link
*/
a[data-js="fast-order"] {
padding: 2px;
color: #fff;
font-size: 14px;
font-weight: bold;
background: #2e7db6;
vertical-align: middle;
text-decoration: none;
border: 1px solid #7999da;
box-sizing: border-box;
cursor: pointer;
z-index: 5;
box-shadow: 0px 10px 9px 0px rgba(50, 50, 50, 0.3);
text-transform: uppercase;
margin-left: 5px;
width: 302px;
height: 22px;
position: absolute;
text-align: center;
margin-left: 0px;
margin-top: 5px;
}

}
a[data-js="fast-order"]:hover {
	color: #fff;
	border: 0px solid;
}







/*
*@ ACCORDION
---------------------------------------- */
.cpt_category_tree {
	margin: 5px;
	padding: 0;
	background: #fff;
}
ul#accordion {
	margin: 12px 0;
	padding: 0;
	display: block;
	list-style: none inside;
	border: 2px solid #095ba6;
}
ul#accordion li {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	vertical-align: middle;
	border: 0;
}
ul#accordion li a {
	margin: 0;
	padding: 0;
	display: block;
	color: #444;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	position: relative;
}
ul#accordion li a span {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
}







/*
*@ SERVER ORDER
---------------------------------------- */
.cpt_product_add2cart_button {
	position: absolute;
}


/*
*  @ link
*/
a[data-js="server-order"] {
 
    background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
    width: 750px;
    height: 50px;
    border: 0px;
    background-position: 0px 0px;
    text-align: center;
    line-height: 50px;
    font-family: "Arial";
    font-size: 15.5px;
    color: white;
    text-shadow: 0px -1px 0px #00688A;
    cursor: pointer;
    position: absolute;
    text-transform: uppercase;
}
a[data-js="server-order"]:hover {
background-position: 0px -61px;
}
a[data-js="server-order"]:active {
background-position: 0px -124px;
} 

/*
*  @ parent
*/
ul#accordion li.parent,
ul#accordion li.parent_current {
	border-top: 1px solid #095ba6;
}
ul#accordion li.parent:first-child,
ul#accordion li.parent_current:first-child {
	border-top: 0;
}
ul#accordion li.parent a,
ul#accordion li.parent_current a {
	padding: 12px 2px 12px 48px;
}
ul#accordion li.parent a:hover,
ul#accordion li.parent_current a:hover {
	background: #e1f4ff;
	text-decoration: underline;
}
ul#accordion li.parent_current a {
	color: #000;
}
ul#accordion li.parent a span,
ul#accordion li.parent_current a span {
	width: 45px;
	height: 45px;
	top: 15%;
	left: 4px;
}
ul#accordion li.parent a span img,
ul#accordion li.parent_current a span img {
	max-width: 40px;
	max-height: 40px;
	border: 0;
	vertical-align: bottom;
}
.thumb img  {
    border: 2px solid #55c5e9; /* Рамка вокруг фотографии */
    padding: 15px; /* Расстояние от картинки до рамки */
    background: #666; /* Цвет фона */
    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */}

.naremont { text-align:center; color: #FF0004; padding-top: 12px; text-transform: uppercase;
}

.shadow_frame {box-shadow: 3px 5px 9px 0px rgba(50, 50, 50, 0.34);
}
.shadow_frame2 {box-shadow: 3px 5px 9px 0px rgba(50, 50, 50, 0.34); margin-top: -15px;
}
.rcat_root_category2
{ font-size: 1.1em;
  font-weight: bold;line-height:150%; text-decoration:none; color:#3C6EA7; text-transform:uppercase; white-space: nowrap;
}
#footer2 
{
padding: 20px 20px 30px;
background: url(../aqua/images/footer_bg1.png);
background-color: #1466ae;
}
.live {margin: 5px;
}
.email_list {margin-left: 50px; width: 400px; list-style-type: none; margin-top: -75px; color: rgba(255, 255, 255, 0.95); font: 12px/155% Arial; margin-bottom: 0px; text-decoration: none;
}
.adress_list {margin-left: 450px; color: rgba(255, 255, 255, 0.95); margin-bottom: -9px; text-decoration: none; list-style-type: none; margin-top: -56px; font: 12px/155% Arial;
}
.company {background: url("../../images/company.jpg") no-repeat;
}

/* ====================== about company ====================== */

.about {padding-top: 1px;background: url(../../images/about.png) no-repeat;}

.about-p {font-size: 12px;margin-left: 70px;margin-top: 15px;}

.about-h2 {text-align: center;}

.about-h2-bold {font-size: large;text-align: center;}

.about-h2-bold2 {font-size: large;text-align: center;margin-top: 50px;}

.about-h2-bold3 {font-size: large;text-align: center;margin-top: 30px;}

.about-block {text-align:center;display: flex;}

.about-p-head {color: rgb(48, 124, 181);font-size: large;}

.background-gray {background-color: #f4f4f4;padding-top: 10px;}

.hot-p {color: #439ed6;font-size: 24px;margin-left: 200px;padding-top: 35px;font-weight: bold;text-transform: uppercase;}

.hot-p span {color: #ff3b3b;}

.hot-p2 {color: #565656;font-size: 14px;margin-left: 200px;font-weight: bold;text-transform: uppercase;}

.hot-line {height: 203px;background: url(../../images/hot-line-garantiya.png) no-repeat;}

.background-more-grey {background-color: #d3d3d3;padding-top: 10px;padding-bottom: 12px;}

.partner-width {width: 149.9px;box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);}

.bank {background: url(../../images/bank.png) no-repeat;padding: 5px 0 35px 60px; color: rgb(48, 124, 181);font-size: large;text-transform: uppercase;}

.email {background: url(../../images/email.png) no-repeat;padding: 5px 0 35px 60px;color: rgb(48, 124, 181);font-size: large;text-transform: uppercase;}

.question {background: url(../../images/question.png) no-repeat;padding: 5px 0 35px 60px;color: rgb(48, 124, 181);font-size: large;text-transform: uppercase;}

.target {background: url(../../images/target.png) no-repeat;padding: 0 0 20px 60px;color: rgb(48, 124, 181);font-size: large;text-transform: uppercase;}

.telefone {background: url(../../images/telefone.png) no-repeat;padding: 5px 0 35px 60px;color: rgb(48, 124, 181);font-size: large;text-transform: uppercase;}

.time {background: url(../../images/time.png) no-repeat;padding: 5px 0 35px 60px;color: rgb(48, 124, 181);font-size: large;text-transform: uppercase;}

.ul-left {padding-top: 10px;list-style: none;}

.background-contact-gray {background-color: #f4f4f4;padding-top: 10px;padding-bottom: 0px;}

.probel {margin-top: 12px;}

.button-contact {text-align: center;}

.overlay {background:transparent; position:relative; width:100%;height:605px;top:605px;margin-top:-605px;}

.probel2 {margin-top: 40px;}

.overlay2 {background:transparent; position:relative; width:100%;height:700px;top:485px;margin-top:-630px;}

.overlay3 {background:transparent; position:relative; width:100%;height:627px;top:400px;margin-top:-630px;}

.button2 {text-decoration:none; text-align:center; 
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:normal; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
   -webkit-transition: all 0.07s linear;
 -moz-transition:  all 0.07s linear;
 -o-transition:  all 0.07s linear;
 transition:  all 0.07s linear;
background: url(../../images/hand.png) repeat;
text-transform: uppercase;
}

.button2:hover{
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:normal; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
 opacity:0.9; 
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
 filter: alpha(opacity=90);
background: url(../../images/hand2.png) repeat;
text-transform: uppercase;
 }

.button2:active{
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:normal; 
 color:#e5ffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 4px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff;
background: url(../../images/hand3.png) repeat;
text-transform: uppercase;
}

/* ====================== end about company ====================== */

.dostavka {padding-top: 1px;background: url(../../images/dostavka.png) no-repeat;}

.dostavka_h1
{font-size: 250%;text-transform: none;margin-left: 75px;margin-top: -255px;}

.dostavka_h1
{font-size: 28px;
text-transform: none;
margin-left: 75px;
margin-top: -250px;}

.oper
{font-size: 14px;
margin-left: 70px;
margin-top: 20px;
margin-bottom: -15px;
font-weight: bold;
text-transform: uppercase;color: #4A4949;}

.beznal
{font-size: 120%;margin-left: 70px;margin-top: 15px;}

.minimal
{font-size: 120%;margin-left: 70px;margin-top: -16px;}

.samovyvoz1
{width: 250px;}

.dostavkams1
{width: 250px;}

.dostavkarussia1
{width: 250px;}

.dostavka_h4
{font-size: 160%;text-align: center;}

.dostavka-block {text-align:center;display: flex;margin-top: 70px;}

.text-dostavka1 {margin-top: 310px;}

.text-dostavka2 {top: 310px; position: absolute;}

.planka {margin-top: 20px; width: 749px; height: 25px; background-color: #1b6bb1;}

.logistics {display: flex; flex-wrap: wrap;}

.service {position: relative;width: 749px;}

.karta-moscow {margin-top: -320px;}

.karta-spb {margin-top: -200px;margin-bottom: -10px;}

.planka1 {}

.oper2 {margin-left: 70px; color: #4A4949;}

.oper3 {font-size: 14px;
margin-left: 70px;
margin-top: -15px;
margin-bottom: -15px;
font-weight: bold;
text-transform: uppercase;color: #4A4949;}

.oper4 {font-size: 120%;margin-left: 80px;margin-top: 18px;}

.service-moscow {position: relative;top: -110px;left: 70px;color: #4a4a4a;}

.service-spb {position: relative;top: -90px;color: #4a4a4a;left: 70px;}

.service-text1 {position: relative;top: -130px;left: 70px;color: #1667b2;}

.service-text2 {position: relative;top: -160px;left: 20px;}

.breadcrumbs {position: relative; top: 12px;}

.poleznoe {padding-top: 1px;background: url(../../images/poleznoe.png) no-repeat;}

.price_list {padding-top: 1px;background: url(../../images/price_list.png) no-repeat;}

.back_coupling {padding-top: 1px;background: url(../../images/back_coupling.png) no-repeat;}

.sotrudnichestvo {padding-top: 1px;background: url(../../images/sotrudnichestvo.png) no-repeat;}

.css-checkbox2 {/*text-align: left;
margin-left: 210px;*/ float: left;text-align: left;}

.css-checkbox + label.css-label {
							padding-left:37px;
							height:32px; 
							display:inline-block;
							line-height:32px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:15px;
							vertical-align:middle;
							cursor:pointer;
						}
						.css-checkbox:checked + label.css-label {
							background-position: 0 -32px;
                                                       
						}
						label.css-label {
				background-image:url('../../images/csscheckbox.png');
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

.css-input { border-color:#ddd; border-style:solid; padding:5px; font-size:14px; border-width:2px; border-radius:0px; box-shadow: 0px 0px 0px 0px rgba(42,42,42,.0);  } 
.css-input:focus { outline:none; } 

.button{text-decoration:none; text-align:center; 
 padding:10px 60px; 
 border:solid 1px #ffffff; 
   cursor: pointer;
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
   -webkit-transition: all 0.07s linear;
 -moz-transition:  all 0.07s linear;
 -o-transition:  all 0.07s linear;
 transition:  all 0.07s linear;
background: url(../../images/hand.png) repeat-y;
}


.button:hover{
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  cursor: pointer;
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
 opacity:0.9; 
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
 filter: alpha(opacity=90);
background: url(../../images/hand2.png) repeat-y;
 }

.button:active{
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  cursor: pointer;
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#e5ffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 4px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff;
background: url(../../images/hand3.png) repeat-y;
}

.otstup {margin: 10px 0 10px;
font-size: 14px;
color: rgb(48, 124, 181);
text-transform: uppercase;
font-weight: bold;
text-align: center;
}

.pgn_pricelist2 {font-size: 15px;color: rgb(48, 124, 181);text-transform: uppercase;font-weight: bold;margin-left: 75px;}

.pgn_pricelist3 {font-size: 250%;text-transform: none;font-weight: bold;color: #307cb5;}

.otPrice {font-size: 160%;}

.back-description {float: none; align: center;}

.button_order {text-decoration:none; text-align:center; 
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
   -webkit-transition: all 0.07s linear;
 -moz-transition:  all 0.07s linear;
 -o-transition:  all 0.07s linear;
 transition:  all 0.07s linear;}
.button_order:hover {
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
 opacity:0.9; 
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
 filter: alpha(opacity=90); 
 }
.button_order:active {
 padding:10px 60px; 
 border:solid 1px #ffffff; 
  
 font:20px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#e5ffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 4px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff;}

.ramki_form {
    width: 699px;
    box-shadow: 0 0 3px grey;
    margin: 25px;
}

.ramki_form2 {
    width: 699px;
    box-shadow: 0 0 3px grey;
    margin: 25px;
}

.button_svyaz {text-decoration:none; text-align:center; 
 padding:7px 15px; 
 border:solid 1px #ffffff; 
  
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
-webkit-transition: all 0.07s linear;
-moz-transition:  all 0.07s linear;
-o-transition:  all 0.07s linear;
transition:  all 0.07s linear;
background: url(../../images/hand.png) repeat-y;
cursor: button;
}

.button_svyaz2 {text-decoration:none; text-align:center; 
 padding:7px 15px; 
 border:solid 1px #ffffff; 
  
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
-webkit-transition: all 0.07s linear;
-moz-transition:  all 0.07s linear;
-o-transition:  all 0.07s linear;
transition:  all 0.07s linear;
}

.button_svyaz:hover{
 padding:7px 15px; 
 border:solid 1px #ffffff; 
  
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
 opacity:0.9; 
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
 filter: alpha(opacity=90);
background: url(../../images/hand2.png) repeat-y;
}

.button_svyaz2:hover{
 padding:7px 15px; 
 border:solid 1px #ffffff; 
  
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
 opacity:0.9; 
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
 filter: alpha(opacity=90);
}


.button_svyaz:active{
 padding:7px 15px; 
 border:solid 1px #ffffff; 
  
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#e5ffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 4px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff;
background: url(../../images/hand3.png) repeat-y;
}

.button_svyaz2:active{
 padding:7px 15px; 
 border:solid 1px #ffffff; 
  
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#e5ffff; 
 background:#1b6bb1; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 4px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 4px #ffffff;
}

.server-order1 { text-decoration: none;
text-align: center;
padding: 27px 84px;
border: none;
font: 13px Arial, Helvetica, sans-serif;
font-weight: bold;
color: #f2f2f2;
background-color: #1b6bb1;
box-shadow: 0px 8px 9px 0px rgba(50, 50, 50, 0.3);
}
.server-order1:hover{
color: #fff;
background-image: -moz-linear-gradient(top, #1b6bb1 0%, #1876c9 100%);
background-image: -webkit-linear-gradient(top, #1b6bb1 0%, #1876c9 100%);
background-image: -o-linear-gradient(top, #1b6bb1 0%, #1876c9 100%);
background-image: -ms-linear-gradient(top, #1b6bb1 0% ,#1876c9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1876c9', endColorstr='#1876c9',GradientType=0 );
background-image: linear-gradient(top, #1b6bb1 0% ,#1876c9 100%);
-webkit-box-shadow: 0px 0px 20px #bababa;
-moz-box-shadow: 0px 0px 20px #bababa;
box-shadow: 0px 0px 20px #bababa;
opacity: 0.9;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
filter: alpha(opacity=90);
box-shadow: 0px 10px 9px 0px rgba(50, 50, 50, 0.3);
}

/* ====================== Добавить файл ====================== */

.file-upload input[type="file"]{
background: #3E7EB6;
height: 30px;
float: right;
margin-top: 5px;
margin-right: 20px;
cursor: pointer;
}
.file-upload:hover input[type="file"]{
background: #1E90FF;
height: 30px;
float: right;
margin-top: 5px;
margin-right: 20px;
cursor: pointer;
}
/* задаем стили кнопки выбора файла*/
.file-upload {
position: relative;
overflow: hidden;
background: #3E7EB6;
color: #fff;
text-align: center;
}
.file-upload:hover {
background: #1E90FF;
}
/* Растягиваем label на всю область блока .file-upload */
.file-upload label {
top: 0;
left: 0;
cursor: pointer;
}
/* стиль текста на кнопке*/
.file-upload span {
line-height: 40px;
font-weight:bold;
}
.text-glavnaya-pre {
width: 330px;
text-align: justify;
margin-left: 20px;
}
.advanced_search_font {
font-size: 15px;
color: rgb(48, 124, 181);
font-weight: bold;
}
.onesteporder-noframe-ordering-button {
			background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
			width: 100%;
			height: 60px;
			border: 0px;
			background-position: 0px 0px;
			text-align: center;
			line-height: 60px;
			font-family: "Calibri";
			font-size: 27px;
			color: white;
			text-shadow: 0px -1px 0px #00688A;
			cursor: pointer;
		}
		.onesteporder-noframe-ordering-button:hover{ background-position: 0px -61px; }
		.onesteporder-noframe-ordering-button:active{ background-position: 0px -124px;}

.onesteporder-noframe-ordering-button-search {
    background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
    width: 82px;
    height: 27px;
    border: 0px;
    background-position: 0px 0px;
    text-align: center;
    line-height: 23px;
    font-family: "Calibri";
    font-size: 18px;
    color: white;
    text-shadow: 0px -1px 0px #00688A;
    cursor: pointer;
}
		.onesteporder-noframe-ordering-button-search:hover{ background-position: 0px -61px; }
		.onesteporder-noframe-ordering-button-search:active{ background-position: 0px -124px;}

.onesteporder-noframe-ordering-button-search2 {
background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
width: 120px;
height: 35px;
border: 0px;
background-position: 0px 0px;
text-align: center;
line-height: 16px;
font-family: "Calibri";
font-size: 14px;
color: white;
text-shadow: 0px -1px 0px #00688A;
cursor: pointer;
text-transform: uppercase;
}
		.onesteporder-noframe-ordering-button-search2:hover{ background-position: 0px -61px; }
		.onesteporder-noframe-ordering-button-search2:active{ background-position: 0px -124px;}

.onesteporder-noframe-ordering-button-search3 {
background: url('../images/onesteporder/onesteporder-inputs.png') left top repeat-x;
width: 275px;
height: 35px;
border: 0px;
background-position: 0px 0px;
text-align: center;
line-height: 16px;
font-family: "Calibri";
font-size: 14px;
color: white;
text-shadow: 0px -1px 0px #00688A;
cursor: pointer;
text-transform: uppercase;
}
		.onesteporder-noframe-ordering-button-search3:hover{ background-position: 0px -61px; }
		.onesteporder-noframe-ordering-button-search3:active{ background-position: 0px -124px;}

.ArticleList-subcategories { 
display: flex;
flex-wrap: wrap;
text-align: center;
}
.ArticleList-category-img2 {
box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.34);
}
.poleznoe2 {
padding-top: 255px;
background: url(../../images/blog.png) no-repeat;
margin-top: -19px;
}

.poleznoe2_h1
{font-size: 250%;
margin-left: 75px;
margin-top: -195px;
padding-bottom: 160px;
text-transform: capitalize;}

.ArticlePost-text 
{text-align: justify;
}
.next-prevoius 
{float: right;
margin: 12px;
}
.foto-shadow-article {
box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
padding: 10px;
}
.next-and-prevoius {
float: right;
padding-top: 20px;
margin-right: 15px;
}
.post_data {
padding-top: 20px;
}
.artices-opisanie {
position: absolute;
padding-top: 45px;
color: #747474;
text-transform: none;
}
.vendors {
font-size: 14px;
margin-left: 70px;
margin-top: 20px;
margin-bottom: -15px;
color: #4A4949;
width: 480px;
height: 120px;
}
.broadcom {padding-top: 1px;background: url(../../images/broadcom-header.png) no-repeat;}
.brocade {padding-top: 1px;background: url(../../images/brocade-header.png) no-repeat;}
.dothill {padding-top: 1px;background: url(../../images/dothill-header.png) no-repeat;}
.emulex {padding-top: 1px;background: url(../../images/emulex-header.png) no-repeat;}
.finisar {padding-top: 1px;background: url(../../images/finisar-header.png) no-repeat;}
.hgst {padding-top: 1px;background: url(../../images/hgst-header.png) no-repeat;}
.infortrend {padding-top: 1px;background: url(../../images/infortrend-header.png) no-repeat;}
.intel {padding-top: 1px;background: url(../../images/intel-header.png) no-repeat;}
.kingston {padding-top: 1px;background: url(../../images/kingston-header.png) no-repeat;}
.mellanox {padding-top: 1px;background: url(../../images/mellanox-header.png) no-repeat;}
.petastor {padding-top: 1px;background: url(../../images/petastor-header.png) no-repeat;}
.qlogic {padding-top: 1px;background: url(../../images/qlogic-header.png) no-repeat;}
.seagate {padding-top: 1px;background: url(../../images/seagate-header.png) no-repeat;}
.supermicro {padding-top: 1px;background: url(../../images/supermicro-header.png) no-repeat;}
.adaptec {padding-top: 1px;background: url(../../images/adaptec-header.png) no-repeat;}
.atto {padding-top: 1px;background: url(../../images/atto-header.png) no-repeat;}
.cisco {padding-top: 1px;background: url(../../images/cisco-header.png) no-repeat;}
.dell {padding-top: 1px;background: url(../../images/dell-header.png) no-repeat;}
.hp {padding-top: 1px;background: url(../../images/hp-header.png) no-repeat;}
.hpe {padding-top: 1px;background: url(../../images/hpe-header.png) no-repeat;}
.lsi {padding-top: 1px;background: url(../../images/lsi-header.png) no-repeat;}
.netapp {padding-top: 1px;background: url(../../images/netapp-header.png) no-repeat;}
.overland {padding-top: 1px;background: url(../../images/overland-header.png) no-repeat;}
.quantum {padding-top: 1px;background: url(../../images/quantum-header.png) no-repeat;}
.tandberg_data {padding-top: 1px;background: url(../../images/tandberg_data-header.png) no-repeat;}
.vmware {padding-top: 1px;background: url(../../images/vmware-header.png) no-repeat;}
.wd {padding-top: 1px;background: url(../../images/wd-header.png) no-repeat;}
.product-vendors {
box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
width: 748px;
}



/* ====================== Добавить файл ====================== */
/* CSS Document */