/*
Theme Name: Oculus
Description: Эксклюзивная тема
Author: Панов Михаил
Version: 1.0
*/

/*  FONTS */
@font-face {
    font-family: 'NEO_Bold';
    src: url('fonts/nspro-bold-webfont.eot');
    src: url('fonts/nspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nspro-bold-webfont.woff') format('woff'),
         url('fonts/nspro-bold-webfont.ttf') format('truetype'),
         url('fonts/nspro-bold-webfont.svg#ns_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEO_Regular';
    src: url('fonts/nspro-regular-webfont.eot');
    src: url('fonts/nspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nspro-regular-webfont.woff') format('woff'),
         url('fonts/nspro-regular-webfont.ttf') format('truetype'),
         url('fonts/nspro-regular-webfont.svg#ns_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* BASE */

body {
	margin:0;
	color:#2d2d2d;
	-webkit-text-size-adjust:100%;
	font:16px Arial, Tachoma, Helvetica, serif;
	background:#ffffff;
    padding: 0;
    line-height: 120%;
}

img {
	border-style:none;
	vertical-align:top;
}
a {
	text-decoration:underline;
	color:#0e73c5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
a:hover {
	color:#fe0000;
} 

h1 {
    font-size: 40px;
    margin: 15px 0;
    line-height: 1;
    color: #111111;
    font-family: 'NEO_Regular';
}

h2 {
    font-size: 26px;
    margin: 15px 0;
    line-height: 1;
    color: #111111;
    font-family: 'NEO_Regular';
}

h3 {
    font-size: 20px;
    margin: 15px 0;
    line-height: 1;
    color: #111111;
}

#Post .entry h1,
#Post .entry h2,
#Post .entry h3,
#Post .entry h4,
#Post .entry h5,
#Post .entry h6 {
  margin: 10px 0;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

#Post .entry h1,
#Post .entry h2,
#Post .entry h3 {
  line-height: 40px;
}

#Post .entry h1 {
  font-size: 38.5px;
  margin: 20px 0 10px 0;
}

#Post .entry h2 {
  font-size: 31.5px;
  margin: 20px 0 10px 0;
}

#Post .entry h3 {
  font-size: 24.5px;
  margin: 15px 0 8px 0;
}

#Post .entry h4 {
  font-size: 22px;
  margin: 15px 0 8px 0;
}

#Post .entry h5 {
  font-size: 20px;
  margin: 10px 0 5px 0;
}

#Post .entry h6 {
  font-size: 18px;
  margin: 10px 0 5px 0;
}

#Post .entry ul,
#Post .entry ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

#Post .entry ul ul,
#Post .entry ul ol,
#Post .entry ol ol,
#Post .entry ol ul {
  margin-bottom: 0;
}

#Post .entry ul li {
  line-height: 20px;
  list-style: disc;
}

#Post .entry ul li ul li {
    list-style: circle;
}

#Post .entry ol li {
  line-height: 20px;
  list-style: decimal;
}

small {
    font-size: 85%;
}

.muted {
  color: #999999;
}



#Post .entry table.table {
    
}


#Post .entry table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}























a.muted:hover {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}



#Post h1 {
    margin-bottom: 26px;
}

#Post h2 {
    margin-top: 25px;
}

#Post h3 {
    margin-top: 25px;
}

p {
    margin: 10px 0;
}

.border_5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;      
}

.left_img {
    float: left;
    margin: 0 25px 25px 0;
}


.clear{clear:both;}

.center {
    text-align: center;
}


/* Колонки */

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



    /* 1. 4 Column Grid 0px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    23.5%
    Span 2:    49.0%
    Span 3:    74.5%
    Span 4:    100%
    
    ----------------------------------------------------------------------------- */

    @media screen and (min-width: 0px) {
        
        .col {
            margin-left:1%;
        	padding:0 0.5%;
        }
        
        .row .col:first-child {
            margin-left:0;
        }
        
        .span_1 {
            width:23.5%;
        }
        .span_2 {
            width:31.5%;
        }
        .span_2_1 {
            width:22.5%;
        }        
        .span_2_2 {
            width:40.5%;
        }        
        .span_3 {
            width:74.5%;
        }
        .span_4 {
            margin-left:0;
            width:100%;
        }
        .span_dost_2 {
            width:33.33333333%;
            margin: 0 !important;
            padding: 0 2% !important;
        }
    }



