@media screen and (min-width: 993px){
     .xl-display{
         display:flex;
    }
     .xl-display-none{
         display: none;
    }
}


@media screen and (max-width < 1601px){
     .header{
         left: 0;
    }
     .section-header .title{
         font-size: 75px;
    }
}
@media screen and (max-width: 1600px){

}


@media screen and (max-width:1366px){

}



 @media screen and (max-width:992px){
     .lg-display{
         display: flex;
    }
     .lg-display-none{
         display: none;
    }
     .lg-m-0{
         margin: 0;
    }
     .lg-mt-24{
         margin-top: 24px;
    }
     .lg-mt-60{
         margin-top: 60px;
    }
     .lg-col-25{
         width: 25%;
    }
     .lg-col-50{
         width: 50%;
    }
     .lg-col-100{
         width: 100%;
    }
     .lg-m-0{
         margin: 0;
    }
	.lg-ml-0{
		margin-left:0; 
	}

	.lg-ml-20{
		margin-left: 20px; 
	}

	.lg-mb-60{
		margin-bottom: 60px; 
	}

     .lg-mr-20{
         margin-right: 20px;
    }
     .lg-pb-60{
         padding-bottom: 60px;
    }


    .lg-order-1{
         order: 1;
    }
    .lg-order-2{
         order: 2;
    }
    .lg-order-3{
         order: 3;
    }

	.attach-file_req__item::before{
		left: 6px; 
		margin-top: 5px; 
	}
}

@media(max-width:768px){
	.md-display{
	display: block;
	}
	.md-display-none{
		display: none;
	}
	.md-col-50{
		width:50%;
	}
	.md-col-100{
		width:100%;
	}
	.md-mt-16{
		margin-top: 16px;
	}
	.md-m-0{
		margin: 0;
	}

	.attach-file_req__item::before{
		left: 26px; 

	}

}

 @media screen and (max-width:480px){
     .sm-ml-10{
         margin-left: 10px;
    }


	.header_eltex-logo{
		width:140px;
		height:30px;
	}
     .sm-m-0{
         margin: 0 !important;
    }
     .sm-col-100{
         width: 100%;
    }
     .sm-mt-0{
         margin-top: 0;
    }
     .sm-mt-4{
         margin-top: 4px;
    }
     .sm-mt-12{
         margin-top: 12px;
    }
     .sm-mt-16{
         margin-top:16px;
    }
     .sm-mt-20{
         margin-top:20px;
    }
     .sm-mt-24{
         margin-top: 24px;
    }

	.sm-mt-26{
		margin-top: 26px; 
	}
     .sm-mt-30{
         margin-top: 24px;
    }
     .sm-mt-32{
         margin-top: 32px;
    }
     .sm-mt-40{
         margin-top: 40px;
    }
     .sm-mt-48{
         margin-top: 48px;
    }
    .sm-mt-60{
         margin-top: 60px;
    }
     .sm-ml-8{
         margin-left: 8px;
    }
     .sm-ml-20{
         margin-left:20px;
    }
     .sm-ml-32{
         margin-left:32px;
    }
     .sm-mr-20{
         margin-right: 20px;
    }
     .sm-display{
         display: flex;
    }
     .sm-br-0{
         border-radius: 0;
    }
     .sm-mb-60{
         margin-bottom: 60px;
    }

	.sm-mb-0{
		margin-bottom: 0; 
	}
     section{
         height: auto;
    }


     .row__ordered{
         display: flex;
         align-items: flex-start;
         flex-direction: column;
    }
     .row__ordered .order-1{
         order: 1;
    }
     .row__ordered .order-2{
         order: 2;
    }
     .row__ordered .order-3{
         order: 3;
    }

     .sm-display-none{
         display: none;
    }


	/** end automatization slider badges **/


}
@media screen and (max-width:375px){

}