a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}input[type=text], textarea{ outline:none;}
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}

.clear{
    clear:both;
}

.main {
    width: 950px;
    margin: 0 auto;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #323232;
    font:  14px/18px Tahoma, Arial,sans-serif;
}
.page-wrapper {
    min-height: 100%;
    margin-bottom: -56px;/*height: footer; */
}
* html .page-wrapper {
    height: 100%;
}
.page-buffer {
    height: 56px; /*height: footer; */
}

.ic_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
}

.f_l{
    float: left;
}
.f_r {
    float: right;
}
a {
    color: #2278c1;
    text-decoration: underline;

}
a:hover {
    text-decoration: none;

}
p {
    color: #323232;
    font:  14px/18px Tahoma, Arial,sans-serif;
    margin-bottom: 8px;
}
h1 {
    color: #4fa600;
    font:  30px/32px Tahoma, Arial,sans-serif;
    margin-bottom: 10px;
}
h4 {
    color: #4fa600;
    font:  30px/32px Tahoma, Arial,sans-serif;
    margin-bottom: 10px;
}
h3 {
    color: #4fa600;
    font:  18px/34px Tahoma, Arial,sans-serif;
}
.big_text {
    font-size: 18px;
    line-height: 26px;
}
.center {
    text-align: center;
}
table {
    margin-bottom: 25px;
}
table td,
table th {
    border: 1px solid #ccc;
    padding: 8px 12px;
}
table th {
    vertical-align: middle;
}
table .color {
    background-color: #dddddd;
}
.firct_col_dark tr  th:first-child,
.firct_col_dark tr  td:first-child {
    background-color: #dddddd;
    vertical-align: middle;
}
/*================================HEADER==========================*/
header {

}
.logo {
    float: left;
}
.social_header {
    float: right;
}
.social_header {
    margin-top: 20px;
    margin-left: 16px;
}
.social_header li {
    margin-left: 6px;
    display: inline-block;
}
nav {
    padding-top: 20px;
    float: right;
}
nav li  {
    display: inline;
    list-style-type: none;
    padding: 0;
    text-align: right;
    float: left;
    margin-top: 5px;
    color: #626469;
    font: 12px/12px Arial,sans-serif;
}
nav li a{
    border-left: 1px solid #ccc;
    padding: 0 7px;
    text-decoration: none;
    font-weight: normal;
    color: #626469;
    font: 11px/12px Arial,sans-serif;
}
nav li a:hover {
    color: #369;
    text-decoration: underline;
}
span.CountryTitle {
    display: inline-block;
    float: left;
    clear: none;
    color: #009530;
    font-size: 15px;
    font-weight: bold;
    padding-right: 5px;
}
img.countryFlag {
    border: 1px solid #ccc;
    width: 18px;
    height: 11px;
    margin: 0px 5px;
    float: left;
}
.catalog_search {
    background-color: #ededed;
    border-bottom: 2px solid #4fa600;
    padding: 0 0 15px;
}
.catalog_search input[type="text"]{
    width:748px;
    border:1px solid #ccc;
    background: #fff url('/images/search_bg.png') 9px 14px no-repeat;
    font: bold 14px/14px Tahoma, Arial,sans-serif;
    color: #666666;
    box-sizing: content-box;
    padding-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 20px;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /*Safari and chrome */
    -khtml-border-radius:5px; /*Linux browsers*/
    border-radius:5px; /*CSS3*/
}
.catalog_search_box {
    position: relative;
    float: left;
}
.load_button {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 39px;
    border-left: 1px solid #ccc;
    right: 1px;
    top: 1px;
    background: white  url('/images/load_bg.png') 12px  12px no-repeat;
    -moz-border-radius: 0 5px 5px 0; /* Firefox */
    -webkit-border-radius: 0 5px 5px 0; /*Safari and chrome */
    -khtml-border-radius: 0 5px 5px 0; /*Linux browsers*/
    border-radius: 0 5px 5px 0; /*CSS3*/
}
.load_button_active {
    background:  url('/images/load_img.gif') 12px  12px no-repeat;
}
.load_button:hover {
    box-shadow: inset 0 0 2px 2px #ededed;
}
.catalog_search input[type="submit"]{
    width: 140px;
    height: 41px;
    font: bold 14px/14px Tahoma, Arial,sans-serif;
    background: #60b904;
}
.download-button {
    background: #60b904;
}
.green_button {
    font: bold 14px/40px Tahoma, Arial,sans-serif;
    border:none;
    color:#fff;
    text-align: center;
    height:40px;
    padding: 0 20px;
    background: url('/images/green_button_bg.jpg') repeat-x;
    display: block;
    cursor:pointer;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /*Safari and chrome */
    -khtml-border-radius:5px; /*Linux browsers*/
    border-radius:5px; /*CSS3*/
    outline: none;
}
.green_button:hover {
    background-position: 0 100%;
}

