/********************************************FONTS*/
@font-face {
    font-family: "gothaprobol";
    src: url('fonts/gothaprobol.eot');
    src: url('fonts/gothaprobol.eot?#iefix') format('embedded-opentype'),
    url('fonts/gothaprobol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gothaproreg";
    src: url('fonts/gothaproreg.eot');
    src: url('fonts/gothaproreg.eot?#iefix') format('embedded-opentype'),
    url('fonts/gothaproreg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gothaprolig";
    src: url('fonts/gothaprolig-webfont.eot');
    src: url('fonts/gothaprolig-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gothaprolig-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ptsans";
    src: url('fonts/ptsan.eot');
    src: url('fonts/ptsans.eot?#iefix') format('embedded-opentype'),
    url('fonts/ptsans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/***************************************ELEMENTS*/
html, body{
    height: 100%;
}
body{
    min-width: 960px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    font-family: "gothaproreg", Arial;
}
#main{
    position: relative;
    margin: 0 auto;
    min-width: 960px;
    min-height: 100%;
    height: auto !important;
    overflow: hidden;
}
a{
    color: #6d6e71;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: underline;
}
a img{
    border: none;
}
p{
    margin: 0 0 15px 0;
}
h1, .h1{
    font: normal 24px "gothaprolig", "Arial", "sans-serif";
    margin:0 0 31px 0;
    color: #6d6e71;
}
h1 span, .h1 span{
    font: italic 16px "gothaprolig", "Arial", "sans-serif";
    display: block;
}
h2, .h2{
    font: normal 20px "gothaprobol", "Arial", "sans-serif";
    margin: 0 0 20px 0;
    color: #6d6e71;
}
h3, .h3{
    font: italic 16px "gothaproreg", "Arial", "sans-serif";
    margin: 0 0 20px 0;
    color: #6d6e71;
}
input:focus, textarea:focus{
    outline: none;
}
input[type=text], input[type=password], textarea{
    border: none;
    background-color: #efefef;
    box-shadow: 0 1px 3px #d0d2d5 inset;
    border-radius: 8px;
    padding: 5px 9px;
    width: 181px;
    color: #6d6e71;
    font-family: "gothaprolig", "Arial", "sans-serif";
}
textarea{
    font-family: "ptsans", "Arial", "sans-serif";
    color: #6d6e71;
    font-size: 14px;
}
input[type=submit]{
    border:1px solid #f7b71e;
    background: url(images/send.png) 0 0 repeat-x;
    color: #fff;
    box-shadow: none inset;
    text-shadow:0 0 1px #f3891c;
    border-radius: 14px;
    padding: 3px 20px;
    cursor: pointer;
}
input[type="submit"][disabled="disabled"]{
    background: url(images/disabled.png) 0 0 repeat-x;
    color: #595959;
    text-shadow:  0 0 1px #fff;
    border: 1px solid #c7c7c7
}
.text_box table{
    margin: 0;
    padding:0;
    width: 100%;
    border-spacing: 0;
    border-radius: 10px;
    box-shadow:  0 0 0 1px #c9c9c9;
    behavior:url(PIE.htc);
    background-color: #fff
}
.text_box table tr th{
    color: #fff;
    padding: 14px 18px;
    text-shadow: 0 0 1px #f47922;
    font-family: "gothaprobol", "Arial", "sans-serif";
    font-size: 14px;
    background: #f8a547;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7b229), to(#f8a14f));
    background: -webkit-linear-gradient(#f7b229, #f8a14f);
    background: -moz-linear-gradient(#f7b229, #f8a14f);
    background: -ms-linear-gradient(#f7b229, #f8a14f);
    background: -o-linear-gradient(#f7b229, #f8a14f);
    background: linear-gradient(#f7b229, #f8a14f);
}
.text_box table tr th:first-child{
    border-radius:10px 0 0  0 ;
    behavior:url(PIE.htc);
    text-align: left;
}
.text_box table tr th:last-child{
    border-radius: 0 10px 0 0 ;
    behavior:url(PIE.htc);
}
.text_box table tr:last-child td:first-child{
    border-radius:  0 0  0 10px;
}
.text_box table tr:last-child td:last-child{
    border-radius: 0 0 10px 0 ;
}
.text_box table tr td{
    padding: 14px 18px;
    color: #494949;
    font: normal 14px "gothaprolig", "Arial", "sans-serif";
    margin: 5px 0;
}
.text_box table tr td input{
    border-radius: 0;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 2px #dcdcdc inset;
    width: 54px;
    text-align: right;
    padding: 2px 5px;
    background-color: #fff;
}

.text_box ol li{
    color: #595959;
    font-family: "gothaprolig", "Arial", "sans-serif";
    list-style: none;
}
.text_box ol li span{
    color: #f8ae40;
    font-family: "gothaproreg", "Arial", "sans-serif";

}
.text_box ul li{
    list-style: none;
    background: url(images/liststyle.png) 0 5px no-repeat;
    padding-left: 14px;
    font-family: "gothaprolig", "Arial", "sans-serif";
}
blockquote{
    background-color: #f2f2f2;
    padding:3px;
    position: relative;
    padding: 6px 15px;
    *zoom: expression(
          this.runtimeStyle.zoom="1",
          this.appendChild( document.createElement("small") ).className="after",
          this.appendChild( document.createElement("small") ).className="before"
        );
}
blockquote:after,blockquote .after {
    background:url(images/blockqoute.png) 0 0 no-repeat;
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: -2px;
    left: -5px;
}
blockquote:before, blockquote .before{
    background:url(images/blockqouotes-bot.png) 0 0 no-repeat;
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    bottom: -2px;
    right: -3px;
}
ul li{
    vertical-align: top
}
/*HEADER*/
header{
    height: 142px;
    position: relative;
    width: 960px;
    margin: 0 auto;
    z-index: 200
}
header nav{
    position: absolute;
    top: 103px;
    left: 0;
}
header nav .top_menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
header nav .top_menu li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin-right: 56px;
    vertical-align: top;
    position: relative;
}
header nav .top_menu li a{
    color: #6d6e71;
    font: normal  14px "gothaprobol", "Arial", "sans-serif";
    text-decoration: none;
    text-transform: uppercase;
}
header nav .top_menu li a:hover{
    color: #f78f1e;
}
header nav .top_menu > li:hover{
    padding-bottom: 20px;
    *zoom:1;
}
header nav .top_menu li:hover ul{
    display: block;
}
header nav .top_menu li ul{
    display: none;
    width: 100px;
    padding: 2px 20px 10px;
    z-index: 1000;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -73px;
    background-color: #fff;
    border-radius: 10px;
    border-top: 2px solid #f78f1e;
    *zoom: expression(
          this.runtimeStyle.zoom="1",
          this.appendChild( document.createElement("small") ).className="after"
    );
}
header nav .top_menu li ul:after, header nav .top_menu li ul .after{
    content: "";
    background: url(images/sum-menu-tri.png) 0 0 no-repeat;
    width: 18px;
    height: 12px;
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -9px;
    z-index: 2000;
}
header nav .top_menu li ul li{
    padding: 5px 0;
}
header nav .top_menu li ul li a{
    color: #6d6e71;
    border-bottom: 1px solid #f78f1e;
    text-transform: none!important;
    font-family: "ptsans", "Arial", "sans-serif";
}
header nav .top_menu li ul li a:hover{
    color: #f78f1e;
    border-bottom: none;
    text-decoration: none;

}
.logo{
    position: absolute;
    top: 28px;
    left: 0px;
}
.for_user{
    position: absolute;
    top: 32px;
    right: 30px;
}
.for_user table{
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
.for_user table tr td{
    padding: 0 12px;
    font-size: 14px;
    color: #999999;
}
.for_user.loged table tr td{
    padding: 0 30px
}
.for_user table tr td + td{
    background: url(images/conncetion-sep.png) 0 50% no-repeat;
}
.for_user table tr td a{
    color: #6d6e71;
    font-size: 14px;
    text-decoration: none;
    padding-left: 25px;
    font-family: 'ptsans', 'arial';
}
.for_user table tr td a:hover{
    color: #f8962d
}
.for_user table tr td a span{
    border-bottom: 1px dotted #f8962d;
}
.tel{
    font-size: 20px;
    font-family: "ptsans", "Arial", "sans-serif";
    color:#6d6e71;
    background: url(images/tel.png) 0 50% no-repeat;
    padding-left: 25px;
}
a.registration, a.logout{
    background: url(images/reg.png) 0 50%  no-repeat;
}
a.logout{
    color: #f78f1e!important;
}
a.for_partners{
    background: url(images/enter.png) 0 50%  no-repeat;
}
a.personal{
    background: url(images/enter.png) 0 50%  no-repeat;
}
a.feedback{
    background: url(images/feed-back.png) 0 50%  no-repeat;
}
.soc_net {
    position: absolute;
    top: 100px;
    right: -4px;
}
.soc_net ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.soc_net ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
}
.soc_net ul li a{
    display: block;
    width: 24px;
    height: 22px;
}
.soc_net ul li a.soc1{
    background: url(images/vk.png) 50% 2px no-repeat;
}
.soc_net ul li a.soc2{
    background: url(images/fb.png) 50% 2px no-repeat;
}
.soc_net ul li a.soc3{
    background: url(images/tweet.png) 50% 2px no-repeat;
}
.soc_net ul li a.soc4{
    background: url(images/odn.png) 50% 0 no-repeat;
}
/*hover**/
.soc_net ul li a.soc1:hover{
    background: url(images/vk.png) 50% -21px no-repeat;
}
.soc_net ul li a.soc2:hover{
    background: url(images/fb.png) 50% -21px no-repeat;
}
.soc_net ul li a.soc3:hover{
    background: url(images/tweet.png) 50% -21px no-repeat;
}
.soc_net ul li a.soc4:hover{
    background: url(images/odn.png) 50% -22px no-repeat;
}
/*****************************************************************************LEFT_COL*/
#content{
    font-size: 14px;
    position: relative;
    width: 960px;
    margin: 0 auto;
    color: #6d6e71;
}
.text_box{
    color: #6d6e71;
    font: normal 15px "ptsans", "Arial", "sans-serif";
}
.text_box a{
    color: #6d6e71;
    border-bottom: 1px solid #f78f1e;
}
.text_box a:hover, a.active{
    color: #f78f1e;
    border-bottom: none;
    text-decoration: none;
}
.text_box img{
    border-radius: 10px;
}
.left_img{
    float: left;
    margin: 0 15px 7px 0;
    border-radius: 10px;
}
.columns{
    margin-bottom: 30px;
    position: relative;
}
.left_col{
    width: 261px;
    float: left;
    padding: 20px 0 0 0;
    background: url(images/orange-line.png) 0 0 no-repeat;
    margin: 0 60px 0 0;
}
.left_col.inner{
    width: 560px;
    background: none
}
.left_col.contacts{
    width: 320px;
}
.main_col.inner{
    width: 294px;
    background: none
}
.main_col.inner{
    width: 294px;
    background: none
}
.main_col.contacts{
    width: 575px;
    background: none;
}
.main_col.good{
    width: 794px;
    position: relative;
    float: none;
}
.main_col.good_into{
    width: 960px;
    position: relative;
    float: none;
}
.main_col{
    /*width: 639px;*/
    width: 100%;
    padding: 18px 0 0 0;
    float: left;
    background: url(images/orange-line.png) 0 0 no-repeat;
}
.center{
    display: table-cell;
    *display: block;
    vertical-align: middle;
}
.act_img .center{
    height: 22px;
}
.in{
    display: block;
    font-size: 0;
    line-height: 0;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}
/*****************************************************************************RIGHT_COL*/


/*****************************************************************************CONTENT*/
#slider{
    height: 400px;
    width: 1460px;
    margin-left: -250px;
    position: relative;
    margin-bottom: 30px;
}
#slider .slider{
    padding: 0;
    margin: 0;
    list-style: none;
}
#slider .pic img {
    height: auto!important;
    max-height: 400px;
    max-width: 1459px;
    width: auto;
    border-radius: 10px;
}
#slider .pager{
    position: absolute;
    top: 362px;
    width: 100%;
    text-align: center;
    z-index: 500;
}
#slider .pager ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
#slider .pager ol li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin-right: 6px;
}
#slider .pager ol li a{
    background: url(images/bullets.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    text-indent: 999px;
    width: 21px;
    height: 21px
}
#slider .pager li a.activeSlide{
    background: url(images/bullets.png) -21px 0 no-repeat;
}
#slider .slider .slider_text{
    position: absolute;
    top:51px;
    left: 248px;
    color: #fff;
    width: 380px;
}
#slider .slider .slider_text .top_text{
    font-size: 48px;
    font-family: "gothaprobol", "Arial", "sans-serif";
    line-height: 57px;
    margin-bottom: 35px;
    max-height:169px;
    overflow: hidden;
}
#slider .slider .slider_text .bot_text{
    font-size: 30px;
    font-family: "gothaprolig", "Arial", "sans-serif";
    line-height: normal;
    margin-bottom: 25px;
    max-height: 70px;
    overflow: hidden;
}
#slider .more a{
    display: inline-block;
    background: url(images/slider-more.png) 100% 0 no-repeat;
    padding-right: 20px;
    text-decoration: none;
    color: #fff;
    font-family: "gothaprolig", "Arial", "sans-serif";
    font-size: 18px;
    width: auto;
}
#slider .more a span{
    background-color: #f78f1e;
    display: inline-block;
    padding: 10px 20px;
    width: auto;
    height: 20px;
}
.activity{
    background: url(images/left_col-sep.png) 100% 0 no-repeat;
}
.activity ul{
    padding: 0 0 0 7px;
    margin:0;
    list-style: none;
}
.activity ul li{
    margin-bottom: 13px;
}
.act_img{
    /*display: inline-block;
    *display: inline;
    *zoom:1;*/
    float: left;
    margin-right: 6px;
    vertical-align: middle;
    width: 25px;
    text-align: center;
}
.act_img img{
    max-width: 25px;
    max-height: 17px;
}
.act_name{
    display: inline-block;
    *display: inline;
    *zoom:1;
    color: #6d6e71;
    font: normal 18px "ptsans", "Arial", "sans-serif";
    padding-bottom: 4px;
}
.act_name span{
    font-size: 12px;
}
.act_text{
    color: #959595;
    font:  normal 14px/13px "ptsans", "Arial", "sans-serif";
    height: 54px;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 9px;
}
.content_title{
    font: normal 30px "gothaprobol", "Arial", "sans-serif";
    color: #6d6e71;
    margin-bottom: 11px;
}
.content_title span{
    font: normal 18px "gothaprolig", "Arial", "sans-serif";
    display: block;
    line-height: 32px;

}
.learn_more{
    background: url(images/more-circle.jpg) 0 50% no-repeat;
    padding-left: 21px;
    color: #6d6e71;
    text-decoration: none;
}
.learn_more:hover{
    text-decoration: underline;
}
.main_col.good .search{
    top: 25px;
    right: -166px;
}
.search {
    background: url("images/search.png") no-repeat scroll  0 0 transparent;
    height: 35px;
    right:0;
    position: absolute;
    top: 456px;
    width: 201px;
}
.search_inner {
    background: url("images/search.png") no-repeat scroll  0 0 transparent;
    height: 35px;
    width: 201px;
    margin-top: 10px;
}
.search .search_form, .search_inner .search_form {
    border: medium none;
    margin: 0;
    padding: 0;
}
.search .s_t, .search_inner .s_t {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #9c9c9e;
    float: left;
    font: 13px "pt_sans","Arial","sans-serif";
    height: 18px;
    outline-style: none;
    padding: 5px 5px 5px 13px;
    position: relative;
    width: 142px;
    z-index: 2;
    box-shadow: none;
}
.search .s_b, .search_inner .s_b {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 27px;
    width: 35px;
}
/*contacts*/
.tel_box{
    margin-bottom: 21px;
}
.tel_box a{
    color: #f78f1e;
}
.contact_form table tr td{
    vertical-align: top;
    padding-bottom: 13px;
}
.contact_form textarea{
    resize:none;
    width: 241px;
    height: 109px
}
.contact_form div{
    position: relative;
    padding-left: 9px;
}
.contact_form .orange{
    position: absolute;
    top: 0;
    left: 0;
}
.reg .orange{
    position: absolute;
    top: 0;
    left: 0;
}
.orange {
    color: #fd9422;
}
.personallink {
    padding-left: 0 !important;
}
input.error, textarea.error{
    box-shadow: 0 0 0 2px  #ae0000;
    background-color:#f4cece;
}
div.wpcf7-mail-sent-ok{
    border: none;
    color: #008000;
    font: bold 16px "ptsans", "Arial", "sans-serif";
}
div.wpcf7-validation-errors{
    border: none;
    font-family: "ptsans", "Arial", "sans-serif";
    font-size: 14px;
    color: #cc0000;
}
.map{
    margin-top: 50px;
}
/*product*/
ul.good_list{
    padding: 0;
    margin:0;
    list-style: none;
}
ul.good_list li{
    margin-bottom: 58px;
}
ul.good_list li .pic{
    border: 1px solid #dedede;
    border-radius: 10px;
    height: 116px;
    width: 159px;
    text-align: center;
    float: left;
    margin-right: 21px;
}
ul.good_list li .pic .in{
    width: 159px;
    text-align: center;
}
ul.good_list li .pic img{
    height: auto !important;
    max-height: 100px;
    max-width: 151px;
    width: auto;
}
ul.good_list li .center{
    height: 116px;
}

