@media (min-width: 0px) {
	.lang {
		font-weight: 500;
		font-size: 16px;
		line-height: 23px;
		letter-spacing: 0.338px;
	}
	.active a {
		/* color: #1c7abc !important; */
		/* border-top: 3px solid #1C7ABC !important; */
	}
	.languages-header .lang-img {
		margin-right: 10px;
		max-width: 22px;
	}
	.navbar-collapse .navbar-nav .classic-nav-item:hover .nav-link {
		color: var(--accent-color);
	}
	.lead-section .lead-section-text h1 {
		font-size: 46px;
	}
	.lead-section {
		background-size: 100% 100%;
	}
	/* ----------------------------------- */
	.about-numbers .numb-item {
		margin-right: 0px;
	}

	.blue-area-behind-img {
		width: 304px;
		height: 303px;
	}

	.about-img {
		padding-right: 15px;
	}
	/* ---------------------------------------- */
	.unior-on-hand {
		padding: 40px 0;
	}
}

@media (min-width: 568px) {
	#multi-swiper .left-slider .owl-dots {
		position: absolute;
		z-index: 55;
		/* bottom: -78% !important; */
	}

	.owl-theme .owl-dots .owl-dot {
		display: block !important;
		text-align: left;
	}
}

@media (min-width: 769px) {
	/* --------------------------------- */

	.brands-carousel .owl-next,
	.brands-carousel .owl-prev {
		position: absolute;
		top: 0;
	}
	.brands-carousel .owl-next {
		right: -46px;
	}
	.brands-carousel .owl-prev {
		left: -46px;
	}
	.footer-contact .info-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	/* HEADER */

	.navbar-collapse .navbar-nav .classic-nav-item {
		border-top: 3px solid transparent;
	}
	.navbar-collapse .navbar-nav .classic-nav-item.active {
		border-top: 3px solid var(--accent-color);
	}
	.navbar-collapse .navbar-nav .classic-nav-item:hover .nav-link {
		color: var(--accent-color);
	}

	.program-pagination {
		display: none;
	}

	.lead-section .lead-section-text {
		padding-left: 0;
	}

	#multi-swiper .left-slider .left-slider-item-text {
		padding: 40px;
	}
	#multi-swiper .left-slider {
		z-index: 2;
	}
	#multi-swiper .left-slider .item,
	#multi-swiper .right-slider .item,
	#multi-swiper .left-slider .left-slider-item-text {
		min-height: 600px;
	}

	#multi-swiper .right-slider .item img {
		height: 600px;

		object-fit: cover;
	}
	#multi-swiper .left-slider .owl-dots {
		position: absolute;
		z-index: 5;
		bottom: 24px;
		left: calc(100% + 24px);
	}
	#multi-swiper .left-slider .owl-dots .owl-dot {
		margin-right: 15px;
	}

	/* ----------------------------------- */

	.about-numbers .numb-item {
		margin-right: 45px;
	}

	/* -------------------------------------------- */

	/* FOOTER */
	footer .footer-data {
		padding-bottom: 20px;
	}

	.contact-section {
		margin-bottom: -100px;
	}

	#multi-swiper .left-slider .owl-dots .owl-dot button {
		min-width: 260px;
	}

	.unior-on-hand-textual-part {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		min-height: 600px;
	}

	.unior-on-hand .img-part {
		display: flex;
		align-items: center;
	}
	.footer-contact .info-wrap {
		display: flex;
	}
}

@media (min-width: 1200px) {
	/* ----------------------------------- */

	#multi-swiper .left-slider .left-slider-item-text {
		padding-left: 150px;
	}

	/* ---------------------------------------- */

	.about-numbers .numb-item {
		margin-right: 25px;
	}

	/* ------------------------------------------ */
	/* FOOTER */

	#multi-swiper .left-slider .owl-dots {
		display: flex;
		justify-content: start;
		/* right: -98% !important; */
	}
	#multi-swiper .left-slider .owl-dots .owl-dot button {
		display: inline-block !important;
	}

	#multi-swiper .left-slider .owl-dots {
		width: 100%;
	}
	#multi-swiper .left-slider .owl-dots .owl-dot button {
		min-width: 180px;
	}
	#multi-swiper .left-slider .owl-dots .owl-dot button p {
	font-size: 18px;
	}
}
@media (min-width: 1366px){
	#multi-swiper .left-slider .owl-dots .owl-dot button p {
		font-size: 22px;
	}
}
@media (min-width: 1500px) {
	#multi-swiper .left-slider .owl-dots .owl-dot {
		min-width: 220px !important;
	}
	#multi-swiper .left-slider .owl-dots .owl-dot {
		margin-right: 20px;
	}
	#multi-swiper .left-slider .left-slider-item-text {
		padding-left: 15vw;
	}
}