/* Блоки */

#Header {
    height: 141px;
    margin:0 auto;
    /*max-width:1310px;
    min-width:900px;*/
    width: 1310px;
   /* width:96%;   */
    position: relative;
    padding: 0 2%;

}

#Header .logo {
    margin-top: 43px;
    margin-left: -5px;
    float: left;
}

#Header .social {
    float: left;
    margin-top: 36px;   
    margin-left: 42px; 
    width: 150px;
}

#Header .social .item_button {
    float: left;
    margin-right: 10px;
}

#Header .social .item_button p {
    padding: 0;
    margin: 0;
}

#Header .inner_social {
    margin-left: 80px;
}


#Header .tel {
    float: right;
    color: #000000;
    margin-top: 23px;    
}

#Header .tel .descr {
    font-size: 13px;
}
#Header .tel .descr1 {
    font-size: 13px;
	margin-top: -20px;
	margin-left: -70px;
}
#Header .tel .descr2 {
    font-size: 13px;
	margin-top: 10px;
	margin-left: 70px;
}

#Header .tel .tel_num {
    font-family: 'NEO_Regular';
    font-size: 22px;
}

#Header .tel .tel_num p {
    padding: 0;
    margin: 0;
}

/* Conteiner Offer START */

#container_offers {
    min-height: 400px;
}


#container_offers_home {
    padding-top:30px;
    padding-bottom: 40px;
    background: url(images/gray.gif) top center repeat-y;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}

/* Conteiner Offer END*/



#container_home {
    min-height: 600px;
}

#container, #container_home, #faq_home, .deliv_container, #container_offers {
    height: auto;
    margin:0 auto;
    max-width:1310px;
    min-width:900px;
    width:100%;   
    position: relative;
}

#container #Content {
    margin-right: 28%;  
    padding: 20px 2% 40px 0; 
}

#faq_home .content, #container_home #Content {
    padding: 20px 0px 40px 8px; 
}

#Post {
    margin-top: 40px;
    margin-bottom: 30px;
}


#List {
    margin-top: 40px;
    margin-bottom: 30px;
}

.zoom {
    position: relative;
    z-index: 0;
}

.zoom:hover span {
    background:url(images/zoom.png) no-repeat transparent scroll 0 0;
    content: '';
    position: absolute;
    width: 50px;
    height: 49px;
    right: 10px;
    top:10px;
    z-index: 5;
} 


.zoom img {
    
    max-width: 90%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;    
}

.zoom:hover img {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


#Sidebar {
    background-color: #f5f4f4;
    float: right; 
    width: 20%;  
    margin-top: 105px;  
    padding: 25px 3% 45px 3%;
    margin-right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;        
}


#Sidebar:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(143, 117, 162, 0.6);
    -moz-box-shadow: 0px 0px 25px rgba(143, 117, 162, 0.6);
    -o-box-shadow: 0px 0px 25px rgba(143, 117, 162, 0.6);
    -ms-box-shadow: 0px 0px 25px rgba(143, 117, 162, 0.6);
    box-shadow: 0px 0px 25px rgba(143, 117, 162, 0.6);  
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f5f4f4));
    background: -webkit-linear-gradient(top, #ffffff, #f5f4f4);
    background: -moz-linear-gradient(top, #ffffff, #f5f4f4);
    background: -o-linear-gradient(top, #ffffff, #f5f4f4);
    background: -ms-linear-gradient(top, #ffffff, #f5f4f4);
    background: linear-gradient(top, #ffffff, #f5f4f4);
    background-color: #ffffff;
}


#Sidebar ul.right_menu {
    
} 

#Sidebar ul.right_menu li ul.sub-menu{
    padding: 15px 0 5px 0;
    border-top: 1px solid #e1e0e0;
    margin-top: 7px;
}

#Sidebar ul.right_menu li.widget div ul.menu li:first-child {
    border: none;
}

#Sidebar ul.right_menu li.widget div ul.menu li {
    padding: 15px 0;
    border-top: 1px solid #e1e0e0;
}





#Sidebar ul.right_menu li ul.menu li ul.sub-menu li, .widget_recent_entries ul li {
    border: none;
    margin: 3px 0 3px 18px;
    padding: 0;
}


