/*!
Theme Name: Showroom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: showroom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Showroom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


*{
	font-family: Montserrat;
	text-decoration: none;
	box-sizing: border-box;

}

a:active {
	color: #fff;
}

a[tabindex]:focus {
	color: #fff;
	outline: none;
}
.mobile-version-top-border{
	display: none;
}
.carousel-mobile {
	display: none;
}

.top-nav-logo  {
	display: flex;
	align-items: center;
}
.top-nav-logo  a{
	margin-bottom: 0!important;
}

.mobile-nav-logo img {
	width: 151px;
	height: 46px;
	flex-shrink: 0;
}
.top-nav-logo  img {
	width: 152px;
	height: auto;
}

.header-nav-container {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 997;
	height: 83px;
	top: 0;
}
.white-space{
	height: 90px;
}
.top-nav-container{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1rem ;
	padding-bottom: 1rem ;
	margin-bottom: 1.5rem ;

}


.nav-pills a {
	margin-bottom: 0;
}

.nav-interactive {
	display: flex;
	justify-content: end;
	align-items: center;
}
.icon-link {
	margin: 0;
}
#languageDropdown {
	background: none;
	border: none;
	font-size: 17px;
	color: #454545;
	appearance: none;
	-webkit-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><path d="M0 0l4 4 4-4z" fill="%23000"/></svg>');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 0.7em;
}

#languageDropdownMobile {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	appearance: none;
	-webkit-appearance: none;

}
#languageDropdownMobile:focus-visible {
	border: none;
	outline: none;
}


.nav-item  > a{
	color: #454545 !important;
	font-size: 16px;
	padding: 0;
	padding-top: 8px;
}

.nav-item > a .active{
	background-color: transparent !important; ;
	color: rgba(211,40,12,85%) !important;
	font-weight: bold;
}

.dropdown{
	margin-top: 4px;
}
.shopping-cart{
	margin-left: 22px;
	position: relative;
}


.shopping-cart::after {
	position: absolute;
	left: -14px;
	top: -13px;
	display: inline-block;
	background: #E16551;
	border-radius: 100%;
	color: #fff;
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 13px;
	padding: 2px;
	box-sizing: content-box;
}

.shopping-cart[data-count="0"]::after {
	display: none;
}

.search-btn{
	margin-left: 35px;
}

.like-btn{
	margin-left: 24px;
}

.nav-item {
	margin-left: 26px;
}

select {

}





/*Catalog hover navigation*/
.nav-pills {
	height: 34px;
}

.nav-pills li {
	height: 100%;
}


.nav-item-catalog {
}
.nav-catalog-container {
	position: absolute;
	top: 82px;
	left: 0;
	z-index: 1000;
	background: #F6F6F6;
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: height 0.5s ease-in-out;
}

.nav-catalog-container {
}
.nav-catalog-links {
	list-style: none;
	padding: 0;

}

.nav-catalog-link a {
	display: block;
	transition: color 0.5s ease;
}

.nav-catalog-link a:hover {
	color: rgba(211, 40, 12, 0.85);
}

.nav-catalog-title {
	color: rgba(211, 40, 12, 0.85);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 24px;
}
.nav-catalog-link a{
	color: rgba(69, 69, 69, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 218.75% */
}




.left-section {
	flex: 0.5;
}

.right-section {
	flex: 1;
}

.services-right-content {
	display: none;
	transition: opacity 0.3s ease-in-out; /* Adding transition for opacity change */
	opacity: 0; /* Initially set to transparent */
	width: 686px;
	height: 407px;
	border-radius: 15px;
	flex-shrink: 0;
}

.services-right-content img {
	max-width: 100%;
	border-radius: 20px;
}

.services-right-content.active {
	display: block;
	opacity: 1; /* Make content visible */
}

.right-side-content {
	display: flex;

}


.right-section #content-1{
	background: url("../img/carousel-elem.png") center center no-repeat;
	background-size: cover;
}






/*Search Form*/

.search-container {
	box-shadow: 0px 5px 90px rgba(0, 0, 0, 0.2);
	padding: 20px;
	position: absolute;
	width: 100%;
	background: #fff;
	top: -120px;
	transition: top 0.3s ease; /* Adding transition effect */
	z-index: 1000;
}

.search-form-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-form-input {
	width: 75%;
	padding: 12px 29px;
	border-radius: 30px;
	border: 1px solid rgba(198, 198, 198, 0.85);
	color:rgba(69, 69, 69, 0.70) ;
}

.search-form-input:focus-visible {
	border-color: rgba(198, 198, 198, 0.85) !important;
	outline: none;
}

.search-form-btn {
	border: none;
	width: 18%;
	background: rgba(211, 40, 12, 0.85);
	padding: 12px 0px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}

