.content .right_row h1 {
    font-weight: unset;
}
.content-right {
    width: 21%;
}
.right_row .product_list {
    background-color: #f8f8f8;
}
.product_list.right_external_link {
    margin-bottom: 15px;
}
.right_row .product_list h4 {
    font-size: 18px;
    background: #1F73BC;
    color: #FFFFFF;
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px
}
.right_row .product_list .dropdown-top-ul {
    background: #F8F8F8;
    padding: 10px 10px 10px 15px;
}
.right_row .product_list ul li {
    list-style: none;
}
.right_row .product_list ul li:last-child {
    margin-bottom: 0;
}
.dropdown-toggle-a {
    color: #333333;
}
.right_row .product_list .dropdown-top-ul li .dropdown-toggle-a {
    font-size: 14px;
    margin: 3px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.right_association ul{    
    background: #F8F8F8;
    padding: 15px;
}
.right_association ul li{
   margin-bottom: 15px;
}
.right_association ul li img{
    max-width: 100%;
    margin-bottom: 5px;
    display: block;
}
.right_row .product_list .dropdown-top-ul.catalog li .dropdown-toggle-a{ display: block;}
.right_row .product_list .dropdown-top-ul li .dropdown-toggle-a:hover {
    color: #333;
}
/* .arrow_down {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.arrow_down.arrow_up {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
    border-color:#333;
} */

.arrow_down {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.arrow_down::before, .arrow_down::after {
    content: '';
    position: absolute;
    background-color: #999;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.arrow_down::before {
    width: 10px;
    height: 2px;
}
.arrow_down::after {
    width: 2px;
    height: 10px;
}
.arrow_down.arrow_up::after {
    display: none;
}
.active_a {
    background: #828282;
}
.active_a .dropdown-toggle-a {
    color: #f3ffff
}
.active_a .menu-nav {
    display: block;
}
.dropdown-menu-ul {
    display: none;
    background: #F8F8F8;
    padding: 0px;
}
.dropdown-menu-ul li {
    margin-bottom: 5px;
    font-size: 13px;
    color: #333333;
    background: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.dropdown-menu-ul li .glyphicon-minus {
    color: #1F73BC;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.dropdown-menu-ul li a:hover {
    text-decoration: underline;
    color: #1e73bd;
}
.dropdown-menu-ul li a {
    font-size: 13px;
    color: #777;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropdown-menu-ul .active_a a {
    color: #333;
}
.right_product_search {
    margin-top: 15px;
    margin-bottom: 15px;
}
#right_form {
    background: #F8F8F8;
    padding: 10px 10px 10px 15px;
}
#right_form .form-group .form-control{
    color:#333;
}
#right_form .form-group h1 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    font-weight: normal;
}
#right_form .form-group input {
    width: 100%;
}
#right_form button {
    margin-top: 25px;
    background: #58595B;
    color: #fff;
}
.right_external_link {
    margin-top: 15px;
}
.right_external_link .box-div {
    background: #F8F8F8;
    padding: 15px;
}
.right_external_link .box-div h1 {
    margin-top: -5px;
    font-size: 18px;
    font-weight: 500
}
.right_external_link .box-div ul {
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icon_style {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: transparent url('../images/right_link_original.png') no-repeat left center;
    text-indent: -9999px;
    -moz-background-size: 500px 55px;
    background-size: 500px 55px;
}
.right_external_link .box-div ul li {
    margin: 0px;
    padding: 0px;
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}
.right_external_link .box-div ul li:first-child a {
    background-position: -285px center;
    -moz-background-size: 380px;
    background-size: 380px;
}
.right_external_link .box-div ul li:nth-child(2) a {
    background-position: -70px center;
}
.right_external_link .box-div ul li:nth-child(3) a {
    background-position: -132px center;
}
.right_external_link .box-div ul li:nth-child(4) a {
    background-position: -195px center;
}
.right_external_link .box-div ul li:last-child a {
    color: #1F1617;
    font-size: 35px;
}
#right_form button.go_search {
    background-color: #1f73bc;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    margin-top: 10px;
}
#sidebar{
    display: block;
    padding-right:15px;
    padding-left:0;
    will-change: min-height;
}

#sidebar .sidebar__inner{
    display: block;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
@media (max-width: 1200px) {
    .right_external_link .box-div ul li {
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
}
@media (max-width: 991px) {
    .right_external_link .box-div ul li {
        width: -moz-calc(100% / 4);
        width: calc(100% / 4);
    }
    #sidebar{
        padding-right:15px;
        padding-left:15px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #right_form button.go_search {
        margin-top: 0;
    }
}