@media (min-width: 1600px) {
	#multi-swiper .left-slider .owl-dots .owl-dot {
		margin-right: 30px;
	}
	#multi-swiper .left-slider .owl-dots .owl-dot {
		min-width: 240px !important;
	}
}
@media (min-width: 1700px) {
	#multi-swiper .left-slider .left-slider-item-text {
		padding-left: 18vw;
	}
}


@media (max-width: 1200px) {
	#multi-swiper .left-slider .owl-dots .owl-dot {
		margin-bottom: 20px;
	}
	#multi-swiper .left-slider .left-slider-item-text .left-slider-main-title {
		font-size: 62px;
	}
}
@media (max-width: 1199px) {
	#program-grid .product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

/* SM breakpoint */
@media (max-width: 991px) {
	.about-us-section .about-img img{
		max-height: 680px;
	}
	.contact-text {
		padding: 30px;
		transform: translateY(-10vh);
	}
	/*  header height */

	header{

		height: unset;
	}
	.navbar-nav {
		align-items: flex-start;
	}

	.navbar-nav .menu-item-has-children {
		margin-right: 0 !important;
		width: 100%;
	}
	.navbar-nav .wpml-ls-menu-item a.nav-link {
		pointer-events: none;
	}
	.navbar-nav
		.nav-dropdown
		.menu-item-has-children.open
		.second-dropdown
		.third-dropdown {
		display: block !important;
	}
	.navbar-nav .nav-dropdown > li.dropdown-item:hover > a{
		background: #fff;
		color: var(--text-headline);
	}

	.navbar-nav .nav-item:not(.button-header) {
		padding: 0;
	}
	.navbar-nav .nav-dropdown {
		left: 0;
	}
	/* .navbar-nav .nav-dropdown .dropdown-item {
		padding: 10px 20px;
	} */
	.navbar-nav{
		overflow: scroll;
		min-height: 100vh;
		height: 200px;
		padding-bottom: 180px;
	}
	.navbar-nav .nav-dropdown > li.menu-item-has-children::after,
	.navbar-nav .dropdown-item-has-children::after,
	.navbar-nav .menu-item-has-children::after {
		border: 2px solid var(--text-paragraph);
		border-radius: 2px;
		border-right: 0;
		border-top: 0;
		content: " ";
		display: block;
		width: 0.625em;
		height: 0.625em;
		pointer-events: none;
		position: absolute;
		top: 12px;
		right: 6px;
		transform: rotate(-45deg);
		transform-origin: center;
		transition: all 0.2s;
	}
	.navbar-nav .second-dropdown > .menu-item-has-children::after {
		display: none;
	}
	.navbar-nav .dropdown-item-has-children.open::after,
	.navbar-nav .menu-item-has-children.open::after {
		transform: rotate(-225deg);
	}
	.navbar-nav .second-dropdown,
	.navbar-nav .nav-dropdown {
		position: relative;
		top: 0;
		display: none;
		transition: none !important;
		opacity: 1;
		visibility: visible;
		transform: translateY(0) translateX(0);
	}
	.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown{
		transform: translateY(0) translateX(0);


	}
	.navbar-nav .nav-dropdown > li.menu-item-has-children > a {
		pointer-events: none;
	}
	.navbar-nav .nav-dropdown > li.menu-item-has-children:hover::after {
		border: 2px solid var(--text-paragraph);
		border-right: 0;
		border-top: 0;
	}

	#multi-swiper .right-slider {
		transform: translateY(-20%);
		z-index: -1;
	}
	#multi-swiper .right-slider .owl-item {
		max-height: 500px;
	}

	.swiper-program .swiper-slide {
		padding: 0 24px;
	}

	#multi-swiper .left-slider .left-slider-item-text {
		padding: 30px;
	}

	#multi-swiper .left-slider .left-slider-item-text .left-slider-main-title {
		font-size: 45px;
		line-height: 42px;
	}
	#multi-swiper .right-slider .item img {
		min-height: 400px;
		object-fit: cover;
	}
	#multi-swiper .left-slider {
		margin: 0 auto;
	}
	#multi-swiper .left-slider .owl-dots .owl-dot button {
		min-width: 70px !important;
	}

	#multi-swiper .left-slider {
		max-width: 86% !important;
	}
	.footer-contact .info-wrap > div {
		border-right: none;
	}
	#multi-swiper .left-slider .owl-dots {
		top: calc(100% + 80px);
	}
	#multi-swiper .left-slider .left-slider-item-text {
		min-height: 320px;
	}
	/* program = termicke obrade */
	#program-grid .product-grid .box-wrap {
		padding-top: 20px;
	}
	#program-grid .product-grid .box-wrap .hidden {
		opacity: 1;
	}
	#contact .contact-info {
		padding-top: 0;
		margin-bottom: 60px;
	}
	#contact .contact-info .info-wrap {
		padding: 20px 0;
	}
	#banner {
		margin-bottom: -30px;
	}
	.unior-on-hand .map-image {
		transform: scale(1);
	}
}
/* XS breakpoint */