.close-search-form {
	border: none;
	background: none;
	cursor:pointer;
}




/*Mobile Navigation*/
.mobile-navigation {
	display: none;
	position: fixed;
	overflow: auto;
	left: -1018px;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background-color: #B93D3D;
	transition: left 0.5s ease-in-out; /* Transition effect */
	padding: 32px 30px;
}
.mobile-navigation-inner-navigation {
	height: 98vh;
}
.mobile-navigation-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.close-mobile-nav {
	background: none;
	border: none;
}

.mobile-navigation-nav {
	margin-top: 72px;
}
.mobile-navigation-nav-list {
	list-style: none;
	padding: 0px !important;
}

.mobile-navigation-nav-list-item {
	margin-bottom: 27px;
}

.mobile-navigation-nav-list-link {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 109.375% */
}



.mobile-navigation-contacts {
	margin-top: 130px;
	margin-bottom: 30px;
}

.mobile-navigation-contacts-phone {
	color: rgba(255, 255, 255, 0.70);
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 173.913% */
}

.mobile-navigation-contacts-mail {
	color: rgba(255, 255, 255, 0.70);
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 173.913% */
}
.mobile-navigation-contacts-socials svg{
	margin-right: 19px;
}


.open-mobile-nav {
	border: none;
	background: none;
	margin-left: 22px;
	display: none;
	margin-top: 2px;
}

.accordion-content {
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease-in-out; /* Added transition */
}
.mobile-nav-nested-child {
	margin-top: 15px;
	margin-bottom: 20px;
	list-style: none;
}
.mobile-nav-nested-child li a{
	color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; /* 194.444% */
}


/*Description Section*/

.description{
	margin-top: 57px;
}
.description-container-right{
	padding-bottom: 10px;
	display: flex;
	flex-direction: column !important;
	justify-content: end;
}
.description-title{
	font-family: "Montserrat";
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	color: rgba(69, 69, 69, 0.70);
	line-height: 70px; /* 100% */
	margin-bottom: 0px;
	margin-top: 14px;
}
.description-title-separated{
	font-family: "Montserrat";
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	color: rgba(211, 40, 12, 0.85);
	line-height: 107px;
}

.description-title-button{
	background-color: rgba(238, 238, 238, 1);
	border: 1px solid transparent;
	border-radius: 30px;
	height: 56px;
	width: 227px;
	margin-left: 10px;
}

.description-title-paragraph{
	color: rgba(69, 69, 69, 0.30);
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 0px;
	text-transform: uppercase;
}

.horizontal-line{
	border: none;
	height: 1.5px !important;
	background:rgba(211, 40, 12, 1);
	width: 100%;
	margin-bottom: 16px;
}

.description-right-paragraph {
	color: rgba(69, 69, 69, 0.70);
	font-family: Montserrat;
	font-style: normal;
	font-weight: 350;
	line-height: 25px;
}
.description-right-paragraph-span{
	font-weight: 600;
}


.description-right-paragraph-mobile ~ p{
	color: rgba(69, 69, 69, 0.70);
	font-style: normal;
	font-weight: 350;
	line-height: 25px;
	margin-bottom: 40px;
	display: none;
}
.description-right-paragraph-span-mobile{
	font-weight: 600;
}







/*Carousel*/
.carousel-control-prev{}
.carousel-control-next{}
.carousel-control-prev,
carousel-control-next{
}
.carousel-inner {
	border-radius: 20px;
}
.carousel-item {
	border-radius: 20px;
}
.carousel-item img{
	border-radius: 20px;
}
.carousel-section {
	margin-bottom: 33px;
}
.carousel-caption {
	position: absolute;
	right: 51px;
	bottom: 0.25rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: rgba(255, 255, 255, 0.50) !important;
	font-size: 18px;
	text-align: center;
}

.carousel-play-btn{
	position: absolute;
	right: 39px;
	top: 40px;
	width: 34px;
	height: 40px;

}

.carousel-btn-bl-l{
	position: absolute;
	bottom: 79px;
	left: 39px;
	background: rgba(211, 40, 12, 0.85);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 35px;
	padding: 25px;
	opacity: 1;
	transition: opacity 0.15s ease;
	transition: background 0.3s;
}

.carousel-btn-bl-l:active,
.carousel-btn-bl-l:hover,
.carousel-btn-bl-r:active,
.carousel-btn-bl-r:hover {
	color: #fff;
}

.carousel-btn-bl-l:hover {
	color: #fff;
	background: rgba(239, 62, 35, 0.85);
	opacity: 1;

}

.description-mobile-button-t, .description-mobile-button-b {
	display: none;
	border: 0;
	border-radius: 35px;
	padding: 15px 25px;
	font-size: 15px;
}
.description-mobile-button-t {
	background: rgba(211, 40, 12, 0.85);
	color: #fff;
	text-align: center;
}
.description-mobile-button-b {
	color: rgba(69, 69, 69, 0.60);
	background: #F2F2F2;
	text-align: center;
	margin-bottom: 32px;
	margin-top: 20px;
}