.in{
    display: block;
    text-align: center;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}
.good_about{
    overflow: hidden;
    font-family: "gothaproreg", "Arial", "sans-serif";
}
.good_about .good_name{
    padding-bottom: 11px;
}
.good_about .good_name a{
    color: #ff8500;
    font-size: 15px;
    text-decoration: underline;
}
.good_about .good_name a:hover{
    text-decoration: none;
}
.good_about .good_descr{
    margin-bottom: 17px;
    color: #9c9c9c;
    font-size: 12px;
    height: 42px;
    overflow: hidden;
    line-height: 14px;
}
.good_about .good_link a{
    background: url(images/more-circle.jpg) 0 50% no-repeat;
    padding: 0 0 0 19px;
    color: #ff8500;
    text-decoration: underline;
}
.good_about .good_link a:hover{
    text-decoration: none;
}
.goods_menu {
    position: absolute;
    top: 22px;
    right: 0px;
}
.goods_menu ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.goods_menu ul li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin-left: 24px;
}
.goods_menu ul li a{
    text-decoration: none;
    display: block;
    color: #595959;
    border-radius: 11px;
    padding: 2px 9px;
    font: normal 14px "gothaproreg", "Arial", "sans-serif";
}
.goods_menu ul li a:hover, .goods_menu ul li a.active{
    color: #fff;
    background-color: #f78f1e;
}
.pagination{
    text-align: center;
}
.pagination ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination ul li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    padding: 0 1px;
}
.pagination ul li a{
    color: #9c9c9e;
    font-size: 15px;
    text-decoration: none;
    border-radius: 13px;
    padding: 2px 7px;
    font-family: "ptsans", "Arial", "sans-serif";
}
.pagination ul li a:hover{
    text-decoration: underline;
}
.pagination ul li a.active{
    background-color: #fd9422;
    color: #fff;
}
/**INTO GOOD*/
.fancy{
    position: absolute; top:0; left: 0;
    z-index: 20
}
.fancy a{
    display: block;
    position: absolute;
    height: 230px;
    margin-bottom: 12px;
    text-align: center;
    width: 329px;
}
.fancy a .center{
    width: 329px;
    text-align: center;
}
.description{
    overflow: hidden;
    position: relative;
}
.product_info_left{
    float: left;
    width: 329px;
    margin-right: 30px;
}
.product_info_right{
    overflow: hidden;
}
.product_info_right .info{
    font-size: 14px;
    margin-bottom: 48px;
}
.product_large_img{
    text-align: center;
    position: relative;
    height: 230px;
    margin-bottom: 12px;
    z-index: -1;
    *zoom:1;
}
.product_large_img .center{
    width: 329px;
    height: 230px;
}
.product_large_img .center a {
    display: block;
    *height: 230px;
}
.product_large_img .center a span{
    width: 329px;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
    display: block;
}
/*.center{
	display: table-cell;
	height: 230px;
	*display: block;
	vertical-align: middle;
	text-align: center;
}*/
.product_slider .center{
    height: 80px!important;
    width: 95px
}
.product_slider .center  span{
    width: 95px;
    display: block;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");

}
.preloader{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: -1;
}
.product_slider ul{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 367px;
}
.product_slider ul li{
    width: 95px!important;
    border: 1px solid #d8d8d8;
    height: 80px;
    overflow: hidden;
    margin: 0 22px  0 0;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.product_slider ul li.current{
    border: 1px solid #f89932;
}
.product_slider ul li img{
    max-width: 95px;
    height: auto !important;
    width: auto;
    max-height: 80px;
}
#largeImg{
    max-width: 329px;
    height: auto !important;
    width: auto;
    max-height: 230px
}
.carusel button{
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    background: url(images/carousel_arrows.png);
    cursor: pointer;
    position: absolute;
    bottom: -12px;
    z-index: 10
}
.carusel{
    position: relative;
    *zoom:1;
    margin-bottom: 33px;
}
/*.prev{
	left: 0;
	background-position: 0 0
}
.carusel button.next{
	background-position: -24px 0;
	right: 1px;
}
.prev:hover{
	background-position: 0 -24px
}
.prev.disabled{
	display: none;
}
.next.disabled{
	display: none;
}
.carusel button.next:hover{
	background-position: -24px -24px
}*/
#popup{
    background-color: #f8ae03;
    width: 366px;
    padding: 33px 35px;
    border-radius: 8px;
    behavior: url(PIE.htc);
    *zoom:1;
}
#fancybox-close.close_good{
    background: url(images/close-good.png)  0 0 no-repeat!important;
    width: 15px!important;
    height: 15px!important;
    top: 2px!important;
    right: 2px!important;
}
#fancybox-outer.good_outer{
    border-radius: 0!important;
    border:1px solid #cacaca;
}
#fancybox-right, #fancybox-left{
    width: 14px!important;
    height: 41px!important;
    top: 50%!important;
    margin-top: -20px!important;
}
#fancybox-right{
    right: 8px!important;
    background: url(images/galery.png) -14px 0 no-repeat!important;
}
#fancybox-left{
    left: 8px!important;
    background: url(images/galery.png) 0px 0 no-repeat!important;
}
#fancybox-right:hover{
    background-position: -14px -41px!important;
}
#fancybox-left:hover{
    background-position: 0px -41px!important;
}
.char_title{
    color: #fff;
    font:  normal 18px "gothaprobol", "Arial", "sans-serif";
    background-color: #f78f1e;
    padding: 4px 7px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.characteristics table{
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
.characteristics table tr td{
    vertical-align: top;
    padding: 11px 7px;
    font-size: 12px
}
.characteristics table tr td:first-child{
    font-weight: bold;
    font-size:14px;
}
.back a{
    background: url(images/more-circle.jpg) 0 50% no-repeat;
    padding-left: 20px;
    font-family: "ptsans", "Arial", "sans-serif";
    color: #6c6c6c;
    text-decoration: underline;
}
.back a:hover{
    text-decoration: none;
}
/*personal*/
.personal{
    margin-bottom: 26px;
    font-family: "ptsans", "Arial", "sans-serif";
}
.personal ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.personal ul li{
    margin-bottom: 23px;
}
.personal ul li a{
    color: #fd9422;
    font: normal 15px "ptsans", "Arial", "sans-serif";
    background: url(images/pdf.jpg) 0 0 no-repeat;
    padding: 0 0 0 28px;
    text-decoration: underline;
}
.personal ul li a:hover{
    text-decoration: none;
}
.personal h1{
    font-family: 	"ptsans", "Arial", "sans-serif";
}
/*serarch result*/
.search_result{
    color: #6d6e71;
    font-size: 16px;
    margin-bottom: 20px;
}
.found{
    margin-bottom: 30px;
    font-size: 14px
}
.results ol{
    counter-reset:li; /* Инициализируем счетчик */
    padding:0; /* Удаляем  установленное по умолчанию левое поле*/
    list-style:none; /* Отменяем нумерацию установленную по умолчанию */
}
.results ol li{
    margin: 0 0 64px 36px;
    position:relative; /* Создаем контекст для позиционирования элементов */
}
.results .link {
    margin-bottom: 7px
}
.results .link a{
    color: #ff8500;
    font-size: 15px;
    text-decoration: underline;
}
.results .link a:hover{
    text-decoration: none;
}
.results .text{
    font-size: 12px;
}
.results ol li:before {
    content:counter(li) '.'; /* В качестве данных используем счетчик */
    counter-increment:li; /* Увеличиваем значение счетчика на 1 */
    /* Позиционируем и стилизируем цифры */
    position:absolute;
    top:15px;
    left:-46px;
    color: #484848;
    font-size: 24px;
    font-family:"gothaprolig", Arial, sans-serif;
    text-align:center;
    margin: 0 19px 0 5px;
    width: 36px;
}
/*vacancy*/
section.vacancy_box{
    margin-bottom: 45px;
    position:relative;
}
.vacancy{
    color:#f78f1e;
    font-family:"gothaprolig", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
.vac_description{
    color: #2f2f2f;
    margin-bottom: 18px;
}
.margin{
    margin-bottom:90px;
}
#read-more{
    width: 100%;
    background: url(images/vacancy.png) 13px -78px no-repeat #f78f1e;
    display: block;
    text-align:center;
    margin-top:12px;
    color:#fff;
    line-height:0;
    position:absolute;
    *zoom:1;
}
#read-more span{
    display:block;
    display: block;
    padding: 9px 0 8px 0;
    background: url(images/vacancy.png) 99% -78px no-repeat;
    font: bold 14px "gothaprolig", "Arial", "sans-serif";
}
#read-less{
    width: 100%;
    display: block;
    background: url(images/vacancy.png) 13px 12px no-repeat #f4f4f4;
    text-align:center;
    margin-top:12px;
    font: bold 14px "gothaprolig", "Arial", "sans-serif";
}
#read-less span{
    display:block;
    background: url(images/vacancy.png) 99% 12px no-repeat;
    display: block;
    padding: 9px 0 8px 0;
}
#read-less:hover, #read-more:hover{
    text-decoration: none;
}
/*news*/
.news_wrap ul{
    padding: 0;
    margin: 0;
    list-style:none;
}
.news_wrap ul li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    width: 198px;
    margin: 0 19px 43px 19px;
    margin-bottom: 43px;
}
.news_wrap .date{
    font: normal 12px "gothaprobol", "Arial", "sans-serif";
    color: #6c6a6a;
    margin-bottom: 5px;
    text-align: center;
    width: 140px;
}
.link{
    margin-bottom: 7px;
}
.news_wrap .pic{
    font-size: 0;
    line-height: 0;
    border-radius: 11px;
    margin-bottom: 12px;
    height: 95px;
}
.news_wrap .pic img{
    height: auto !important;
    max-height: 95px;
    max-width: 140px;
    width: auto;
    border-radius: 10px;
}
.news_wrap .link a{
    color: #fe8400;
    font-size: 15px;
    text-decoration: underline;
}
.news_wrap .link a:hover{
    text-decoration: none;
}
.news_wrap .annons{
    color: #9c9c9c;
    font-size: 12px;
    margin-bottom: 12px;
    height: 38px;
    overflow: hidden;
}
.news_wrap .read_more a{
    background: url(images/more-circle.jpg) 2px 3px no-repeat;
    padding-left: 23px;
}
.news_date{
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #fd9422;
    color: #fff;
    font: normal 16px "gothaprolig", "Arial", "sans-serif";
    padding: 5px 19px
}
.left_side{
    float: left;
    margin-top: 20px;
}
.right_side{
    float: right;
    margin-right: 100px;
    margin-top: 20px;
}
.right_side .soc_net{
    position: relative;
    top: -3px;
    right: auto;
    display: inline-block;
}
.back_news{
    color: #f78f1e;
    text-decoration: underline;
}
.back_news:hover{
    text-decoration: none;
}
/*****************************************************************************************************************************************FOOTER*/
.moover{
    height: 147px;
    width: 100%;
}
footer{
    margin: -147px auto;
    height: 147px;
    width: 960px;
    position: relative;
    background: url(images/footer.png) 0 0 repeat-x;
    font-size: 13px;
    color: #9b9b9b;
    font-family: "ptsans", "Arial", "sans-serif";
}
footer a{
    color: #9b9b9b;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
.heading{
    padding-bottom: 4px;
}
.bot_logo{
    position: absolute;
    top: 36px;
    left: 0px
}
.copyright{
    position: absolute;
    top: 86px;
    left: 0;
    font-size: 12px;
}
.info_about{
    position: absolute;
    left: 340px;
    top: 36px;
}
.address_box{
    background: url(images/address.png) 0 4px no-repeat;
    padding-left: 21px;
    width: 250px;
    margin-bottom: 13px;
}
.bot_tel{
    background: url(images/tel.png) 0 4px no-repeat;
    padding-left: 21px;
    width: 181px;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.mail_box{
    background: url(images/feed-back.png) 0 4px no-repeat;
    padding-left: 21px;
    width: 116px;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.subscribe_box{
    position: absolute;
    right:38px;
    top: 34px;
}
.subscr_wrap{
    background:url(images/subscribe.png) top left no-repeat;
    width: 200px;
    height: 25px;
}
.subscr_wrap form{
    padding:0px;
    margin:0px;
    border:none;
    z-index: 5;
}
.subscr_wrap .s_t{
    background:none;
    border:none;
    width:135px;
    padding: 5px 12px;
    float:left;
    font-size:12px;
    color:#9c9c9e;
    outline-style:none;
    font-family: "ptsans", "Arial", "sans-serif";
    box-shadow: none;
}
.subscr_wrap .s_b {
    background:none;
    border:none;
    cursor:pointer;
    width:32px;
    float:left;
    height:25px;
}
.clear:after{
    height: 0;
    clear: both;
    content: ".";
    display: block;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}
.hidden{
    display: none;
}
/*select2*/
.select2-container .select2-choice div{
    border-radius: 0!important;
    background: none!important;
    background-color: #efefef none!important;
    border: none;
    border-left: none!important;
    right: 7px!important;
}
.select2-container .select2-choice{
    border-radius: 0!important;
    border: none!important;
    box-shadow: 0 1px 3px #d0d2d5 inset;
    background: none!important;
    background-color: #efefef!important;
    width: 193px;
    height: 24px!important;
    font-family: "gothaprolig", "Arial", "sans-serif";
    border-radius: 10px!important;
}
.select2-dropdown-open .select2-choice{
    box-shadow: 0 1px 3px #d0d2d5 inset!important;
}
.select2-result-label{
    font-size: 16px;
}
.select2-search{
    display: none;
}

/*select2*/
:focus::-moz-placeholder{
    color: #fff;
    opacity: 0;
}
*::-moz-placeholder{
    opacity: 1;
}
::-webkit-input-placeholder {color: #999;opacity: 1;}
:-moz-placeholder {color: #999;opacity: 1;}
::-moz-placeholder {color: #999;opacity: 1;}
:-ms-input-placeholder {color: #999;opacity: 1;}

:focus::-webkit-input-placeholder {color: #fff;opacity: 0;}
:focus:-moz-placeholder {color: #fff;opacity: 0;}
:focus::-moz-placeholder {color: #fff;opacity: 0;}
/*POPUPS*/
#feed{
    padding: 26px 18px 9px;
    border-radius: 10px;
    color: #6d6e71;
    width: 243px;

}
#feed table{
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
#feed table tr td{
    padding:  0 0 8px 0;
    color: #90a3b8;
    font-family: "ptsans", "Arial", "sans-serif";
    font-size: 14px;
}
#feedok, #regok {
    color: #008000;
}
#feedno, #regno {
    color: red;
}
#feed .feed_name{
    font: normal 20px "gothaprolig", "Arial", "sans-serif";
    padding: 0 0 16px 0;
}
#feed textarea, #feed input[type='text'], #feed input[type='password']{
    background-color: #e9eef5;
    color: #525f6d;
}
#feed input[type='text'], #feed input[type='password']{
    width: 222px
}
#feed input[type='text']:focus, #feed input[type='password']:focus, #feed textarea:focus{
    box-shadow: 0 0 0 2px #f58e21;
    background-color: #fff;
    behavior:url(PIE.htc);
    *zoom:1;
}
#feed input[type='submit']{
    text-transform: uppercase;
    font-family: "gothaprobol", "Arial", "sans-serif";
    background: url(images/feed_submit.png) 0 0 repeat-x;
    padding: 6px 19px;
    border-bottom: 2px solid #bf5913;
    margin-top: 15px;
}
#feed textarea{
    width: 222px;
    resize:none;
    height: 65px;
}
#feed ::-webkit-input-placeholder {color: #90a3b8;opacity: 1;}
#feed :-moz-placeholder {color: #90a3b8;opacity: 1;}
#feed ::-moz-placeholder {color: #90a3b8;opacity: 1;}
#feed :-ms-input-placeholder {color: #90a3b8;opacity: 1;}
#feed :focus::-moz-placeholder{	color: #fff;	opacity: 0;}
#feed *::-moz-placeholder{	opacity: 1;}
#feed :focus::-webkit-input-placeholder {color: #fff;opacity: 0;}
#feed :focus:-moz-placeholder {color: #fff;opacity: 0;}
#feed :focus::-moz-placeholder {color: #fff;opacity: 0;}




