* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: NeoSansPro;
    src: url(../css/fonts/NeoSansPro-Regular.ttf);
}

section {
    margin: 0 auto;
    width: 80%;

}

html, body{
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    color: #555555;
}


/*h1 {font-size: 60px; font-weight: normal; padding: 20px 0; text-transform: uppercase; margin: 0; font-family: 'Colonna MT', arial;}*/

.lbl1 {background-color: #219fd9;}
.lbl2 {background-color: #84bc41;}

.product p {margin: 20px 0;}
.product ul {border-top: 1px solid #84bc41; padding-top: 20px;}
.content_product .news-btn {width:150px; height:40px; color:#fff; padding: 5px 1em;text-align: center;}

header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

#logo01 {
    display: none;
    background: url("../img/logo01.png") no-repeat;
    width: 73px;
    height: 73px;
    margin-left: 20px;
    float: left;
}

/*====================NAVIGATION_BLOCK==================================================================*/

#menu-icon {
    display: none;
}

nav {
    position: absolute;
    top: 20px;
    width: 1280px;
    height:73px;
    left: 50%;
    margin-left: -640px;
    z-index: 120;
}

nav ul {
    list-style:none;
    margin:0 auto;
    padding:0;
    position: relative;
    display: inline-block;
    height:73px;
    line-height: 73px;
    text-transform: uppercase;
    font-weight: 700;
}

nav ul li {
    float: left;
    position:relative;
    display: block;
    vertical-align: middle;
    margin:0;
    height:73px;
}



nav a {
    text-decoration: none;
    color: #222222;
    transition: color 0.5s ease;
    transition-property: all;
    border-bottom: 1px solid #222222;
    padding: 0 20px;
}
nav a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
nav .current &gt; a {
    color: #85c441;
    border-bottom: solid 1px #85c441;
}

nav .logo {
    display: inline-block;
/*    background: url("../img/logo01.png") no-repeat;*/
    width: 73px;
    height: 73px;
    margin: 0 20px;
    text-decoration: none;
    border: none;
}

nav .logo a {
    margin: 0;
    border: none;
    display: block;
    width: 73px;
    height: 73px;
    text-decoration: none;
}

.gard-left {
    display: inline-block;
    width: 51px;
    height: 73px;
    background: url("../img/gard-left.png") no-repeat 0px 30px;
}

.gard-right {
    width: 51px;
    height: 73px;
    background: url("../img/gard-right.png") no-repeat -1px 30px;
    display: inline-block;
}
/*====================NAVIGATION_BLOCK==================================================================*/


/*================================================SLIDER_BLOCK================================================*/


.cycle-slideshow {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
/*    min-width: 1024px;*/
    /*z-index:100;*/
}

.cycle-prev {
    width: 20px;
    height: 67px;
    font-size: 0%;
    color: #ffffff;
    display: block;
    position: absolute;
    z-index: 110;
    top: 40%;
    cursor: pointer;
    background: url("../img/arrow_left_off.png");
}

.cycle-prev:hover {
    background: url("../img/arrow_left_on.png");
}

.cycle-next {
    width: 20px;
    height: 67px;
    font-size: 100%;
    color: #ffffff;
    display: block;
    position: absolute;
    z-index: 110;
    top: 40%;
    cursor: pointer;
    background: url("../img/arrow_right_off.png");
}

.cycle-next:hover {
    background: url("../img/arrow_right_on.png");
}

.cycle-prev {
    left: 2%;
}

.cycle-next {
    right: 2%;
}

.cycle-pager {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10%;
    z-index: 99999;
    cursor: pointer;
}

.cycle-pager span {
    color: #ffffff;
    white-space: nowrap;
    width: 15px;
    height: 15px;
    line-height: 12px;
    display: inline-block;
/*    border: 2px solid #ffffff;*/
    background: #ffffff;
    border-radius: 40px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: 1px 1px 2px 0 #000 inset;
}

.cycle-pager .cycle-pager-active {
    background: #85C441;
    color: #85C441;
}

.cycle-slideshow img {
    max-width: 100%;
    width: 100%;
}
/*================================================SLIDER_BLOCK================================================*/



/*====================IN_OUT_BLOCK==================================================================*/

.in_out {
    width: 100%;
    height: 200px;
    position: absolute;
/*
    left: 50%;
    margin-left: -400px;
*/
    bottom: 14%;
    z-index: 200;
}
.in_out-content {
  width: 1100px;
  margin: 0 auto;
  display: flex;
}

.card-container {
    float: left;
    cursor: pointer;
    height: 202px;
    perspective: 600;
    position: relative;
    width: 352px;
}

.card {
    border-radius: 5px;
    height: 100%;
    position: absolute;
/*
    transform-style: preserve-3d;
    transition: all 0.8s ease-in-out;
*/    
    width: 100%;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 2em;
    border: 1px solid #222222;
    color: #222222;
    text-align: center;
    background: url("../img/tr_w35.png") repeat;
    cursor: pointer;
}

.card:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
}

.side {
    color: #222222;
    transition: all 0.5s ease-in-out;
}

.card:hover .side {
    color: #ffffff;
}

.card img {
    transition: opacity 0.8s ease-out;
    border-radius: 5px;
    position: absolute;
    z-index: -100;
    left:0;
    opacity: 0;
}

.card:hover img {
    opacity: 1;
}

.card p {
    margin-top: 40px;
    font-size: 36px;
    line-height: 50px;
}

.card p span {
    font-size: 24px;
    font-weight: 100;
}
/*====================IN_OUT_BLOCK==================================================================*/



/*====================ABOUT_US_BLOCK==================================================================*/


.about_us {
    height: auto;
    background-color: #ffffff;
    text-align: center;
}

.about_us h1 {
    display: inline-block;
    color: #555555;
    font-size: 2em;
    line-height: 30px;
    margin: 20px 0;
    border-bottom: 5px solid #555555;
}

.about_us .h_line {
    margin: 0 auto;
    margin-bottom: 20px;
    height: 10px;
    width: 200px;
    background: url("../img/h_line3.jpg") repeat-x center;
}

.about_us p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 30px;
}

.about_us .bold {
    font-weight: 700;
}