.description-mobile-button-b svg, .description-mobile-button-t svg {
	margin-left: 15px;
	width: 18px;
	height: 18px;
}

.description-mobile-button-b svg {
	width: 21px;
	height: 21px;
}

.carousel-btn-bl-l svg {
	margin-left: 40px;
}

.carousel-btn-bl-r {
	position: absolute;
	bottom: 79px;
	left: 325px;
	color: rgba(69, 69, 69, 0.60);
	background: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	text-align: center;
	border: 0;
	border-radius: 35px;
	padding: 25px;
	opacity: 1;
	transition: opacity 0.15s ease;
}
.carousel-btn-bl-r:hover {
	color: rgba(69, 69, 69, 0.60);

}
.carousel-btn-bl-r svg {
	margin-left: 40px;
}












.mobile-navigation-nav-list-item a {
	color: #fff;
}





/*Infinity carousel*/

.infinity-slider-container {
	display: flex;
	align-items: center;
}
.carousel-container {
	width: 100%;
	overflow: hidden;
	padding-bottom: 37px;
}
.infinity-carousel-link{
	margin-top: 28px;
	display: flex;
}

.infinity-fixed {

	opacity: 1;
}
.infinity-carousel-link a {
	text-decoration: none !important;
	color: rgba(21, 39, 100, 0.60);
}


.infinity-logo {
	outline: solid 12px orange;
	outline-offset: -12px;
	margin-left: 40px;
	border-radius: 15px;
	width: 107px;
	height: 107px;
}

.infinity-logo img{
	width: 95px;
	height: 95px;
	border-radius: 15px;
}

.infinity-carousel {
	display: flex;
	overflow: hidden;
	animation: carousel 5s linear infinite;
	animation-fill-mode: forwards; /* Keeps the last frame of the animation */
}

@keyframes carousel {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}


.infinity-fixed-container{
	position: relative;
	display: flex;
	align-items: center;
}
.infinity-fixed{

	background: #393939;
	width: 187px;
	height: 107px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}


.infinity-fixed p {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 138.889% */
	margin-top: 13px;
	margin-left: 15px;
}

.infinity-fixed .arrow{
	width: 7px;
	height: 67px;
	background-color: rgba(244, 244, 244, 0.30);;
	border-radius: 5px;
}






.infinity-wrap {
	max-width: 83%;
	margin: auto;
}
.infinity-items-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 20px;
}
.infinity-items-wrap:before,
.infinity-items-wrap:after {
	content: "";
	height: 100%;
	top: 0;
	width: 10%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.infinity-items-wrap:before {
	left: 0;
	background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0) 100%
	);
}
.infinity-items-wrap:after {
	right: 0;
	background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
	);
}
.infinity-items {
	flex-shrink: 0;
	display: flex;
	gap: 20px;
	counter-reset: infinity-item;
	justify-content: space-around;
	min-width: 100%;
}
.infinity-item {
	background: #F4F4F4;
	flex: 0 0 auto;
	width: 100px;
	height: 100px;
	counter-increment: infinity-item;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	transition: all 0.1s ease-in-out;
	padding: 10px;
}
.infinity-item:hover {
	transform: scale(1.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.infinity-item img {
	width: 100%;
}

.infinity-item:before {
	content: '';
}

.marquee {
	animation: scroll 20s linear infinite;
}

.infinity-items-wrap:hover .marquee {
	animation-play-state: paused;
}



@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 20px));
	}
}








/*Cards carousel*/