#authorization{
    padding: 26px 18px 9px;
    border-radius: 10px;
    color: #6d6e71;
    width: 243px;

}
#authorization table{
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
#authorization table tr td{
    padding:  0 0 8px 0;
    font-size: 12px;
    color: #90a3b8;
    font-family: "ptsans", "Arial", "sans-serif";
}
#authorization .feed_name{
    font: normal 20px "gothaprolig", "Arial", "sans-serif";
    padding: 0 0 16px 0;
}
#authorization textarea, #authorization input[type='text'], #authorization input[type='password']{
    background-color: #e9eef5;
    color: #525f6d;
}
#authorization input[type='text'], #authorization input[type='password']{
    width: 222px;
}
#authorization input[type='text']:focus, #authorization input[type='password']:focus, #authorization textarea:focus{
    box-shadow: 0 0 0 2px #f58e21;
    background-color: #fff;
    behavior:url(PIE.htc);
    *zoom:1;
}
#authorization input[type='submit']{
    text-transform: uppercase;
    font-family: "gothaprobol", "Arial", "sans-serif";
    background: url(images/feed_submit.png) 0 0 repeat-x;
    padding: 6px 19px;
    border-bottom: 2px solid #bf5913;
}
#authorization textarea{
    width: 222px;
    resize:none;
    height: 65px;
}
#authorization ::-webkit-input-placeholder {color: #90a3b8;opacity: 1;}
#authorization :-moz-placeholder {color: #90a3b8;opacity: 1;}
#authorization ::-moz-placeholder {color: #90a3b8;opacity: 1;}
#authorization :-ms-input-placeholder {color: #90a3b8;opacity: 1;}
#authorization :focus::-moz-placeholder{	color: #fff;	opacity: 0;}
#authorization *::-moz-placeholder{	opacity: 1;}
#authorization :focus::-webkit-input-placeholder {color: #fff;opacity: 0;}
#authorization :focus:-moz-placeholder {color: #fff;opacity: 0;}
#authorization :focus::-moz-placeholder {color: #fff;opacity: 0;}