.about_us_btn {
    background: #2098d1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}



.hvr-shutter-out-vertical:hover::before, .hvr-shutter-out-vertical:focus::before, .storelocatorlink:hover::before, .storelocatorlink:focus::before {
    transform: scaleY(1);
}

.hvr-shutter-out-vertical::before, .storelocatorlink::before {
    color: #222222;
    background: #85c441 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}


.hvr-shutter-out-vertical, .storelocatorlink {
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
    backface-visibility: hidden;
    background: #e1e1e1 none repeat scroll 0 0;
    box-shadow: 0 0 1px #000000;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    color: #222222;
    margin: 20px auto;
}

.form .hvr-shutter-out-vertical {
    margin: 40px 0 30px 0;
    font-style: normal;
}
[class^="hvr-"], .storelocatorlink {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    padding: 1em;
    text-decoration: none;
}
p, [class^="hvr-"], .storelocatorlink {
    font-family: 'Lato', sans-serif;
}

.color1 {
    color: #85c441;
}

/*====================ABOUT_US_BLOCK==================================================================*/



/*====================STATUS_BLOCK==================================================================*/
.stat_wrap {
    width: 100%;
    background: url("../img/office_building01.jpg");
}

.stat {
    padding-top: 100px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.description {
    color: #fff;
    display: inline-block;
    width:340px;
    height: 250px;
    vertical-align: top;
}

.description h2 {
    font-size: 80px;
}

.description p {
    font-size: 30px;
}




/*====================STATUS_BLOCK==================================================================*/



/*====================5COMPONENTS_BLOCK==================================================================*/

.five_wraper {
    width: 100%;
    text-align: center;
}

.five_wraper h1 {
    display: inline-block;
    color: #555;
    font-size: 2em;
    line-height: 30px;
    margin-top: 20px;
}

.five_wraper h1:first-child {
    border-bottom: 5px solid #555555;
}

.five_wraper .h_line {
    margin: 0 auto;
    margin-bottom: 40px;
    height: 4px;
    width: 200px;
    background: #555;
}

.five_components {
    width: 90%;
    text-align: center;
    margin: 40px auto;
}

.category {
    vertical-align: top;
    display: inline-block;
    width: 300px;
    margin: 0 10px;
}

.category:hover {
    background: #ffffff;
}

.category a {
    width: 300px;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #555555;
}

.transition {
/*    transition: 1s;*/
}

.category h1 {
    display: inline-block;
    color: #555555;
    font-size: 2em;
    line-height: 30px;
}

.category .h_line {
    margin: 0 auto;
    margin-bottom: 20px;
    height: 5px;
    width: 120px;
    background: #555;
}

.warning_1 {
    margin: 0 auto;
    width: 50%;
    background: #eaeaea;
    border-bottom: 2px solid #bbb;
}

.warning_1 p {
    padding: 20px;
}

.warning_1 p:first-child {
    background: #85c441 none repeat scroll 0 0;
    border-bottom: 1px solid #777;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
}

.warning_1 p:last-child {
    padding-top: 0;
}

.category img {
    vertical-align: top;
    padding: 0;
    margin: 0;
    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
-webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
    transform: scale(0.8);
    transition: ease-out 500ms;
}

div.category:hover img {
    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1, 1); // This is the enlarged size scale of the image.
-webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1.0, 1.0);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
}

.image {
    overflow:hidden;
    width: 235px;
    height:235px;
}

.img2 {
    display: none;
}

.category p {

}



/*====================5COMPONENTS_BLOCK==================================================================*/



/*====================CLIENTS_BLOCK==================================================================*/

.item {

    padding-top: 30px;
}

.clients {
    background-color: #ffffff;
    height: 300px;
    text-align: center;
}

.clients h1 {
    display: inline-block;
    color: #555555;
    font-size: 2em;
    line-height: 30px;
    border-bottom: 5px solid #555;
    margin: 20px 0;
}

.clients .h_line {
    margin: 0 auto;
    margin-bottom: 20px;
    height: 10px;
    width: 200px;
    background: url("../img/h_line3.jpg") repeat-x center;
}




.quots_left {
    bottom: 85px;
    left: -20px;
    position: absolute;
    background: url("../img/quots.png") no-repeat 0 center;
    width: 28px;
    height: 28px;
}

.quots_right {
    bottom: -20px;
    right: 0px;
    position: absolute;
    background: url("../img/quots.png") no-repeat 0 center;
    width: 28px;
    height: 28px;
}

.reply {
    display: none;
}

#slider_1 .container, #slider_1 .navi, #slider_1 .scrollable, #slider_1 .item{ width:800px; text-align: left;}
#slider_1 .container, #slider_1 .scrollable{ height:145px; }

#slider_1 a.disabled{ visibility:hidden !important; }
#slider_1 .container{ margin:0 auto; clear:both; position:relative; }
#slider_1 .scrollable{ float:left; position:relative; overflow:hidden; }
#slider_1 .scrollable .items{ width:20000em; position:absolute; clear:both; }
#slider_1 .items .item{ float:left; }

#slider_1 a.browse{ cursor:pointer; margin:0; width:39px; height:75px; position:absolute; top:20px; border:none; border-radius:0; background:url(../img/snav_1.png) 0 0 no-repeat; }
#slider_1 a.left{ left:-90px; }
#slider_1 a.right{ background-position:-39px 0; right:-90px; }

#slider_1 a.left:hover {background:url(../img/snav_2.png) 0 0 no-repeat;}
#slider_1 a.right:hover {background:url(../img/snav_2.png) 0 0 no-repeat; background-position:-39px 0; right:-90px; }

#slider_1 .items .img{ height:112px; width:112px; float:left; margin:0; }
#slider_1 .items .img img{ max-widht:106px; max-height:106px; display:block; margin:0 auto;}

#slider_1 .items .content{ width:650px; float:left; font-family:lato, sans-serif; font-style:italic; margin:0 0 0 38px; position: relative; }
#slider_1 .items .content .name{ font-size:18px; font-weight:bold; }
#slider_1 .items .content .name span{ font-size:14px; font-weight:normal; }
#slider_1 .items .content .text{ font-size:14px; line-height:18px; margin:16px 0 0 0; }
/*====================CLIENTS_BLOCK==================================================================*/



/*====================FORM_BLOCK==================================================================*/
.form {
    width: 100%;
    background: url("../img/office_building01.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding:0;
    text-align: center;
}

.form_wraper {
    margin: 0px auto;
}

.form form {
    margin: 0 auto;
    font-style: italic;
    width: 40%;
}
.form h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 2em;
    line-height: 30px;
    border-bottom: 5px solid #fff;
    margin: 20px 0;
}

.form .h_line {
    margin: 0 auto;
    margin-bottom: 20px;
    height: 10px;
    width: 200px;
    background: url("../img/h_line4.jpg") repeat-x center;
}

.form p {
    margin: 0;
    color: #ffffff;
    clear: both;
    margin-bottom: 20px;
}

form input {
    margin: 20px;
    display: inline-block;
    width: 300px;
    height: 40px;
    padding: 5px;
}

form textarea {
    margin: 0 auto;
    display: block;
    resize: none;
    width: 300px;
    height: 80px;
    padding: 5px;
}


.forgot_password {
    width: 400px;
}

.forgot_password td input {
    margin: 10px 0 10px 0;
    width: auto;
    height: auto;
    padding: 10px 5px;
}

.forgot_password table {
    width: 100%;
}

.forgot_password p {
    margin-bottom: 20px;
    text-align: left;
}

.forgot_password td input {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
}

.forgot_password td:first-child {
    text-align: left;
}

.authorize-submit-cell input {
    border: none;
}


/*====================FORM_BLOCK==================================================================*/



/*====================FOOTER_BLOCK==================================================================*/
footer {
    margin: 0 auto;
    background: #999999;
    width: 100%;
    background: url("../img/footer_bg5.jpg") repeat;
    border-top: 1px solid #ffffff;
}

.footer_wrap {
    margin: 0 auto;
    width: 80%;
    color: #555555;
    overflow: hidden;
}

.footer_list {
    margin-top: 20px;
    display: block;
    float: left;
    width: 30%;
}

/*
.footer_list:nth-child(2) a:last-child  {
    display: block;
    text-align: center;
    margin-top: 20px;
}
*/


.footer_list p {
    display: inline-block;
}

.logo_f {
    background: url("../img/logo04.png") no-repeat;
    width: 73px;
    height: 73px;
    float: left;
}

.social {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.social_wrap {
    margin-left: 100px;
    clear: right;
}

.twitter {
    background: url("../img/twitter-off.png") no-repeat;
    transition: color 1s ease;
    transition-property: all;
}

.twitter:hover {
    background: url("../img/twitter-on.png") no-repeat;
}

.linked {
    background: url("../img/linkedIN-off.png") no-repeat;
    transition: color 1s ease;
    transition-property: all;
}

.linked:hover {
    background: url("../img/linkedIN-on.png") no-repeat;
}


.indeed {
    background: url("../img/indeed-off.png") no-repeat;
    transition: color 1s ease;
    transition-property: all;
}

.indeed:hover {
    background: url("../img/indeed-on.png") no-repeat;
}

.pinterest {
    background: url("../img/pinterest-off.png") no-repeat;
    transition: color 1s ease;
    transition-property: all;
}

.pinterest:hover {
    background: url("../img/pinterest-on.png") no-repeat;
    transition: color 1s ease;
    transition-property: all;
}

.facebook {
    background: url("../img/facebook-off.png") no-repeat;
    transition: color 1s ease;
    transition-property: all;
}

.facebook:hover {
    background: url("../img/facebook-on.png") no-repeat;
}

.rss {
    background: url("../img/rss-off.png") no-repeat;
    transition: color 1s ease;
    transition-property: all;
}

.rss:hover {
    background: url("../img/rss-on.png") no-repeat;
}


.quick_links {
    margin: 0 20px 0 0;
    color: #555555;
    width: 130px;
    float: left;
}
.quick_links a
{
    color: #555555;
    text-decoration: none;
}

.quick_links p {
    padding: 0px 0px 20px 0px;
    margin: 0;
    font-weight: 700;
    color: #85C441;
}

.quick_links ul {
    padding: 0;
    margin: 0;
}

.quick_links li {
    display: block;
    padding: 0;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.quick_links li:hover a {
    color: #85C441;
    transition: color 1s ease;
    transition-property: all;
}


.contacts {
    float: left;
    width: 360px;
}

.contacts span {
    padding-right: 20px;
}

.contacts p {
    padding: 0px 0px 20px 0px;
    font-weight: 700;
    color:  #85C441;
}

.contacts ul {
    padding: 0;
    margin: 0px 0px 55px 0px;
}

.contacts li {
    margin: 0px 0px 10px 0px;
    display: block;
    padding: 0;
}

.f_right {
    margin-top: 20px;
    float: right;
}

#TB_overlay {
  background-color: #000;
  height: 107%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: opacity 0.7s ease-out;
}

.in_out:hover + #TB_overlay {opacity: 0.5; z-index:100; height: 200%;}
#TB_overlay.onload {opacity: 0.8; z-index:100; height: 200%;}

section {z-index:99}

.logotip
{
    margin: -78px auto;
    position: relative;
    width: 73px; height: 73px;
    left:30px;
}
.logotip a, .logotip a:hover, .logotip a img {border:0;padding:0;}

.logotip img {width:73px; box-shadow: 0 0 0 0 #fffde9; border-radius: 13px 0;}

.logotip_button {width: 73px; height: 73px; margin: -20px auto; z-index:1000;
/*    background: url("../img/logo01.png") no-repeat; background-size: 100%;*/
}

/*
.logotip_button, .logotip_button img
{
    transition: all .4s ease-in;
}

.logotip_button.onload, .logotip_button.onload img, .logotip_button:hover, .logotip_button:hover img {transform: scale(1.15); box-shadow: 0 0 10px 5px #fffde9;}
*/
/*
@media screen and (max-width:1290px){
    .logotip {display: none;}
    nav .logo {
        background: url("../img/logo01.png") no-repeat;
    }
}
*/
div.category .h_line::before {
    color: #222222;
    background: #85c441 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

div.category:hover .h_line::before
{
    transform: scaleX(1);
}

.h_line {
    text-transform: uppercase;
    width: 200px;
    backface-visibility: hidden;
    background: #e1e1e1 none repeat scroll 0 0;
    box-shadow: 0 0 1px #000000;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    color: #222222;
    margin: 20px auto;
}

.personal a {
    text-transform: uppercase;
    width: 200px;
    backface-visibility: hidden;
    background: #e1e1e1 none repeat scroll 0 0;
    box-shadow: 0 0 1px #000000;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    color: #84bc41;
    margin: 20px auto;
}

.card-container {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 180px;
    margin-left: 3%;
    position: relative;
    text-align: justify;
    vertical-align: middle;
    width: 250px;
}


.card-container:first-child {
    margin-left: 0;
}

.card img {
    border-radius: 5px;
    height: 180px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.8s ease-out 0s;
    width: 250px;
    z-index: -100;
}


@media screen and (max-width:1100px){
  .in_out-content {
    width: 90%;
  }
  .card-container{
    width:200px;
  }
  .card p {
    font-size: 30px;
  }
}


.php-file-tree LI.ext-pdf {
    text-align: center;
    list-style: none !important;
}

.stat .php-file-tree {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
}

.stat .php-file-tree .pft-file {
    width: 305px;
    height: 165px;
    box-shadow: 0px 5px 9px rgba(0,0,0,.33);
    border-radius: 10px;
    background: #fff url(../img/widget_bg.jpg) no-repeat left center;
    margin: 30px 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
     transition: .3s ease all;
}

 .php-file-tree .pft-file:hover {
      box-shadow: 0px 15px 25px rgba(0,0,0,.25);
}

.pft-file a {
    position: relative;
    width: 200px;
    height: 155px;
    display: flex;
    text-align: right;
    margin: 0 20px 10px 0;
    font-family: lato, san-serif;
    color: #777 !important;
    transition: .3s ease all;
    border-radius: 10px;
    font-size: 14px;
    justify-content: right;
    align-items: flex-end;
}

.pft-file a::before {
    content: "Download file";
    display: block;
    position: absolute;
    top:20px;
    left: 0;
    right: 0;
    font-size: 1.em;
    font-weight: 700;
    text-transform: uppercase;
}

.pft-file a::after {
    content: "";
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 45px;
    right: 30px;
    background: url(../img/widget_download.png) no-repeat center;
    transition: .3s ease all;
}

.authform {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 100px 0 0 0;
    text-align: center;
}

#slide2 .bx-auth, #slide3 .bx-auth {
    max-width: none;
    margin: 50px auto;
    width: auto;
    display: inline-block;
    padding: 40px;
    box-shadow: 0 3px 7px rgba(0,0,0,.20);
    border-radius: 10px;
    position: relative;
}

.bx-auth .bx-auth-note::before, .bx-register-note::before  {
    content: "";
    position: absolute;
    width: 10px;
    height: 50px;
    left: 0;
    top:30px;
    background: #85c441;
}

.authform div.bx-auth-note {
    margin: 0 0 30px 0;
}

.authform .bx-auth-note, .bx-register-note {
    text-align: left;
    font-family: NeoSansPro, sans-serif;
    font-size: 1.5em;
}




.authform form input {
    margin: 0 0 20px 0;
    width: auto;
    height: auto;
}


.authform .batton_blue85, .bx-registration-table .batton_blue85, .bx-registration-table .batton_blue110 {
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    background: #999;
    box-shadow: 0 1px 3px rgba(0,0,0,.80);  
}

.authform .batton_blue85:hover, .bx-registration-table .batton_blue110 {
    background: #85c441;
}

.bx-registration-table .batton_blue110, .bx-registration-table .batton_blue85 { 
    width: auto;
    height: auto;
    margin: 20px 0;
}

.bx-registration-table  {
    width: 100%;
}


.bx-registration-table tr:last-child td {
    display:flex;
    flex-flow: wrap row;
    justify-content: space-between;
}

.authform table.bx-auth-table td {
    padding: 0;
    text-align: left;
}

.bx-registration-table .auth_textinput {
    margin: 20px 0;
    padding: 5px 0;
}

.bx-registration-table .g-recaptcha {
    margin: 0 auto;
}

#slide2 .authform {
    padding-top: 0;
    
}


/*============================ slide_personal =============================*/
 .slides_personal {display: flex;}
 
 .slide_personal {
    width:0; overflow: hidden;
    float:left;
   -webkit-transition: width 0.5s ease;
   -moz-transition: width 0.5s ease;
   -o-transition: width 0.5s ease;
   -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

#slide1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

 .slide_personal .block_login {
    background: url(../img/login_bg.jpg) no-repeat center;
    margin-right: 100px;
 }
 
  .slide_personal .block_login::before {
        content: "Login";
        font-size: 2em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        height: 49px;
        margin-top: 55px;
       background: url(../img/login_icon.png) no-repeat 60px center;
       z-index: 5;
       transition: .4s ease all;
  }
  
    .block_login::after:hover {
      background: rgba(0,0,0,.3);
      opacity: .5;
    }
  
  .slide_personal .block_login::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
        z-index: 1;
        transition: .4s ease all;
  }
  
    .block_login:hover .block_login::after {
        opacity: 0;
    }
  
  
  
   .slide_personal .block_registration {
    background: url(../img/registration_bg.jpg) no-repeat center;
 }
 
  .slide_personal .block_registration::before {
        content: "Registration";
        font-size: 2em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        right: 0;
        color: #fff;
        height: 49px;
        margin-top: 55px;
       background: url(../img/registration_icon.png) no-repeat 0px center;
       text-align: center;
       z-index: 5;
  }
  
    .slide_personal .block_registration::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
        z-index: 1;
        transition: .4s ease all;
  }
  
    .block_login:hover .block_registration::after {
        opacity: 0;
    }

 .toggleactive {width:100%;}
 
 .block_login, .block_registration {
    width: 320px;
    height: 150px;
    background: #ccc;
    cursor: pointer;
    position: relative;
    margin-top: 50px;
}


.bx-auth-table .bx-auth-input, .bx-registration-table .auth_textinput {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    width: 100%;
    font-size: 1.125em;
    position: relative;

}

.icon_login, .icon_pass {
    margin-left: 40px;
}

.icon_login::before, .icon_pass::before  {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 1;
    left: 40px;
}

.icon_login::before {
    background: url(../img/log_icon2.png) no-repeat center;
}

.icon_pass::before {
    background: url(../img/pass_icon2.png) no-repeat center;
}


.authorize-submit-cell {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 !important;
}

.authorize-submit-cell .batton_blue85, .bx-registration-table .batton_blue110 {
    background: #85c441;
     box-shadow: 0 1px 3px rgba(0,0,0,.60);
     border-radius: 3px;
     position: relative;
     display: block;
}

.slide_personal .bx-registration-table td p {
    width: 100%;
    margin-bottom: 10px;
    font-size: .875em;
    color: #aaa;
    text-align: right;
}

/*
{
    background: #85c441;
     box-shadow: 0 1px 3px rgba(0,0,0,.60);
     border-radius: 3px;
     text-transform: uppercase;
     color: #fff;
     transition: .3s ease all;
}
*/

.authorize-submit-cell .batton_blue85:hover, .bx-registration-table .batton_blue85:hover, .bx-registration-table .batton_blue110:hover {
    background: #578b1f;
    box-shadow: 0 3px 7px rgba(0,0,0,.40);
}

.authorize-submit-cell .button_back  {
    background: #999;
    box-shadow: 0 1px 3px rgba(0,0,0,.80);
    margin-left: 10px;
}

.authorize-submit-cell .batton_blue85::before {
    content: "";
    display: block;
    transition: .3s ease all;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #578b1f;
    width: 100%;
}

.bx-auth-table .bx-auth-label {
}

/*============================ slide_personal =============================*/



/*============================ slide_personal2 =============================*/
 .slide_personal2 {
    width:0; overflow: hidden;
    float:left;
   -webkit-transition: width 0.5s ease;
   -moz-transition: width 0.5s ease;
   -o-transition: width 0.5s ease;
   -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.slide_personal2 .bx-registration-table .g-recaptcha {
    margin: 20px auto;
}


.slide_personal2 .bx-auth {
    max-width: none;
    margin: 50px auto;
    width: 50% !important;
    display: inline-block;
    padding: 40px;
    box-shadow: 0 3px 7px rgba(0,0,0,.20);
    border-radius: 10px;
    position: relative;
    min-width: 500px;
}

/*
.slide_personal2 .bx-registration-table td {
     display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
*/

.slide_personal2 .bx-registration-table labes {
    width: 30%;
}


.slide_personal2 .bx-registration-table .auth_textinput {
    width: 70%;
    margin:  0 0 0 5%;
    display: inline-block;
}
/*
.slide_personal2 .bx-registration-table .auth_textinput {
    width: 75%;
      margin-bottom: 10px;
}
*/

.slide_personal2 .bx-registration-table td p {
    width: 100%;
    margin-bottom: 10px;
    font-size: .875em;
    color: #545454;
    text-align: right;
    font-style: italic;
}

body &gt; p {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 215px;
    text-align: center;
    color: #85C441;
    font-weight: 900;
}


#slide1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

 .slide_personal2 .block_login {
    background: url(../img/login_bg.jpg) no-repeat center;
    margin-right: 100px;
 }
 
  .slide_personal2 .block_login::before {
        content: "Login";
        font-size: 2em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        height: 49px;
        margin-top: 55px;
       background: url(../img/login_icon.png) no-repeat 60px center;
       z-index: 5;
       transition: .4s ease all;
  }
  
    .block_login::after:hover {
      background: rgba(0,0,0,.3);
      opacity: .5;
    }
  
  .slide_personal2 .block_login::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
        z-index: 1;
        transition: .4s ease all;
  }
  
    .block_login:hover .block_login::after {
        opacity: 0;
    }
  
  
  
   .slide_personal2 .block_registration {
    background: url(../img/registration_bg.jpg) no-repeat center;
 }
 
  .slide_personal2 .block_registration::before {
        content: "Registration";
        font-size: 2em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        right: 0;
        color: #fff;
        height: 49px;
        margin-top: 55px;
       background: url(../img/registration_icon.png) no-repeat 0px center;
       text-align: center;
       z-index: 5;
  }
  
    .slide_personal2 .block_registration::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
        z-index: 1;
        transition: .4s ease all;
  }
  
    .block_login:hover .block_registration::after {
        opacity: 0;
    }

 .toggleactive {width:100%;}
 
 .block_login, .block_registration {
    width: 320px;
    height: 150px;
    background: #ccc;
    cursor: pointer;
    position: relative;
    margin-top: 50px;
}