.card-carousel-top-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 39px;

}
.card-carousel-title-container{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.card-carousel-title-container svg{
	margin-left: 13px;
}
.cards-carousel-btn-container{
	margin-top: 40px;
	margin-right: 20px;
}
.cards-carousel-btn-right {
	margin-left: 14px;
}
.cards-carousel-btn{
	background: none;
	border: none;
}
.cards-carousel{
	background: #F4F4F4;
}

.cards-carousel-title{
	color: rgba(69, 69, 69, 0.70);
	font-size: 50px;
	font-weight: 600;

}

.cards-carousel-title span{
	color: #E16551;

}




/*Main container*/
.slider-container {
	position: relative;
	overflow: hidden;
	width: 100%; /* Adjust this width according to your design */
	scroll-snap-type: x mandatory;


}

.slider {
	display: flex;
	transition: transform 0.3s ease-in-out;
	scroll-snap-type: x mandatory;

}

.slider-items{
	display: flex;
}

.item {
	position: relative;
	/* Adjust this width according to your design */
	flex-shrink: 0;
	background: #fff;
	display: inline-block;
	border-radius: 5%;
	width: 410px;
	margin-right: 22px;
}

.is-available {
	position: absolute;
	top: 17px;
	left: 15px;
	border: 1px solid rgba(13, 185, 144, 0.40);
	border-radius: 100px;
	padding: 10px;
	display: flex;
	width: 32px;
	overflow: hidden;
	transition: width 0.3s ease;
	background: #fff;
}
.not-available {
	border: 1px solid rgba(211, 40, 12, 0.40); 
}
.is-available p{
	position: absolute;
	left: 26px;
	margin-bottom: 0 !important;
	color: #0DB990;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px;
	margin-left: 6px;
	width: 100px;
	overflow: hidden;
	/*opacity: 0;*/
	transition: width 0.3s ease;
}
.not-available p {
	color: #E16551;
}

.item a:hover .is-available {
	width: 140px;

}

.item a:hover .is-available:hover + .is-available p{
	opacity: 1;
}

/*.is-available:hover {*/
/*    width: 140px;*/
/*}*/
/*.is-available:hover + .is-available p{*/
/*    opacity: 1;*/
/*}*/

.medium-zoom-overlay {
	z-index: 1000;
	background-color: #F4F4F4 !important;
}
.medium-zoom-image--opened {
	z-index: 1001;
}




/*Mobile slider*/
.carousel-card {
	padding: 10px;
	background: #F4F4F4;
	display: inline-block;
	border-radius: 5%;
	margin-right: 14px;
	width: 100px; /* Adjust this width according to your design */
}

.carousel-card-container {
	display: none;
	overflow: auto;
	scroll-snap-type: x mandatory;
}

.carousel-card-container::-webkit-scrollbar {
	display: none;
}
.carousel-card-container {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.carousel-card-container .carousel-card {
	width: 100%;
	/*flex-shrink: 0;*/
	scroll-snap-align: start;
}
.card-product-image{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 357px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;

}

.card-body {
	display: flex;
	flex-direction: column;
	padding-left: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	height: 27%;
}

.card-product-title{
	color: rgba(69, 69, 69, 0.80);
	font-size: 18px;
	font-weight: 600;
	margin-top: 2px;
	margin-bottom: 6px;
	max-width: 300px;
}
.card-product-description{
	color: rgba(69, 69, 69, 0.60);
	font-size: 15px;
	font-weight: 400;
}


.card-product-price {
	color: rgba(21, 39, 100, 0.60);
	font-size: 20px;
	font-weight: 550;
	margin-bottom: 0px;
	margin-top: auto;
}


.card-product-price span{
	font-weight: 400;
}
.card-product-shopping-card {
	background-color: #fff;
	border-radius: 100%;
	width: 60px;
	height: 60px;

}




/*Advantages section*/

.advantages-section{
	margin-top: 66px;
	margin-bottom: 94px;
}
.advantages-title-container{
	display: flex;
	align-items: center;
	margin-bottom: 58px;
}
.advantages-title{
	color: rgba(69, 69, 69, 0.70);
	font-size: 50px;
	font-weight: 600;
}

.advantages-title span{
	color: #E16551;
}

.advantages-title-container svg{
	margin-left: 13px;
}

.advantages-container-title{
	color: rgba(211, 40, 12, 0.85);
	text-align: center;
	font-size: 80px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 13px;
}

.advantages-container-paragraph{
	color: rgba(0, 0, 0, 0.50);
	text-align: center;
	font-size: 18px;
	font-weight: 350;
}








/*Contacts section*/


.contacts-section-info-container{
	padding-bottom: 48px;
}

.contacts-section-info-r{
	padding-left: 16px;
}
.contacts-section{
	background-color: #F8F8F8;;
}

.contacts-section-title-container{
	margin-top: 70px !important;
	margin-bottom: 42px;
	display: inline-block;
}
.contacts-section-title{
	color: rgba(69, 69, 69, 0.70);
	font-size: 50px;
	font-weight: 600;
}
.contacts-section-title span {
	color: #E16551;
}
.contacts-section-paragraph{
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 43px;
	font-style: normal;
	line-height: 20px;
}
.contacts-section-paragraph strong{
	font-weight: 600;
}


.contacts-section-paragraph-mobile{
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 43px;
	font-style: normal;
	line-height: 20px;
	display: none;

}
.contacts-section-paragraph-mobile span{
	font-weight: 600;
}

.contacts-section-phone-number .phone-number{
	color: rgba(0, 0, 0, 0.60);
	font-size: 23px;
	font-weight: 500;
	margin-left: 17px;
}

.contacts-section-mail .email-address{
	color: rgba(0, 0, 0, 0.60);
	font-size: 23px;
	font-weight: 500;
	margin-left: 17px;
	margin-bottom: 44px;
}

.contacts-section-address{
	color: rgba(0, 0, 0, 0.60);
	font-size: 15.5px;
	font-weight: 300;
	margin-bottom: 32px;
}
.contacts-section-social-links{
	margin-bottom: 8px;
}
.contacts-section-social-links a{
	margin-right: 14px;
}

.contacts-section-telegram-link-btn{
	margin-bottom: 29px;
}


.contacts-section-telegram-link-btn a, .contacts-section-telegram-link-btn-mobile a{
	margin-top: 28px;
	border: none;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}
.contacts-section-telegram-link-btn a{
	display: inline-block;
	background-color: #fff;
	padding: 14px 10px 14px 24px;
	color: rgba(69, 69, 69, 0.60);
	font-weight: 300;
}

.contacts-section-telegram-link-btn-mobile a{
	display: none;
	background: rgba(211, 40, 12, 0.85);
	padding: 14px 24px 14px 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 45px;
}
.contacts-section-telegram-link-btn svg{
	margin-left: 38px;
}

.contacts-section-rights{
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 25px;
}

.contacts-section-developed-by a{
	color: #c2c2c2;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.form-group div {
	width: auto;
}


.form-horizontal input{
	margin-bottom: 19px;
	border: none;
	border-radius: 30px;
	padding: 14px 10px 14px 24px;
	color: rgba(139, 139, 139, 0.70);
	font-size: 16px;
	font-weight: 350;
	line-height: 20px; /* 125% */
	width: 450px;
}
.form-horizontal input::placeholder {
	color: rgba(139, 139, 139, 0.70);
	font-weight: 300;
}
.contacts-section-form-name{

}
.contacts-section-form-phone{

}
.contacts-section-form-comment{
	margin-bottom: 26px;
	border: none;
	height: 121px;
	border-radius: 30px;
	padding: 14px 10px 14px 24px;
	width: 450px;
}

textarea.form-control {
	resize: none;
}
.contacts-section-form-comment::placeholder {
	color: rgba(139, 139, 139, 0.70);
	font-weight: 300;
}
.contacts-section-form-button{
	margin-bottom: 45px;
	background: rgba(211, 40, 12, 0.85);
	border: none;
	border-radius: 30px;
	padding: 14px 24px 14px 24px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.contacts-section-personal-information{
	display: flex;
	align-items: center;
}

.contacts-section-personal-information p {
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.30);
	font-size: 14px;
	font-weight: 350;
	margin-left: 7px;
}

.contacts-section-form-title{
	color: rgba(0, 0, 0, 0.60);
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
	margin-left: 13px;
	display: none;
}


.contacts-section-info-r .contacts-section-rights, .contacts-section-info-r .contacts-section-developed-by{
	display: none;
}


.contacts-section-info-r .contacts-section-rights{
	margin-top: 45px;
}






/*Footer*/
footer{
	background: rgba(13, 18, 38, 0.89);
}
.footer-row{
	padding-top: 72px;
	padding-bottom: 45px;
}

.footer-header{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 29px;
}


.footer-links-container{
	display: flex;
	justify-content: end;
}
.footer-links-container .phone-number, .footer-links-container .email-address {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 11px;
	display: block;

}

.footer-links-container .phone-number:hover, .footer-links-container .email-address:hover {
	color: rgba(255, 255, 255, 0.7);
}
.footer-nav-container {

}


.footer-nav-container a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 4px !important;
}

.footer-nav-container-ul li a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 4px !important;
}