#reg_popup{
    padding: 26px 18px 9px;
    border-radius: 10px;
    color: #6d6e71;
    width: 243px;

}
#reg_popup table tr td div{
    position: relative;
    padding-left: 7px;
}
#reg_popup table{
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
#reg_popup table tr td{
    padding:  0 0 8px 0;
    color: #90a3b8;
    font-size: 12px

}
#reg_popup .feed_name{
    font: normal 20px "gothaprolig", "Arial", "sans-serif";
    padding: 0 0 16px 0;
}
#reg_popup textarea, #reg_popup input[type='text'], #reg_popup input[type='password']{
    background-color: #e9eef5;
    color: #525f6d;
}
#reg_popup input[type='text'], #reg_popup input[type='password']{
    width: 222px
}
#reg_popup input[type='text']:focus, #reg_popup input[type='password']:focus, #reg_popup textarea:focus{
    box-shadow: 0 0 0 2px #f58e21;
    background-color: #fff;
    behavior:url(PIE.htc);
    *zoom:1;
}
#reg_popup input[type='submit']{
    text-transform: uppercase;
    font-family: "gothaprobol", "Arial", "sans-serif";
    background: url(images/feed_submit.png) 0 0 repeat-x;
    padding: 6px 19px;
    border-bottom: 2px solid #bf5913;
    margin-top: 15px;
}
#reg_popup textarea{
    width: 222px;
    resize:none;
    height: 65px;
}
#reg_popup ::-webkit-input-placeholder {color: #90a3b8;opacity: 1;}
#reg_popup :-moz-placeholder {color: #90a3b8;opacity: 1;}
#reg_popup ::-moz-placeholder {color: #90a3b8;opacity: 1;}
#reg_popup :-ms-input-placeholder {color: #90a3b8;opacity: 1;}
#reg_popup :focus::-moz-placeholder{	color: #fff;	opacity: 0;}
#reg_popup *::-moz-placeholder{	opacity: 1;}
#reg_popup :focus::-webkit-input-placeholder {color: #fff;opacity: 0;}
#reg_popup :focus:-moz-placeholder {color: #fff;opacity: 0;}
#reg_popup :focus::-moz-placeholder {color: #fff;opacity: 0;}