.load_search {
    position: absolute;
    right:  -225px;
    top: 37px;
    width: 450px;
    padding: 10px 20px 15px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px #bababa;
    display: none;
    z-index: 100;
    box-sizing: content-box;
}
.load_search_white_box {
    width: 40px;
    height: 10px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    top: -7px;
    left: 225px;
    display: none;
}
.catalog_search h6 {
    color: #373737;
    font: bold 14px/20px Tahoma, Arial,sans-serif;
    margin-bottom: 8px;
}
.catalog_search  span {
    color: #4fa600;
}
.catalog_search .jq-file__browse {
    font: bold 14px/40px Tahoma, Arial,sans-serif;
    border:none;
    color:#fff;
    text-align: center;
    height:40px;
    padding: 0 20px;
    background: url('/images/green_button_bg.jpg') repeat-x;
    display: block;
    cursor:pointer;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /*Safari and chrome */
    -khtml-border-radius:5px; /*Linux browsers*/
    border-radius:5px; /*CSS3*/
    outline: none;
    position: inherit;
    float: right;
    width: 100px;
    top: 0;
}
.catalog_search  .jq-file:hover .jq-file__browse {
    background-position: 0 100%;
}
.catalog_search .jq-file__name {
    width:300px;
    border:1px solid #ccc;
    font:  14px/16px Tahoma, Arial,sans-serif;
    color: #666666;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 15px;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /*Safari and chrome */
    -khtml-border-radius:5px; /*Linux browsers*/
    border-radius:5px; /*CSS3*/
    height: auto;
    float: left;
}
.catalog_search .jq-file  {
    width: 100%;
    margin-bottom: 10px;
}
.pos {
    position: relative;
}
.load_search_button_green {
    position: absolute;
    top: 0;
    right: 0;
}
.catalog_search i {
    color: #aa0c00;
    font:  12px/16px Tahoma, Arial,sans-serif;
}
.search_line {
    margin: 10px 0;
    margin-left: -20px;
    width: 490px;
    border-bottom: 1px solid #ccc;

}
.catalog_search p {
    font: 12px/14px Arial,sans-serif;
    color: #373737;
    margin-bottom: 5px;
    float: left;
    text-align: right;
    width: 100%;
}
.catalog_search a {
    font: 12px/14px Arial,sans-serif;
}
.load_search_button {
    font: 12px/12px Arial,sans-serif;
    color: #2278c1;
    border-bottom: 1px dashed #2278c1;
    margin-top: 4px;
    cursor: pointer;
}
.load_search_button:hover {
    border: none;
}
.search_info {
    display: none;
}
.active {
    display: block;
}
.load_search_off {
    color: #ccc;
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
    font: 16px/16px Arial,sans-serif;
}
.search_menu {
    display: none;
    position: absolute;
    width: 800px;
    box-shadow: 0 0 5px 2px #bababa;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /*Safari and chrome */
    -khtml-border-radius:5px; /*Linux browsers*/
    border-radius:5px; /*CSS3*/
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
    z-index: 1;
}
.search_menu.active {
    display: block;
}
.search_menu li {
    color: #b2b2b2;
    font:  bold 14px/28px Tahoma, Arial,sans-serif;
    cursor: pointer;
}
.search_menu li a {
    color: #b2b2b2;
    font:  bold 14px/28px Tahoma, Arial,sans-serif;
    padding: 0 20px;
    text-decoration: none;
    display: block;
}
.search_menu li:hover {
    background-color: #ebf9ff;
}
.search_menu li span{
    color: #666666;
}
h5.search_h {
    color: #808080;
    font:  14px/28px Tahoma, Arial,sans-serif;
    margin-bottom: 7px;
}
label {
    color: #666;
    font:  14px/20px Tahoma, Arial,sans-serif;
    margin-right: 10px;
}
.checked {
    color: #424242;
}
.square.checked .jq-checkbox__div {
    width: 9px;
    height: 9px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #4fa600;
}