#Sidebar ul.right_menu li ul.menu li ul.sub-menu li.current-menu-item:before {
    color: #D83003;
    content: "→ ";
    font-size: 18px;
    margin-left: -23px;
}



#Sidebar ul.right_menu li ul.menu li.current-menu-item a  {
    color: #D83003;
}


#Sidebar ul.right_menu li ul.menu li a {
    font-size: 20px;
    text-decoration: none;
    color: #636363;
} 

#Sidebar:hover ul.right_menu li ul.menu li a {
    color: #1E1E1E;
} 

#Sidebar:hover ul.right_menu li ul li a {
    color:#0e73c5;
}

#Sidebar ul.right_menu li ul.menu li ul.sub-menu li a, .widget_recent_entries ul li a {
    font-size: 15px;
    color:#4b8ec5;
    text-decoration: underline;
}

#Sidebar:hover ul.right_menu li a {
    color: #2d2d2d;
} 

#Sidebar:hover ul.right_menu li a:hover {
    color:#fe0000 !important;
}    


#Wrap {
    height: 151px;
    width: 100%;
    background: url(images/bg-small.jpg) center top transparent no-repeat;
    position: relative;
    color: #ffffff;
}

#Wrap .title {
    font-family: 'NEO_Bold';
    font-size: 106px;    
    float: left;
    margin-top: 63px;
    margin-left: 18.5%;
}

#Wrap .descr {
    float: right;
    margin-right: 18.7%;
    margin-top: 46px;
}

#Wrap .descr img {
    width: 100%;
}

#Wrap_home {
    height: 397px;
    width: 100%;
    background: url(images/bg-slide1.jpg) center top transparent no-repeat;
    position: relative;
    color: #ffffff;    
}

#Wrap_home .nadpis {
    float: left;
    margin-top: 119px;
    margin-left: 16%    
}

#Wrap_home .nadpis .title {
    font-family: 'NEO_Bold';
    font-size: 86px;
    margin-bottom: 60px;    
}

#Wrap_home .nadpis .line1 {
    font-size: 22px;
    text-align: center;
}

#Wrap_home .nadpis .line2 {
    font-size: 22px;
    text-align: center;
    margin-top: 6px;
}

#Wrap_home .img {
    position: absolute;
    bottom: 0;
    right: 12.5%;
    max-width: 100%
}

#Footer {
   /*  min-height: 291px; */
    width: 100%;
    background: url(images/bg_footer.jpg) center top transparent repeat scroll;
    position: relative;
    color: #9a9a9a;
  /*  padding-top: 65px; */
    padding-bottom: 20px;
}

#Footer .wrapFooter {
    margin:0 auto;
    max-width:1310px;
    min-width:900px;
    width:100%;   
    position: relative;
    padding: 0;
    
}



#Footer .inner {
    padding: 0;
}


#Footer h4 {
    color: #fede11;
    margin-right: 20px;
    font-size: 17px;
    padding-bottom: 15px;
    background: url(images/hr.gif) repeat-x scroll bottom;
}

#Footer ul.small_menu {
    font-size: 13px;
    margin-top: 10px;
}

#Footer ul.small_menu li {
    margin-bottom: 5px;
}    


#Footer ul.small_menu li a {
    color: #9a9a9a;
    text-decoration: none;
}

#Footer ul.small_menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#Footer .top {
    height: 82px;
    padding-top: 30px;
}

#Footer .top .button_top {
    width: 61px;
    height: 61px;
    margin: 0 auto; 
    position: relative;
    z-index: 5;
}

#Footer .top .button_top a {
    width: 61px;
    height: 61px;
    text-indent: -9999px;
    background: url(images/top.png) no-repeat transparent 0 0;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}

#Footer .top .button_top a:hover {
    background: url(images/top_over.png) no-repeat transparent 0 0;
}


#Footer .top .hr {
    position: relative;    
    z-index: 0;
    margin-top: -31px;
}

#Footer .copy {
    text-align: center;
    color: #636363;
    font-size: 13px;
}

div.hr {
    background: url(images/hr.gif) repeat-x scroll bottom;    
  clear:both;
  font-size:0;
  height:2px;
  line-height:0;
  margin:10px 0;
}