#fancybox-outer.top_popup{
    border-radius: 10px!important;
}
#fancybox-content{
    border-radius: 10px!important;
}
#fancybox-close.top_popup{
    background: url(images/fancy_close.png)  0 0 no-repeat!important;
    width: 13px!important;
    height: 14px!important;
    top: 9px!important;
    right: 9px!important;
}
.prod{
    background: url(images/good-icon.png) 0 3px no-repeat;
    padding-left: 31px;
}
.prod:hover{
    background: url(images/good-icon.png) 0 -82px no-repeat;
    color: #fd9422;
    text-decoration: none;
}
.techno{
    background: url(images/techno-icon.png) 0 -80px no-repeat;
    padding-left: 31px;
}
.techno:hover{
    background: url(images/techno-icon.png) 0 3px no-repeat;
    color: #fd9422;
    text-decoration: none;
}
.rd{
    background: url(images/research-icon.png) 0 3px no-repeat;
    padding-left: 31px;
}
.rd:hover{
    background: url(images/research-icon.png) 0 -81px no-repeat;
    color: #fd9422;
    text-decoration: none;
}
.breadcrumbs{
    margin-bottom: 30px;
    width: 650px;
}
.breadcrumbs ul{
    padding: 0;
    margin:0;
    list-style: none;
}
.breadcrumbs ul li a{
    color: #fd9422;
    font-size: 15px;
}

