/* MAIN ELEMENTS */

/* -- fonts */
@font-face {
	font-family: "Montserrat-Regular";
	src: url("../fonts/Montserrat-Regular.ttf");
} 

@font-face {
	font-family: "Montserrat-Medium";
	src: url("../fonts/Montserrat-Medium.ttf");
} 

@font-face {
	font-family: "Montserrat-Bold";
	src: url("../fonts/Montserrat-Bold.ttf");
} 

@font-face {
	font-family: "Montserrat-Black";
	src: url("../fonts/Montserrat-Black.ttf");
} 
 
*, *::before, *::after {
  box-sizing: border-box;
}

html {
	font-family: "Montserrat-Regular";
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	max-width:100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
    overflow-y: visible;

}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
    font-family: "Montserrat-Regular";
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
    background-color:#fff;
	color: #000;
	text-align: left;
	width: 100%;
	max-width:100%;
	overflow-x: hidden;
    overflow-y: visible;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2 {
	margin: 0;
	line-height: 1.2;
}

h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.4;
}

p {margin: 0;}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
	padding:0 0 0 18px;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

ul li::marker {
	color: #E30512;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight:700;
	color:#000;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	background-color: transparent;
	text-decoration:none;
	color:#000;
}

a:hover {
	
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre, code, kbd, samp {
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.btn{
	display: inline-block;
	padding: 10px 60px;
	font-size: 16px;
	text-align: center;
}

.btn-primary{
	background-color: #e30512;
	color: #fff;
}

.btn-primary:hover{
	box-shadow: 0 1px 10px rgba(227,5,20,.397);
}

.btn-secondary{
	background-color: #fff;
	color: #000;	
}

@media screen and (max-width: 1366px) {
	.res-fix.btn-primary{
		/* position: relative !important; */
		margin-top: 15px;
		padding: 10px 35px;
	}
}


/* END MAIN ELEMENTS */



/* GLOBAL CLASSES */

/* -- width */

.w-auto{width:auto;}
.w-1{width:1px;}
.w-20{width:20px;}
.w-25{width:25px;}
.w-33{width:33px;}
.w-40{width:40px;}
.w-50{width:50px;}
.w-45{width:45px;}
.w-60{width:60px;}
.w-80{width:80px;}
.w-100{width:100px;}
.w-120{width:120px;}
.w-200{width:200px;}
.w-250{width:250px;}
.w-280{width:280px;}
.w-360{width:360px;}
.w-375{width:375px;}
.w-640{width:640px;}
.w-1400{width:1400px;}

.w-1-20{width:5%;}
.w-1-10{width:10%;}
.w-1-7{width:14%;}
.w-1-5-minus-5{width:15%;}
.w-1-6{width:16%;}
.w-1-5{width:20%;}
.w-1-4{width:25%;}
.w-2-7{width:28%;}
.w-3-10{width:30%;}
.w-2-6{width:32%;}
.w-1-3{width:33.3%;}
.w-2-5{width:40%;}
.w-3-7{width:42%;}
.w-1-2-minus-5{width:45%;}
.w-3-6{width:48%;}
.w-1-2{width:50%;}
.w-1-2-plus-5{width:55%;}
.w-4-7{width:56%;}
.w-3-5{width:60%;}
.w-4-6{width:64%;}
.w-2-3{width:66.6%;}
.w-5-7{width:71%;}
.w-3-4{width:75%;}
.w-4-6{width:80%;}
.w-6-7{width:85%;}
.w-9-10{width:90%;}
.w-19-20{width:90%;}
.w-full{width:100%;}
.w-full-plus-4{width:104%;}
.w-full-plus-10{width:110%;}

.w-max-content{width:max-content;}

.w-min-90{min-width:90px}
.w-min-200{min-width:200px}

.w-max-340{max-width:340px;}
.w-max-358{max-width:358px;}
.w-max-380{max-width:380px;}
.w-max-520{max-width:520px;}
.w-max-570{max-width:570px;}
.w-max-700{max-width:700px;}
.w-max-800{max-width:800px;}
.w-max{max-width:max-content;}
.w-max-full{max-width:100%;}
.w-calc-btn{max-width: calc(100% - 80px);}

/* -- height*/

.h-1{height:1px;}
.h-2{height:2px;}
.h-3{height:3px;}
.h-4{height:4px;}
.h-6{height:6px;}
.h-20{height:20px;}
.h-25{height:25px;}
.h-38{height:38px;}
.h-39{height:39px;}
.h-40{height:40px;}
.h-45{height:45px;}
.h-50{height:50px;}
.h-55{height:55px;}
.h-60{height:60px;}
.h-65{height:65px;}
.h-80{height:80px;}
.h-90{height:90px;}
.h-100{height:100px;}
.h-115{height:115px;}
.h-155{height:155px;}
.h-160{height:160px;}
.h-200{height:200px;}
.h-265{height:265px;}
.h-275{height:275px;}
.h-300{height:300px;}
.h-335{height:335px;}
.h-350{height:350px;}
.h-380{height:380px;}
.h-400{height:400px;}
.h-420{height:420px;}
.h-450{height:450px;}
.h-500{height:500px;}
.h-550{height:550px;}
.h-600{height:600px;}
.h-613{height:613px;}
.h-650{height:650px;}
.h-700{height:700px;}
.h-800{height:800px;}
.h-900{height:900px;}
.h-1200{height:1200px;}
.h-1340{height:1340px;}
.h-full{height:100%;}
.h-auto{height:auto;}
.h-max{height:max-content;}

.hmin-200{min-height: 200px;}
.hmin-230{min-height: 230px;}
.hmin-270{min-height: 270px;}
.hmin-300{min-height: 300px;}
.hmin-340{min-height: 340px;}
.hmin-400{min-height: 400px;}
.hmin-450{min-height: 450px;}
.hmin-540{min-height: 540px;}
.hmin-600{min-height: 600px;}
.hmin-700{min-height: 700px;}
.hmin-800{min-height: 800px;}

/* -- position */

.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.static{position:static!important;}

.left-0{left:0;}
.left-60{left:-60px;}
.left-210{left:-210px;}
.left-330{left:-330px;}
.left-50-perc{left:50%;}

.top-minus-200{top:-200px;}
.top-minus-160{top:-160px;}
.top-minus-140{top:-140px;}
.top-minus-120{top:-120px;}
.top-minus-105{top:-105px;}
.top-minus-7-perc{top:-7%;}
.top-minus-82{top:-82px;}
.top-minus-66{top:-66px;}
.top-minus-60{top:-60px;}
.top-minus-20{top:-20px;}
.top-0{top:0;}
.top20{top:20px;}
.top30{top:30px;}
.top40{top:40px;}
.top-75{top:75px;}
.top-105{top:105px;}
.top-220{top:220px;}
.top-440{top:440px;}
.top-600{top:600px;}
.top-50-perc{top:50%;}

.right-440{right:-440px;}
.right-170{right:-170px;}
.right-minus-60{right:-60px;}
.right-minus-30{right:-30px;}
.right-0{right:0;}
.right-20{right:20px;}

.bottom-320{bottom:-320px;}
.bottom-minus-300{bottom:-300px;}
.bottom-140{bottom:-140px;}
.bottom-minus-60{bottom:-60px;}
.bottom-minus-30{bottom:-30px;}
.bottom-0{bottom:0;}
.bottom-20{bottom:20px;}
.bottom-40{bottom:40px;}
.bottom-45{bottom:45px;}
.bottom-60{bottom:60px;}
.bottom-75{bottom:75px;}

/* -- font */

.text-white{color:#fff;}
.text-grey{color:#8c8c8c;}

.text-black{color:#000;}
.text-light-blue{color:#78ABC6;}
.text-blue{color:#3cc6f3;}
.text-dark-blue{color:#2B575C;}
.text-green{color:#9DCF40;}
.text-red{color:#e30512;}
.text-orange{color:#e86a44;}
.text-yellow{color:#fff200;}
.text-dark-yellow{color:#8b9000;}

.text-opal-turquoise{color:#99d0c1;}
.text-turquoise{color:#16a0a9;}
.text-machine-oil{color:#f0eb83;}
.text-colorado-bronze{color:#ee7766;}
.text-pony-brown{color:#c5a880;}

.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}

.font-lowercase{text-transform:lowercase;}
.font-uppercase{text-transform:uppercase;}
.font-underline{text-decoration:underline;}

.fs-10{font-size:10px;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-11vw{font-size:11vw;}
.fs-16vw{font-size:16vw;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}
.fs-30{font-size:30px;}
.fs-32{font-size:32px;}
.fs-34{font-size:34px;}
.fs-36{font-size:36px;}
.fs-40{font-size:40px;}
.fs-42{font-size:42px;}
.fs-45{font-size:45px;}
.fs-48{font-size:48px;}
.fs-50{font-size:50px;}
.fs-54{font-size:54px;}
.fs-58{font-size:58px;}
.fs-60{font-size:60px;}
.fs-64{font-size:64px;}
.fs-66{font-size:66px;}
.fs-70{font-size:70px;}
.fs-72{font-size:72px;}
.fs-75{font-size:75px;}
.fs-90{font-size:90px;}

.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-900{font-weight:900;}

.ls-1{letter-spacing:1px;}
.ls-2{letter-spacing:2px;}
.ls-3{letter-spacing:3px;}

.lh-24{line-height:24px;}

.text-shadow{text-shadow: 2px 2px #000;}

.box-shadow{
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.05);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,.05);
}

.text-shadow{
	text-shadow: 0 3px 5px rgba(0,0,0,.3);
}

.font-regular{font-family: "Montserrat-Regular";}
.font-medium{font-family: "Montserrat-Medium";}
.font-bold{font-family: "Montserrat-Bold";}
.font-black{font-family: "Montserrat-Black";}

/* FLEX */

.flex{display:flex;}

.flex-column{flex-direction:column;}
.flex-column-reverse{flex-direction:column-reverse;}
.flex-reverse{flex-direction:row-reverse;}

.flex-wrap{flex-wrap:wrap;}

.justify-end{justify-content:end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}

.items-start{align-items: flex-start;}
.items-center{align-items: center;}
.items-end{align-items:flex-end;}
.items-stretch{align-items:stretch;}

.flex-1-5{flex: 0 0 20%;}
.flex-1-4{flex: 0 0 25%;}
.flex-1-3{flex: 0 0 33.33%;}
.flex-1-2-minus-10{flex: 0 0 40%;}
.flex-1-2{flex: 0 0 50%;}
.flex-2-3{flex: 0 0 66.66%;}
.flex-3-4{flex: 0 0 75%;}



/* MARGIN */
.m-0 {margin: 0;}
.no-margin-p p{margin:0;}

.m-1-perc{margin:1%;}
.m-10{margin:10px;}
.m-20{margin:20px;}
.m-40{margin:40px;}

.mx-auto{margin-left:auto;margin-right:auto;}
.mx-1-5-perc{margin-left:1.5%;margin-right:1.5%;}
.mx-5{margin-left:5px;margin-right:5px;}
.mx-10{margin-left:10px;margin-right:10px;}
.mx-20{margin-left:20px;margin-right:20px;}
.mx-40{margin-left:40px;margin-right:40px;}

.my-0{margin-top:0px;margin-bottom:0px;}
.my-5{margin-top:5px;margin-bottom:5px;}
.my-6{margin-top:6px;margin-bottom:6px;}
.my-10{margin-top:10px;margin-bottom:10px;}
.my-20{margin-top:20px;margin-bottom:20px;}
.my-30{margin-top:30px;margin-bottom:30px;}
.my-40{margin-top:40px;margin-bottom:40px;}
.my-60{margin-top:60px;margin-bottom:60px;}
.my-80{margin-top:80px;margin-bottom:80px;}
.my-120{margin-top:120px;margin-bottom:120px;}
.my-400{margin-top:400px;margin-bottom:400px;}


.ml-minus-10-perc{margin-left:-10%;}
.ml-minus-2-perc{margin-left:-2%}
.ml-minus-160{margin-left:-160px}
.ml-minus-100{margin-left:-100px;}
.ml-minus-80{margin-left:-80px}
.ml-minus-35{margin-left:-35px;}
.ml-minus-30{margin-left:-30px;}
.ml-10{margin-left:10px;}
.ml-20{margin-left:20px;}
.ml-40{margin-left:40px;}

.mr-minus-10-perc{margin-right:-10%;}
.mr-minus-100{margin-right:-100px;}
.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-20{margin-right:20px;}
.mr-40{margin-right:40px;}

.mt-minus-250{margin-top:-250px;}
.mt-minus-150{margin-top:-150px;}
.mt-minus-95{margin-top:-95px;}
.mt-minus-80{margin-top:-80px;}
.mt-minus-70{margin-top:-70px;}
.mt-minus-40{margin-top:-40px;}
.mt-minus-30{margin-top:-30px;}
.mt-minus-24{margin-top:-24px;}
.mt-minus-20{margin-top:-20px;}
.mt-minus-7{margin-top:-7px;}
.mt-0{margin-top:0;}
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;}
.mt-180{margin-top:180px;}
.mt-200{margin-top:200px;}
.mt-220{margin-top:220px;}
.mt-400{margin-top:400px;}


.mb-minus-460{margin-bottom: -460px;}
.mb-minus-250{margin-bottom: -250px;}
.mb-minus-200{margin-bottom: -200px;}
.mb-minus-160{margin-bottom: -160px;}
.mb-minus-150{margin-bottom: -150px;}
.mb-minus-95{margin-bottom: -95px;}
.mb-minus-80{margin-bottom: -80px;}
.mb-0{margin-bottom:0;}
.mb-0i{margin-bottom:0!important;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-24{margin-bottom:24px;}
.mb-34{margin-bottom:34px;}
.mb-40{margin-bottom:40px;}
.mb-60{margin-bottom:60px;}
.mb-63{margin-bottom:63px !important;}
.mb-80{margin-bottom:80px;}
.mb-120{margin-bottom:120px;}
.mb-160{margin-bottom:160px;}
.mb-180{margin-bottom:180px;}
.mb-200{margin-bottom:200px;}
.mb-240{margin-bottom:240px;}
.mb-400{margin-bottom:400px;}

/* PADDING */

.p-5{padding:5px;}
.p-10{padding:10px;}
.p-20{padding:20px;}
.p-40{padding:40px;}
.p-80{padding:80px;}

.py-5{padding-top:5px;padding-bottom:5px;}
.py-10{padding-top:10px;padding-bottom:10px;}
.py-20{padding-top:20px;padding-bottom:20px;}
.py-40{padding-top:40px;padding-bottom:40px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}
.py-100{padding-top:100px;padding-bottom:100px;}
.py-120{padding-top:120px;padding-bottom:120px;}
.py-220{padding-top:220px;padding-bottom:220px;}
.py-240{padding-top:240px;padding-bottom:240px;}

.px-5{padding-left:5px;padding-right:5px;}
.px-10{padding-left:10px;padding-right:10px;}
.px-20{padding-left:20px;padding-right:20px;}
.px-40{padding-left:40px;padding-right:40px;}
.px-60{padding-left:60px;padding-right:60px;}
.px-80{padding-left:80px;padding-right:80px;}
.px-120{padding-left:120px;padding-right:120px;}

.pl-10-perc{padding-left:10%;}
.pl-15-perc{padding-left:15%;}
.pl-10{padding-left:10px;}
.pl-20{padding-left:20px;}
.pl-30{padding-left:30px;}
.pl-40{padding-left:40px;}
.pl-55{padding-left:55px;}
.pl-60{padding-left:60px;}
.pl-80{padding-left:80px;}
.pl-100{padding-left:100px;}
.pl-120{padding-left:120px;}

.pt-5{padding-top:5px;}
.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-40{padding-top:40px;}
.pt-60{padding-top:60px;}
.pt-70{padding-top:70px;}
.pt-80{padding-top:80px;}
.pt-100{padding-top:100px;}
.pt-110{padding-top:110px;}
.pt-120{padding-top:120px;}
.pt-160{padding-top:160px;}
.pt-180{padding-top:180px;}
.pt-220{padding-top:220px;}
.pt-200{padding-top:200px;}
.pt-260{padding-top:260px;}
.pt-400{padding-top:400px;}
.pt-500{padding-top:500px;}

.pt-20-perc{padding-top: 20%;}

.pr-10{padding-right:10px;}
.pr-20{padding-right:20px;}
.pr-30{padding-right:30px;}
.pr-40{padding-right:40px;}
.pr-60{padding-right:60px;}
.pr-80{padding-right:80px;}
.pr-120{padding-right:120px;}

.pb-5{padding-bottom:5px;}
.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px;}
.pb-60{padding-bottom:60px;}
.pb-75{padding-bottom:75px;}
.pb-80{padding-bottom:80px;}
.pb-100{padding-bottom:100px;}
.pb-160{padding-bottom:160px;}
.pb-200{padding-bottom:200px;}
.pb-400{padding-bottom:400px;}

/* BACKGROUND */

.bg-white{background-color:#fff;}
.bg-white-o-5{background-color:#ffffffbf;}
.bg-white-o-6{background-color: #ffffff60;}
.bg-white-o-8{background-color:#ffffffd1;}
.bg-white-o-9{background-color:#ffffffdb;}
.bg-black{background-color:#111;}
.bg-light-grey{background-color:#f2f2f2;}
.bg-grey{background-color:#5C5C5C;}
.bg-light-blue{background-color:#95DAFF;}
.bg-blue{background-color:#3cc6f3;}
.bg-dark-blue{background-color:#2B575C;}
.bg-green{background-color:#AAB9A8;}
.bg-red{background-color:#e30512;}
.bg-light-orange{background-color:#FFAAAA;}
.bg-orange{background-color:#e86a44;}
.bg-yellow{background-color:#fff200;}
.bg-dark-yellow{background-color:#8b9000;}
.bg-pink{background-color:#EB008B;}
.bg-light-pink{background-color: #F2D7E0;}
.bg-light-purple{background-color: #C4BFE7;}

.bg-opal-turquoise{background-color:#99d0c1;}
.bg-turquoise{background-color:#16a0a9;}
.bg-turquoise-light{background-color:#8cbfb2;}
.bg-machine-oil{background-color:#f0eb83;}
.bg-wood-ash{background-color:#d5c8ad;}

.bg-white-gradient {
	background: rgb(255,255,255);
	background: linear-gradient(16deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
}
.bg-blue-gradient {
	background: rgb(2,177,179);
	background: linear-gradient(90deg, rgba(2,177,179,1) 0%, rgba(1,208,197,1) 100%);
}

.bg-cover{background-size:cover;}
.bg-contain{background-size:contain;}
.bg-full{background-size:100% auto;}

.bg-no-repeat{background-repeat: no-repeat;}

.bg-center{background-position:center center;}
.bg-center-top{background-position:center top;}
.bg-center-bottom{background-position:center bottom;}
.bg-center-right{background-position:center right;}
.bg-left-top{background-position:left top;}
.bg-bottom-right{background-position:bottom right;}


.op-0{opacity:0;}
.op-5{opacity:.5;}
.op-8{opacity:.8;}

.op-1-hover:hover{opacity:1;}

.hover-op-8:hover{opacity:.8;}

.b1-grey{border:1px solid #f2f2f2}
.b1-blue{border:1px solid #78ABC6}
.b1-dark-blue{border:1px solid #2B575C}

.bl1-dark-blue{border-left:1px solid #2B575C;}
.bl1-grey{border-left:1px solid #f2f2f2;}

.br1-grey{border-right:1px solid #f2f2f2;}

.bb1-white{border-bottom:1px solid #fff;}

.bb1-grey{border-bottom:1px solid #f2f2f2;}

.bt10-red{border-top: 10px solid #e30512;}

.b1-red{border:2px solid #e30512;}

.b2-white{border:2px solid #fff}
.b2-blue{border:2px solid #78ABC6}

.br-5{border-radius:5px;}
.br-6{border-radius:6px;}
.br-8{border-radius:8px;}
.br-10{border-radius:10px;}
.br-20{border-radius:20px;}
.br-20-quotes{border-radius: 20px 20px 20px 0;}
.br-50{border-radius:50px;}
.br-200{border-radius:200px;}
.br-full{border-radius:100%;}

.btlr-8{border-top-left-radius:8px;}
.btrr-8{border-top-right-radius:8px;}

/* DISPLAY */

.transition{transition: all .3s ease-in-out;}

.z-1{z-index:1;}
.z-2{z-index:2;}
.z-3{z-index:3;}
.z-9{z-index:9;}
.z-12{z-index:12;}
.z-9999{z-index:9999;}

.ox-hidden{overflow-x:hidden;}
.oy-scroll{overflow-y: scroll;}
.o-hidden{overflow:hidden;}

/* Webkit Browsers */
.thin-scrollbar::-webkit-scrollbar {
    width: 3px;  /* Adjust as needed */
    height: 3px; /* Adjust as needed */
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Adjust as needed */
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background: #8cbfb2;     /* Adjust as needed */
    border-radius: 10px;  /* Rounded corners */
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #8cbfb2;     /* Adjust as needed */
}

/* Firefox */
.thin-scrollbar {
    scrollbar-width: thin;  /* Use "thin" or "none" */
    scrollbar-color: #8cbfb2 #f1f1f1;  /* Adjust as needed */
}

/* Internet Explorer/Edge */
.thin-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;  /* Automatically hides scrollbars */
}


.hidden{display:none;}
.inline-block{display:inline-block;}
.block{display:block;}

.pointer{cursor:pointer;}

.r-45deg {transform: rotate(45deg);}
.r-90deg {transform: rotate(90deg);}

.r-minus-45deg {transform: rotate(-45deg);}

/* IMAGES */

.o-fit-cover {object-fit:cover;}
.o-pos-center {object-position:center center;}
.o-pos-center-top {object-position:center top;}

.hover-bg-green:hover .hover-img-white{filter: brightness(0%) invert(100%);}
.hover-bg-green:hover{background-color:#9DCF40;}
.hover-bg-green:hover .hover-text-white{color:#fff;}

.thumb-full img {width:100%;height:auto;}

/* FILTERS */

.grayscale-100{filter: grayscale(100%);}
.grayscale-0{filter: grayscale(0);}


.scale-1{transform: scale(1);}



/* HOVER EFFECTS */
.h\:grayscale-0:hover{filter: grayscale(0);}
.h\:scale-1-1:hover{transform: scale(1.1);}
.h\:bg-black:hover{background-color: #000;}
.h\:text-white:hover{color:#fff;}

.h\:bg-red:hover{background-color: #e30512;}
.h\:bg-red:hover p{color:#fff;}
.h\:bg-red:hover img{filter: brightness(0) invert(1);}



/* HEADER */

header{
	padding: 0;
    display: block;
    /* position: fixed; */
    background-color: #fff;
    z-index: 99;
    width: 100%;
    height: 112px;
	padding-top: 10px;
    transition: all .3s;
	border-bottom: 2px solid #f2f2f2;
}

/* TOP MENU */

.top-menu li{
	position: relative;
	padding: 0;
}

.top-menu li a{
	font-size: 12px;
	padding: 0 1vw;
	transition: all .3s ease;
	text-decoration: none;
}

.top-menu li a:hover{
	cursor: pointer;
	transition: .3s all;
	color: #e30512;
}

.top-menu .current_page_item a{}

.top-menu li .sub-menu {
	display:none;
	position:absolute;
	z-index:999;
	top:24px;
	right:0;
	margin:0;
	list-style-type:none;
	width:250px;
	background-color: #fff;
	transition: all .3s;
}

.top-menu .sub-menu{
	padding: 0;
}

.top-menu li .sub-menu li{
	border-bottom: 1px solid #e30512;
}

.top-menu li .sub-menu li:last-child{
	border: none;
}

.top-menu li .sub-menu li a{
	color: #000;
	margin: 0;
	padding: 20px;
	transition: all .3s;
}

.top-menu li .sub-menu li a:hover{
	background-color: #e30512;
	color: #fff;
}

.top-menu li .sub-menu a{
	display:block;
	padding:0;
	margin:10px 0;
}

.top-menu li .sub-menu a:hover{
	border:none;
}

.top-menu > .menu-item-has-children:hover > .sub-menu{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.top-menu .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu{
	display:block;
}

.top-menu .sub-menu li .sub-menu{
	top:0;
	left:40px;
}

ul.top-menu > .menu-item-has-children > a::after{}

.top-menu li .sub-menu .menu-item-has-children > a::after {
    content: "⌄";
	padding-right:10px;
	float:right;
}

/* LANGUAGE MENU */

.pll-parent-menu-item::after{
	content:"";
	background-image: url(../img/arrow-dropdown.svg);
	background-size: 10px 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	transition: all .3s ease;
}

.pll-parent-menu-item:hover::after{
	rotate: 180deg;
}

.pll-parent-menu-item span{
	display: none;
}

.pll-parent-menu-item img{
	width: 21px!important;
	height: 21px!important;
}

.menu-item-383 img,
.menu-item-383-en img,
.menu-item-383-sr img,
.menu-item-383-cs img,
.menu-item-384 img,
.menu-item-384-en img,
.menu-item-384-sr img,
.menu-item-384-cs img{
	display: none;
}

.menu-item-383-en img,
.menu-item-383-sr img,
.menu-item-383-cs img{
	margin-right: 10px;
}

.menu-item-384-en img,
.menu-item-384-sr img,
.menu-item-384-cs img{
	margin-right: 10px;
}

.pll-parent-menu-item .sub-menu span{
	display: inline;
}

/* HEADER MENU*/

.header-menu, .top-menu{
	display:flex;
	list-style:none;
}

.header-menu li{
	padding: 0 .5vw;
}

.header-menu li{
	padding-bottom: 24px;
}

.header-menu li a{
	font-size: 16px;
	padding: 0 .5vw;
	transition: all .3s ease;
	text-decoration: none;
}

.header-menu li a:hover{
	cursor: pointer;
	transition: .3s all;
	color: #e30512;
}

.header-menu .current_page_item a{}

.header-menu li .sub-menu {
	display:none;
	position:absolute;
	z-index:999;
	top:110px;
	left:0;
	margin:0;
	list-style-type:none;
	width:100%;
	background-color: #fff;
	transition: all .3s;
	border-bottom: 2px solid #f2f2f2;
}

body.admin-bar .header-menu li .sub-menu {
	top:140px;
}

.header-menu .sub-menu{
	padding: 0;
}

.header-menu .sub-menu .inner-items{
	list-style: none;
}

.header-menu li .sub-menu li{
	background-color: #e30512;
	border: 1px solid #fff;
	color: #fff;
	font-family: "Montserrat-Bold";
	flex: 0 0 50%;
	padding: 0;
	transition: all .3s;
	position: relative;
}

.header-menu li .sub-menu .lang-item{
	flex: 0 0 33.3%;
}

.header-menu li .sub-menu li:hover{
	background-color: #000;
}

.header-menu li .sub-menu li a{
	width: 100%;
	height: 100%;
	color: #fff;
	margin: 0;
	padding: 40px 20px 80px 20px;
	position: relative;
	z-index: 2;
}

.header-menu li .sub-menu li a::after{
	content: 'Explore';
	position: absolute;
	right: 10px;
	bottom: -14px;
	font-size: 14px;
	font-family: "Montserrat-Regular";
	opacity: 0;
	transition: all .3s;
}

html[lang="sr-RS"] .header-menu li .sub-menu li a::after {
    content: 'Istražite';
}

html[lang="cs-CZ"] .header-menu li .sub-menu li a::after {
    content: 'Prozkoumejte';
}

.header-menu li .sub-menu li:hover a::after{
	bottom: 10px;
	opacity: 1;
}

.header-menu li .sub-menu li:hover{}

.header-menu li .sub-menu a{
	display: block;
	padding: 0;
	margin: 10px 0;
}

.header-menu li .sub-menu a:hover{
	border:none;
}

.header-menu > .menu-item-has-children:hover > .sub-menu{
	display: flex;
	flex-wrap: wrap;
}

.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu{
	display:block;
}

.header-menu .sub-menu li .sub-menu{
	top:0;
	left:40px;
}

ul.header-menu > .menu-item-has-children > a::after {}

ul.header-menu > .menu-item-has-children:hover > a::after{
	top: 11px;
	transform: rotate(-90deg);
}

.header-menu li .sub-menu .menu-item-has-children > a::after{
    content: "⌄";
	padding-right:10px;
	float:right;
}

.about-us-menu::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 10%;
	opacity: 0;
	display: block;
	background-image: url(../img/menu-unfold-about-background-text.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
    width: 90%;
    height: 40%;
	transition: all .3s;
}

html[lang="cs-CZ"] .about-us-menu::after{
	background-image: url(../img/menu-unfold-about-background-text_ceski_b.svg);
}

html[lang="sr-RS"] .about-us-menu::after{
	background-image: url(../img/menu-unfold-about-background-text_srp_b.svg);
}

.about-us-menu:hover::after{
	left: 5%;
	opacity: 1;
}

.management-menu::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 10%;
	opacity: 0;
	display: block;
	background-image: url(../img/menu-unfold-management-background-text.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
    width: 90%;
    height: 40%;
	transition: all .3s;
}

html[lang="cs-CZ"] .management-menu::after{
	background-image: url(../img/menu-unfold-management-background-text_ceski_b.svg);
}

html[lang="sr-RS"] .management-menu::after{
	background-image: url(../img/menu-unfold-management-background-text_srp_b.svg);
}

.management-menu:hover::after{
	left: 5%;
	opacity: 1;
}

.laundry-detergents-menu::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 10%;
	opacity: 0;
	display: block;
	background-image: url(../img/laundry_svg.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
    width: 90%;
    height: 50%;
	transition: all .3s;
}

html[lang="cs-CZ"] .laundry-detergents-menu::after{
	background-image: url(../img/laundry_ceski_b_svg.svg);
}

html[lang="sr-RS"] .laundry-detergents-menu::after{
	background-image: url(../img/laundry_srp_b_svg.svg);
}

.laundry-detergents-menu:hover::after{
	left: 5%;
	opacity: 1;
}

.dishwashing-menu::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 10%;
	opacity: 0;
	display: block;
	background-image: url(../img/dish_svg.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
    width: 90%;
    height: 50%;
	transition: all .3s;
}

html[lang="cs-CZ"] .dishwashing-menu::after{
	background-image: url(../img/dish_ceski_b_svg.svg);
}


html[lang="sr-RS"] .dishwashing-menu::after{
	background-image: url(../img/dish_srp_b_svg-2.svg);
}

.dishwashing-menu:hover::after{
	left: 5%;
	opacity: 1;
}

.fabric-softeners-menu::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 10%;
	opacity: 0;
	display: block;
	background-image: url(../img/soft_svg.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
    width: 70%;
    height: 50%;
	transition: all .3s;
}

html[lang="cs-CZ"] .fabric-softeners-menu::after{
	background-image: url(../img/soft_ceski_b_svg.svg);
}

html[lang="sr-RS"] .fabric-softeners-menu::after{
	background-image: url(../img/soft_srp_b_svg.svg);
}

.fabric-softeners-menu:hover::after{
	left: 5%;
	opacity: 1;
}

.household-care-menu::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 10%;
	opacity: 0;
	display: block;
	background-image: url(../img/house_svg.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
    width: 90%;
    height: 50%;
	transition: all .3s;
}

html[lang="cs-CZ"] .household-care-menu::after{
	background-image: url(../img/house_ceski_b_svg.svg);
}

html[lang="sr-RS"] .household-care-menu::after{
	background-image: url(../img/house_srp_b_svg.svg);
}

.household-care-menu:hover::after{
	left: 5%;
	opacity: 1;
}



/* MOBILE MENU */

.sidenav {
	height: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #fff;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.sidenav-expand{
	padding: 160px 0 20px 0;
	height: auto;
	opacity: 1 !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.sidenav .header-menu {
    display: block;
}

.sidenav .header-menu li{
	margin-bottom: 20px;
}

.sidenav .header-menu li a{
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight:700;
	padding:10px 0;
}

.sidenav .header-menu li .sub-menu{
	display: flex;
	flex-wrap: wrap;
	height: auto;
	position: relative;
	left: inherit;
  	top: inherit;
}

.sidenav .header-menu li .sub-menu li{
	font-family: "Montserrat-Regular";
	margin-bottom: 0;
}

.sidenav .header-menu li .sub-menu li a{
	font-size: 14px;
	padding: 20px;
}

.sidenav .pll-parent-menu-item{
	text-align: right;
}

.sidenav .pll-parent-menu-item span{
	display: inline;
}

.sidenav .pll-parent-menu-item::after,
.sidenav .header-menu li .sub-menu li a::after,
.sidenav .about-us-menu::after,
.sidenav .management-menu::after,
.sidenav .laundry-detergents-menu::after,
.sidenav .dishwashing-menu::after,
.sidenav .fabric-softeners-menu::after,
.sidenav .household-care-menu::after{
	content: "";
	background: none;
	display: none;
}


.sidenav .menu-item-383 img,
.sidenav .menu-item-383-en img,
.sidenav .menu-item-383-sr img,
.sidenav .menu-item-383-cs img,
.sidenav .menu-item-384 img,
.sidenav .menu-item-384-en img,
.sidenav .menu-item-384-sr img,
.sidenav .menu-item-384-cs img,
.sidenav .menu-item-1586 img,
.sidenav .menu-item-1586-en img,
.sidenav .menu-item-1586-sr img,
.sidenav .menu-item-1586-cs img{
	display: none;
}





/* CONTAINER */

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  margin-right: auto;
  margin-left: auto;
}

/* wysiwyg */

.wysiwyg p,
.wysiwyg li,
.wysiwyg h5{
	margin-bottom: 20px;
}

.wysiwyg a{
	text-decoration: underline;
}

.wysiwyg-lh{
	line-height: 32px;
}

.wysiwyg-url a{
	color:#e30512;
}

.wysiwyg.text-white a{
	color:#fff;
}



/* HOMEPAGE */

.before-line-small::before{
	content: "";
	position: absolute;
	left: 0;
	top: .3vw;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 20px;
	height: 3px;
	background-color: #e30512;
}

.after-line::after{
	content: "";
	display: block;
	height: 9px;
	width: 30%;
	background-color: #e30512;
	margin-top: .5vw;
}

.after-line-small::after{
	content: "";
	display: block;
	height: 9px;
	width: 10%;
	background-color: #e30512;
	margin-top: .5vw;
}

.after-line-small-thin::after{
	content: "";
	display: block;
	margin-top: 1vw;
	height: 4px;
	width: 65px;
	background-color: #e30512;
}

.after-line-white::after{
	content: "";
	display: inline;
	position: absolute;
	top: 22vw;
	left: 0;
	height: 2px;
	background-color: rgba(255,255,255,.7);
	width: 48%;
}

.after-line-white-small::after{
	content: "";
	display: inline;
	position: absolute;
	top: 22vw;
	left: 0;
	height: 2px;
	background-color: rgba(255,255,255,.7);
	width: 22%;
}

/* PAGES */

.swiper-aboutus .swiper-slide,
.swiper-qms .swiper-slide{
	padding: 3vw 2vw;
	height: 13.5vw;
	border: 1px solid #f2f2f2;
	background-color: #fff;
}

.swiper-aboutus .swiper-slide-active,
.swiper-qms .swiper-slide-active{
	background-color: #e30512;
	color: #fff;
	transform: scale(1.1);
}

.swiper-aboutus .swiper-button-next,
.swiper-aboutus .swiper-button-prev,
.swiper-qms .swiper-button-next,
.swiper-qms .swiper-button-prev{
	position: relative;
	right: inherit;
	left: inherit;
	color: #e30512;
	margin: 0 20px;
}

.dist-items,
.ep-items{
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.dist-items:nth-child(4),
.dist-items:nth-child(8),
.ep-items:nth-child(3),
.ep-items:nth-child(6){
	border-right: none;
}
.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-items{
	border-right: 1px solid #f2f2f2;
}

.qms-section-1>* {
    margin-bottom: 20px;
}
.qms-section-1 ul li {
    margin-bottom: 10px;
}
.qms-section-1 ul li ul {
	margin: 5px 0 10px 15px;
}
.qms-section-1 ul li ul li {
    list-style: disc;
    margin-bottom: 3px;
}
.qms-section-1 ul li ol {
    margin-top: 20px;
    margin-left: 20px;
}
form .position-form input, form .position-form select {
    width: 100%;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #555;
    margin-bottom: 20px;
    resize: none;
    outline: none;
}
form .position-form .wpcf7-submit {
   background: #e30512;
   border: 1px solid;
   border-color: #e30512;
   font-weight: 700;
   color: #fff;
   transition: all .3s ease;
}
form .position-form .wpcf7-submit:hover {
   background: #fff;
   color: #e30512;
}
.positions-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.positions-container .position-item {
    width: 50%;
    padding: 20px;
}
.overflow-unset {
    overflow: unset;
}

/* SWIPER */
.swiper-product .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-pagination-bullet{
	background-color: #e30512!important;
	cursor: pointer;
}

/* ANIMATIONS */

.animate-on-view{}

.animation-delay-1{animation-delay: 1s;}
.animation-delay-1-5{animation-delay: 1.5s;}
.animation-delay-2{animation-delay: 2s;}

.animation-duration-1{animation-duration: 1s;}
.animation-duration-2{animation-duration: 2s;}
.animation-duration-3{animation-duration: 3s;}
.animation-duration-4{animation-duration: 4s;}
.animation-duration-5{animation-duration: 5s;}

.animation-ease-in{animation-timing-function: ease-in ease-out;}

@keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
.animate-fade-in {animation-name: fadeIn;opacity:0;}

@keyframes fadeInScale {
	0% {
	  opacity: 0;
	  scale: 0;
	}
	100% {
	  opacity: 1;
	  scale: 1;
	}
  }
.animate-fade-in-scale {animation-name: fadeInScale;opacity:0;}

@keyframes slideInFromLeft {
	0% {
	  transform: translateX(-100%);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
  }
.animate-slide-in-left {animation-name: slideInFromLeft;}
  
  @keyframes slideInFromRight {
	0% {
	  transform: translateX(100%);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
  }
.animate-slide-in-right {animation-name: slideInFromRight;}

  @keyframes slideInFromBottom {
	0% {
	  transform: translateY(100%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
.animate-slide-in-bottom {animation-name: slideInFromBottom;}

@keyframes slideInFromBottomRotate {
	0% {
	  transform: translateY(100%);
	  rotate: -30deg;
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  rotate: 0deg;
	  opacity: 1;
	}
  }
.animate-slide-in-bottom-rotate {animation-name: slideInFromBottomRotate;}

  @keyframes slideInFromTop {
	0% {
	  transform: translateY(-100%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
.animate-slide-in-top {animation-name: slideInFromTop;}



/* FOOTER */

.footer-after-line::after {
	content: "";
	position: absolute;
	display: block;
	margin-top: .5vw;
	width: 1vw;
	height: 1px;
	background-color: #555;
}

.footer-menu{
	padding: 0;
}

.footer-menu li{
	list-style: none;
}

.footer-menu li a{
	font-size: 12px;
	color: #fff;
	transition: all .3s ease;
	text-decoration: none;
}

.copyright-menu{
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.copyright-menu li{
	list-style: none;
}

.copyright-menu li a{
	font-size: 12px;
	color: #fff;
	transition: all .3s ease;
	text-decoration: none;
}

footer input[type=text],
footer input[type=email],
footer textarea{
	width:100%;
	background:none;
	border:none;
	color:#fff;
	font-size:16px;
	padding:10px;
	border: 1px solid #555;
	margin-bottom:20px;
	resize: none;
	outline: none
}

footer label{
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: flex-start;
}

footer label input[type=checkbox]{
	margin-right: 5px;
}

footer label a{
	font-size: 12px;
	color: #fff;
}

footer input[type=submit]{
	width: 100%;
	background-color: #555;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	padding:10px;
	border: 1px solid #000;
}

::-webkit-input-placeholder { /* WebKit browsers */
	font-size:12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size:12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size:12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size:12px;
}

footer .wpcf7-list-item{
	margin: 0;
}

footer .wpcf7-not-valid-tip{
	font-size:12px;
}

footer .wpcf7 form .wpcf7-response-output{
	font-size: 12px;
	margin: 0;
}

footer .wpcf7 p{
	margin: 0;
}


/* RESPONSIVE */


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1700px) {
	.l12\:hmin-300{min-height: 300px;}
}

@media screen and (max-width: 1600px) {
	.header-menu li{padding-left: 0;padding-right: 0;}

	.l11\:hmin-800{min-height:800px}

	.l11\:w-1000{width:1000px;}

	.l11\:top-minus-50{top:-50px}
}

@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1520px) {
	.header-menu li a{font-size: 14px;}
}

@media screen and (max-width: 1440px) {
	.l8\:mb-20{margin-bottom: 20px;}

	.l8\:mr-20{margin-right: 20px;}

	.l8\:px-0{padding-left: 0; padding-right: 0;}

	.l8\:top-minus-66{top: -66px;}

	.l8\:flex-1-2{flex: 0 0 50%;}

	.l8\:fs-14{font-size: 14px;}
	.l8\:fs-12{font-size: 12px;}
}

@media screen and (max-width: 1366px) {
	.header-menu li a{font-size: 12px;}

	.l7\:w-full{width: 100%;}

	.l7\:px-0{padding-left: 0; padding-right: 0;}
	.l7\:px-80{padding-left: 80px; padding-right: 80px;}

	.l7\:fs-10{font-size: 10px;}

	.l7\:flex-column{flex-direction: column;}
	.l7\:flex-full{flex: 0 0 100%;}

	.l7\:br-none{border-right: none;}
}

@media screen and (max-width: 1280px) {
	body{font-size:16px}
}

@media screen and (max-width: 1240px) {
	.l5\:px-40{padding-left: 40px; padding-right: 40px;}
}

@media screen and (min-width: 1200.1px) {
	.l4-min\:hidden{display: none;}
}

@media screen and (max-width: 1200px) {
	header{height: auto;padding: 20px 0;}

	.swiper-aboutus .swiper-slide,
	.swiper-qms .swiper-slide
	{height: 15.5vw;}

	.ep-items:nth-child(3),
	.ep-items:nth-child(6){
		border-right: 1px solid #f2f2f2;
	}

	.ep-items:nth-child(2),
	.ep-items:nth-child(4),
	.ep-items:nth-child(6){
		border-right: none;
	}

	.l4\:hidden{display: none;}

	.l4\:w-full{width: 100%;}
	.l4\:w-max{width: max-content;}

	.l4\:w-800{width:800px}
	.l4\:w-640{width:640px}
	.l4\:w-500{width:500px}

	.l4\:h-200{height: 200px;}
	.l4\:hmin-auto{min-height: auto;}

	.l4\:mb-0{margin-bottom: 0;}
	.l4\:mb-20{margin-bottom: 20px;}
	.l4\:mb-40{margin-bottom: 40px;}

	.l4\:mt-460{margin-top: 460px;}
	.l4\:mt-40{margin-top: 40px;}
	.l4\:mt-0{margin-top: 0;}

	.l4\:px-0{padding-left: 0; padding-right: 0;}

	.l4\:pl-0{padding-left: 0;}

	.l4\:pr-0{padding-right: 0;}

	.l4\:flex-column{flex-direction: column;}
	.l4\:flex-column-reverse{flex-direction: column-reverse;}

	.l4\:justify-start{justify-content: flex-start;}

	.l4\:items-start{align-items: flex-start;}

	.l4\:flex-full{flex: 0 0 100%;}
	.l4\:flex-1-2{flex: 0 0 50%;}

	.l4\:fs-24{font-size: 24px;}

	.l4\:text-center{text-align: center;}

	.l4\:top-minus-55{top: -55px;}
	.l4\:top-minus-40{top: -40px;}
}

@media screen and (max-width: 1180px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (min-width: 962.1px) {
	.hidden-min-962{display:none!important}
}

@media screen and (max-width: 962px) {
	.hidden-962{display:none;}

	.l1\:w-full{width: 100%;}
	.l1\:w-500{width:500px}
	.l1\:w-400{width:400px}

	.l1\:flex-column{flex-direction: column;}
	.l1\:flex-full{flex: 0 0 100%;}
	
	.l1\:py-20{padding: 20px 0;}

	.l1\:top-minus-45{top: -45px;}
    .positions-container .position-item {
    width: 100%;

}
}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 810px) {}

@media screen and (max-width: 800px) {}

@media screen and (min-width: 768.1px) {
	.m1-min\:hidden {display: none;}
}

@media screen and (max-width: 768px) {
	.container{padding-left: 5%; padding-right: 5%;}

	.swiper-aboutus .swiper-slide,
	.swiper-qms .swiper-slide
	{height: 30.5vw;}

	.dist-items,
	.ep-items
	{border-right:none;}

	.m1\:hidden {display: none;}

	.m1\:w-full{width: 100%;}
	.m1\:w-300{width: 300px;}

	.m1\:h-100{height: 100px;}
	.m1\:h-min-auto{min-height: auto;}
	
	.m1\:flex{display: flex;}

	.m1\:flex-wrap{flex-wrap: wrap;}
	.m1\:flex-column{flex-direction: column;}
	.m1\:flex-column-reverse{flex-direction: column-reverse;}

	.m1\:flex-full{flex: 0 0 100%;}
	.m1\:flex-1-2{flex: 0 0 50%;}
	.m1\:flex-1-3{flex: 0 0 33%;}

	.m1\:relative {position: relative;}

	.m1\:mt-0 {margin-top: 0;}

	.m1\:mb-minus-500 {margin-bottom: -500px;}
	.m1\:mb-0 {margin-bottom: 0;}
	.m1\:mb-20 {margin-bottom: 20px;}
	.m1\:mb-40 {margin-bottom: 40px;}
	.m1\:mb-80 {margin-bottom: 80px;}

	.m1\:mr-20 {margin-right: 20px;}

	.m1\:py-0 {padding-top: 0; padding-bottom: 0;}
	.m1\:py-20 {padding-top: 20px; padding-bottom: 20px;}
	.m1\:py-40 {padding-top: 40px; padding-bottom: 40px;}

	.m1\:px-0 {padding-left: 0; padding-right: 0;}

	.m1\:pt-0 {padding-top: 0;}
	.m1\:pt-40 {padding-top: 40px;}
	.m1\:pt-80 {padding-top: 80px;}
	.m1\:pt-100 {padding-top: 100px;}

	.m1\:pr-0 {padding-right: 0;}
	.m1\:pr-20 {padding-right: 20px;}

	.m1\:pb-80 {padding-bottom: 80px;}

	.m1\:pl-0 {padding-left: 0;}

	.m1\:text-center{text-align: center;}

	.m1\:fs-16{font-size: 16px;}
	.m1\:fs-24{font-size: 24px;}
	.m1\:fs-32{font-size: 32px;}
	.m1\:fs-40{font-size: 40px;}
	.m1\:fs-50{font-size: 50px;}

	.m1\:br-none{border-right:none;}

	.m1\:top-minus-95{top: -95px;}
	.m1\:top-minus-55{top: -55px;}
	.m1\:top-minus-35{top: -35px;}
	.m1\:top-0{top: 0;}
}

@media screen and (max-width: 667px) {
	.m2\:flex-column {flex-direction: column;}

	.m2\:top-minus-30{top: -30px;}
}

@media screen and (max-width: 567px) {
	.swiper-aboutus .swiper-slide,
	.swiper-qms .swiper-slide
	{height: 50.5vw;}
}

@media screen and (max-width: 480px) {
	.swiper-aboutus .swiper-slide,
	.swiper-qms .swiper-slide
	{height: 60.5vw;}

	.s1\:w-full{width:100%}
	.s1\:w-400{width:400px}
	.s1\:w-200{width: 200px;}

	.s1\:flex-column{flex-direction: column;}

	.s1\:top-minus-15{top: -15px;}
	.s1\:top-minus-20{top: -20px;}
	
	.s1\:mt-300{margin-top: 300px;}

	.s1\:mb-minus-400 {margin-bottom: -400px;}
	.s1\:mb-minus-300 {margin-bottom: -300px;}
	.s1\:mb-40{margin-bottom: 40px;}

	.s1\:p-0{padding: 0;}

	.s1\:py-120{padding-top: 120px; padding-bottom: 120px;}

	.s1\:pt-0{padding-top: 0;}
	.s1\:pt-40{padding-top: 40px;}

	.s1\:fs-16{font-size: 16px;}
	.s1\:fs-20{font-size: 20px;}
	.s1\:fs-40{font-size: 40px;}

	.s1\:top-minus-85{top: -85px;}
	.s1\:top-minus-45{top: -45px;}
}

@media screen and (max-width: 450px) {
	.s2\:w-full{width:100%}
	.s2\:w-200{width:200px}
	.s2\:w-20{width:30px}

	.s2\:h-35{height:35px}
	.s2\:h-30{height:30px}

	.s2\:fs-18{font-size: 18px;}
}

@media screen and (max-width: 415px) {
	body{font-size:16px;}
	.swiper-aboutus .swiper-slide,
	.swiper-qms .swiper-slide
	{height: 70.5vw;}

	.s3\:w-full{width:100%}

	.s3\:fs-20{font-size: 20px;}
	.s3\:fs-24{font-size: 24px;}
	.s3\:fs-36{font-size: 36px;}
}

@media screen and (max-width: 390px) {
	.s4\:w-full{width:100%}
}

@media screen and (max-width: 375px) {
	.s5\:w-full{width:100%}
}

@media screen and (max-width: 360px) {
	.s6\:w-full{width:100%}
}

@media screen and (max-width: 340px) {
	.s7\:w-full{width:100%}
}

@media screen and (max-width: 320px) {
	.s8\:w-full{width:100%}
}



.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
}

.carrers-social-icons a {
	margin: 0 10px;
}

.carrers-social-icons a:hover svg path {
	fill: #e30512;
}