div.hr hr {
  display:none;
}

div.hr_gray {
  clear:both;
  font-size:0;
  height:1px;
  line-height:0;
  margin:15px 0;
  border-bottom: 1px solid #cccccc;
}

div.hr_gray hr {
  display:none;
}



.button_link {
    background:url(images/buttons_pattern44.png) 0 0 repeat-x #000;
    color:#fff !important;
    display:inline-block;
    margin:5px 0;
    height:44px;
    line-height:44px;
    text-align:center;
    font-family: Arial, Tahoma, sans-serif;
    font-size:15px;
    text-decoration:none;
    padding:0 10px;
    min-width:180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);

}

.button_link:hover {
    cursor: pointer;
}


.<a href="http://cityadspix.com/tsclick-EBQRILTK-VRMIQUYF?url=http%3A%2F%2Fwww.enter.ru%2Fproduct%2Felectronics%2Favtomobilnie-kolonki-helix-b-4x-2060207001918&sa=6&sa1=&sa2=&sa3=&sa4=&bt=20&pt=9&lt=2&tl=3&im=Mjc3NS0wLTE0MTU4MjY3ODItMTgwNTk3NDM%3D&prdct=390b330333093f0732&kw=b_blue" target="_blank" alt="<a href="http://cityadspix.com/tsclick-EBQRILTK-VRMIQUYF?url=http%3A%2F%2Fwww.enter.ru%2Fproduct%2Felectronics%2Favtomobilnie-kolonki-helix-b-4x-2060207001918&sa=6&sa1=&sa2=&sa3=&sa4=&bt=20&pt=9&lt=2&tl=3&im=Mjc3NS0wLTE0MTU4MjczMzktMTY3ODIwMzA%3D&prdct=390b330333093f0732&kw=B%204X%20Blue" target="_blank" alt="B 4X Blue" title="B 4X Blue" style="">B 4X Blue</a>" title="B 4X Blue" style=""><a href="http://cityadspix.com/tsclick-EBQRILTK-VRMIQUYF?url=http%3A%2F%2Fwww.enter.ru%2Fproduct%2Felectronics%2Favtomobilnie-kolonki-helix-b-4x-2060207001918&sa=6&sa1=&sa2=&sa3=&sa4=&bt=20&pt=9&lt=2&tl=3&im=Mjc3NS0wLTE0MTU4MjczMzktMTk4NTU3NTg%3D&prdct=390b330333093f0732&kw=b_blue" target="_blank" alt="B 4X Blue" title="B 4X Blue" style="">b_blue</a></a> {
    background-color: #0b70c6 !important;
}

.b_blue:hover {
    background-color: #2e8fe2 !important;
}

#subm {
    border: none;
}

#subm:disabled {
   background-color: #ADADAD !important; 
}

.b_silver {
    background:url(images/buttons_pattern2.png) 0 0 repeat-x #000;
    background-color: #fdfdfd !important;
    color: #000 !important;
    height:36px;
    line-height:36px;    
    text-shadow: none !important;
    border: 1px solid #dbdbdb !important;
    min-width:110px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);    
}

.b_silver:hover {
    background-color: #EAEAEA !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;   
    color: #404040 !important;   
}

.wiget_wrap {
    margin-top: -12px;
    padding: 0 3%;
}

.wiget {
    text-align: center;
    position: relative;
    margin-top: 42px;
}

.wiget a {
    text-decoration: none;
    color: #2D2D2D;
}

.widget_title {
    margin-top: 27px;
    margin-bottom: 15px;
    font-size: 29px;
    display: block;    
    overflow: hidden;
    white-space: nowrap;
    line-height: 29px;
    color: #111;
    font-family: 'NEO_Regular';
}

.wiget_wrap .wiget .opis {
    height: 60px;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
}

#order_form_home {
    background: url(images/gray.gif) top center repeat-y;
    position: relative;
    width: 100%;
}

#order_form_home .inner {
    height: auto;
    margin:0 auto;
    max-width:1310px;
    min-width:900px;
    width:96%;   
    position: relative;
    min-height: 100px;
    padding: 25px 2%;
}


/* Формы */

