/* GENERAL */

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

main {
    background: #EFEFEF;
}

.color-gray {color: #B0B0B0;}

.font-normal {font-weight: 100 !important}

.container-custom {
    max-width: 1160px;
}

.H1, h1 {
    font-family: 'Inter';
    font-size: 65px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0em;
	width: 75%;

}
.H2 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 52px;
}
.H3 {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 32px;
}

.H4 {
    font-size: 22px;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.H5 {
    font-size: 18px;
	line-height: 23px;
}



.container {
    max-width: 1160px;
}

.btn-custom {
    background: #FF6E0D;
    color: #fff;
    padding: 10px 80px;
    border: 0;
    display: flex;
	align-items: center;
    gap: 10px;
}

.btn-custom:hover {
	background: #000;
}

.btn-custom div {
    font-weight: 500;
}
@media (min-width: 1440px) {
	.title-hero-block .H1 {
		font-size: 60px;
		line-height: 70px;
	}
}

/* MAIN PAGE - PEOPLES SLIDER */

.owl-carousel-peoples {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.peoples-slider .peoples-nav {
	position: absolute;
	z-index: 10;
    bottom: 30px;
    right: 0px;
    width: 100%;
	text-align: right;
}

.peoples-slider .peoples-nav .container {text-align: right;}

.peoples-slider .owl-nav {
    display: inline-block;
	white-space: nowrap;
    z-index: 1;
	margin-right: 10px;
    
}

.peoples-slider .owl-nav .owl-prev,
.peoples-slider .owl-nav .owl-next {
    padding: 0px;
    margin: 0px 0 0px 10px;
    cursor: pointer;
    background: none;
    border: none;
}

.peoples-slider .owl-dots .owl-dot.active {
    background: #12efc9;
}

.peoples-slider-container {
    position: relative;
}

.peoples-slider-container .owl-item .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	/*
	height: calc(100vh - 300px);
    min-height: 60vh;
	*/
}
.peoples-slider-container .owl-item .item img {
	width: 100%;
	max-width: 1440px;
	height: auto;
	display: inline-block;
}

.arrow-left-svg:hover, .arrow-right-svg:hover {
	fill:#FF6E0D;
}

.arrow-left-svg:hover #Vector-12, .arrow-right-svg:hover #Vector-12{
	stroke: #FF6E0D;
}

/* MAIN PAGE - TITLES */

.about-us-col {
    border-radius: 1.05px;
    border: 3px solid #FF6E0D;
    padding: 50px 60px;
}

.about-us-section {
    border-bottom: 3px solid #B0B0B0;
}

.subtitle {
		width: 75%;
	}

/* MAIN PAGE - TECHNOLOGIES */

.our-tech-icons-block {
	padding: 0 0px;
    /*cursor: url('/public/images/main-page/technologies/Subtract.svg') 60 50, move;*/
}

.container.owl-carousel-tech-icon {
	max-width: 940px !important;
	padding-top: 60px;
	/*cursor: url('/public/images/main-page/technologies/Subtract.svg') 60 50, move;*/
}

.owl-carousel-tech-icon .nav-item {
    display: block;
}


.owl-carousel-tech-icon .owl-nav {
    display: block !important;
}

.owl-carousel-tech-icon .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: 0;

}

.owl-carousel-tech-icon .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: 0;

}

.owl-carousel-tech-icon .owl-item {
    opacity: 0.3;
    transition: all ease 0.5s;
	cursor: pointer;
}

.owl-carousel-tech-icon .owl-item:hover {
    opacity: 1;
}

.owl-carousel-tech-icon .owl-item.center {
    opacity: 1;
}

.owl-carousel-tech-icon .owl-item.center .tech-icon-title {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 10px;
}

.tech-icon-description p {
	font-size: 18px;
}

.owl-carousel-tech-icon .owl-item.center .tech-icon-description {
    visibility: visible !important;
}

.tech-icon-item {
   height: 235px;
}

.owl-carousel-tech-img .owl-item {
    filter: blur(2px);
	cursor: pointer;
}
.owl-carousel-tech-img .owl-item .item {
	width: 260px; height: 260px;
	background-position:center; 
	background-size:cover;
	background-repeat: no-repeat;
	position: relative;
}

.owl-carousel-tech-img .owl-item .item .item-active {
    width: 100%;
    height: 100%;
    background-position:center; 
	background-size:cover;
	background-repeat: no-repeat;
	opacity: 0;
}

.owl-carousel-tech-img .owl-item.center {
    filter: none;
}

.owl-carousel-tech-img .owl-item.center .item-active {
	opacity: 1;
}

.owl-carousel-tech-img .owl-stage-outer {
    padding: 80px 0 20px 0;
}

.tech-icon-item img {
    width: 100px;
	height: 100px;
}
  



.owl-carousel-tech-img .owl-item.center {
	z-index: 1000;
}
.owl-carousel-tech-img .owl-item.center .item {
    border: 5px solid #ff6600;
    transform: scale(1.2) translateY(-20px);
}

.owl-carousel-tech-img .owl-stage {
    display: flex;
    align-items: end;
}

.technologies-arr-left:hover rect {
	fill: #000;
}

.technologies-arr-right:hover rect {
	fill: #000;
}

/* MAIN PAGE - PRODUCTS */

.about-our-products-container {
    border-top: 3px solid #B0B0B0;
}

.prod-img {
  width: 100%;
  height: 30vh;
  min-height: 160px;
  object-fit: cover;
  cursor: pointer;
  transition: filter ease 0.5s;
}

.prod-view {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s ease;
    border: 0;
    background: 0;
}

.prod-img-container{
	padding-bottom: 5px;
}