.breadcrumbs ul li{
    display: inline-block;
    *display: block;
    *zoom:1;
    margin-right: 10px;
}
.padding{
    padding-bottom: 5px
}
.forgot{
    margin-left: 33px
}
.big{
    font-size: 60px;
    color: #fd9422;
}
.error a{
    color: #fd9422;
}
/********************************************FONTS*/

#new_parol{
               padding: 26px 18px 9px
           }
#new_parol ::-webkit-input-placeholder {color: #90a3b8;opacity: 1;}
#new_parol :-moz-placeholder {color: #90a3b8;opacity: 1;}
#new_parol ::-moz-placeholder {color: #90a3b8;opacity: 1;}
#new_parol :-ms-input-placeholder {color: #90a3b8;opacity: 1;}
#new_parol :focus::-moz-placeholder{ color: #fff; opacity: 0;}
#new_parol *::-moz-placeholder{ opacity: 1;}
#new_parol :focus::-webkit-input-placeholder {color: #fff;opacity: 0;}
#new_parol :focus:-moz-placeholder {color: #fff;opacity: 0;}
#new_parol :focus::-moz-placeholder {color: #fff;opacity: 0;}
#new_parol input[type='text']:focus, #reg_popup input[type='password']:focus, #reg_popup textarea:focus{
    box-shadow: 0 0 0 2px #f58e21;
    background-color: #fff;
    behavior:url(PIE.htc);
    *zoom:1;
}
#new_parol input[type='submit']{
    text-transform: uppercase;
    font-family: "gothaprobol", "Arial", "sans-serif";
    background: url(images/feed_submit.png) 0 0 repeat-x;
    padding: 6px 19px;
    border-bottom: 2px solid #bf5913;
    margin-top: 15px;
}

