/*Extra small devices (portrait phones, less than 576px)*/@media (min-width: 320px) and (max-width: 575px){    html{        font-size: 14px;    }	body {		max-width: 320px;		margin: auto;		overflow: hidden;		}nav.bottom-menu {	display: none;	}    h1{        font-size: 2.25rem;    }    h2{        font-size: 1.7441em;    }    .mt--120{        margin-top: -50px;    }	.m-55 {		margin: 0;		}	.pb-160 {    padding-bottom: 10px;	}	.col-lg-5 {    top: 3.5em;}    /*navbar*/    .main-menu ul li{        padding: 15px 0 0;    }	.row {		margin-bottom: 3em;}    /*promo*/    div[class*='col-']:not(:last-of-type){        margin-bottom: 20px !important;    }    .row> div[class*='col-']:last-of-type{        margin-bottom: 0;    }    .about-content-right{        margin-top: 20px;    }    /*counter*/    .counter{        margin-top: 25px;    }    .single-card{        padding: 10px 15px;        margin-bottom: 25px;        margin-left: 16px;    }    .single-card:nth-child(2n){        top: 0;    }    /*client*/    .client-section-wrap.d-flex{        display: inherit !important;    }.fond-1 {	background: url('../img/nix1920.gif')no-repeat center top 100%;	}.fond-2 {	background: url('../imgnix1920.gif')no-repeat left bottom;	}.fond-3 {	background: url('../img/nix1920.gif')no-repeat bottom right;	}.fond-4 {	background: url('../img/nix1920.gif')no-repeat center bottom 100%;	}	.hide_small {		display: none;		}}/*Small devices (landscape phones, 576px and up)*/@media (min-width: 576px) and (max-width: 767px) {	.hide_small {		display: none;		}    .mt--120{        margin-top: -50px;    }    /*promo*/    div[class*='col-']:not(:last-of-type){        margin-bottom: 20px !important;    }    .row> div[class*='col-']:last-of-type{        margin-bottom: 0;    }    .about-content-right{        margin-top: 20px;    }nav.bottom-menu {	display: none;	}.fond-1 {	background: url('../img/nix1920.gif')no-repeat center top 100%;	}.fond-2 {	background: url('../imgnix1920.gif')no-repeat left bottom;	}.fond-3 {	background: url('../img/nix1920.gif')no-repeat bottom right;	}.fond-4 {	background: url('../img/nix1920.gif')no-repeat center bottom 100%;	}}/*Medium devices (tablets, 768px and up)*/@media (min-width: 768px) and (max-width: 991px) {    .mt--120{        margin-top: -50px;    }	.hide_small {		display: none;		}nav.bottom-menu {	display: none;	}.fond-1 {	background: url('../img/nix1920.gif')no-repeat center top 100%;	}.fond-2 {	background: url('../imgnix1920.gif')no-repeat left bottom;	}.fond-3 {	background: url('../img/nix1920.gif')no-repeat bottom right;	}.fond-4 {	background: url('../img/nix1920.gif')no-repeat center bottom 100%;	}}@media (min-width: 768px) and (max-width: 1135px) {	.hide_small {		display: none;		}/*Large devices (desktops, 992px and up)*/@media (min-width: 992px) and (max-width: 1199px) {}/*Extra large devices (large desktops, 1200px and up)*/@media (min-width: 1200px) {}