/*https://getbootstrap.com/docs/5.0/layout/breakpoints/*/
/*@media (min-width:1400px){
	.container{max-width:1400px;}
}*/

@media (min-width: 769px) { 

}

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1400px) {

}   /*end 1400*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {

}   /*end 1200*/

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    .categs_list li {
    margin-bottom: 25px;
    }
}   /*end 992*/

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    .wrap_contacts {flex-direction: column;}
    .wrap_contacts div {margin: 0;}
    .sliderins {
    min-height: 105px;
    object-fit: cover;
    object-position: left;
    }

}   /*end 768*/

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    .wrap_feats .txt {font-size:20px;}
    .a_logo img {width: 75%;}
    .container {padding-right: 25px; padding-left: 25px;}
    .politici ul {flex-direction: column;}
    .politici ul li {width:100%;}
}   /*end 576*/