@media (max-width: 768px) {
	.about-us-section .about-img img{
		max-height: 500px;
	}
	#multi-swiper .left-slider .owl-dots .owl-dot {
		margin-bottom: 10px;
	}
	h1,
	.h1 {
		font-size: 36px;
	}
	h2,
	.h2 {
		font-size: 32px;
	}
	h3,
	.h3 {
		font-size: 28px;
	}
	.mb-100 {
		margin-bottom: 50px;
	}
	.p-100 {
		padding: 80px 0;
	}

	.blue-area-behind-img {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
	.about-numbers .numb-item {
		margin-right: 55px;
	}
	.about-numbers .numb-item:last-of-type {
		margin-right: 0;
	}
	.blue-area-behind-img {
		width: 504px;
		height: 533px;
	}
	.lead-section .lead-section-text {
		max-width: 409px;
		padding-left: 26px;
	}
	.lead-section .lead-section-text h1 {
		font-size: 70px;
	}
	/* owl-carousel */
	.owl-theme .owl-nav {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 80px;
	}

	.second-half-of-trad-section .textual-part {
		max-width: 491px;
	}

	#multi-swiper .left-slider {
		/* max-width: 86%; */
		margin: 0 auto !important;
		max-height: 440px;
		z-index: 999 !important;
	}

	#multi-swiper .left-slider .left-slider-item-text {
		padding: 70px;
	}

	#multi-swiper .left-slider .left-slider-item-text .left-slider-small-title {
		font-size: 18px;
	}

	.owl-theme .owl-dots .owl-dot {
		display: block !important;
		text-align: left;
	}

	#multi-swiper .left-slider .owl-dots {
		position: absolute;
		/* left: 5%; */
		z-index: 55;
	}

	footer .footer-data {
		padding-top: 40px;
		padding-bottom: 0;
	}
	#cta-reference {
		min-height: 400px;
	}
	#banner {
		overflow: visible;
		min-height: 600px;
	}
	#banner .right-side {
		position: relative;
		height: unset;
		max-width: 100%;
		height: 420px;
	}
	#banner.bg-image .right-side {
		transform: translateY(-80px);
		z-index: -1;
	}
	#banner .left-side {
		justify-content: center;
		min-height: unset;
		min-height: 300px;
	}
	#banner .left-side img {
		max-width: 100%;
		width: 90vw;
		height: auto;
		top: 0;
	}
	#swipebox-bottom-bar {
		bottom: 30px;
	}
	#swipebox-arrows {
		max-width: 120px;
	}
	.products-gallery .gallery-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	#open-positions .job-item {
		padding: 32px;
	}
	.quality-certificates .certificate-wrap .img-wrap img:nth-of-type(2),
	.quality-certificates .certificate-wrap .img-wrap img:nth-of-type(3) {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
	}

	.quality-certificates .certificate-wrap .img-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.quality-certificates .certificate-wrap .img-wrap,
	.quality-certificates .certificate-wrap .img-wrap-2 {
		min-height: unset;
	}
	.footer-contact .info-wrap > div {
		padding: 24px;
	}
	.products-gallery .img-wrap .swipebox-product {
		min-height: 200px;
	}
	#career-cta .testimonial-slide {
		min-height: 400px;
	}
	.navbar-nav .nav-item a.nav-link {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.contact {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.footer-contact .info-wrap {
		padding: 20px;
	}
	.footer-contact .info-wrap > div {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		justify-content: flex-start;
		padding: 20px;
	}
	.footer-contact .info-wrap > div:nth-last-of-type(2) {
		border-bottom: none;
		padding-bottom: 0;
	}
	.footer-contact .info-wrap > div:last-of-type {
		display: none;
	}
	.footer-contact .info-wrap > div:first-of-type {
		padding-top: 0;
	}
	.products-gallery .gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.contact-section .container {
		max-width: unset;
		padding: 0;
	}
	.contact-section .contact-img img {
		min-height: 300px;
		object-fit: cover;
	}
	.contact-text {
		padding: 30px;
		transform: translateY(-16vh);
		margin: 0 15px;
	}
		#program-grid .product-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
}

@media (max-width: 567px) {
	.about-numbers {
		justify-content: space-between;
	}
	#career-cta .testimonial-slide .text-info {
		text-align: center;
	}
	.brands-carousel {
		min-height: 80px;
	}
	.about-numbers {
		padding-left: 0px;
	}

	#multi-swiper .left-slider {
		max-width: 90%;
		margin: 0 auto;
		max-height: 380px;
		z-index: 999 !important;
	}
	#multi-swiper .left-slider .left-slider-paragraph {
		display: none;
	}

	#multi-swiper .left-slider .left-slider-item-text {
		padding: 30px;
	}

	#multi-swiper .left-slider .item,
	#multi-swiper .right-slider .item {
		min-height: 280px;
	}
	#multi-swiper .left-slider .left-slider-item-text {
		min-height: 280px;
	}

	.owl-theme .owl-dots .owl-dot {
		display: block;
		text-align: left;
	}

	.about-numbers .numb-item {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#program-grid .product-grid {
		gap: 20px;
	}
	#banner .left-side {
		position: relative;
		min-height: 260px;
	}
	#banner .left-side img {
		width: 93vw;
		height: 100%;
	}

	#banner .right-side {
		position: relative;
		height: 330px;
		top: unset;
		bottom: 10%;
		transform: translateY(0);
	}
	#banner.bg-image .right-side {
		position: absolute;
		transform: translateY(0);
		height: 370px;
	}
	#contact .contact-form .input-wrap {
		grid-template-columns: 1fr;
		margin-bottom: 12px;
		gap: 12px;
	}
	#contact .contact-form {
		padding: 24px;
	}
	#contact .filters-wrap {
		flex-direction: column;
	}
	#contact .select {
		margin-bottom: 12px;
		margin-right: 0;
	}
	#contact .contact-info .info-wrap {
		padding: 12px 0;
	}
	.products-gallery .img-wrap .swipebox-product {
		min-height: 280px;
	}
	.slider-full-width .img-wrap img {
		width: 100%;
		min-height: 240px;
		object-fit: cover;
	}
	#history .history-pagination {
		padding-bottom: 24px;
		margin-bottom: 0;
		overflow-x: scroll;
		justify-content: space-between;
		white-space: nowrap;
	}
}