.footer-nav-container-ul {
	list-style: none;
	padding-left: 0;
}
.footer-links-container p,a{
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}


.footer-icons-container{
	display: flex;
}
.footer-icons-container svg{
	margin-right: 11px;
}
.footer-logo {
	margin-top: 21px;
}
.footer-logo img{
	 width: 152px;
	 height: 46px;
}

.footer-catalog ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.footer-catalog ul li {
	flex-basis: 50%;
}
.footer-catalog a {
	color: rgba(255, 255, 255, 0.7);
}


.footer-catalog ul li a{
	font-size: 16px;
	margin-bottom: 1rem !important;
}
















@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-250px * 7));
	}
}



.infinity-slider {
	overflow: hidden;
	width: 100%; /* Adjust as needed */
	/* Set a fixed width and hide overflow to create a visible window */
}

.slide-track {
	display: flex;
	transition: transform 0.5s ease;
	/* Flex container to contain slides */
}



.infinity-slide {
	box-sizing: border-box;
	flex: 0 0 100px; /* Take up full width of slider */
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	border-radius: 15px;
	background: #F4F4F4;
	margin-right: 16px;
	padding: 10px;
}

.infinity-slide img {
	height: 100%;
	width: 100%;
}

.our-services-card {
	border-radius: 15px;
	background: #F4F4F4;
	width: 31% !important;
	flex-shrink: 0;
}

