@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
    .fixed-header .top-header {
        display: none;
    }
    #header .top-header .container {
        display: block;
        text-align: center;
    }
    .main_menu > li {
        margin-right: 15px;
    }
    .copyright {
        text-align: center;
    }
    .ft-cont {
        justify-content: center;
        margin-bottom: 15px;
    }
    .action-agrio {
        flex-wrap: wrap;
    }
    .action-agrio .box-act {
        width: 47%;
    }
    .cont-reg {
        width: 100%;
    }
    
}
@media screen and (max-width: 767px) {
	
	
}

@media screen and (max-width: 575px) {
	
	
}
@media screen and (max-width: 380px) {
	
}