input[type="text"], textarea, 
select,
input[type="password"],
input[type="email"], 
input[type="url"], 
input[type="number"] {
    border: 1px solid #d4d4d4;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1;
    color: #2d2d2d;
    font-family: Arial, Tachoma, Helvetica, serif;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}

.cform select {
    width: 90%;
    max-width: 90%;
}

#order_home ul.vfb-section {
    margin: 0 !important;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select.my_select:focus,
input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus {
    border: 1px solid #70C6F7 !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 0px 8px rgba(55, 201, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 0px 8px rgba(55, 201, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
    -o-box-shadow: 0px 0px 8px rgba(55, 201, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
    -ms-box-shadow: 0px 0px 8px rgba(55, 201, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 0px 8px rgba(55, 201, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
    outline: medium none;    
} 

#order_home #sendmail {
    margin: 0px 0 0 95px;
}    

.wr_home p {
    line-height: 1.5;
}

.home_height_col {
    margin-top: 80px   ;
}

#order_home fieldset {
    border: none;
    margin: 0;
}

#order_home .vfb-legend, #order_home br {
    visibility: hidden;
    display: none;
}

#order_home label.vfb-desc {
    font-weight: normal !important;
    color: #6D6D6D;
    width: 90px !important;
    margin-right: 5px !important;
}

.visual-form-builder li div label, .visual-form-builder li span label {
    color: #A1A1A1;
    font-style: italic;
}
#order_home .visual-form-builder.left-label .vfb-desc, .visual-form-builder.right-label .vfb-desc{
    width: 10% !important;
}


.order_home textarea {
    width: 80%;
    margin-bottom: 20px;
    min-height: 90px;
}
.order_home input[type="text"] {
    width: 80%;
    margin-bottom: 20px;
}

.order_home .but_form {
    margin: 0px 0 0 75px;
} 

#order_home .visual-form-builder li div label, .visual-form-builder li span label {
    line-height: 1.2;
    margin-top: 3px;
    margin-left: 95px;
}

.order_home input[type="submit"] {
    border: none;
    -webkit-transition: box-shadow 0.2s linear, border 0.2s linear;
    -moz-transition: box-shadow 0.2s linear, border 0.2s linear;
    -o-transition: box-shadow 0.2s linear, border 0.2s linear;
    -ms-transition: box-shadow 0.2s linear, border 0.2s linear;
    transition: box-shadow 0.2s linear, border 0.2s linear;     
}





/* Обратный отсчет */

#countdown_dashboard {
	height: 128px;
    margin-left: 30px;
    position: relative;
    text-align: center;
    margin-top: 5px;
}

.dash {
	width: 148px;
	height: 126px;
	background: transparent url('images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 88px;
	float: left;
	width: 74px;
	text-align: center;
	font-family: 'NEO_Bold';
	color: #3c3535;
    margin-top: 50px;
	position: relative;
}

.dash1 {
	width: 90px;
	height: 128px;
	background: transparent url('images/dash0.png') 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	position: relative;
}

.dash1 .digit {
	font-size: 88px;
	width: 90px;
	text-align: center;
	font-family: 'NEO_Bold';
	color: #3c3535;
    margin-top: 50px;
	position: relative;
}

.dash_title {
    font-family: 'NEO_Regular';
	display: block;
	font-size: 24px;
	color: #111111;
    margin-top: 10px;
    padding-top: 7px;
    padding-right: 25px;
    clear: both;
}

/* Новости */

.item_news_list {
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
     border-radius: 6px;
     
     -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     
     display: -moz-inline-box;
     -moz-box-orient: vertical;
     display: inline-block;
     width: 29%;
     
     min-height:310px;
     
     background: #ffffff;
     
     margin: 20px 1%;
     position: relative;
     
     padding: 1%;
     
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;       
 }
 
 .item_news_list .img {
    width: 96%;
    border: 8px solid #ffffff;
    height: 150px;
    overflow: hidden;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
     -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);  
      
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;          
 }
 
 
.item_news_list_header {
    font-family: 'NEO_Regular';
    color: #d83003;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;

    height: 26px;
    overflow: hidden;   
    white-space: nowrap; 
    line-height: 1;
} 

.item_news_list_header_a {
    color: #d83003;
    text-decoration: none;
} 

a.item_news_list_header_a:hover {
  
    text-decoration: underline;
} 