.bx-auth-table .bx-auth-input, .bx-registration-table .auth_textinput {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    width: 100%;
    font-size: 1rem;
    position: relative;
    margin-bottom: 10px;
    color: #111;

}

.icon_login, .icon_pass {
    margin-left: 40px;
}

.icon_login::before, .icon_pass::before  {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 1;
    left: 40px;
}

.icon_login::before {
    background: url(../img/log_icon2.png) no-repeat center;
}

.icon_pass::before {
    background: url(../img/pass_icon2.png) no-repeat center;
}


.authorize-submit-cell {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 !important;
}

.authorize-submit-cell .batton_blue85, .bx-registration-table .batton_blue110 {
    background: #85c441;
     box-shadow: 0px 2px 4px rgba(133,196,65,.8);
     border-radius: 3px;
     position: relative;
     display: block;
}

/*
{
    background: #85c441;
     box-shadow: 0 1px 3px rgba(0,0,0,.60);
     border-radius: 3px;
     text-transform: uppercase;
     color: #fff;
     transition: .3s ease all;
}
*/

.authorize-submit-cell .batton_blue85:hover, .bx-registration-table .batton_blue85:hover, .bx-registration-table .batton_blue110:hover {
    background: #578b1f;
    box-shadow: 0px 6px 12px rgba(133,196,65,.4);
}

