@media screen and (max-width:1175px){
    .stopper {
        font-size: 25px;
    }
}
@media screen and (max-width:1045px){
    .stopper_big_div {
        text-align: center;
        padding-left: 25px;
    }
}
@media screen and (max-width:880px){
    .stopper {
        width: 24%;
        margin-left: 2px;
    }
}
@media screen and (max-width:768px){
    .menu_desktop{
        display: none;
    }
    .menu_mobilon{
        display: block;
        z-index: 100000;
    }
    .header_lower{
        height: auto;
    }
    .slider_bottom_right{
        height:30px;
    }
    .slider_bottom_left{
        height: 30px;
    }
    .bubik{
        margin-top: 12px;
    }
    .slider_icon_right{
        height:30px;
        line-height: 30px;
        font-size: 14px;
    }
    .title_main_produse span{
        font-size: 25px;
    }
    .contact_info_main_holder{
        text-align: center;
    }
    .adauga_in_cos{
        top:0;
        display: block;
        margin: 0 auto;
		font-size: 18px;
    }
	.download_link{
		margin-bottom:0px;
		width: 98%;
	}
	.leiras{
		margin-bottom: 20px; 
		margin-top: 100px;
	}
    .sp-wrap{
        float:none;
    }
    .produs_title{
        text-align: center;
    }
    .image_holder{
        display: block;
        margin: 0 auto;
    }
    .icon_eff{
        float: left;
        width: 43px;
        height: 43px;
        margin-left: 14px;
        background-color: white;
        text-align: center;
        line-height: 43px;
    }
    .icon_holder {
        height: 64px;
        margin: 0 auto;
        width: 75%;
    }
    .produs_title {
        font-size: 23px;
        font-weight: bold;
    }
    /* .adauga_in_cos{
        
    } */
    .title_main_contact span{
        font-size: 23px;
        margin: 10px 0;
    }
    .title_main_contact img{
        margin-top: 22px;
    }
    .stopper_big_div{
       padding: 0px; 
    }
    .stopper {
        font-size: 20px;
        padding: 5px;
    }
    .title_stopper {
        font-size: 16px;
        padding: 0px;
        margin: 10px auto;
    }
}
@media screen and (max-width:340px){
.stopper {
    font-size: 13px;
    padding: 3px;
    width: 25%;
    margin-left: 0px;
}
}