body {
    background-color: #FFFFFF !important;
}
main {
    background: #FFF;
}

.header {
    background-color: #FFF;
	box-shadow:none;
}



b, strong {
    font-weight: 600;
}

.navbar-mobile .nav-link::after {display: none !important;}

.border-26 {border-radius: 26px;}

.color-black {color: #222;}
.icon-arrow-right {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 34px;
	background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
	background-size: contain;
}
.icon-arrow-right img,
.icon-arrow-right svg {display: none;}

.arrow-down {transform: rotate(90deg);}


.jsBtnSeeAll.opened .icon-arrow-right {
	transform: rotate(-90deg);
}



#language-list {
	border-radius:12px;
	padding: 10px 15px !important;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15) !important;
}

#language-list li {
	border-radius:12px;
}

.navbar .nav-item::after {display: none;}

.navbar .language-button {
	border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    margin-left: 10px;
    font-size: 28px;
    font-weight: 500;
}

.about-us-col {
    border-radius: 0;
    border: none;
    padding: 0;
}

.title-hero-block .H1 {
	width: 100%;
    //font-size: 60px;
    //line-height: 68px;
}

@media (min-width: 834px) and (max-width: 1439px) {
    .title-hero-block .H1 {
        font-size: 56px;
        line-height: 61px;
    }
}

.about-us-descr {padding:0 0px 0 30px} 
.about-us-descr .subtitle {width: 100%;}

.owl-carousel-tech-img .owl-stage-outer {
    padding: 80px 0 80px 0;
}
@media (max-width: 833px) {
    .owl-carousel-tech-img .owl-stage-outer {
        padding: 40px 0 40px 0;
    }
	.owl-carousel-tech-icon .owl-nav {
		display: none !important;
	}
}

@media (max-width: 833px) {
    .about-us-col {
        padding: 0px;
        border: none;
        gap: 16px;
    }
}

.about-us-section {
    border-bottom: 4px solid #ff6e0d;
}