.authorize-submit-cell .button_back  {
    background: #999;
    box-shadow: 0 1px 3px rgba(0,0,0,.80);
    margin-left: 10px;
}

.authorize-submit-cell .batton_blue85::before {
    content: "";
    display: block;
    transition: .3s ease all;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #578b1f;
    width: 100%;
}

.bx-auth-table .bx-auth-label {
}

.bx-auth form noindex p {
  text-align: left;
}

.slide_personal2 .bx-registration-table td label {
    text-align: left !important;
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 5px 0;
}

/*============================ /slide_personal2 =============================*/


/*========================= Authorized =========================*/&nbsp; .personal_info  table {
    margin-bottom: 30px;
}

.personal_info .table_info {
    width: 70%;
    margin-right: 5%;
}

.personal_info .table_salesreps {
    width: 25%;
}

.personal_info .price_filter {
    width: 100%;
    height: 50px;
}

.personal_info .price_table, .personal_info .price_table table,.personal_info .price_table2, .personal_info .price_table2 table {
    width: 100%;
}


.personal_info th {
    height: 50px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #999;
    font-size: 1em;
    font-weight: 400;
}

.personal_info td {
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    font-weight: 400;
    padding: 0 5px;
    color: #000;
}


 .personal_info .price_table td {
    color: #999;
} 
.personal_info .price_table2 td {
    color: #999;
}