a#inifiniteLoader{
    bottom: 15px;
    color: #000000;
    display: none;
    left: 50%;
    position: fixed;
    z-index: 1000;
}

.stylemix {
    margin-top: 25px;
}
.good_list_sections {
    margin-bottom: 10px !important;
    list-style: none;
}

.good_list_sections a {
    color: #F78F1E;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.goods_menu {
    position: absolute;
    right: 0;
}
.goods_menu ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.goods_menu ul li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    padding: 0 0 20px;
    position: relative;
    margin-left: 24px;
}
.goods_menu ul li a{
    text-decoration: none;
    display: block;
    color: #595959;
    border-radius: 11px;
    padding: 2px 9px;
    font: normal 14px "gothaproreg", "Arial", "sans-serif";
}
.goods_menu ul li a:hover, .goods_menu ul li a.active{
    color: #fff;
    background-color: #f78f1e;
}

.goods_menu li:hover ul{
    display: block;
}
.goods_menu li ul{
    display: none;
    width: 100px;
    padding: 2px 20px 10px;
    z-index: 1000;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -73px;
    background-color: #fff;
    border-radius: 10px;
    border-top: 2px solid #f78f1e;
    *zoom: expression(
          this.runtimeStyle.zoom="1",
          this.appendChild( document.createElement("small") ).className="after"
    );
}
.goods_menu li ul:after, .goods_menu li ul .after{
    content: "";
    background: url(images/sum-menu-tri.png) 0 0 no-repeat;
    width: 18px;
    height: 12px;
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -9px;
    z-index: 2000;
}
.goods_menu li ul li{
    padding: 5px 0;
    margin: 0;
    width: 100%;
    background: none !important;
}
.goods_menu li ul li a{
    color: #6d6e71;
    padding: 0;
    display: inline;
    background: none !important;
    border-bottom: 1px solid #f78f1e;
    text-transform: none!important;
    font-family: "ptsans", "Arial", "sans-serif";
    border-radius: 0;
}
.goods_menu li ul li a:hover{
    color: #f78f1e;
    border-bottom: none;
    text-decoration: none;

}