.catalog-cat-card .card-img-top{
	height: 200px;
	object-fit: cover;
}



/*PROJECT CARDS*/
.projects-card-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 33px;
}
.project-card {
	position: relative;
	overflow: hidden;
	height: 190px;
	flex-shrink: 0;
	background: #F4F4F4;
	margin-top: 33px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22% !important;
	border-radius: 15px;

}

.project-card:nth-child(1) {
	margin-left: 0;
}

.project-link {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 0px!important;
}



@media (max-width: 1399px) {
	.nav-interactive {
		width: 17%;
	}
	.top-nav-logo {
		margin-right: 0 !important;
	}
	.nav-pills {
		width: 80%;
		justify-content: center;
		margin-right: 20px;
	}
}

@media (max-width: 1200px) {
	.projects-card-container {
		gap: 32px;
	}

	.project-card {
		width: 31% !important;
	}
	.nav-pills {
		justify-content: space-evenly;
	}
	.card-body {
		padding: 16px 16px 16px 26px !important;
	}

	.footer-links-container {
		justify-content: start;
		width: 19%;
	}
	.nav-interactive {
		width: 17%;
	}
	.top-nav-logo {
		margin-right: 0 !important;
	}
	.description-title, .description-title-separated{
		font-size: 72px;
	}
	.description-title-button {
		width: 221px;
		height: 49px;
	}
	.horizontal-line {
		margin-bottom: 13px;
	}
	.carousel-btn-bl-l, .carousel-btn-bl-r {
		font-size: 14px;
		height: 50px;
	}

	.carousel-btn-bl-l svg {
		margin-left: 16px;
	}
	.carousel-btn-bl-r svg {
		margin-left: 20px;
	}
	.carousel-btn-bl-r {
		left: 292px;
	}





	.top-nav-logo {
		margin-right: 0px;
	}
	.nav-item {
		margin-left: 7px;
	}
	.footer-nav-container {
		width: 23%;
	}
	.footer-catalog {
		margin-right: 50px;
	}
	.footer-catalog-container{
		width: 58%;
	}

}

@media (max-width: 991px) {


	.project-card {
		width: 30% !important;
	}

	.white-space {
		height: 63px;
	}

	/*.nav-pills{*/
	/*    display: none;*/
	/*}*/
	.mobile-navigation {
		display: block;
	}

	.our-services-card {
		width: 29% !important;
	}


	.open-mobile-nav {
		display: block;
	}
	.nav-pills {
		display: none;
	}


	/*Main slider*/
	.slider-container {
		display: none;
	}

	.carousel-card-container {
		display: flex;
	}
	.top-nav-logo img {
		width: 150px;
	}
	.nav-item {
		margin-right: 2px;
	}
	.nav-link {
		padding: 0;
		font-size: 15px;
	}
	.nav-pills {
		height: 20px;
	}
	.search-btn {
		margin-left: 18px;
	}
	.search-btn svg {
		height: 18px;
		width: 18px;
	}

	.carousel-control-prev, .carousel-control-next {
		position: absolute;
		top: 26px;
	}

	.carousel-control-prevv svg,.carousel-control-nextt svg  {
		width: 35px;
		height: 35px;
	}
	.carousel-caption h5 {
		display: none;
	}

	.form-horizontal input {
		width: 100%;
	}
	.contacts-section-form-comment {
		width: 100%;
	}


	.carousel-btn-bl-l {
		width: 200px;
		font-size: 12px;
	}
	.carousel-btn-bl-l svg{
		width: 15px;
		height: 15px;
	}
	.carousel-btn-bl-r {
		width: 290px;
		font-size: 12px;
		left: 258px;
	}
	.carousel-btn-bl-r svg{
		width: 20px;
		height: 20px;
	}
	.shopping-cart svg {
		height: 18px;
		width: 18px;
	}

	.footer-links-container {
		justify-content: start;
		width: 33%;
	}
	.footer-nav-container {
		width: 23%;
	}
	.footer-catalog {
		margin-right: 50px;
	}
	.footer-catalog-container{
		width: 74%;
	}
	.description-title, .description-title-separated {
		font-size: 54px;
		line-height: 59px;
	}
	.description-title-button {
		width: 221px;
		height: 40px;
	}
	.advantages-title, .cards-carousel-title, .contacts-section-title{
		font-size: 40px;
	}
	.cards-carousel-btn-container{
		margin-top: 0px;
	}
	.contacts-section-paragraph {
		font-size: 13px;
	}
	.contacts-section-address{
		font-size: 13px;
		margin-top: 32px;
	}
	.contacts-section-telegram-link-btn a {
		padding: 14px 10px 14px 19px;
		font-size: 15px;
	}
	.contacts-section-telegram-link-btn svg {
		margin-left: 9px;
	}
	.contacts-section-phone-number ,.contacts-section-mail  {
		align-items: center;
		margin-bottom: 15px;
	}
	.contacts-section-phone-number .phone-number,.contacts-section-mail .email-address{
		font-size: 19px;
		margin-bottom: 0px;
	}
	.contacts-section-mail svg, .contacts-section-phone-number svg {
		width: 20px;
		height: 20px;
	}

	.advantages-container > div:nth-child(1) {
	}
	.advantages-container > div:nth-child(2) {
	}
	.advantages-container > div:nth-child(3) {
	}

	.advantages-container-title {
		font-size: 67px;
	}
	.advantages-container-paragraph {
		font-size: 13px;
		font-weight: 400
	}


	.cards-carousel-btn-container {
		display: none;
	}

	.card-group .item {
		margin-right: 15px;
		margin-top: 20px;
	}
	.item {
		width: 332px;
	}
}