.personal_info td a {margin-left: 10px; color: #000; display: block;  transition: .3s ease all;}

.personal_info td a:hover {color: #85c441;}

.personal_info h2 {
    text-align: left;
    font-family: NeoSansPro, sans-serif;
    font-size: 1.5em;
    display: block;
    position: relative;
    padding: 10px 0 10px 30px;
    margin: 20px 0;
    font-weight: 300;
    width: 100%;
}

.personal_info .price_filter {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
    background: #aaa;
    padding: 10px 20px;
    color: #fff;
}



.price_filter select {
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    color: #545454;
}

.price_filter option {
    height: 30px;
    transition: .4s ease all;
}

.price_filter option:hover {
    background: #85c441;
}

.price_filter input {
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    margin: 0;
    padding-left: 10px;
    color: #545454;
}

.price_filter .ttl_filter {
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    width: 65px;
    text-align: left;
}

.price_filter label {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin:0;
}

.price_filter .models {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
}

.price_filter .models label {
    width: 55px;
    margin-right: 10px;
}

.price_filter .models input {
/*    width: calc(100% - 121px);*/
    width: 300px;
    border-radius: 4px;
    height: 30px;
    padding: 6px 12px;
}

.price_filter .models a {
    width: 36px;
    margin-right: 10px;
}


/*
.price_filter div:nth-child(3) {
    height: 29px;
}
*/

.personal_info h2::before {
    background: #85c441 none repeat scroll 0 0;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 10px;
}

.personal_info .price_table td
{
    vertical-align: top;
}

.personal_info table tr:nth-child(odd) td {
    background: #f7f7f7;
}

.personal_info table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    /*padding-right: 10px;*/
}

.personal_info .salesrep_wrap {
    text-align: left;
    padding: 10px 0 10px 40px;
    background: url(../img/contact_salesrep.png) no-repeat left center;
    margin: 0 auto;
    display: inline-block;
}

.personal_info .salesrep_wrap a {
    margin: 0;
}
.personal_info .salesrep_wrap p {
    color:#aaa; font-size:13px;
}

.price_table .pager {
    border: none;
    background: none !important;
    padding-left: 0 !important;
}

.price_table .pages {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 0 0 0;
    align-items: end;
    line-height: 40px;
    justify-content: center;
}

.price_table .pages a {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    transition: .3s ease all;
    color: #545454;
    background: #f7f7f7;
    border-radius: 3px;
   
    font-size: 1.125em;
}

.price_table .pages .active {
    background: #85c441;
    color: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,.80);
}