.prod-img-container:hover{
    outline: 5px solid #FF6E0D;
}


.prod-img-container:hover .prod-img{
    filter: blur(3px);
}


.prod-img-container:hover .prod-view {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.view-all-prod-title {
    color: #FFF;
    font-size: 22px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 30px;
}


@media (min-width: 834px) and (max-width: 1439px) {
    
    .container {
        max-width: 760px!important;
    }
	
	.H1, h1 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
	width: 100% ;
    }
	
	.title-hero-block .H1 {
		font-size: 40px;
		line-height: 48px;	
	}
	
	.H2 {
		font-size: 34px;
	}
	
	.H3 {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 30px;
	}
	
	.H4 {
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
    }
	
	.subtitle {
		width: 100%;
	}
	
	.about-us-col {
    padding: 30px;
	gap: 20px;
	}
	
	.btn-custom {
    padding: 10px 60px;
    gap: 10px;
	}
	
	.btn-custom .H4 {
    font-size: 22px;
	}
	
	.our-tech-icons-block {
		padding: 0 20px;
	}
	
	.tech-icon-item {
		height: auto;
	}
	
	.tech-icon-item img {
		width: 90px;
		height: 90px;
	}
	
	.owl-carousel-tech-icon .owl-item.center .tech-icon-title {
    font-size: 18px;
    margin-bottom: 5px;
	}
	
	.tech-icon-description p {
    font-size: 16px;
	}

	.owl-carousel-tech-icon {
		padding-top: 40px;
	}
	
	.owl-carousel-tech-img .owl-item.center .item {
    	transform: scale(1.2) translateY(-15px);
	}
	
	.owl-carousel-tech-img .owl-item.center {
		/*width:250px !important;*/
	}
	
	.owl-nav {
        
    }

}

@media (max-width: 833px) {
	
	.H1, h1 {
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: 40px;
    }
	
	.H2 {
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
	}
	
	.H3{
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
	}
	
	.H4 {
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 20px;
	}
	
	.peoples-slider-container .owl-item img {
		object-fit:cover;
		object-position:center;
		height: 240px;
	}
	
	.owl-carousel-tech-img .owl-item .item {
		width: 150px;
		height: 150px;
	}
	
	
	.main-title-container {
		text-align: center;
	}
	
	.main-title-container .col:nth-child(2) {
		padding: 0 40px;
	}
	
	.title-hero-block .H1 {
		margin: 0 auto;
	}
	
	.subtitle {
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 24px;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.about-us-col {
		padding:20px;
		border: 1.5px solid #FF6E0D;
		gap: 16px;
	}
	
	.about-us-col .btn-custom {
		width: 100%;
		padding: 5px 0;
		justify-content: center;
	}
	
	.about-us-col .btn-custom .H4{
		font-size: 20px;
	}
	
	.tech-title-block {
		flex-direction: column;
		gap: 20px !important;
		margin-bottom: 40px;
	}
	
	.tech-title-block .btn-custom {
		margin: 0 auto;
		padding: 5px 60px;
	}
	
	.tech-title-block .btn-custom .H4 {
		font-size: 20px;
	}
	
	.our-tech-icons-block {
		padding: 0;
	}
	
	.owl-carousel-tech-icon {
		padding: 0 !important;
	}
	
	.tech-icon-title {
		font-size: 16px !important;
		text-align: center;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
	}
	
	.tech-icon-description p {
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 16px;
	}
	
	.owl-carousel-tech-icon .owl-item img {
		display: block;
		width: 80px !important;
		margin: 0 auto;
	}
	
	
	.tech-icon-item {
		margin: 0 auto;
	}
	
	.owl-carousel-tech-icon.container {
		max-width: 100% !important;
	}
	.technologies-arr-left {
		position: absolute;
		left:140px;
		bottom:-400px;
	}

	.technologies-arr-right {
		position: absolute;
		right:140px;
		bottom:-400px;
	}
	.tech-icon-item {
    	height: 200px;
	}
	
	.owl-carousel-tech-img .owl-item.center {
		/*width:140px !important;*/
	}
	
	.owl-carousel-tech-img .owl-stage-outer {
		padding: 40px 0 40px 0;
	}
	
	.owl-carousel-tech-img .owl-item.center .item {
		border: 4px solid #ff6600;
		transform: scale(1.3) translateY(0px) ;
	}
	
	.prod-first-block {
		flex-direction:column;
		padding: 0 10px !important;
	}
	
	.prod-second-block {
		flex-direction:column;
		padding: 0 10px !important;
	}
	
	.prod-title-block {
		flex-direction:column;
		gap: 20px;
		margin-bottom: 20px;
	}
	
	.prod-title-block .btn-custom {
		width: 100%;
		padding: 5px 0;
		display: flex;
		justify-content: center;
	}
	
	.prod-title-block .btn-custom .H4 {
		font-size: 20px;
		font-weight: 500;
	}
	
	.product-item {
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-bottom: 15px;
		width: 100% !important;
	}
	
	.prod-img {
		height: 45vw;
		object-fit: cover;
	}
	
	.owl-carousel-tech-icon .tech-icon-description {
		font-size: 14px;
		line-height: 125%;
	}
	
}

@media (min-width: 360px) and (max-width: 560px) {
	.about-us-section > .container.py-5 {
		padding-top: 0.8rem!important;
    	padding-bottom: 2rem!important;
	}
	
	.peoples-slider-container .owl-item .item {
		/*
		height: calc(100vh - 350px);
    	min-height: 50vh;
		*/
	}
	.title-hero-block .H1 {
		font-size: 21px;
		line-height: 28px;
	}
}