/* OUR projects*/

.production-our-projects {
    margin-bottom: 0px!important;
}

.our-projects-paragraph-container {
    display: flex;
}

.our-projects-paragraph-left {
    padding-right: 50px;
}

.our-projects-paragraph-left-first {
    color: rgba(69, 69, 69, 0.70);
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 40px;

}
.our-projects-paragraph-left-first > p {
	margin-top: 20px;
}
.our-projects-paragraph-left-first > p:first-child {
	margin-top: 0;
}

.our-projects-paragraph-left-first span{
    color: #F55B5B;
    font-weight: 600;
}

.our-projects-paragraph-left-second {
    color: rgba(69, 69, 69, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.our-projects-paragraph-right-paragraph {
    color: rgba(69, 69, 69, 0.70);
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
    margin-bottom: 25px;
}

.our-projects-list-item {
    color: rgba(69, 69, 69, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}
.our-projects-list-right {
    padding-left: 30px !important;
}
.our-projects-list {
    padding: 0px;
}




.main-thumbnail,
.additional-thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ensure the image covers the container */
    transition: opacity 0.3s ease; /* Smooth transition for opacity change */
}

.main-thumbnail{
    max-width: 240px;
}

.additional-thumbnail {
    filter: brightness(55%);
    opacity: 0;
    z-index: 1; /* Place the additional thumbnail above the main thumbnail */
    width: 100%;
    height: 100%;
}
.details-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth transition for opacity change */
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 125% */
}

.project-link:hover .main-thumbnail {
    opacity: 0; /* Hide the main thumbnail on hover */
}

.project-link:hover .additional-thumbnail {
    opacity: 1; /* Show the additional thumbnail on hover */
}

.project-link:hover .details-text {
    opacity: 1; /* Show the details text on hover */
}



@media (max-width: 769px) {
	.white-space {
		height: 83px;
	}

	.project-card {
		width: 46% !important;
	}

	.our-services-card {
		width: 46% !important;
	}
	.card-product-title {
		max-width: 100%;
	}
	.contacts-section-telegram-link-btn-mobile a svg{
		margin-left: 20px;
		filter: brightness(10);
	}

	.header-nav-container .container {
		height: 100%;
	}

	.top-nav-container {
		margin-top: 0px;
		height: 100%;

	}
	.infinity-wrap {
		max-width: 100%;

		width: 100%;
		padding: 0;
		margin: 0;
	}

	.advantages-container-title {
		justify-content: start !important;
	}

	.description-mobile-button-t , .description-mobile-button-b {
		display: inline-block;
		align-items: center;
		justify-content: center;
	}



	.search-form-btn {
		display: none;
	}
	.search-form-input {
		width: 89%;
	}

	.top-nav-logo img {
		width: 102px;
	}
	.search-btn svg {
		height: 21px;
		width: 21px;
	}
	.shopping-cart svg {
		height: 21px;
		width: 21px;
	}

	.mobile-version-top-border{
		display: block;
		height: 51px;
		background-color: #D9D9D9;
	}

	#languageDropdown {
		display: none;
	}



	.top-nav-container {
		justify-content: space-between;
	}



	.advantages-title-container{
		margin-bottom: 30px;
	}
	.advantages-title{
		font-size: 39px;
	}

	.carousel-play-btn {
		display: none;
	}
	.carousel-btn-bl-l , .carousel-btn-bl-r {
		display: none;
	}

	.carousel-indicators {
		bottom: -40px;
		opacity: 1;
	}
	.carousel-indicators [data-bs-target] {
		background: #c2c2c2;
		width: 10px;
		height: 10px;
		box-sizing: border-box;
		border-top: none;
	}
	.infinity-fixed {
		display: none;
	}

	.cards-carousel-title{
		font-size: 39px;

	}
	.cards-carousel-btn-container {
		display: none;
	}

	.description-right-paragraph{
		display: none;
	}
	.description-right-paragraph-mobile ~ p{
		display: block;
	}

	.infinity-carousel-link{
		justify-content: start;
	}
	.infinity-carousel-link a {
		margin-bottom: 40px;
	}

	.card-product-image {
		width: 325px;
		height: 357px;
	}


	.advantages-container {
		flex-direction: column;
		align-items: start;
		text-align: start;
	}
	.advantages-container h4{
		text-align: start;
		font-size: 70px;
	}

	.advantages-container p{
		text-align: start;
	}

	.contacts-section-form-title{
		display: block;
	}
	.contacts-section-paragraph-mobile{
		display: block;
	}
	.contacts-section-info-r .contacts-section-paragraph{
		display: none;
	}
	.contacts-section-info-r .contacts-section-rights, .contacts-section-info-r .contacts-section-developed-by{
		display: block;
	}
	.contacts-section-info-l .contacts-section-rights, .contacts-section-info-l .contacts-section-developed-by{
		display: none;
	}
	.contacts-section-telegram-link-btn{
		display: none;
	}
	.contacts-section-telegram-link-btn-mobile a {
		display: inline-block;
	}

	.footer-links-container {
		justify-content: start ;
	}
	.footer-nav-container {
		width: 40%;
		margin: 0 !important;
	}
	.footer-catalog{
		flex-direction: column;
	}
	.footer-catalog-container{
		width: 60%;
	}
	.footer-catalog ul li {
		flex-basis: 100%;
	}



}