h2.news_home_title a {
    color: #2D2D2D;
    text-decoration: none;
}

h2.news_home_title a:hover {
    
    text-decoration: underline;
}

.item_news_list .fadeBlock {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 30px;
    position: absolute;
    right: 0;
    top: 185px;
    z-index: 10;
}

.item_news_list .fadeBlock .fade {
    background: url("images/fade.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: -32px;
    position: absolute;
    top: 0;
    width: 32px;
}

.wiget .fadeBlock {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 30px;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 10;
}

.wiget .fadeBlock .fade {
    background: url("images/fade.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: -32px;
    position: absolute;
    top: 0;
    width: 32px;
}

.item_news_list .excerpt {
    height: 70px;
    overflow: hidden;
    position: relative;
}

.excerpt a {
    color: #2d2d2d;
    text-decoration: none;
}

.excerpt a:hover {
    text-decoration: underline;
}

.excerpt .fadeBlock1 {
    background: none repeat scroll 0 0 ;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.excerpt .fadeBlock1 .fade1 {
    background: url("images/fade1.png") repeat-x scroll 0 0 transparent;
    height: 32px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.wiget .fadeBlock1 {
    background: none repeat scroll 0 0 ;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.wiget .fadeBlock1 .fade1 {
    background: url("images/fade1.png") repeat-x scroll 0 0 transparent;
    height: 32px;
    position: absolute;
    top: 0;
    width: 100%;
}

.item_news_list p {
    text-align: center;
}


.item_news_list:hover {
    box-shadow: 0px 0px 25px rgba(143, 117, 162, 0.6);  

    background-color: #ffffff;    
}

.item_news_list:hover .img {

    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    
}

.item_news_list_full {
     display: -moz-inline-box;
     -moz-box-orient: vertical;
     display: inline-block;
     width: 96%;
     background: #ffffff;
     margin: 0px 1% 20px 0;
     position: relative;
     padding: 0 1% 1% 0;
 }
 
 .item_news_list_full .img {
    float: left;
    border: 8px solid #ffffff;
    height: 150px;
    margin: 0 25px 15px 0;
    max-width: 350px;
    overflow: hidden;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
     -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);  
      
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;          
 }
 
 
.item_news_list_full h2 {
    font-family: 'NEO_Regular';
    color: #d83003;
    font-size: 30px;
    margin-bottom: 0px;
    padding-top: 0;
    margin-top: -5px;
    padding-bottom: 5px;
    line-height: 120%;
    display: inline;
} 

.item_news_list_full h2 a {
    color: #d83003;
    text-decoration: none;
    border-bottom: 1px solid rgba(216,48,3,0.3);
}    

.item_news_list_full h2 a:hover {
    color: #4D4D4D;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
} 

.item_news_list_full p {
    
}

.item_news_list_full .img:hover  {

    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    
}


 .vert-flag {
    background: url(images/flag.png) transparent scroll 0 0 no-repeat;
     -moz-box-orient: vertical;
     display: inline-block;
     vertical-align: middle;
     text-align: center;
     width: 61px;
     height: 76px;
     position: absolute;
     padding-right: 20px;
     padding-bottom: 35px;
     float: left;
     top: -1px;
     padding-top: 15px;
     left: 35px;
     color: white;
 }

.vert-flag .data {
    font-family: 'NEO_Regular';
    font-size: 30px;
} 

.vert-flag .month {
    font-size: 11px;
    margin-top: 5px;
} 


.item_news_list_full  .vert-flag {
    left: 20px;
}

.bread ul li:first-child {
    
}

.bread ul li {
    float: left;
    font-size: 14px;
    margin-right: 10px;
}

.bread ul li:before {
    content: "→";
    margin-right: 10px;
}

.bread ul li:first-child:before {
    content: none;
}


/* Default WP styles */

.aligncenter,
  div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
  float: left;
  }
.alignright {
  float: right;
}

img.alignleft {
    margin: 0 25px 25px 0;    
}  

img.alignright {
    margin: 0 0 25px 25px;    
} 

.zoom img.alignleft, table img.alignleft {
    margin: 0;    
}  

.zoom img.alignright, table img.alignright {
    margin: 0;    
}
  
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* необязательные параметры, которые сделают скругленные углы в поддерживаемых браузерах*/
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }
  
.categories {...}
  .cat-item /* Этот класс присваивается всем категориям */}
  .current-cat {/* стиль текущей категории */}
  .current-cat-parent {/* стиль для предка(ов) текущей категории */}
  .children {/* класс для потомка */}
  .pagenav {/* постраничная навигация */}
  .page_item {/* любой элемент списка */}
  .current_page_item {/* этот класс присваивается в списке страниц к текущей активной странице */}
  .current_page_parent {/*класс для  родительской страницы по отношению к текущей */}
  .current_page_ancestor {/* любая страница верхних уровней по отношению к данной */}
  .widget {/* все виджеты обворачиваются в этот класс */}    
  
#Post img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;      
}  

