.new_ul_default_style strong{
    color: #707070;
}

.new_ul_default_style ul{
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
    column-count: 2;
}

.new_ul_default_no_col_style ul{
    padding-left: 50px;
    list-style-type: none;
    margin-top: 0;
}

.new_li_default_style li::before{
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f78d29;
    margin-right: 0;
	position: absolute;
	top: 14px;
	left:0;
}

.new_li_default_style li{
    /* line-height: 30px; */
    line-height:25px;
    font-family:'Open-Sans', sans-serif;
	padding-left: 15px;
	position: relative;
}
.new_ul_default_style p{
    font-family:'Gotham-Bold', sans-serif;
}
.new_ul_style ul{
    list-style-type: none;
    width: 95%;
    margin-left: 0;
    padding-left: 0.4em;
    text-indent: -0.4em;
}

.new_li_style li{
    margin-top: 10px;
}

.new_li_style li::before{
    content: "-";
    display: inline-block;
    margin: 0 5px 0 0;
}

.new_col_style{
    column-count: 2;
}

.new_ul__style ul{
    padding-left: 0;
    list-style-type: none;
    width: 95%;
    margin-left: 0;
    padding-left: 0.4em;
    text-indent: -0.4em;
}

.new_li__style li{
    line-height: 20px;
}

.new_li__style li::before{
    content: "-";
    display: inline-block;
    margin: 0 5px 0 0;
}

.new_country_list{
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
}


.languages .selected {
    color: #f78d29;
    font-size: 11px;
    text-transform: uppercase;
}

.languages .selected::after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    color: #c0c0c0;
}

.menu-list .menu-list__selected {
    text-decoration: none;
    color: #f78d29;
}

.product-list .product-list__icons-decoration .iconActive {
    background: #fff;
    text-decoration: none;
}
.product-box__icon-img{
    margin:0 auto;
    width:90px;
}
@media (min-width:992px) and (max-width:1300px){
    .product-box__icon-img{
        width:70px;
    }
}
.box-with-borders__container_small ul li{
    font-family:'Open-sans', sans-serif;

}
.footer-top__scroll.small-footer-button{
    position:static;
    margin-top:-70px;
}