@media (max-width: 575px) {

	.projects-card-container {
		gap: 13px;
	}

	.card-product-title {
		font-size: 17px !important;
	}

	.card-product-image {
		height: 350px !important;
	}
	.footer-links-container:nth-child(3) {
		width: 100%;
	}

	.our-services-card {
		width: 100% !important;
	}
	.advantages-title-container svg {
		display: none;
	}.card-carousel-title-container svg {
		 display: none;
	 }
	.contacts-section-telegram-link-btn-mobile a {
		font-size: 14px;
	}

	.contacts-section-telegram-link-btn-mobile a svg{
		width: 25px;
		height: 25px;
	}

	.advantages-container-title {
		justify-content: start;
	}
	.infinity-wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	.contacts-section-paragraph {
		font-size: 16px !important;
	}

	.advantages-title-container {
	}


	footer {
		padding: 0 0 0 20px;
	}
}




.slider-container {
	overflow: hidden;
	width: 100%;
}

.slider-track {
	display: flex;
	animation: scroll 20s linear infinite;
}

.slider-item {

	background: #ccc;
	flex: 0 0 auto;
	width: 100px;
	height: 100px;
	counter-increment: infinity-item;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	transition: all 0.1s ease-in-out;



	margin-right: 10px; /* Adjust margin between items */
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}


/*Our services*/

.our-services{
    margin-top: 80px;
}
.productions-services-section {
    margin-bottom: 50px !important;
}
.our-services-under-title {
    display: flex;
    align-items: center;
}

.our-services-under-title p {
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    padding: 10px;
}

.our-services-under-title p span {
    color: #F55B5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.our-services-title-container{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.our-services-title{
    color: rgba(69, 69, 69, 0.70);
    font-size: 50px;
    font-weight: 600;
}

.our-services-title span{
    color: #E16551;
}

.our-services-title-container svg{
    margin-left: 13px;
}



.our-services-cards {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 34px;
}

.mobile-services-cards {
    display: none;
}


.card-title {
 	color: #585858;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	margin-top: 19px;
}
.card-text {
	color: rgba(69, 69, 69, 0.50);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}
.our-services-card:nth-child(1) {

    margin-left: 0px;
}

.our-services-card .card-body{
    border-top: none;
}

.our-services-card img {
    /*border-top-left-radius: 15px;*/
    /*border-top-right-radius: 15px;*/
    border-radius: 15px;
}

.our-services-cards-sec {
    margin-top: 38px !important;
}

.our-services-card-call-back {
    background: #DD4D4D;
    padding: 34px 28px;
    border-radius: 15px;
    width: 31% !important;
    flex-shrink: 0;
}
.our-services-card-call-back-tittle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our-services-card-call-back-tittle p {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}
/*.our-services-card-call-back-tittle div {*/
/*    background: white;*/
/*    box-sizing: content-box;*/
/*    border-radius: 50%;*/
/*}*/


.our-services-card-call-back-buttons {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}


@media (max-width: 575px) {
	.card-group {
    padding: 0 10px;
	}
	.card-product-image {
		width: 321px;
	}
}



@media (max-width: 769px) {
	.card-group .item {
	    width: 100%;
		margin-right: 0;
	}
	.card-product-image {
		width: 100%;
	}

}




.mejs-controls {
	display: none !important;
}