li.widget {
    list-style: none;
}

.allnews {
    margin: 20px 0 20px 10px;
}

.allnews:before {
    content: "→ ";
    font-size: 18px;
}


.allnews a {
    font-size: 20px;
}

.navigation {
    margin-bottom: 50px;
} 


.navigation .previous-entries {
    float: left;
}

.navigation .next-entries {
    float: right;
}
/*
.navigation .previous-entries:before {
    content: "← ";
    font-size: 18px;
}

.navigation .next-entries:after {
    content: " →";
    font-size: 18px;
}
*/
.post-date {
    margin-top: -20px;
    color: #D83003
}

#orderGet {
    margin-top: 8px;
    margin-left: 3.5%;
}



#Header .menu-container {
    float: right;
    margin-left: 42px;
    margin-top: 51px;    
}

#Header .inner_lang_home {
    margin-right: 15px;
}


/* Level one */
ul.dropdown { 
	position: relative; 
	z-index: 3;
	margin-top:-30px;
}

ul.dropdown:hover {
    
    
}

ul.dropdown li a.rus {
    text-indent: -9999px;
    background: url(images/rus.png) transparent 15px 4px scroll no-repeat;
    border: 1px solid #cacaca;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
    padding: 5px;
    box-shadow:  rgba(0,0,0,0.1) 0 0px 2px;
}

