/* Hero section */
.hero__single-slide {
    position: relative;
}

.hero__single-slide__image {
    height: 100vh;
    width: 100%;
    z-index: 1;
    object-fit: cover;
}

.slider .overlay,
.about-us .overlay,
.hero__single-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    backdrop-filter: blur(1px);
    background: #FAFCFE99;
}

.hero__slider-arrows {
    display: none;
}

.hero__slider-arrows__holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero__single-slide .container {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero__single-slide__content {
    max-width: 734px;
    margin: 0 auto;
}

.hero__single-slide__content h1,
.hero__single-slide__content h2 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
    color: #151515;
    margin-bottom: 16px;
}

.hero__single-slide__content p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.24;
    text-align: center;
    color: #151515;

}

.hero__single-slide__button {
    margin-top: 40px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.hero .slick-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero .slick-dots li.slick-active span {
    background: #ED7625;
    width: 10px;
    height: 10px;
}

.hero .slick-dots li {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.hero .slick-dots li span {
    background: rgba(237, 118, 37, 0.5);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    z-index: 3;
    cursor: pointer;
}

@media only screen and (min-width: 991px) {
    .hero__single-slide__image {
        height: 560px;
    }

    .hero__single-slide__content h1,
    .hero__single-slide__content h2 {
        font-size: 48px;
        line-height: 1.15;
        margin-bottom: 8px;
    }

    .hero__single-slide__content p {
        font-size: 20px;
    }

    .hero__slider-arrows {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
    }

    .hero .slick-dots {
        bottom: 32px;
    }
}


/* Products description */
.products-description {
    padding-top: 84px;
    margin-bottom: 64px;
}

.products-description__holder {
    padding-bottom: 32px;
    border-bottom: 1px solid #ED7625;
}

.products-description__holder .column {
    margin-bottom: 32px;
}

.products-description__holder .column:last-of-type {
    margin-bottom: 0;
}

.products-description__holder .column p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 991px) {
    .products-description__holder {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

/* Why section */

.why {
    padding-top: 44px;
    padding-bottom: 80px;
}

.why__content h2 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #151515;
    margin-bottom: 24px;
}

.why__content p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #4A4F55;
}

.why__image {
    position: relative;
    padding-top: 80px;
    padding-bottom: 48px;
}

.why__image .orange-dots {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    z-index: -1;
}

.honeywell {
    /*max-width: 306px;*/
    height: auto;
    margin: auto;
}

.why__facts p {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 16px;
}

.why__tags {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
}

.why__single-tag {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid;
    background: #ED7625;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 15px;
}

@media only screen and (min-width: 991px) {
    .why__holder {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        gap: 10vw;
    }

    .why__content {
        max-width: 520px;
    }

    .why__content h2 {
        font-size: 40px;
    }

    .why__content p {
        font-size: 20px;
    }
}

/* Accordion */

.vnr-accordion {
    display: grid;
    gap: 12px;
    margin-bottom: 88px;
}

.vnr-accordion .acc-item {
    margin-bottom: 16px;
}

/* Head */
.vnr-accordion .acc-head {
    width: 100%;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    transition: background .2s ease, border-color .2s ease;
}

.vnr-accordion .acc-head.active {

}

.vnr-accordion .acc-title {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;

    color: #151515;
}

.vnr-accordion .acc-icon {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 20px;
    height: 20px;
}

.vnr-accordion .acc-icon span:nth-of-type(2) {
    transform: rotate(90deg);
}

.vnr-accordion .acc-icon span {
    width: 14px;
    height: 2px;
    background: #ed7625;
    display: inline-block;
    position: absolute;
}

.vnr-accordion .acc-icon span {
    transition: transform .2s ease;
}

.vnr-accordion .acc-head.active .acc-icon span:nth-of-type(2) {
    transform: unset;
}

/* Body sa glatkom animacijom */
.vnr-accordion .acc-body {
    height: 0;
    overflow: hidden;
    transition: height .25s ease;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
}

.vnr-accordion .acc-inner {
    padding: 16px 20px;
    background: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #4A4F55;
}

@media only screen and (min-width: 991px) {
    .vnr-accordion {
        margin-bottom: 128px;
    }

    .vnr-accordion .acc-title {
        font-size: 32px;
    }

    .vnr-accordion .acc-icon {
        width: 30px;
        height: 30px;
    }

    .vnr-accordion .acc-icon span {
        width: 28px;
        height: 4px;
    }
}


/* Equipment Section */
.equipment {
    margin-bottom: 120px;
    background: #151515;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.equipment .container {
    z-index: 2;
}
.equipment__background-dots {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.equipment__background {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.equipment__type {
    display: flex;
    flex-flow: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 112px;
    padding-bottom: 40px;
}

.equipment__title h3 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.equipment__title {
    display: flex;
    flex-flow: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background: #ED7625;
    text-align: center;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 8px;
    width: fit-content;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.equipment__description p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    opacity: 0.4;
}

.equipment__main-title {
    text-align: center;
    margin-bottom: 48px;
}

.equipment__main-title h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #FBF9F8;
    max-width: 516px;
    margin: auto;
}

.equipment__single-item {
    border: 1px solid #4A4F55;
    padding: 24px 24px 0;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 200px;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease !important;
    background: #fff;
}

.equipment__single-item.right-image {
    align-items: flex-end;
}

.equipment__single-item__top {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 48px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.equipment__single-item__top svg,
.equipment__single-item__top svg path {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.equipment__single-item__top h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #151515;
    max-width: calc(100% - 24px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.equipment__single-item__image {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.equipment__list .slick-slide {
    margin: 0 8px;
}

.equipment__list .slick-slide img {
    max-height: 80% !important;
}

.equipment__single-item__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.equipment__list__arrows {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.equipment__single-item:hover {
    background: linear-gradient(180deg, #4A4F55 9.59%, #7B7B7B 100%);
}

.equipment__single-item:hover .equipment__single-item__image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.equipment__single-item:hover .equipment__single-item__top svg path {
    stroke: #ED7625;
}

@media only screen and (min-width: 991px) {
    .equipment {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .equipment__type {
        flex-flow: row wrap;
        gap: 24px;
        padding-top: 124px;
        padding-bottom: 64px;
    }

    .equipment__single {
        flex: 0 0 calc(33.33% - 24px);
    }

    .equipment__description {
        padding-right: 25px;
    }

    .equipment__main-title h2 {
        font-size: 32px;
    }

    .equipment__list {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .equipment__list {
        gap: 28px;
    }
}

/* Products section */

.products {
	margin-bottom: 80px;
}

.products__single-product {
	background: #fff;
	border: 1px solid #B1B1B1;
	border-radius: 20px;
	padding: 24px 32px 32px;
	margin-bottom: 24px;
}

.products__single-product__content {
	margin-bottom: 24px;
}

.products__single-product__content h3 {
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #151515;
	margin-bottom: 24px;
}

.products__single-product__content h3 strong {
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #ED7625;
}


.products__single-product__content p {
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 400;
	font-size: 20px;
	line-height: 1.51;
	color: #4A4F55;
}

.products__single-product__image img {
	margin: auto;
}

.products__single-product__button a {
	width: 201px;
	height: 44px;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	margin: auto;

}

@media only screen and (min-width: 991px) {
	.products {
		margin-bottom: 130px;
	}
	
	.products__single-product__content h3 strong,
	.products__single-product__content h3 {
	font-size: 32px;
		}
	
	.products__single-product__content p {
	font-size: 16px;
	}
	
	.products__holder {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 24px;
	}
	
	.products__single-product {
		flex: 0 0 calc(50% - 12px);
	}
	
	.products__single-product__button a {
	font-size: 20px;
	}
}

/* Partners section */

.partners {
	margin-bottom: 80px;
}

.partners__holder {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
}

.partners__single img {
	margin-bottom: 12px;
}

.partners__single a {
	text-decoration: none;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
}

.partners__single span {
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #4A4F55;
}

@media only screen and (min-width: 991px) {
	.partners{
		margin-bottom: 140px;
	}
 	.partners__holder {
		flex-flow: row wrap;
		justify-content: space-around;
		align-items: center;
	}
}