.btn-custom {
    background: linear-gradient(to right, #FFB07D 0%, rgb(255 176 125 / 15%) 60%, rgb(255 176 125 / 0%) 100%);
    color: #333;
    border-radius: 100px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	position: relative;
	text-align: left;
    padding: 18px 20% 18px 30px;
	min-width: 250px;
	width: auto;
	align-items: center;
	cursor: pointer;
}

.btn-custom:before {
	content:' ';
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 100px;
	background: linear-gradient(to right, rgba(255, 229, 213, 1) 0%, rgba(255, 229, 213, 0.15) 60%, rgba(255, 229, 213, 0) 100%);
}

.btn-custom div,
.btn-custom span {
	-webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px; line-height: 20px;
}

.btn-custom .icon-arrow-right {margin-left: 6px;}

.btn-custom div img {display: none}

.btn-custom:hover {
	color: #fff;
    background: linear-gradient(to right, rgb(255 110 13 / 100%) 0%, rgb(255 110 13 / 15%) 60%, rgb(255 110 13 / 0%) 100%);    
}
.btn-custom:hover:before {
	background: linear-gradient(to right, rgb(255 110 13 / 100%) 0%, rgb(255 110 13 / 15%) 60%, rgb(255 110 13 / 0%) 100%);
}

.btn-custom:hover .icon-arrow-right {
	filter: contrast(0%) brightness(300%) !important
}


.about-our-products-container {
	border-top: 3px solid #ff6600;
}

.owl-carousel-tech-img .owl-item.center .item {
    border: none;
}

.owl-carousel-tech-img .owl-item {
    filter: contrast(60%) brightness(0.4);
}

.owl-carousel-tech-img .owl-item .item {
    border-radius: 26px;
    width: 380px;
    height: 380px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	overflow: hidden;
	background-color: #333;
}

.owl-carousel-tech-img .owl-item .tech-text {
	position: absolute;
	line-height: 1.25;
	bottom:-200px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	padding: 20px;
	opacity: 0;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.owl-carousel-tech-img .owl-item.center .tech-text {
	opacity: 1;
	bottom:0;
}

.tech-icon-item {
    height: auto !important;
    padding: 50px 0 50px !important;
}

.product-title-wrapper {
	color: var(--bs-body-color);
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

.product-title-wrapper * {
	font-size: 26px !important;
	line-height: 1.15;
	text-align: left;
}

.product-title-arrow {
	position: relative;
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 5px 0 0 0;
}
.product-title-arrow:after {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: calc(50% - 17px);
	right: 0;
	width: 21px;
	height: 34px;
	background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-item-annot {
	width: 100%;
    /*display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
	-webkit-line-clamp: 6 !important;
	*/
}

.products-item-annot * {
	font-size: inherit !important;
    line-height: inherit !important;
	margin: 0 !important; padding: 0 !important;
	font-weight: 300 !important;
}

@media (max-width: 833px) {
    .owl-carousel-tech-img .owl-item .item {
        width: 210px;
        height: 210px;
    }
}

.owl-carousel-tech-img .owl-item.center .item {
    border: none;
    transform: scale(1.4) translateY(0px);
}


.owl-carousel-tech-img .owl-item.center .item-active {
    border-radius: 26px;
}


.owl-carousel-tech-icon .owl-item {
    opacity: 0.6;
}

.owl-carousel-tech-icon .owl-item.center {
    opacity: 1;
	transform: scale(1.3) translateY(-5px);
}

.owl-carousel-tech-icon .owl-item.center img {
	
}

.owl-carousel-tech-icon .owl-item.center .tech-icon-title {
	transform: scale(0.8) translateY(-5px);
}

.technologies-arr-right svg,
.technologies-arr-left svg {display: none;}
.technologies-arr-right {
	width: 21px;
	height: 34px;
	background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
	background-size: contain;
}
.technologies-arr-left {
	width: 21px;
	height: 34px;
	background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
	transform: rotate(180deg);
	background-size: contain;
}

.technologies-arr-right:hover,
.technologies-arr-left:hover {
	filter: grayscale(100%) brightness(40%);
}

@media (min-width: 834px) and (max-width: 1439px) {
    .owl-carousel-tech-img .owl-item.center .item {
        transform: scale(1.35) translateY(0px);
    }
}

@media (max-width: 833px) {
    .owl-carousel-tech-img .owl-item.center .item {
        border: none;
        transform: scale(1.35) translateY(0px);
    }
}

.prod-view {display: none !important;}

.prod-img {
	height: 560px;
	border-radius: 26px;
}

.prod-img-container:hover {
    outline:none;
}

.about-our-products-title {text-align: center; margin: 15px 0 0 0; font-size: 120%; line-height: 1;}

.prod-img-container .prod-view .view-all-prod-icon img {display: none;}
.prod-img-container .prod-view .view-all-prod-icon {
	width: 21px;
	height: 34px;
	background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
	background-size: contain;
}

.product-item:hover .about-our-products-title {
	color:#FF6E0D;
}

.footer {
    border-top: 3px solid #ff6600;
    background: #FFF;
}

.footer-logo {
    width: 200px;
}

@media (min-width: 834px) and (max-width: 1439px) {
    .footer-logo {
        width: 190px;
        height: auto;
    }
}

@media (min-width: 360px) and (max-width: 833px) {
    .footer-logo {
        width: 190px;
        height: auto;
    }
}

.footer-nav::after {display: none;}

.privacy.bg-secondary {
	background-color: rgb(255 102 0) !important;
}

.privacy.bg-secondary * {font-size: 16px !important; line-height: 18px !important;}
.privacy.bg-secondary {padding: 10px 0 !important}

.scroll-to-top.active button {background:none !important}

.products-img {
	height: 350px;
	border-radius:26px;
    object-fit: cover; 
}

.products-item a {text-decoration: none; text-align: center; display: block;}

.products-item:hover .products-link {
    background: none;	
}
.products-item:hover .product-title-arrow:after {opacity:0;}

.products-item a img {
	border-radius:26px;
}

.products-link {
    background: none;
    color: #222;
    padding: 0;
	font-weight: bold;
    position: static;
	margin: 10px 0 0 0;
	display: block !important;
	text-align: center;
}

.products-link div {
    font-style: normal;
    font-weight: bold;
    display: inline-block !important;
    /*max-width: 204px;*/
    padding: 0 40px 0 0;
    position: relative;
    text-align: left;
}

.products-link div:after {
	content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0px;
    width: 21px;
    height: 34px;
    background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-item a:hover .products-link div:after {opacity:0;}


.products-link img {display: none;}
.products-link-seemore {display: none !important;}

.jsVideo {border-radius: 26px; width: 100%; margin-top: 0; margin-bottom: 0;}
.jsVideo video  {border-radius: 26px;}
.jsVideo:before {border-radius: 26px;}

.peoples-slider .owl-nav .owl-prev svg,
.peoples-slider .owl-nav .owl-next svg {
	display: none;
}

.peoples-slider .peoples-nav {
	bottom: auto;
	top: calc(50% - 14px);
}

.peoples-slider .owl-nav {
    display: block;
    width: 100%;
    position: relative;
	margin: 0;
}

.peoples-slider .owl-nav .owl-prev, .peoples-slider .owl-nav .owl-next {
	margin: 0;
}

.peoples-slider .owl-nav .owl-next {
	position: absolute;
	right: 20px;
}
.peoples-slider .owl-nav .owl-next > div {
	width: 15px;
    height: 28px;
    background: url(/public/images-new/arrow-white-right.svg) center center no-repeat;
    background-size: contain;
}

.peoples-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
}

.peoples-slider .owl-nav .owl-prev > div {
	width: 15px;
    height: 28px;
    background: url(/public/images-new/arrow-white-right.svg) center center no-repeat;
    background-size: contain;
	transform: rotate(180deg);
}

.peoples-slider .jsVideo {
	border-radius: 0px;
}

.peoples-slider .jsVideo .video-container {
	position: relative;
	z-index: 1;
	text-align: center;
}
.peoples-slider .jsVideo video {
	border-radius: 0px;
	width: 100%;
	margin: 0 auto;
	height: 100% !important;
	position: absolute;
	top:0; left: 0;
	background: #FFF;
	z-index: 1;
	visibility: hidden;
}

.peoples-slider .jsVideo:before {border-radius: 26px; opacity: 0; display: none;}
.peoples-slider .jsVideo:after {display: none;}

.peoples-slider .jsVideo .video-poster{
	//border-radius: 26px;
	position: relative;
    z-index: 10;
	max-width: 1440px;
	margin: 0 auto;
	height: 637px;
    object-fit: cover;
}



.peoples-slider .row-button {
	width: 100%;
	position: absolute;
	left: 15px;
	bottom: 20%;
	z-index: 20;
}
.peoples-slider .row-button .btn {
	background: linear-gradient(to right, rgb(255 172 117) 0%, rgb(255 110 13 / 15%) 60%, rgb(255 110 13 / 0%) 100%);
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.peoples-slider .row-button .btn:before {
    background: linear-gradient(to right, rgb(255 110 13 / 50%) 0%, rgb(255 110 13 / 15%) 60%, rgb(255 110 13 / 0%) 100%);
}
.peoples-slider .row-button .btn:hover {
	color:#333;
}
.peoples-slider .row-button .btn:hover:before {
	background: linear-gradient(to right, rgb(255 110 13 / 100%) 0%, rgb(255 110 13 / 25%) 60%, rgb(255 110 13 / 0%) 100%);
}

.video-container-text {
	position: absolute;
	z-index: 20;
	top:0; left: 0;
	width: 40%;
	height: 100%;
	padding: 50px 60px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.video-container-text > * {line-height: 1.2; margin-bottom: 30px;}
.video-container-text > *:last-child {}

.video-container-text h2,
.video-container-text h3,
.video-container-text h4 {text-transform: uppercase;}

.video-container-text img {width: 240px; max-width: 80%;}

.peoples-slider .jsVideo.loaded video.jsVideoFull {visibility: visible;}
.peoples-slider .jsVideo.playing .video-poster {visibility: hidden;}

.peoples-slider .jsVideo.withPreview video.jsVideoPreview {visibility: visible;}

.peoples-slider .jsVideo.playing-full .video-container-text,
.peoples-slider .jsVideo.playing-full .row-button {display:none;}
.peoples-slider .jsVideo.playing-full video.jsVideoPreview {display: none;}

.slider .slide {
    background-size: cover;
    border-radius: 26px;
    object-fit: contain;
	overflow: hidden;
	height: auto;
	text-align: center;
}

.slider .slide img {
    border-radius: 26px;
    width: 99%;
	height: auto;
	display: inline-block;
}

.slider .slide video {
	border-radius: 26px;
    width: 99%;
}


.slider .owl-nav {
	position: absolute;
	bottom:auto !important;
	top: calc(50% - 17px) !important;
	width: 100%;
	left: 0 !important;
}

.owl-carousel .owl-nav button.owl-next img, 
.owl-carousel .owl-nav button.owl-prev img {display: none;}

.owl-prev.disabled,
.owl-next.disabled {opacity: 0.3;}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -2px !important;
	right: auto !important;
}
.owl-carousel .owl-nav button.owl-prev > div {
	width: 22px;
    height: 34px;
    background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
    background-size: contain;
	transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -2px !important;
	left: auto !important
}
.owl-carousel .owl-nav button.owl-next > div {
	width: 22px;
    height: 34px;
    background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
    background-size: contain;
}

.owl-carousel .owl-nav button.owl-prev > div:hover,
.owl-carousel .owl-nav button.owl-next > div:hover {
	filter: grayscale(100%) brightness(40%);
}

.gallery {max-width:none;}
.gallery img {border-radius: 12px; object-fit: cover;}
.gallery-thumb-video {display: inline-block; position: relative;}
.gallery-thumb-video:after { 
	content: ' ';
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #FF6E0D;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjQ0LjVweCIgaGVpZ2h0PSI2NDQuNXB4IiB2aWV3Qm94PSIwIDAgNjQ0LjUgNjQ0LjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0NC41IDY0NC41IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDEyODAuMDAwMDAwKSBzY2FsZSgwLjEwMDAwMCwtMC4xMDAwMDApIj4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzczLjYyMSw5NTU1Ljk0NFY2MzU1bDQ3Ljc3NSwyNy43NzZjMjE2LjY1NSwxMjYuNjYsNDYwNC4yMDUsMjY1Ny42NCw0OTkzLjA3MywyODgwLjk2MQ0KCQljMzc2LjY0NywyMTUuNTQ1LDQ5Ny43NTIsMjkxLjA5Niw0ODguODYzLDI5OS45ODRjLTcuNzc3LDcuNzc3LTgyNS41MTIsNDgyLjE5Ny0xODE4Ljc5NCwxMDU0LjM5DQoJCWMtOTkzLjI4Miw1NzMuMzA0LTIyMjMuMjE4LDEyODMuMjY3LTI3MzMuMTkxLDE1NzcuNjk1Yy01MDkuOTc0LDI5NC40My05MzguODQsNTQxLjA4My05NTIuMTczLDU0OC44Nkw3NzMuNjIxLDEyNzU4Vjk1NTUuOTQ0eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
    background-position: center center;
    background-size: 13px 13px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 200px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .gallery {
        padding: 1.5rem !important;
        margin-left: 0px;
    }
}



.content_box_item {background-color: #fff;}

.tab_btn_item {
    color: #222;
	padding-bottom: 5px;
}

.table_items_container {
    background: #FFF;
    border-top: 4px solid #FF6E0D;
}

.head_table_title div {font-weight: bold;}
.head_table_title.active {background: #333;}

.custom-table {
    width: 100% !important;
	border: none;
}

.contact-text {padding-bottom: 80px;}
.contact-col {border-radius: 25px; padding-bottom: 80px;}

.contact-col input {background:none;}
.contact-col textarea {background:none;padding-bottom: 7px;}
.contact-col-noborder {border: none !important; padding: 0 !important}


.post-img {border-radius: 22px; height: 360px;}

.post-item .H5.color-orange {display: none;}

.post-item-title,
.post-item-title * {
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.row-posts-list .post-item {
	border-radius: 22px; overflow: hidden;
}

.row-posts-list .post-item:hover .post-item-title {
	color:#FF6E0D;
}

.row-posts-list .big-post-item .post-img {
	border-radius: 0px; height: 315px;
}

.row-posts-list .big-post-item .post-item-title {
	position: absolute;
	background: none;
	z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 26px;
}

.row-posts-list .big-post-item .post-item-title > * {
	width: 40%;
	position: relative;
	z-index: 10;
	font-size: 150%;
    line-height: 1.2;
}

.row-posts-list .big-post-item .post-item-title:before {
	content: ' ';
	display: block;
	position: absolute;
	top:0; left: 0;
	width: calc(40% + 40px);
	height: 100%;
	background: #171616a3;
	border-radius: 26px;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index: 1;
}

.row-posts-list .big-post-item .post-item:hover .post-item-title {
	color:#fff;
}

.row-posts-list .big-post-item .post-item:hover .post-item-title:before {
	width: 100%;
	background-color: #171616e0;
}

.row-posts-list .big-post-item .more-hover:before {display: none;}

.row-posts-list .big-post-item .more-hover .more.btn-custom {
	left: calc(70% - 90px);
}

.about-us-container {
	background:url(/public/images-new/bg-about-us.jpg) bottom center no-repeat; 
	background-size: 100% auto;
	padding-bottom: 200px;
}

.prod-item {
	border-radius:26px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.prod-item .products-link {
	display: none !important;
	background: #00000059 !important;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 0 0 0;
    
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.prod-item:hover .products-link {
	display: flex !important;
}


.our-techs-section {
	border-top: 3px solid #ff6600;
}


.tech-item-btn svg {display: none;}
.tech-item-btn {
	display: inline-block;
	vertical-align: middle;
}
.tech-item-btn span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.tech-item-btn:after {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
    height: 34px;
	margin: 0 0 0 10px;
    background: url(/public/images-new/arrow-orange-right.svg) center center no-repeat;
    background-size: contain;
}


.post-inner-img {border-radius: 26px;}

.owl-carousel-tech-img .owl-item.center {
    z-index: 1000;
}
.owl-carousel-tech-img .owl-item.center {
    filter: none;
}

.owl-carousel-tech-icon .owl-nav .owl-prev,
.owl-carousel-tech-icon .owl-nav .owl-next {
	top: 41%;
}

@media (max-width: 1439px) {
	.owl-carousel-tech-icon .owl-nav .owl-next,
	.owl-carousel-tech-icon .owl-nav .owl-prev {
    	top: 41%;
	}
}

.post-content {}
.post-content img {
	border-radius: 26px;
}
.post-content-left {}
.post-content-right {}

.post-content .post-inner-img {
	width: 100%; height: auto;
	margin: 20px 0 20px 0;
}

.row-big-product {padding:30px 30px; position: relative; border-radius: 26px; overflow: hidden; cursor: pointer;}
.row-big-product-more {}
.row-big-product:hover .row-big-product-more {opacity: 0;}
.row-big-product-img {height:420px; object-fit: contain;}


.more.btn-custom {
	display: none;
    width: 180px !important;
    min-width: auto;
    padding: 15px 30px;
	font-weight: 600 !important;
	color: #fff !important;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 90px);
    z-index: 10;
	color: #fff;
    background: linear-gradient(to right, rgb(255 172 117) 0%, rgb(255 110 13 / 15%) 60%, rgb(255 110 13 / 0%) 100%);
}

.more.btn-custom span {
	color: #fff !important;
	font-weight: 600 !important;
}

.more.btn-custom:before{
	background: linear-gradient(to right, rgb(255 110 13 / 70%) 0%, rgb(255 110 13 / 15%) 60%, rgb(255 110 13 / 0%) 100%);
}

.more.btn-custom .icon-arrow-right {
	//filter: contrast(0%) brightness(300%) !important;
	margin-left: 15px;
}

.more.btn-custom:hover .icon-arrow-right {filter:none !important}

.more-hover {position: relative; border-radius: 26px; overflow: hidden; cursor: pointer;}
.more-hover:before {
	content: ' ';
	position: absolute;
	top:0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 5;
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;

}
.more-hover:hover:before,
a:hover > .more-hover:before {
	opacity: 1;
}

.more-hover:hover .more.btn-custom,
a:hover > .more-hover .more.btn-custom{
	display: inline-block;
}

.other-products {
	max-height: 250px;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	padding-left: 30px;
	max-width: 340px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.other-products:after {
	content:' ';
	display: block;
	position: absolute;
	bottom:0; left: 0;
	width: 100%; height: 50%;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.other-products.opened {
	max-height:none;
	overflow: visible;
}

.other-products.opened:after {display: none;}

.product-list-item-small {
	padding-right:50px; 
	display: block; position: relative;
	transition: 0.2s;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.product-list-item-small * {
	transition: 0.2s;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.product-list-item-small .icon-arrow-right {
	position: absolute;
	top: 7px; right: 0;
}

.product-list-item-small:hover * {
	color:#FF6E0D;
}

.product-list-item-title {
	
}

.tech-col {
    border-right: 3px solid #FF6E0D;
}

.audio-control {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    z-index: 100;
	display: none;
}

.playing-preview .audio-control {
	display: block;
	padding: 10px;
}

.audio-control:after {
	content: ' ';
    display: inline-block;
	width: 25px; height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/public/images/icon-volume.svg?v=2);
}

.audio-control.not-volume:after {
   display: inline-block;
	width: 25px; height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/public/images/icon-volume-mute.svg?v=2);
	content: ' ';
}

.audio-control:hover {
    opacity: .8;
}

/* XL */
@media (max-width: 1199px) {
	.prod-img {
		height: 350px;
	}
	.post-img {
    	height: 226px;
	}
	
	.products-img {
		height: 217px;
	}
	.row-posts-list .big-post-item .post-img {
		height: 415px;
	}
	
	.about-us-descr {
		padding: 0 0px 0 30px;
	}
	
	.row-big-product-img {
		height: 320px;
	}
	
	.about-us-container {
		padding-bottom: 80px;
	}
	
	.slider .slide .jsVideo:after {
		width: 50px;
		height: 50px;
		background-size: 20px 20px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
	}
	
	.video-container-text > * {
		margin-bottom: 20px;
		font-size: 80%;
	}
	.video-container-text {
		padding: 30px 40px 30px 50px;
	}
	
	.peoples-slider .jsVideo .video-poster {
    	height: 409px;
	}
}

.btn-auth,
.auth-form .btn-auth {border-radius: 50px !important;}

.auth-form input[type="text"],
.auth-form input[type="password"] {
	border-bottom: 1px solid #B0B0B0;
    padding: 0 0 10px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
    background: none !important;
}

/* LG */
@media (max-width: 991px) {
	.prod-img {
		height: 340px;
	}
	
	.product-title-wrapper * {
		font-size: 24px !important;
	}
	
	.about-us-descr {
		padding: 20px 0px 0 0px;
	}
}

@media (max-width: 833px) {
	
	.about-us-col .btn-custom,
	.tech-title-block .btn-custom {
        width: auto;
        min-width: auto;
        padding: 10px 70px 10px 30px !important;
        justify-content: center;
		position: relative;
		left: 20px;
    }
	
	.owl-carousel-tech-icon .owl-item img {
        display: block;
        width: 100% !important;
        margin: 0 auto;
    }
	
	.products-img {
		height: calc(100vw - 54px);
	}
	
	.prod-img {
		height: calc(100vw - 30px);
	}
	
	.peoples-slider-container .owl-item img {
        object-fit: contain;
        object-position: center;
        height: auto;
    }
	
	
	.peoples-slider .jsVideo .video-poster {
		height: 55vw;
        object-fit: cover;
	}
	
	
	.btn-custom {
        margin: 0 auto;
        padding: 15px 30px 15px 30px !important;
        justify-content: start !important;
    }
	
	.more.btn-custom {
		width: 220px !important;
        padding: 8px 30px 8px 30px !important;
        left: calc(50% - 81px);
        transform: scale(80%);
	}
	
	.owl-carousel-tech-img .owl-item .tech-text {
		padding: 15px;
		font-size: 12px;
	}
	
}

/* MD */
@media (max-width: 767px) {
	
	.breadcrumb {
        display: flex;
        gap: 5px;
		line-height: 1;
    }
	.products-breadcrumbs a {
        font-size: 12px;
        line-height: 1;
    }
	
	.slider .slide {
        width: 100%;
	}
	.post-img {
    	height: 45vw;
	}
	.row-posts-list .big-post-item .post-img {
		height: 50vw;
	}
	
	.border-26,
	.row-posts-list .post-item,
	.owl-carousel-tech-img .owl-item .item,
	.owl-carousel-tech-img .owl-item.center .item-active,
	.post-img,
	.prod-img,
	.jsVideo,
	.jsVideo video,
	.jsVideo:before,
	.peoples-slider .jsVideo:before,
	.slider .slide,
	.slider .slide img,
	.slider .slide video,
	.post-inner-img, 
	.row-posts-list .big-post-item .post-item-title,
	.post-content img,
	.row-big-product,
	.more-hover
	{border-radius: 16px;}
	
	.product-title-wrapper * {
		font-size: 18px !important;
	}
	.product-title-arrow {    
    	padding: 0 28px 0 0;
	}
	.product-title-arrow:after {
    	top: calc(50% - 14px);
    	width: 16px;
    	height: 28px;
	}
	
	.peoples-slider .peoples-nav {top: calc(100% - 40px);}
	.peoples-slider .owl-nav .owl-prev {left: -10px;}
	.peoples-slider .owl-nav .owl-next {right: -10px;}
	.video-container-text {
        padding: 20px 30px 20px 30px;
    }
	
	.audio-control {
    	right: 10px;
    	top: 10px;
	}
	
}

/* SM */
@media (max-width: 575px) {
	
	.btn-custom {
		padding: 12px 20px 12px 20px !important;
	}
	
	.btn-custom div, 
	.btn-custom span {
		font-size: 16px !important;
	}
	
	.post-img {
    	height: calc(50vw - 45px);
	}
	.row-posts-list .big-post-item .post-img {
		height: 50vw;
	}
	
	.product-title-wrapper {
		text-align: left;
	}
	
	.row-big-product .product-title-wrapper {
		margin: 20px 0 0 0;
		text-align: center;
		display: block;
	}
	.row-big-product .product-title-wrapper > * {text-align: center;}
	
	.row-big-product-more { text-align: center;}
	
	.row-big-product-img {
        height:auto;
    }
	
	.products-item-annot {text-align: center;}
	.products-item-annot * {display: inline;}
	
	.row-posts-list .big-post-item .post-item-title > * {
		font-size:  130%;
	}
	
	.video-container-text > * {
        margin-bottom: 15px;
        font-size: 60%;
    }
	
	.video-container-text {
		width:50%;
	}
	.peoples-slider .jsVideo video {
		background-color:#FFF;
	}
	
}