ul.dropdown li a.rus:hover {

    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

ul.dropdown li ul {
    
}

ul.dropdown li a.eng img {
    margin-left: 9px;
}

ul.dropdown li:first-child { 	
	background: #ffffff;
	border: 5px solid #efefef;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    
}

ul.dropdown li:first-child:hover { 	
	background: #ffffff;

	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-left-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-left-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;	
   border:5px solid #efefef;	
}
ul.dropdown .sub_menu li{ 	
	background: #fdfdfd;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	margin-left: -5px;
}
ul.dropdown .sub_menu li:hover{ 	
	background: #F1F1F1;
}


ul.dropdown .sub_menu li:first-child { 	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
	border-left: 5px solid #efefef;
	border-right: 5px solid #efefef;
	border-top: 0px;
	border-bottom: 0px;
	-webkit-box-shadow:  none;
   	-moz-box-shadow:  none;
   	box-shadow:  none;
}
ul.dropdown .sub_menu li {
   border-bottom: none;
}
ul.dropdown .sub_menu li:last-child { 	
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-left-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
    	
	border-bottom:5px solid #efefef;
}
ul.dropdown li { 
	float: left; 
	zoom: 1; 
	width:75px; 
	text-align:left;
	
}
ul.dropdown a{ 
	color: #4f5b65; 
}
ul.dropdown .sub_menu li a:hover{ 
	color: #9d9fa0!important;
	text-shadow: 0px 1px 0px #fff;
}
ul.dropdown a:active{ 
	color: #ffa500; 
}
ul.dropdown li:first-child a:hover{
	color: #4f5b65;
}
ul.dropdown li a{ 
	display: block; 
	padding: 4px 8px; 
}


/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover{ 
	background: #eaeaea;
	color: 9d9fa0; 
	position: relative; 
}
ul.dropdown li.hover a{ 
	
	text-shadow: 0px 1px 0px #fff;
}


/* Level two */
ul.dropdown ul{ 
	width: 75px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
ul.dropdown ul li{ 
	font-weight: normal; 
	background: #f6f6f6; 
	color: #000; 
	border-bottom: 1px solid #ccc; 
	float: none; 
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
} 

/* Level three */
ul.dropdown ul ul{ 
	left: 100%; 
	top: 0; 
}
ul.dropdown li:hover > ul{ 
	visibility: visible; 
}



.Content_order {
    padding: 20px 2% 40px 2%; 
}



.item_prod {
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.item_prod .img {
    width: 220px;
    height: 220px;
    border: 1px solid #d8d8d8;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 20px 20px 0;  
    float: left;  
}  

.item_prod .img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;     
}  

.item_prod .img .price {
    font-family: 'NEO_Bold';
    color: #d83003;
    font-size: 26px;
    margin-top: 15px;
}

.item_prod .img .price span {
    font-family: 'NEO_Regular';
    color: #1a1a1a;
}

.item_prod h2 {
    margin-top: 0px;
}

.item_prod .check {
    margin-top: 15px;
}

.item_prod .check label {
    font-weight: bold;
    float: left;
    margin-top: 10px;
}

.item_prod .check .styledCheckbox {
    float: left;
    margin-left: 15px;
}

.item_prod .kol {
    margin-top: 30px;

}

input.quant:read-only {
    background-color: #ddd;
}

input.quant:hover:read-only, input.quant:read-only {
    background-color: #ddd !important;
    border: 1px solid #D4D4D4 !important;
    box-shadow: none !important;
}

input.quant {
    text-align: center;
        margin-right: 5px;
        font-size: 16px;
}

.block_deliv label span {
    margin-top: 20px;

}

.block_deliv .styledRadio {
    margin-top: 0px;
    margin-right: 10px;
}

.block_deliv img:hover {
    cursor: pointer;
}

.deliv {
    height: 160px;
    background-color: #eeeeee;
    padding: 25px 0;
    margin-bottom: 20px;
}

.deliv h2 {
    text-align: center;
    margin: 0;
    padding: 0;
}

.deliv .block_deliv {
    width: 100%;
    background-color: #ffffff;
    padding: 14px 0;
    margin-top: 20px;
    height: 74px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;    
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    position: relative;    
}
.deliv .block_deliv .vert1 {
    background: url(images/gr_vert.gif) 0 0 transparent scroll repeat-y;
    height: 102px;
    width: 1px;
    left: 33.333333%;
    position: absolute;
    top:0;
}

.deliv .block_deliv .vert2 {
    background: url(images/gr_vert.gif) 0 0 transparent scroll repeat-y;
    height: 102px;
    width: 1px;
    left: 66.6666667%;
    position: absolute;
    top:0;
}

#it_block {
    font-family: 'NEO_Regular';
    color: #1a1a1a;
    font-size: 44px;    
    text-align: center;
    margin: 15px 0;
}

#it_block span {
    font-family: 'NEO_Bold';
    color: #d83003;    
}

#dann {
    font-family: 'NEO_Regular';
    color: #1a1a1a;
    font-size: 30px;    
    text-align: center;    
    margin-top: 45px;
    margin-bottom: 30px;
}

#form_order {
    width: 330px;
    margin:0 auto;
}

/* modal mail */

.modal-mail {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
	display: none;
}

	.modal-container {
		/* width: 450px;
		height: 305px; */
		background-color: #fff;
		border-radius: 6px;
		border: 1px solid #ccc;
		position: absolute;
		top: 50%; margin-top: -200px;
		lefT: 50%; margin-left: -225px;
	}
	.krestik{    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
	cursor:pointer;
}

#top_menu
{
		width: 650px;
		height: 30px;
		position:absolute;
		margin: 57px 0 0 280px;
}

#top_menu1
{
/*9.11.2016		width: 650px;
		height: 30px;
		position:absolute;
		margin: 57px 0 0 280px;*/
		width: 650px;
		height: 30px;
		position:absolute;
		margin: 100px 0 0 0;
}

.top_menutxt
{
background: linear-gradient(to top, #095ea6, #3287ce);
min-width: 50px;
height: 30px;
display:inline-block;
border-radius: 6px;
margin:0 1px 0 1px;
text-align:center;
padding-top: 5px;
}

.top_menutxt a
{
 padding:7px 9px 7px 9px;
 color:#ffffff;
 font-size:13px;
     font-weight: bold;
    text-decoration: none;
}

.top_menutxt:hover
{
background: linear-gradient(to top, #2178c2, #6aaee6);
}