@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaMedium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.container{
	/*max-width: 1370px;*/
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1370px;
}}

@media (min-width:991px) and (max-width:1199px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 95%;
}}

@media (min-width:768px) and (max-width:991px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 95%;
}}
@media (min-width: 1400px){
.big-container {
 
    max-width: 1600px!important;
}
    
}
.small-container {max-width: 1100px;}