.price_table .pages a:hover {
    background: #ccc;
    color: #545454;
    box-shadow: 0px 3px 7px rgba(0,0,0,.2);
}

.price_table .pages a {
    margin: 0 10px;
}

.price_table .pages a:first-child {
    margin-left: 0;
}
.price_table2 .pager {
    border: none;
    background: none !important;
    padding-left: 0 !important;
}

.price_table2 .pages2{
    display: flex;
    flex-flow: row wrap;
    padding: 30px 0 0 0;
    align-items: end;
    line-height: 40px;
    justify-content: center;
}

.price_table2 .pages2 a {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    transition: .3s ease all;
    color: #545454;
    background: #f7f7f7;
    border-radius: 3px;
   
    font-size: 1.125em;
}

.price_table2 .pages2 .active {
    background: #85c441;
    color: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,.80);
}

.price_table2 .pages2 a:hover {
    background: #ccc;
    color: #545454;
    box-shadow: 0px 3px 7px rgba(0,0,0,.2);
}

.price_table2 .pages2 a {
    margin: 0 10px;
}

.price_table2 .pages2 a:first-child {
    margin-left: 0;
}

.bx-registration-table td label {
    vertical-align: bottom;
    text-align: right !important;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-bottom: 15px;
    width: 20%;
}

/*========================= /Authorized =========================*/

.second_img .video_block {
    margin-left: 14px;
}