/*================================HEADER END==========================*/
/*================================CONTENT==========================*/
section {

}
.way {
    font: 12px/18px Tahoma, Arial,sans-serif;
    color: #808080;
    padding-bottom: 3px;
    padding-top: 10px;
}
.way a  {
    font: 12px/18px Tahoma, Arial,sans-serif;
    color: #4fa600;
    text-decoration: underline;
}
.way span {
    color: #4fa600;
}
.way a:hover {
    text-decoration: none;
}
.dox_left {
    float: left;
    width: 180px;
    margin-bottom: 50px;
}
.img-pags img{
    width: 38px;
    height: 38px;
    box-shadow: inset 0 0 1px 1px #ccc;
    border: 1px solid #ccc;
}
.img-pags img:hover{
    border: 1px solid #2591e5;
    box-shadow: 0 0 2px #2591e5;
}

.img-pags {
    margin-left: 11px;
}
.slider {
    position: relative;
    margin-left: 1px;
    box-shadow: 0 0 1px 1px #ccc;
}
.img-pags li a {
    border: 2px solid #fff;
    width: 38px;
    height: 38px;
    position: relative;
    display: block;
}

.img-pags li {
    float:left;
    margin:0 5px;
}

.img-pags li img {
    width:100%;
    height:100%;
}

.pag-btns{
    position:relative;
    margin-top: -30px;
}
.pag-btns a {
    width: 10px;
    height: 14px;
}
.pag-prev {
    position: absolute;
    left: 0;
    background:  url(/images/pag-prev.jpg) 0 0 no-repeat;
}
.pag-next {
    position: absolute;
    right: 0;
    background:  url(/images/pag-next.jpg) 0 0 no-repeat;
}
.play.paused {
    color:#f00;
}
.banner {
    width:100px;
    height:50px;
    position:absolute;
    left:50%;
    top:50%;
    color:#fff;
    font:20px Arial, Helvetica, sans-serif;
    background:#f0f;
}
.presets {
    position:absolute;
    right:40px;
    top:0;
    margin-top:30px;
}
.presets li:hover {
    text-decoration:underline;
    cursor:pointer;
}
.presets li.curr {
    color:#f00;
}
.progbar {
    background:#ff0;
    width:100%;
    height:10px;
    position:absolute;
    bottom:20px;
    z-index:999;
}
.numStatus {
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    color:#fff;
    z-index:999;
}



.box_right {
    width: 750px;
    float: right;
    margin-bottom: 20px;
}
.block {
    display: none;
}
.hide span.h {  display: block;}
.hide span.s {  display: none;}
.show  span.h { display: none;}
.show  span.s { display: block;}

.hide span {
    color: #2278c1;
    text-decoration: underline;
    cursor: pointer;
}
.hide span:hover {
    text-decoration: none;

}
.open_text {
    position: relative;
    margin-bottom: 26px;
}
.hide {
    position: absolute;
    bottom: -10px;
    padding-top: 0px;
    width: 100%;
    box-shadow:  0 -5px 10px 5px #fff;
}
.block_in {
    padding-bottom: 10px;
}

.load_box {
    margin-top: 10px;
    background-color: #f2f2f2;
    padding-bottom: 10px;
}
.load_box h3 {
    margin-left: 20px;
}
.dreen_line {
    border-bottom: 1px solid #4fa600;
}
.load_box li {
    text-align: center;
    width: 149px;
    display: inline-block;

    border-right: 1px solid #ccc;
    height: 120px;
}
.load_box li:last-of-type {
    border-right: none;
}
.load_box ul {
    margin-top: 15px;
    overflow: hidden;
}
.load_box img {
    margin: 5px 0;
}
.load_box .last_load_box {
    border: none;
}
.main .green_button_2 {
    font:  14px/25px Tahoma, Arial,sans-serif;
    border:none;
    color:#fff;
    text-align: center;
    /*height:25px;*/
    padding: 0 20px;
    background-color: #079435;
    display: inline-block;
    cursor:pointer;
    outline: none;
    border-top: 3px solid #067e2d;
    border-bottom: 3px solid #079435;
    text-decoration: none;

}
.main .green_button_2 span {
    text-decoration: underline;
    color: #fff;
}
.main .green_button_2:hover {
    border-top: 3px solid #079435;
    border-bottom: 3px solid #067e2d;
}

