/* #Media Queries
================================================== */
.logo img{width: 320px;!important}
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
.header .logo{ width: 100px; min-height: auto;}
.header { padding: 15px;}
} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {
.section{ padding: 60px 0;}
.header .header-menu{ display: none;}
.header .logo{ width: 100px; min-height: auto;}
.header { padding: 15px;}
} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {
.section{ padding: 48px 0;}
.header .header-menu{ display: none;}
.header .logo{ width: 100px; min-height: auto;}
.header { padding: 15px;}
} 
/* END__ */

@media only screen and (max-width:767px) {
.section{ padding: 24px 0;}
.header .header-menu{ display: none;}
.footer-top .menu{ flex-direction: row; column-gap: 24px; row-gap: 8px; flex-wrap: wrap;}
.header .logo{ width: 100px; min-height: auto;}
.header { padding: 15px;}
} 
/* END__ */

@media only screen and (max-width:374px) {
} 
/* END__ */