/* MD breakpoint */

/* LG breakpoint */

@media (max-width: 414px) {
	.cv-form {
		padding: 20px;
	}
	h1,
	.h1 {
		font-size: 28px;
	}
	#program-grid .product-grid {
		padding: 50px;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	#program-grid .product-grid .box-wrap {
		padding: 20px;
	}
	.p-100 {
		padding: 50px 0;
	}
	.p-80 {
		padding: 40px 0;
	}
	.industry-grid {
		grid-template-columns: 1fr 1fr;
	}
	.career-first .feature-box {
		padding: 24px;
	}
	#career-cta .testimonial-slide {
		padding: 20px;
	}
	#history .history-pagination {
		padding-bottom: 24px;
		margin-bottom: 0;
		overflow-x: scroll;
		justify-content: space-between;
		white-space: nowrap;
	}
	#history .history-pagination .swiper-pagination-bullet {
		padding: 0 24px;
	}
	#history .history-pagination::before {
		background: #fff;
		display: none;
	}

	#history .history-pagination .swiper-pagination-bullet::before {
		content: "";
		position: absolute;
		top: 40px;
		width: 100%;
		height: 1px;
		left: 0;
		background: #fff;
	}

	#contact .sales-box {
		font-size: 14px;
	}
	#contact .sales-box .email-info a {
		font-size: 14px;
	}
	#management-first h3 {
		font-size: 18px;
	}
	#team .name {
		font-size: 22px;
	}
	.products-gallery .gallery-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.navbar-nav .nav-dropdown {
		min-width: 300px;
	}
}
@media (max-width: 360px) {
	.navbar-nav .nav-dropdown .dropdown-item a {
		font-size: 15px;
	}
	#multi-swiper .left-slider .left-slider-item-text .left-slider-main-title{
		font-size: 38px;
	}
}