.second_img .video_block iframe {
    width: 255px;
    height: 155px;
    border-radius: 10px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.personal_info {
    
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 10px 15px; white-space: nowrap; overflow: hidden; border-bottom: 1px solid #ccc; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #85c441; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.default .personal_form, .fixed .personal_form{
    position: absolute;
    top: 30px;
    padding: 5px 20px;
    vertical-align: middle;
    margin: 10px auto;
    right: 50px;
    font-weight: 700;
    background-color: #85C441;
    border: 1px solid #85C441;
    border-radius: 5px;
    text-transform: uppercase;
    transition: .4s ease all;
    z-index: 1000;
    }
    
    
.bx-auth {
     padding-top: 200px;
}
    
.bx-auth &gt; p{
    text-align: center;
    font-weight: 900;
    }


.fixed .personal_form {top:5px;}
.personal_form a {text-decoration: none; color:#fff;}

.personal_form:hover {background-color: #fff;}
.personal_form a:hover {color: #85C441;}



/*============================== forgot_password ============================*/
.forgot_password {
    width: 100%;
}

.forgot_password td input {
    margin: 10px 0 10px 0;
    width: auto;
    height: auto;
    padding: 5px;
}

.forgot_password table {
    width: 100%;
}

.forgot_password p {
    margin-bottom: 20px;
    text-align: left;
}

.forgot_password p:last-child {
    text-align: center;
}

.forgot_password td input {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
}

.forgot_password tbody td:first-child {
    width: auto;
   
}

.forgot_password td:first-child {
    text-align: left;
}

.change_password .authorize-submit-cell {
    margin: 20px auto;
}

.forgot_password .authorize-submit-cell {
    margin: 10px auto;
}

.change_password .authorize-submit-cell input, .forgot_password .authorize-submit-cell input {
    border: none !important;
    margin: 0 auto !important;
    display: block !important;
}

.forgot_password p a {
    color: #85C441;
}

.bx-changepass-table tbody tr td:first-child {
    text-align: left;
    width: auto;
    vertical-align: bottom;
}

.bx-changepass-table tbody tr td:last-child input {
    margin: 10px 0 0px 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.forgotform .bx-auth {
    width: 450px !important;
}


.search-page form {
    margin: 20px 0;
}

.search-page form input {
    width: auto;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 0 0 0 0px;
    margin: 0;
    width: calc(40% - 45px);
    margin:0 10px 0 0;
    height: 36px;
    outline: none;
    box-sizing: border-box;
}

.search-page form input[type="submit"] {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    background: #85c441 url(/img/search.svg) no-repeat center;
    text-indent: -150px;
    border: none;
    position: relative;
    box-shadow: 0px 2px 4px rgba(133,196,65,.8);
    transition: .3s ease all;
    margin: 0%;
    text-transform: uppercase;
}

.search-page form input[type="submit"]:hover {
    box-shadow: 0px 4px 8px rgba(133,196,65,.6);
}


.search-page a {color: #85C441; }

.search-page .navigation .navigation-pages {
    margin: 0px 0 0 0;
}


.search-page .navigation .navigation-pages a.cat-nav-bg {
        padding: 10px 15px;
        border-radius: 50%;
        border: none;
        background: transparent;
        color: #555;
        transition: .3s ease all;
        margin: 0 5px;
}

.search-page .navigation .navigation-pages a.cat-nav-bg:hover {
        box-shadow: 0px 4px 8px rgba(0,0,0,.4);
}

.search-page .navigation .nav-current-page {
        background: #85C441;
        padding: 10px 15px;
        border-radius: 50%;
        border: none;
        margin: 0 5px;
        box-shadow: 0px 4px 8px rgba(133,196,65,.6);
}



.search-page hr{
        box-sizing: content-box;
        height: 1px;
        margin: 20px auto;
        background: #ccc;
}


.search-page p {
    margin: 10px 0;
}

.search-page small {
    padding-left: 20px;
}


.search-page .next_page {
    background: url(/img/navi_next.png) 0 4px no-repeat;
}

.search-page .previous_page { 
    background: url(/img/navi_prev.png) 0 4px no-repeat;
}


/*============================== /forgot_password ============================*/



.grid {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

.grid a {
    width: auto;
    display: flex;
    justify-content:center;
    margin-bottom: 20px;
}

.grid a .effect-bubba {
    margin: 0;
    float: none;
}

.navigation .personal a {
    width: 100%;
    display: block;
    height: auto;
    margin:0;
    text-align: left;
    line-height: 30px;
}

.navigation .personal a:first-child {
     margin: 22px 0 0 0;
     padding-top: 2px;
    
}

.navigation .personal a::before {
    top: -42px !important;
    height: 75px !important;
    margin-top: 0;
    padding: 0;
}


.signout::before {
    display: none;
}

.signout:hover {
    color: #222;
}

.stats td.hvoltage {
    background: linear-gradient(#f8be00, #ffdb32)!important;
    border: 1px solid #fff;
    box-sizing: border-box;
    
}

.stats td.rvoltage {
    background: linear-gradient(#00a7c0, #12cdde)!important;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.mCSB_container_wrapper {margin:0 !important;}
.mCSB_container_wrapper &gt; .mCSB_container {padding:0 !important;}

.Download_Pricelist a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(133,196,65,.8);
  background: #85c441;
  color: #fff;
  transition: .3s ease all;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.Download_Pricelist a:hover {
    text-decoration: none;
    box-shadow: 0px 6px 12px rgba(133,196,65,.4);
    color: #fff;
}

.dropdown-menu {
    max-height: 200px;
    overflow: hide;
    min-height: 200px;
    padding: 0px !important;
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px !important;
    border: 0px;
    top: 200px;
}


.price_level .dropdown-menu {
    max-height: none !important;
    overflow: auto !important;
    min-height: fit-content !important;
    padding: 0px !important;
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px !important;
    border: 0px !important;
    top: -2px !important;
}


.attention {
  padding-left:20px !important;
  background: #c31e30 !important;
  box-shadow: 0px 4px 8px rgba(195, 30, 48, 0.6) !important;
}

.epa_btn, .opt_acc_btn, .attention  {
   
    padding: 0;
    margin: 0px 0 20px 0;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    font-family: lato, sans-serif;
    font-style: normal;
    transition: .3s ease all;
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    width: auto;
    position: relative;
    height: 40px;
    width: 270px;
    align-items: center;
}


.opt_acc_btn, .attention {
   background: #85c441;
   box-shadow: 0px 4px 8px rgba(133,196,65,.6);
   margin-right: 20px;
}

.opt_acc_btn:hover, .attention:hover {
   box-shadow: 0px 8px 16px rgba(133,196,65,.4);
}

.opt_acc_btn:hover:after, .epa_btn:hover:after, .attention:hover:after {
  right: 0px;
}

.opt_acc_btn::before {
    content: "";
    position: relative;
    width: 30px;
    height: 40px;
    margin: 0 10px;
    background: url(../img/opt_acc_btn.png) no-repeat center;
}

.opt_acc_btn::after, .epa_btn::after, .attention::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 26px;
    height: 40px;
    background: url(../img/arrow_btns.png) no-repeat center;
    transition: .3s ease all;
}

.epa_btn {
   background: #00bfee;
   box-shadow: 0px 4px 8px rgba(0,191,238,.6);
}

.epa_btn:hover {
   box-shadow: 0px 8px 16px rgba(0,191,238,.4);
}


.epa_btn::before {
 content: "";
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    background: url(../img/epa_btn.png) no-repeat center;
}


.discontinued td:first-child, .orange td:first-child {
  position: relative;
}

.discontinued td:first-child a::before {
  display: block;
  content: "";
  width: 10px;
  top:0;
  left: 0;
  bottom: 0;
  background: #05c3de;
  position: absolute;
  transition: .3s ease all;
}

.discontinued td:first-child a:hover::before {
  width: 20px;
}

.discontinued td:first-child a {
  color:#05c3de;
}


.orange td:first-child a::before {
  display: block;
  content: "";
  width: 10px;
  top:0;
  left: 0;
  bottom: 0;
  background: #ffdb32;
  position: absolute;
  transition: .3s ease all;
}

.orange td:first-child a:hover::before {
  width: 20px;
}


.orange td:first-child a {
  color:#e99d08;
}

.legend {
    display: flex;
    flex-flow: row wrap;
}

.legend .legend_blue {
  color: #05c3de;
  padding-left: 20px;
  position: relative;
}

.legend .legend_blue::before {
  display: block;
  content: "";
  width: 10px;
  top:0;
  left: 0;
  bottom: 0;
  background: #05c3de;
  position: absolute;
  transition: .3s ease all;
}


.legend .legend_orange {
  color: #e99d08;
  padding-left: 20px;
  position: relative;
  margin-left: 20px;
}


.legend .legend_orange::before {
  display: block;
  content: "";
  width: 10px;
  top:0;
  left: 0;
  bottom: 0;
  background:  #e99d08;
  position: absolute;
  transition: .3s ease all;
}




/*
.discontinued td:first-child a {
   color: #fff;
}


.orange td:first-child a {
  background: linear-gradient(to left, #ffdb32, #e99d08) !important;
 
}

.orange td:first-child a {
   color: #000;
}
*/


.discount a {
    display: block;
    cursor: pointer;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    transition: .3s ease all;
    color: #545454;
    background: #f7f7f7;
    border-radius: 3px;
font-size: 1.125em;}
.alternative{font-size:13px; color:#999;margin-left: 10px;}
.alternative a{ color:#999;display:inline !important;cursor: pointer;}
.alternative a:hover {color: #85c441 !important;    text-decoration: underline !important;}

.price_table tr td:nth-child(2) {
    white-space: nowrap;
}

/*=============== Flags in Proce_table =====================*/

.price_table tr td:first-child {
    position: relative;
}

.price_table .icon25x25{
  position: absolute; width: 25px; height: 25px; left: -30px; background: url('/img/25х25px.png') no-repeat;
}
.price_table .firesale{
  position: absolute; width: 25px; height: 25px; left: -20px; background: url('/img/fire_icon.svg') no-repeat;
}

.price_table .forflag {
    width: 22px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    box-sizing: border-box;
    /*padding: 0px 0px 25px 0px;*/
}

.price_table .forflag .discontinued {
    background: #05c3de;
    width: 10px;
    order: 1;
}

.price_table .forflag .orange {
    background: #e99d08;
    width: 10px;
    order: 2;
}

.alternative .altmodel {
    color: #e99d08 !important;
    text-decoration: underline !important;
}

.altshow td{
  border-bottom:0;
}
.altmodeltr td:first-child{
  padding-left:60px !important;
}

/*=============== /Flags in Proce_table =====================*/



.promo_banner{
				left: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
    display: block;
}
.promo_banner img {width:100%}

.bg_overlay {
				background-color: #000000;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 32299;
}
.show_banner {margin: 0 auto;
    padding: 20px 24px;
    position: relative;
    width: 500px;
    z-index: 33000;
}

.listpromobanners {display: flex;
    justify-content: space-between;
    flex-flow: wrap row;
    width: 100%;
    margin-top: 30px;
    padding: 0;
}
.listpromobanners a {border:1px solid #ddd;}
div.tab{width:100%;}
div.tab div{cursor:pointer;
    width: 300px;
    float: left;}
	div.active{display:block}
	 .link_content,.carrier {cursor:pointer;} 
	 .link_content:hover {text-decoration: underline !important;}
	 .content {display: none;}
    .content td {padding-bottom:10px;padding-top:10px;}
	.popup {
font-weight: bold;
}

.personal_info table.order tr:nth-child(odd) td {
    background: #f7f7f7;
}
.personal_info table.order tr:nth-child(even) td {
    background: #fff;
}

.personal_info table.order tr td:first-child,.personal_info table.order tr th:first-child {
    text-align: left;
 padding-left: 80px;
    min-width: 200px;
}
.personal_info table.order tr.child td {
    color:#999999c9;
}
.personal_info table.order tr.child td:first-child {
    text-align: left;
  padding-left: 100px;

}
fieldset {padding:30px 0; width: 100%;}
    fieldset &gt; legend {margin-left: 20px; margin-top: -42px;}
	.line.area {height: 100px !important;}
	.sbf form input.hvr-shutter-out-vertical{transition: all 0.3s ease; box-shadow:none; border-radius:0; width:200px; font-style: normal; padding: 0; height:50px;}
    .sbf form input.hvr-shutter-out-vertical:hover {background-color:#85c441}
	.plus,.minus,.plusOR,.minusOR{cursor:pointer;}
	.line.date div{    position: absolute;
    width: 100%;
    text-align: right;
    padding: 0 20px;}
	.line.date span{    display: inline-flex;margin:0 20px;}
	.add td{background: #fff !important;}

input[readonly]{background-color:#eee;}

.tableOR .add .text_input {width:120px;}
.tableOR .add td:first-child .text_input {width:220px;}

@media screen and (max-width:680px) {
    .show_banner {
        width: 80%;
    }
}

.berror {border:1px solid red;}
.baccept {border:1px solid green;}