.main .green_button_2 span.no-underline {
    text-decoration: none;
}

.green_button_2:hover span {
    text-decoration: none;
}
.dreen_line_2 {
    border-bottom: 2px solid #4fa600;
    margin: 10px 0;
}





.carousel_box{
    margin-bottom: 20px;
}
.carousel {
    margin-left: 15px;
}
.carousel_box ul li{
    margin-left: 20px;

    text-align: center;
    width: 160px;
}
.carousel_box ul li img {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.carousel_box .carousel_button{
    position: relative;
}
.carousel_box .carousel_button div{
    width: 30px;
    height: 42px;
    position: absolute;
    top: 95px;
    cursor: pointer;
}
.carousel_box .carousel_button .prev{
    left: -5px;
    background:  url(/images/carousel_button_prev.jpg) 6px 0 no-repeat;
}
.carousel_box .carousel_button .next{
    right: -5px;
    background:  url(/images/carousel_button_next.jpg) 0 0 no-repeat;
}
.carousel_box .carousel_button .prev:hover{
    background-position: 0 0;

}
.carousel_box .carousel_button .next:hover{
    background-position: 6px 0;
}
.carousel_box .carousel_button div {-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}

/*================================CONTENT END==========================*/
/*===============================FOOTER==========================*/

.copyright{
    float:left;
    padding-bottom: 3px;
}
.copyright a:link, .copyright a:active, .copyright a:visited, .developers a:link, .developers a:active, .developers a:visited{
    font-size: 11px;
    color: #828282;
    text-decoration: none;
}
.copyright a:hover, .developers a:hover{
    color: #87d300;
}
.developers{
    float:right;
}
/*================================FOOTER END==========================*/
.main .green_button_3 {
    font:  14px/33px Tahoma, Arial,sans-serif;
    border:none;
    color:#fff;
    text-align: center;
    height:33px;
    padding: 0 20px;
    background-color: #079435;
    display: inline-block;
    cursor:pointer;
    outline: none;
    border-top: 3px solid #067e2d;
    border-bottom: 3px solid #079435;
    text-decoration: none;

}
.main .green_button_3 span {
    text-decoration: underline;
    color: #fff;
}
.main .green_button_3:hover {
    border-top: 3px solid #079435;
    border-bottom: 3px solid #067e2d;
}
.green_button_3:hover span {
    text-decoration: none;
}
.read_more_img_box {
    position: relative;
}
.read_more_img_box a img {
    border: 1px solid #ccc;
    width: 100%;
}
.read_more_img_box a.image_link {
    overflow: hidden;
    width: 100%;
    display: block;
}
.read_more_button {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #079435;
    color: #fff;
    text-decoration: underline;
    font:  14px/24px Tahoma, Arial,sans-serif;
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.read_more_button:hover {
    background-color: #a7c14c;
}

.load_ten_box {
    border: 2px dotted #4fa600;
    padding: 5px 20px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    margin-bottom: 12px;
}
.load_ten_box a {
    color: #4fa600;
}
footer .main {
    position: relative;
}

#toTop a {
    height: 40px;
    width: 40px;
    display: block;
    cursor: pointer;
    background:  url(/images/up_point_arrow.png) 10px 9px no-repeat;
}
#toTop:hover {
    background-color: #ede9d3;
}
#toTop {
    background: #eaeaea;
    height: 40px;
    width: 40px;
    position:fixed;
    bottom:50px; /* отступ кнопки от нижнего края страницы*/
    right:30px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family:verdana;
    font-size:11px;
}
.portlet-content > a > img {
    float: right;
}
.search-title {
    margin-bottom:10px;
    font-size: 16px;
}

.product_item {
    padding-top: 20px;
}

.ui-autocomplete-input.empty::-webkit-input-placeholder { color: red }
.ui-autocomplete-input.empty::-moz-placeholder { color: red }
.ui-autocomplete-input.empty:-moz-placeholder { color: red }
.ui-autocomplete-input.empty:-ms-input-placeholder { color: red }
.catalog_search p.search-hint {
    text-align: left;
    margin-bottom: 0;
}

.catalog_search .catalog_search_box .form-group {
    margin-bottom: 5px;
}
.catalog-summary {
    margin-bottom: 8px;
}

.catalog-summary span {
    display: inline-block;
    margin-left: 6px;
}