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



input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus {outline:none!important;}

a:hover{text-decoration:none!important}

.mobile-filter{display:none!important}

.mobile-block{display:none;}

.mobile-service-slider{display:none;}

.classes-media-vertical{display:none;}
.category-home-mobile{display:none;}
.f-row-mobile{display:none;}
.mobile-top-products{display:none;}

/**/

#preloader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/dots.png");
	background-repeat: repeat;
	background-size: 17%;
	opacity: 0.07;
	z-index: 1;
	pointer-events: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #191919;
	font-family: "Poppins", sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	overflow: hidden;
}
#preloader .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: transform 0.6s ease, opacity 0.6s ease;
}
#preloader .inner.hide {
	transform: scale(0.7);
	opacity: 0;
}
#preloader img {
	width: 44.5%;
	height: auto;
	display: block;
	margin: -4.5em auto 2.7em;
}
#preloader h2 {
	color: #fff;
	font-size: 2.4em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.1;
	padding: 0;
	margin: 0 0 0em;
	text-align: center;
}
#preloader h2 strong {
	color: #97B7E0;
	font-weight: 900;
}
#preloader .progress-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 11px;
	background: #191919; 
	overflow: hidden;
}
#preloader .progress-bar {
	width: 0%;
	height: 100%;
	background: #97B7E0;
	transition: width 0.3s ease, background-color 0.6s ease;
}
.wrapper {
	opacity: 0;
	transition: opacity 0.6s ease;
}
.wrapper.show {
	opacity: 1;
}
#preloader.slide-up {
	animation: slideUp 0.8s forwards;
}
@keyframes slideUp {
	0% { transform: translateY(0); }
	100% { transform: translateY(-100%); }
}
 	
/**/

.wrapper-simple{
	position: relative;
    width: 90%;
    height: auto;
    padding:3%;
	color:#fff;
	margin:1% auto;
	text-align:left;
	font-size:1em;
    background-color: #222222;
	font-family: "Poppins", sans-serif;
}

.user-btn-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin:3em 0 0;
}

.user-btn-section a {
	display: inline-block;
	padding: 12px 35px;
	background-color: #97B7E0;
	color: #ffffff;
	text-decoration: none;
	font-size:.9em;
	transition: background-color 0.3s ease;
}

.user-btn-section a:hover {
	background-color: #000000;
}

.wrapper-simple .optura-fields{
	display:block;
	text-align:left;
	margin:1.5em 0;
	position:relative;
	transition: all 0.32s;
}

.wrapper-simple .optura-fields img:hover{
	opacity:.7;
	transition: all 0.32s;
}

.wrapper-simple .optura-fields div{
	display:inline-block;
	margin-right:8px;
}

.wrapper-simple label{
	color:rgba(255,255,255,.75);
	font-size:.96em;
}

.wrapper-simple .service label{
	color:rgba(255,255,255,.75);
	font-size:.96em;
	display:block!important;
	margin-bottom:0;
}

.wrapper-simple label:after{
	content:':';
	margin-right:5px;
}

.wrapper-simple .views-field{
	display:block;
	position:relative;
	margin-bottom:2em;
}

.wrapper-simple .service img{
	margin:2em 0 3.5em;
}

/**/

.thank-you-page{
	width: 100%;
	height:99.9vh;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center;    
	text-align: center;
	background-image: url('/themes/optura/images/1.png');
	background-size: cover;    
	background-repeat: no-repeat;
	background-position: center; 
	overflow:hidden;
	position:relative;
	box-shadow:0 0 3px 5px rgba(0,0,0,.13);
}


.thank-you-page:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 5, 5,.5);
	z-index: 1;
}

.thank-you-page .title-section{
	text-align:center;
	z-index:9;
	display:inline-block;
	margin-top:-6em;
}

.thank-you-page .title-section h1{
	font-size: 2.5em;
	font-weight:600;
	padding:0;
	margin:0 0 30px;
	color:#fff;
	text-transform:none;
}


.thank-you-page  .title-section img{
	width:70px;
	height:auto;
	margin-bottom:.25em;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.thank-you-page .title-section img:hover{
	transform: scale(0.89);
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.thank-you-page .home-btn{
	position:relative;
	text-align:center;
	z-index:9;
	display:block;
}

.thank-you-page .home-btn a {
    font-size: .89em;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    padding: 14px 42px;
    border-radius: 35px;
    border: 2.6px solid #fff;
    color: #191919;
    background: rgba(255,255,255,.45);
    backdrop-filter: blur(2px);
    letter-spacing: .15px;
    -webkit-backdrop-filter: blur(2px);
    -webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}


.thank-you-page .home-btn a:hover {
	background:rgba(25, 25, 25,.78);
	border:3px solid #97B7E0;
	color:#fff;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/**/

/* Центруємо форму */

.wrapper-login {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 99.9vh;
    min-width: 100vw;
    background-image: url('/themes/optura/images/1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden!important;
    background-color: #222222;
	font-family: "Poppins", sans-serif;
}

.wrapper-login::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
    background: rgba(30, 30, 30, 0.83); /* чорне затемнення */
    z-index: 5;
}


.user-login-form {
	max-width: 440px;
	z-index:9;
	margin:-2em auto 0;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	padding: 32px 24px;
	backdrop-filter: blur(10px);
	position: relative;
	font-family: "Poppins", sans-serif;
}

/* Заголовок */
.user-login-form::before {
	content: "";
	display: block;
	width: 74px;
	height: 74px;
	background:url("/themes/optura/images/blacklogo.png") no-repeat center center;
	background-size:auto 90%;
	border-radius:50%;
	margin: 0 auto 16px;
}

/* Поля форми */
.user-login-form .form-item {
	position: relative;
	margin-bottom: 20px;
}

.user-login-form label {
	display: none;
}

/* Стиль інпутів */
.user-login-form input.form-text {
	width: 85%;
	padding: 14px 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f7f9fa;
	font-size: 15px;
	transition: border 0.2s, box-shadow 0.2s;
}

#edit-verify--description{
	font-family: "Poppins", sans-serif;
	font-size:.9em;
	margin:5px 0 25px;
}

/* Додаткові стилі для полів з іконками */
.email-tfa-email-tfa-verify-login input.form-text.with-icon ,
.user-login-form input.form-text.with-icon {
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 18px;
}

/* Email іконка */

.user-login-form input.form-text.email-icon {
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z'/></svg>");
}

/* Password іконка */
#edit-verify,
.user-login-form input.form-text.password-icon {
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2a6 6 0 0 0-6 6v2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-1V8a6 6 0 0 0-6-6Zm-4 6a4 4 0 1 1 8 0v2H8V8Zm4 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z'/></svg>");
}

/* Фокус */
.user-login-form input.form-text:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
	outline: none;
}

/* Кнопка */
.user-login-form .form-actions input.form-submit {
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: 16px 0;
	border: none;
	border-radius: 5px;
	font-size: .85em;
	cursor: pointer;
	margin:.55em 0 0;
	box-shadow:0 0 5px rgba(30,30,30,.19);
 	transition: all 0.32s;
	font-family: "Poppins", sans-serif;
}

.user-login-form .form-actions input.form-submit:hover {
	background: #97B7E0;
	color:#1c1c1c;
	transition: all 0.32s;
}

/* Текст-підказки */
.user-login-form .description {
	font-size: 13px;
	color: #555;
	margin-top: 6px;
}

.user-body [data-drupal-messages] {
	margin-top: 1.2em;
	padding: 14px 18px;
	background-color: #ffe0e0;
	color: #900;
	border: 1px solid #f5c2c2;
	border-radius: 5px;
	font-size:.75em;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
}

.user-body [data-drupal-messages] a {
	color: #900;
	text-decoration: underline;
}

.user-body [data-drupal-messages] h2.visually-hidden {
	display: none;
}

/****/

/**/

body{
	background-color: #191919;
	line-height:1.6;
	color:#000;
	
	font-size:17.4px;
	font-weight:normal;
	margin:0px;
}

a {text-decoration:none;}


.wrapper{
	width:100%;
	min-width:100%;
	
	/*min-width:690px;*/
	
	max-width:100%!important;
	background:#191919;
	padding:0;
	margin:0;
	min-height:100%;
	font-family: "Poppins", sans-serif;
	background-color: #191919;
	
}

.single-wrapper{
	width:100%;
	min-width:100%;
	position:relative;
	/*min-width:690px;*/
	
	max-width:100%!important;
	background:#191919;
	padding:0;
	margin:0;
	min-height:100vh;
	font-family: "Poppins", sans-serif;
	background-color: #191919;
	
}

#site-content {
	min-height: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1;

	-webkit-box-shadow: #000 0 7px 35px 0;
	-moz-box-shadow: #000 0 7px 35px 0;
	box-shadow: #000 0 7px 35px 0;
  
}

#site-footer {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: "Poppins", sans-serif;
	background-color: #191919;
}


.wrapper-pages{
	
	width:100%;
	min-width:100%;
	
	/*min-width:690px;*/
	
	max-width:100%!important;
	background:#191919;
	padding:0;
	margin:0;
	min-height:100vh;
	font-family: "Poppins", sans-serif;
	background-color: #191919;
	
}

.wrapper-pages::before,
.wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/dots.png");
	background-repeat: repeat;
	background-size: 17%;
	opacity: 0.07;
	z-index: 1;
	pointer-events: none;
}


/**/

/* Початкові стани гамбургера */
.hamburger {
    position: fixed;
    top: 19px;
    left: 15px;
    width: 35px;
    height: 28px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1; /* Початкове значення - гамбургер видимий */
    transform: scale(1); /* Початковий масштаб */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Анімація змін масштабу і прозорості */
}

/* Анімація для гамбургера */
@keyframes hamburgerShow {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Клас для приховування гамбургера, коли меню відкрите */
.hamburger.hidden {
    display: none; /* Приховуємо гамбургер */
}

/* Клас для анімації появи гамбургера після закриття меню */
.hamburger.show {
    animation: hamburgerShow 0.3s forwards;
    opacity: 1;
    transform: scale(1);
}


.hamburger span {
	display: block;
	height: 1.7px; /* Товщина лінії */
	background-color: #fff;
	border-radius: 0px;
	width: 100%; /* Повна ширина */
	margin: 3px 0; /* Відступи між лініями збільшено трохи */
}


.side-menu.active {
	left:0;
}


body.no-scroll {
	overflow:hidden;
}

.hamburger.hidden {
	display: none;
}

.menu-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.75);
	backdrop-filter:blur(4px);
	opacity:0;
	visibility:hidden;
	transition:opacity 0.3s ease;
	z-index:999;
}

.menu-overlay.active {
	opacity:1;
	visibility:visible;
}

.side-menu {
	position: fixed;
	top: 0;
	font-family: "Poppins", sans-serif;
	left: -20%;
	width: 20%;
	height: 100%;
	background-color: #222222;
	transition: left 0.3s ease;
	z-index: 1000;
	padding: 40px 21px 20px 21px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center; /* Вирівнювання по вертикалі */
	align-items: center; /* Вирівнювання по горизонталі */
}

.side-menu.active {
	left: 0;
}

.side-menu .menu-logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position:absolute;
	left:7%;
	top:3%;
}

.side-menu .menu-logo img {
	width: 55px;
	height: auto;
	margin-right: 15px;
}

.side-menu .menu-logo span {
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing:.25px;
}

.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 999;
}

.menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.side-menu ul.menu {
	width: 100%;
	padding: 0;
	margin:-4% 0 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.side-menu ul.menu li.menu__item {
	width: 100%;
	text-align: left;
	border-bottom: 1.2px solid rgba(255,255,255,0.6);
}

.side-menu ul.menu li.menu__item:last-child {
	border-bottom: none;
}

.side-menu ul.menu li a.menu__link {
	display: block;
	width: 100%;
	padding: 15px 7px;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: color 0.3s ease;
	overflow:hidden;
	letter-spacing:.15px;
}

.side-menu ul.menu li a.menu__link:hover {
	color: #97B7E0;
}

.side-menu ul.menu li a.menu__link::after {
	content: '';
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display:inline-block;
	background: url('/themes/optura/images/tab-arow.png') no-repeat center center;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.43s ease, right 0.29s ease;
}

.side-menu ul.menu li a.menu__link:hover::after {
	opacity: 1;
	right: 20px;
	transition: opacity 0.43s ease, right 0.29s ease;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 30px;
	font-weight:200;
	cursor: pointer;
	display:block;
	z-index:9;
}

.menu-social-links{
	position:absolute;
	bottom:1.5%;
	left:0;
	z-index:9;
	width:98%;
	text-align:center;
	display:block;
}


.f-menu{
	display:inline-block;
}

.f-menu:first-child{
	margin-right:6%;
}
.f-menu:last-child{
	margin-right:0%!important;
}

.f-menu:nth-child(even){
	margin-right:6%;
}

.f-menu a.instagram-link,
.f-menu a.facebook-link,
.f-menu a.linkedin-link{
	position:relative;
	display:inline-block;
	width:47px;
	height:47px;
}


.f-menu a.facebook-link:after{
	content:'';
	display:block;
	background: url(../images/facebook.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.f-menu a.instagram-link:hover,
.f-menu a.facebook-link:hover,
.f-menu a.linkedin-link:hover{
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	opacity:.7;
	-moz-transform: scale(.93);
	-webkit-transform: scale(.93);
	-o-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
}



.f-menu a.instagram-link:after{
	content:'';
	display:block;
	background: url(../images/instagram.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.f-menu a.linkedin-link:after{
	content:'';
	display:block;
	background: url(../images/linkedin.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}


/**/

.hello-section{
	width: 100%;
	height: 94vh;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center;    
	text-align: center;
	background-size: cover;    
	background-repeat: no-repeat;
	background-position: center; 
	overflow:hidden;
	position:relative;
	box-shadow:0 0 3px 5px rgba(0,0,0,.13);
}

.hello-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 5, 5,.5);
	z-index: 1;
}

.hello-section-cta{
	text-align:center;
	margin-top:-3em;
}

.hello-section img,
.hello-section a {
	position: relative;
	z-index: 2;
}

.hello-section img {
	width: 43%;
	height: auto;
	display:block;
	margin:0 auto 2em;
}

.hello-section a {
	font-size:.87em;
	font-weight:700;
	text-decoration: none;
	text-transform:capitalize;
	color: #fff;
	display:inline-block;
	padding:16px 65px;
	border-radius:35px;
	border:2.6px solid #fff;
	color:#191919;
	background:rgba(255,255,255,.39);
	backdrop-filter: blur(2px);
	letter-spacing:.15px;
	-webkit-backdrop-filter: blur(2px);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.hello-section a:hover {
	background:rgba(25, 25, 25,.78);
	border:3px solid #97B7E0;
	color:#fff;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/**/

.about-section{
	position:relative;
	display:block;
	min-height:700px;
	width:93%;
	margin:0 auto;
	
}

.about-section-text{
	padding:9em 0 5em;
	display:block;
}

.about-section-text h1{
	width:49%;
	display:inline-block;
	vertical-align:top;
	margin:0 2% 0 0;
	font-size:3.7em;
}

.about-section-text h1 p{
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	font-weight:900;
	line-height:1.1;
	padding:0;
	margin:0;
}

.about-section-text h1 strong{
	color:#97B7E0;
	font-weight:900;
}

.about-section-text .section-description{
	display:inline-block;
	vertical-align:top;
	width:48%;
	margin:-1% 0 0;
	text-align:left;
}

.about-section-text .section-description p{
	font-size:.95em;
	color:#fff;
	margin-bottom:15px;
	font-weight:normal;
}


.features-section {
	display: flex;
	justify-content: space-between;
}

.feature-row {
	flex: 1 1 auto;
	margin: 0 3%;
	padding:2em 0;
	border-top: 1.8px solid rgba(199, 199, 199, 0.2);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.feature-row:first-child {
	margin-left: 0;
}

.feature-row:last-child {
	margin-right: 0;
}

.feature-row span {
	display: block;
	font-weight: 800;
	color: #fff;
	margin-bottom:14px;
	font-size:1.4em;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.feature-row:hover span {
	color:#97B7E0;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.feature-row:hover{
	border-top: 1.8px solid rgba(255, 255, 255, .6);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.feature-row p {
	color:rgba(255,255,255,.6);
	margin: 0;
	font-size:.77em;
	
}

/**/
.promo-section {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 6em auto 0;
	text-align: left;
}

.promo-video {
	width: 50%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-video .play-btn {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(151, 183, 224, 0.6);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	box-shadow: 0 8px 25px rgba(33, 33, 33, 0.6);
	position: relative;
}

.promo-video .play-btn:hover {
	background: rgba(151, 183, 224, 0.8);
	box-shadow: 0 10px 30px rgba(33, 33, 33, 0.8);
}

.promo-video .play-btn::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 18px solid #fff; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-38%, -50%);
}

/***/


.popup {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.82);
	backdrop-filter: blur(5px);
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.4s ease;
}

video::-internal-media-controls-overflow-button {
	display: none !important;
}

video::-webkit-media-controls-panel {
	overflow: hidden !important;
}

body.no-scroll {
	overflow: hidden;
}

.popup.active {
	display: block;
	opacity: 1;
}

.popup-content {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, 100%);
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0,0,0,0.4);
	transition: transform 0.4s ease, opacity 0.4s ease;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-content video {
	width: auto;
	height: auto;
	max-height:90vh;
	max-width:65vw;
	object-fit: contain; /* щоб не обрізало */
	display: block;
}

.popup.active .popup-content {
	transform: translate(-50%, -50%);
	opacity: 1;
}

.popup.closing .popup-content {
	transform: translate(-50%, -150%);
	opacity: 0;
}

.popup-close {
	position: absolute;
	top: 10px; right: 15px;
	font-size: 31px;
	color: #000;
	cursor: pointer;
	z-index: 10;
	user-select: none;
}

/***/

.contact-form {
	position: relative;
	display: inline-block;
	width: 45%;
	text-align:center;
	margin-right:2.25%;
}

.contact-form h4{
	font-size: 2.33em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 .75em 1.5%;
	color:#fff;
	display:block;
	width: 94%;
}

.contact-form h4 strong{
	color: #97B7E0;
    font-weight: 900;
}

/********/

.webform-submission-contact-add-form {
	max-width: 94%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.webform-submission-contact-add-form input[type="text"],
.webform-submission-contact-add-form input[type="email"],
.webform-submission-contact-add-form select,
.webform-submission-contact-add-form textarea {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff!important;
	font-size: .81em;
	border-radius: 2px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	font-family: "Poppins", sans-serif;
}

.webform-submission-contact-add-form textarea{
	max-height:130px;
	min-height:110px;
	height:110px;
}

.webform-submission-contact-add-form input::placeholder,
.webform-submission-contact-add-form select,
.webform-submission-contact-add-form textarea::placeholder {
	color: #fff;
	transition: color 0.3s ease;
	font-weight:600;
}

.webform-submission-contact-add-form select {
	color: #fff;
	cursor:pointer;
	font-weight:600;
}

.webform-submission-contact-add-form input:focus,
.webform-submission-contact-add-form select:focus,
.webform-submission-contact-add-form textarea:focus {
	outline: none;
	border-color: #97B7E0;
	color: #97B7E0;
}

.webform-submission-contact-add-form input:focus::placeholder,
.webform-submission-contact-add-form textarea:focus::placeholder {
	color: #97B7E0;
}

.webform-submission-contact-add-form select:focus {
	color: #97B7E0;
}

/* Варіанти select при відкритті списку */
.webform-submission-contact-add-form select option {
	color: #000;
	font-weight:400;
}

.webform-submission-contact-add-form .form-item-message {
	grid-column: span 2;
}

.webform-submission-contact-add-form .form-actions {
	grid-column: span 2;
}

.webform-submission-contact-add-form input[type="submit"] {
	width: 100%;
	background: #a0c4f6;
	color: #000;
	margin-top:2px;
	font-weight: bold;
	font-size:.93em;
	padding:17px 15px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	transition: background 0.3s ease;
}

.webform-submission-contact-add-form input[type="submit"]:hover {
	background: #fff;
	transition: background 0.3s ease;
}


/**/

.service-section{
	position:relative;
	display:block;
	width:92%;
	margin:8em auto 0;
	padding:0;
}


.service-section h2{
	width:95%;
	display:block;
	margin:0% auto;
	text-align:center;
	font-size:3em;
}

.service-section h2 p{
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	font-weight:900;
	line-height:1.1;
	padding:0;
	margin:0;
}

.service-section h2 strong{
	color:#97B7E0;
	font-weight:900;
}

.service-section .slider {
	position: relative;
	width: 100%;
	height:90vh;
	overflow: hidden;
}

.service-section .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-section .slide.active {
	opacity: 1;
	z-index: 2;
}

.service-section .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding:2em 0px;
	box-sizing: border-box;
}

.service-section .text {
	flex: 0 0 40%;
	padding-right: 40px;
	opacity: 0;
	margin-top:-2em;
}

.service-section .slide.active .text {
	animation: fadeInUp 1s ease forwards;
}

.service-section  .text h3 {
	font-size: 2.7rem;
	font-weight:500;
	
	padding:0;
	margin:0 0 20px;
	color:#fff;
}

.service-section .text p {
	margin-bottom: 15px;
	font-size:.95em;
	line-height: 1.55;
	color:#fff;
}

.service-section .btn {
	background: #9ec5f9;
	border: none;
	position:relative;
	padding: 16px 45px;
	font-weight: bold;
	cursor: pointer;
	top: 40px;
	color:#000;
	letter-spacing:.25px;
	font-family: "Poppins", sans-serif;
	font-size:.81em;
	font-weight:600;
}

.service-section .btn:hover{
	background: #fff;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.service-section .text h3,
.service-section .text p,
.service-section .text .btn {
	opacity: 0;
	transform: translateY(40px);
}

/* заголовок */
.slide.active .text h3 {
	animation: fadeInUp 0.8s ease forwards;
	animation-delay: 0.2s;
}

/* абзаци */
.service-section .slide.active .text p {
	animation: fadeInUp 0.8s ease forwards;
	animation-delay: 0.6s;
}

/* кнопка */
.service-section .slide.active .text .btn {
	animation: fadeInUp 0.8s ease forwards;
	animation-delay: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-section .image {
	flex: 0 0 55%;
	position: relative; /* важливо! щоб стрілки були всередині */
	display: flex;
	justify-content: flex-end;
}

.service-section .image img {
	width: 100%;
	height:auto;
	object-fit: cover;
}

/* Стрілки строго поверх картинки */
/* Стрілки строго поверх картинки */
.service-section .nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.6); /* прозорий фон */
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: background 0.3s, backdrop-filter 0.3s;
	backdrop-filter: blur(2px); /* розмиття фону позаду кнопки */
}

.service-section .nav:focus ,
.service-section .nav:hover {
	background-color:rgba(158, 197, 249,.6);
}

.service-section .prev {
	left: 15px;
    background: rgba(255, 255, 255, 0.6) url('/themes/optura/images/arrow-slide.png') no-repeat center center;
	background-size: 80%;
	transform: translateY(-50%) rotate(180deg);
}

.service-section .next {
	right: 15px;
	background: rgba(255, 255, 255, 0.6) url('/themes/optura/images/arrow-slide.png') no-repeat center center;
	background-size: 80%;
	transform: translateY(-50%);
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**/

.hello-section-pages{
	width: 100%;
	height: 72vh;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center;    
	text-align: center;
	background-size: cover;    
	background-repeat: no-repeat;
	background-position: center; 
	overflow:hidden;
	position:relative;
	box-shadow:0 0 3px 5px rgba(0,0,0,.13);
}

.hello-section-pages:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 5, 5,.5);
	z-index: 1;
}

.title-section{
	text-align:center;
	z-index:9;
	display:inline-block;
}

.title-section h1{
	font-size: 4.4em;
	font-weight:800;
	padding:0;
	margin:0;
	color:#fff;
	text-transform:uppercase;
}

.title-section img{
	width:90px;
	height:auto;
	margin-bottom:.25em;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.title-section img:hover{
	transform: scale(0.89);
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-btn{
	position:absolute;
	top:4%;
	right:2%;
	z-index:9;
	display:inline-block;
}

.cta-btn a {
    font-size: .89em;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    padding: 14px 42px;
    border-radius: 35px;
    border: 2.6px solid #fff;
    color: #191919;
    background: rgba(255,255,255,.45);
    backdrop-filter: blur(2px);
    letter-spacing: .15px;
    -webkit-backdrop-filter: blur(2px);
    -webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}


.cta-btn a:hover {
	background:rgba(25, 25, 25,.78);
	border:3px solid #97B7E0;
	color:#fff;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/**/

/**/

.headline-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	width:92%;
	margin:5em auto;
}

.headline-section h2{
	font-size: 3.2em;
	color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    padding: 0;
    margin: 0;
}

.headline-section p{
	font-size: .93em;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
	text-align:left!important;
}

.headline-section h2 strong {
	color: #97B7E0;
	font-weight: 900;
}

.headline-section h2 {
	margin-right:2em;
}

.headline-section > h2 {
	flex: 1;
}

.headline-section > p {
	flex: 1;
	text-align: center;
}

/**/

.advantage-title{
	display:block;
	width:90%;
	margin:9em auto 2em;
	text-align:center;
}

.advantage-title h2 {
    font-size: 2.63em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 .75em 1.5%;
    color: #fff;
    display: block;
    width: 94%;
}

.advantage-title h2 strong {
    color: #97B7E0;
    font-weight: 900;
}

.advantage-title p {
    font-size: 1em;
    line-height: 1.55;
    color: rgb(255, 255, 255);
    display: block;
    margin: 0 auto 3em;
    width: 49%;
    font-weight: normal;
}

.advantage-icons {
	color: #ffffff;
	width:95%;
	margin:0 auto;
	display: flex;
	justify-content: center;
	gap: 6%; 
	flex-wrap: nowrap; 
	box-sizing: border-box;
}

.advantage-icons .adv-row {
	width: 55%;
	text-align: center;
	box-sizing: border-box;
}


.advantage-icons img {
	width: 18%;
	height: auto;
	object-fit: contain;
	margin-bottom: 2em;
	transition: transform 0.5s ease;
}

.advantage-icons .adv-row:hover img {
	transform: scale(0.92);
	transition: transform 0.5s ease;
}

.advantage-icons > .adv-row > span {
	display: block;
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom:1.4em;
	color: #fff;
}

.advantage-icons p {
	margin: 0 auto;
	display:block;
	background:rgba(34, 34, 34,.92);
	padding:5% 4%;
	font-size:.9em;
	color:#fff;
	text-align:left;
}

/**/


.services-sticky{
	position:relative;
	display:block;
	width:94%;
	margin:0 auto;
}

.services-sticky div{
    box-sizing: border-box!important;
}

.sticky-block-container{
	width: 100%;
}

.sticky-block-row{ width: 100%;margin-bottom:2em}

.column-left{
	float: right;
	width: 50%;
	padding:0 0px;
	box-sizing: border-box;
}

.content-block-left{
	padding: 10px;
	color: #000000;
	background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}


.column-info{
	float: left;
	width: 50%;
	min-height:125vh;
	padding: 1.5% 5% 1.5% 3%;
	vertical-align:middle;
}


.content-block-right{
	margin-bottom:21px;
	padding:20px 4%;
	margin-left:.7%;
	width:100%;
	display:block;
	background:#fff;
	text-align:left;
	border:2.5px solid transparent;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

span.stick-title{
	text-transform:uppercase;
    font-size:2.8em;
	padding:0;
	margin:0 0 .7em;
	display:block;
	position:relative;
	color:#fff;
    font-weight: 700;
    line-height: 1.15;
}

.column-info p{
	color:#fff;
	display:block;
	position:relative;
	font-size:.92em;
	margin:0 0 20px;
	font-weight:normal;
}

.sticky{
	display: block;
	position: -webkit-sticky;
	position: sticky;
	will-change: transform;
	height:100vh;
	top: 0px;
}

.body-stick{
	position:relative;
	display:block;
	margin:10px 0;
}

.body-stick span.subheader{
	display:block;
	margin:30px 0 2em;
	font-size:1.2em;
	color:#97B7E0;
	font-weight:700;
}

.list-block{
	padding:3%;
	background:#222222;
	color:#fff;
}

.list-block li{
	margin-bottom:.55em;
}

/**/

.stages-section-title{
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
	text-align:center;
    padding: 0;
    margin: 4em 0 1.7em;
}

.stages-section-title strong {
    color: #97B7E0;
    font-weight: 900;
}

.stages-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap:2em 4em;
	margin: 2em auto 6em;
	counter-reset: stage-counter;
	width:90%;
	
}

.stage-row {
	color: #fff;
	padding: 10px;
	position: relative;
	text-align: center;
	text-align:left;
}

.stage-row span{
	font-size:1.4em;
	font-weight:700;
	letter-spacing:.15px;
	text-align:left;
	padding:0;
	margin-bottom:.55em;
}

.stage-row::before {
	content: counter(stage-counter, decimal-leading-zero);
	counter-increment: stage-counter;

	font-weight: 600;
	color: #97B7E0;
	position: relative;
	display:block;
	
    font-size: 3.1em;
    
    color: transparent;
    -webkit-text-stroke:.95px #97B7E0;
	text-align: left;
	line-height:1;
	padding:0;
	margin-bottom:.25em;
}

.stage-row p {
	font-size:.86em;
	line-height:1.54;
	color:#fff;
}

/**/

.headline-section-projects{
	display:block;
	text-align:center;
	color: white;
	width:92%;
	margin:7em auto 5em;
}

.headline-section-projects h2{
	font-size: 3.2em;
	color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.16;
    padding: 0;
    margin: 0 auto .82em;
	width:65%;
}

.headline-section-projects h2 strong {
    color: rgb(151, 183, 224);
    font-weight: 900;
}

.headline-section-projects p{
	width:75%;
	margin:0 auto;
	font-size: .93em;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
}

/***/

.projects-tabs-section {
	position: relative;
	width:90%;
	margin:0 auto 5em;
	overflow:hidden;
	display:block;
	font-family: "Poppins", sans-serif;
}

.projects-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 4em;
	padding-bottom: 10px;
	justify-content: center;
	align-items: center;
}

.projects-tab-btn {
	background: none;
	border: none;
	padding: 12px 30px;
	font-size: .9em;
	margin:0 1em;
	font-weight: 500;
	letter-spacing:.05px;
	cursor: pointer;
	border:2.5px solid transparent;
	color: #fff;
	background: #222222;
    z-index: 9;
    background-image: none;
	transition: all 0.2s ease;
	font-family: "Poppins", sans-serif;
}

.projects-tab-btn:before {background:#222222;}

.projects-tab-btn:hover {
	border:2.5px solid #97B7E0;
	transition: all 0.2s ease;
}

.projects-tab-btn.active {
	background: #97B7E0;
	color: #222222;
	box-shadow: 0 0 3px 5px rgba(0, 0, 0, .13);
	transition: all 0.2s ease;
}

/* Контент табів */
.projects-tab-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* fade in */
.projects-tab-content.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
	animation: fadeIn 0.4s ease forwards;
}

/* fade out */
.projects-tab-content:not(.active) {
	z-index: 1;
	animation: fadeOut 0.24s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(10px); }
}

.project-row.active{
	width:48%;
	display:inline-block;
	position:relative;
	vertical-align:top;
}

.projects-tab-content img{
	width:100%!important;
	height:auto!important;
}


.project-row.active:nth-child(odd){
	margin-right:3%;
}

.project-title{
	position:relative;
	display:block;
	text-align:left;
	margin:.65em 0 .15em;
	font-size:1.35em;
	text-transform:uppercase;
	font-weight:300;
	color:#fff;
}

.project-location {
    display: inline-flex;
    align-items: center;
    font-size: .95em; /* Задайте бажаний розмір шрифту */
    font-weight: bold; /* За бажанням, можна зробити текст жирним */
    color: white; /* Задайте колір тексту */
    background-image: url('../images/location.png');
    background-size: 36px 36px;
	line-height:1.6;
	padding:7px 0;
    background-repeat: no-repeat;
    background-position: left center; /* Іконка буде зліва від тексту */
    padding-left: 40px; /* Додайте відступ для тексту, щоб не перекривало іконку */
}

/**/

.contact-section-projects{
	position:relative;
	width:100;
	display:inline-block;
	padding:5em 0;
	background:#222222;
}

.contact-text-block{
	width:40%;
	padding:0 5%;
	display:inline-block;
	vertical-align:top;
}

.contact-text-block h3 {
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.14;
    padding: 0;
    margin: 0 0 1.25em 0%;
    color: #fff;
    display: block;
    width: 94%;
}

.contact-text-block h3 strong {
    color: #97B7E0;
    font-weight: 900;
}

.contact-text-block p {
    margin-bottom: 15px;
    font-size: .94em;
    line-height: 1.6;
    color: #fff;
}

.contact-form-block{
	width:45%;
	padding:0 2%;
	display:inline-block;
	vertical-align:top;
}

/**/

.faq-section{
	position:relative;
	display:block;
	width:90%;
	padding-bottom:3em;
	margin:9em auto 0em;
}

.faqs-title{
	position:relative;
	display:block;
	text-align:center;
}

.faqs-title h3 {
    font-size: 2.6em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.14;
    padding: 0;
    margin: 0 auto .85em;
    color: #fff;
    display: block;
	text-align:center;
    width: 94%;
}

.faqs-title h3 strong {
    color: #97B7E0;
    font-weight: 900;
}

.faqs-title p {
    font-size: .98em;
    line-height: 1.6;
    color: #fff;
	width:63%;
	margin:0 auto;
	text-align:center;
}

.faq-section-rows{
	position:relative;
	display:block;
	margin:4em 0 0;
}

.faq-section-header{margin-bottom:3em;}

.faq-section-header h4{
	display:block;
	text-align:center;
	line-height:1;
	padding:0;
	margin:0 0 .8em;
	font-size:2.25em;
	font-weight:500;
}

.faq-section-header p{
	position:relative;
	display:block;
	width:75%;
	margin:0 auto;
	font-size:.79em;
	line-height:1.45;
	text-align:center;
	color:#111;
}

.faq-section-rows{
	position:relative;
	display:inline-block;
	width:95%;
	text-align:left;
}

.faq-section-rows .faq-row{
	margin-bottom: 18px;
	display:inline-block;
	width:47%;
	vertical-align:top;
}

.faq-section-rows .faq-row:nth-child(odd){
	margin:0 5% 0 0;
}

.faq-title{
	padding: 20px 35px;
	font-size: .85em;
	background-color:#222222;
	position: relative;
    display: block;
    z-index: 9;
	color:#fff;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	background-image: url(../images/plus_icon.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 25px 25px;
	cursor: pointer;
	margin-bottom:.35em;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.faq-title:hover{
	background-color:rgba(34, 34, 34,.7);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.faq-title.active{
	background-image: url(../images/minus_icon.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 25px 25px;
	color:#222222;
	background-color:#97B7E0;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.faq-title.active:hover{
	color:#1c1c1c;
	opacity:.89;
}

.faq-content {
	display: none;
	margin:10px 0;
	padding:2% 3.5%;
	border:1.5px solid rgba(255,255,255,.45);
	background:rgba(30, 30, 30,.025);
}

.faq-content p {
	margin: 0;
	padding: 0;
	font-size:.84em;
	line-height:1.57;
	color:#fff;
}

.faq-content li{
	margin-bottom:7px;
	font-size:.95em;
}

/**/

.contact-page-section{
	position:relative;
	display:block;
	width:98%;
	margin:2em auto 0em;
	padding-bottom:9em;
}


.contact-info{
	width:45%;
	margin-left:4%;
	padding:0%;
	display:inline-block;
	vertical-align:top;
}

.contact-form-page{
	width:45%;
	padding:2.5% 2%;
	display:inline-block;
	position:relative;
	vertical-align:top;
	background: #222222;
    z-index: 9;
	margin:0 auto;
	opacity:1;
    background-image: none;
}


.contact-info span{display:block;margin-bottom:6px;}

.contact-info a.mailto{
	font-size:1.3em;
	color:#97B7E0;
	letter-spacing:.1px;
	font-weight:500;
	display:inline-block;
	margin-bottom:.5em;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.contact-info a.mailto:hover{
	color:#fff;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.contact-info a.callme{
	font-size:1.07em;
	color:#fff;
	letter-spacing:.07px;
	font-weight:400;
	display:inline-block;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.contact-info a.callme:hover{
	color:#97B7E0;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.contact-info h3{
	color:#fff;
	font-size:1.55em;
	font-weight:500;
	padding:0;
	margin:0 0 .4em;
}


.contact-social-links{
	position:relative;
	text-align:left;
	margin:3.5em 0 0;
	z-index:9;
	display:block;
}

.contact-social-links .f-menu{
	display:inline-block;
	margin-right:15px!important;
}


.f-menu a.instagram-link,
.f-menu a.facebook-link,
.f-menu a.linkedin-link{
	position:relative;
	display:inline-block;
	width:47px;
	height:47px;
}


.f-menu a.facebook-link:after{
	content:'';
	display:block;
	background: url(../images/facebook.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.f-menu a.instagram-link:hover,
.f-menu a.facebook-link:hover,
.f-menu a.linkedin-link:hover{
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	opacity:.7;
	-moz-transform: scale(.93);
	-webkit-transform: scale(.93);
	-o-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
}



.f-menu a.instagram-link:after{
	content:'';
	display:block;
	background: url(../images/instagram.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.f-menu a.linkedin-link:after{
	content:'';
	display:block;
	background: url(../images/linkedin.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}


/**/

.footer-section{
	position:relative;
	display:block;
	padding:5.5em 0 3.5em;
	background:#222222;
	z-index:9;
	background-image:none;
}

.footer-info{
	display:block;
	text-align:center;
}

.footer-info img{
	display:block;
	margin:0 auto 2em;
	width:35%;
	height:auto;
}

.footer-info p{
    font-size: 1em;
    line-height: 1.55;
    color: rgb(255, 255, 255);
	display:block;
	margin:0 auto;
	width:40%;
	font-weight:normal;
}

.social-footer{
	display: block;
	width:100%;
	margin:2em auto 0;
}

.f-row{
	display:inline-block;
}

.f-row a.instagram-link,
.f-row a.facebook-link,
.f-row a.linkedin-link{
	position:relative;
	display:inline-block;
	width:52px;
	height:52px;
}


.f-row a.facebook-link:after{
	content:'';
	display:block;
	background: url(../images/fb.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.f-row a.facebook-link:before{
	content:'';
	display:block;
	background: url(../images/fb-2.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
}

.f-row a.instagram-link:hover,
.f-row a.facebook-link:hover,
.f-row a.linkedin-link:hover{
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.f-row a.instagram-link:hover:after,
.f-row a.facebook-link:hover:after,
.f-row a.linkedin-link:hover:after{
	opacity:0;
	z-index:-1;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.f-row a.instagram-link:hover:before,
.f-row a.facebook-link:hover:before,
.f-row a.linkedin-link:hover:before{
	opacity:1;
	z-index:9;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	display:block;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.f-row a.instagram-link:after{
	content:'';
	display:block;
	background: url(../images/inst.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.f-row a.instagram-link:before{
	content:'';
	display:block;
	background: url(../images/inst-2.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
}

.f-row a.linkedin-link:after{
	content:'';
	display:block;
	background: url(../images/in.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	z-index:9;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.f-row a.linkedin-link:before{
	content:'';
	display:block;
	background: url(../images/in-2.png) no-repeat;
	background-size:contain;
	width:100%;
	height:100%;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
}

/**/

.footer-contact{
	display:block;
	text-align:center;
	width:95%;
	padding:2em 0 0;
	margin:2em auto 0;
	border-top:1.5px solid rgba(199, 199, 199,.7);
}

.cta-title{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	width:47%;
	font-size:1.66em;
	font-weight:300;
	margin-right:5%;
	letter-spacing:.15px;
	color:#fff;
}

.quick-contact{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	width:45%;
	margin-top:.25em;
}

.quick-contact span{display:block;margin-bottom:6px;}

.quick-contact a.mailto{
	font-size:1.45em;
	color:#97B7E0;
	letter-spacing:.1px;
	font-weight:500;
	display:inline-block;
	margin-bottom:.35em;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.quick-contact a.mailto:hover{
	color:#fff;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.quick-contact a.callme{
	font-size:1.07em;
	color:#fff;
	letter-spacing:.07px;
	font-weight:400;
	display:inline-block;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.quick-contact a.callme:hover{
	color:#97B7E0;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

/**/

.copy p {
    color: #fff;
    padding:1em 0;
    margin:1em 0;
    line-height: 1;
	text-align:center;
    font-size: .85em;
}

/****/

.solution-section{
	position:relative;
	display:block;
	width:95%;
	margin:7em auto;
}

.solution-section-title{
	position:relative;
	display:block;
	text-align:center;
}

.solution-section-title h4 {
    color: #fff;
    font-size: 2.7em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 .45em;
}

.solution-section-title h4 strong {
    color: #97B7E0;
    font-weight: 900;
}

.solution-section-title p {
    font-size: .99em;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
	width:47%;
	margin:0 auto 4em;
}

.tabs {
	display: flex;
	width: 100%;
	max-width:100%;
	margin: 0 auto;
	font-family: "Poppins", sans-serif;
}

.tab-list {
	width: 48%;
	list-style: none;
	padding: 0;
	margin: 0 0 0 6.5%;
	display: flex;
	max-height:100%;
	flex-direction: column;
	counter-reset: section;
	position: relative; 
	z-index: 1;
	overflow:hidden;
	max-height:100%;
}

.tab-list::before {
	content: "";
	position: absolute;
	top: 0%;     
	left: 0%;
	width: 100%;   
	height: 100%; 
	background: url("/themes/optura/images/whitelogo.png") no-repeat center;
	background-size:contain; 
	opacity: 0.017; 
	z-index: -1;   
	pointer-events: none;
}

.tab-list li {
	display: flex;
	width:84%;
	align-items: center;
	cursor: pointer;
	font-size:1.23em;
	line-height:1.2;
	font-weight: 500;
	color: #fff;
	padding: 26px 11% 26px 0;
	position: relative;
	transition: color 0.3s ease;
	border-bottom: 1.25px solid rgba(255, 255, 255, 0.24);
}

.tab-list li:last-child{
	border-bottom: 0px solid rgba(255, 255, 255, 0.24);
}

.tab-list li::before {
	counter-increment: section;
	content: counter(section, decimal-leading-zero);
	font-size:2.65em;
	font-weight: 500;
	margin-right: 25px;
	color: transparent;
	-webkit-text-stroke: 1.5px #97B7E0; 
}

.tab-list li::after {
	content: "";
	position: absolute;
	right: 0; 
	top: 50%; 
	transform: translateY(-50%) translateX(20px);
	opacity: 0;
	width: 60px;
	height: 60px;
	background-image: url("/themes/optura/images/tab-arow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
}

.tab-list li:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0); 
}

.tab-list li.active {
	color: #97B7E0;
	font-weight: 600;
}

.tab-list li.active::after {
	background-image: url("/themes/optura/images/tab-arow-2.png");
}

.tab-content {
	width: 65%;
	padding-left: 3%;
	display: flex;
	flex-direction: column;
}

.tab-pane {
	display: none;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	background: rgba(34, 34, 34, 0.6);
	padding: 25px 36px;
	align-self: stretch;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

/* для внутрішніх елементів */
.tab-pane > * {
	opacity: 0;
	color:transparent;
	transform: translateY(10px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.show-children > * {
	opacity: 1;
	color:#fff;
	transform: translateY(0);
}

.tab-pane p {
	font-size:.92em;
	line-height: 1.6;
	color: #fff;
	letter-spacing:.1px;
}
.tab-pane p strong{
	font-size:1.1em;
	color:#97B7E0;
}

.tab-pane li{
	font-size:.95em;
	color: #fff;
	margin-bottom:15px;
}

/**/

.realisations-section {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	overflow: hidden;
	margin:11em auto 4em;
	width:93%;
}

.realisations-info-block {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
	position: relative;
	z-index: 2;
	margin-top:-2%;
}

.realisations-title h4{
	line-height:1.1;
	margin:0;
	padding:0;
}

.realisations-title h4 p {
	font-size:2.42em;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.realisations-title h4 p strong {
	color: #9ab5f5;
}

.realisations-title > p {
	font-size:.84em;
	color: #999999;
	line-height: 1.6;
	max-width: 480px;
	padding:0;
}

.approach-block {
	background: #222222;
	padding:35px 30px;
	margin-top:-3%;
	position: relative;
	left: 0px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
	z-index: 3;
	width:100%;
}

.approach-block span {
	display: block;
	font-size:1.7em;
	font-weight: 300;
	text-transform:uppercase;
	color: #ffffff;
	margin-bottom: 13px;
}

.approach-block p {
	font-size:.83em;
	color: #cccccc;
	line-height: 1.6;
}

.realisations-banner-block {
	width: 67%;
	position: relative;
	z-index: 1;
}

.realisations-banner-block img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.approach-btn {
	margin-top: 30px;
}

.approach-btn a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.approach-btn a:hover {
	color: #97B7E0;
}

.approach-btn a::before {
	content: "";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 3px solid #97B7E0;
	border-radius: 50%;
	background: url("/themes/optura/images/tab-arow.png") no-repeat center;
	background-size: 93% auto; 
	transition: background-size 0.3s ease, border-color 0.3s ease; 
}

.approach-btn a:hover::before {
	background-size: 74% auto; 
	border-color: #ffffff;
	transition: background-size 0.3s ease, border-color 0.3s ease; 
}

/**/

.articles-section {
	display:block;
	margin:7em auto 7em;
	width:93%;
	position:relative;
}

.articles-section h4{
    font-size: 2.52em;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 7px;
	display:block;
	line-height:1.25;
	width:38%;
	text-align:center;
	margin:5em auto 1.7em;
}


.articles-section-rows{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.articles-section .views-row {
	color: #fff;
	transition: all 0.3s ease;
}

.articles-section .views-field-field-article-banner img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s ease;
	border:3px solid transparent;
}

.articles-section .views-field-title {
	margin-top: 15px;
	font-size:.98em;
	font-weight: 600;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.articles-section .views-field-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.articles-section .views-field-title-1 {
	margin-top: 10px;
}

.articles-section .views-field-title-1 a {
	color: #97B7E0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
}

.articles-section .views-row:hover .views-field-field-article-banner img {
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
	transition: all 0.5s ease;
	border:3px solid #97B7E0;
}

.articles-section .views-row:hover .views-field-title a {
	color: #97B7E0;
	transition: color 0.3s ease;
}

.articles-section .views-row:hover .views-field-title-1 a{
	color: #fff;
	transition: color 0.3s ease;
}

.articles-btn{
	position:relative;
	display:block;
	margin:2.5em auto 6em;
	text-align:center;
}

.articles-btn a{
	background: #9ec5f9;
	border:3px solid #9ec5f9;
    padding: 15px 7%;
    font-weight: bold;
    cursor: pointer;
    margin-top: 40px;
    color: #000;
    letter-spacing: .15px;
    font-family: "Poppins", sans-serif;
    font-size: .88em;
    font-weight: 700;
	display:inline-block;
	transition: all 0.5s ease;
}

.articles-btn a:hover{
	background:transparent;
	border:3px solid #9ec5f9;
    color: #fff;
	transition: all 0.5s ease;
}

/**/

.journal-section{
	display:block;
	margin:7em auto 7em;
	width:93%;
	position:relative;
	padding:0 0 6em;
}

.journal-section .views-exposed-form{
	position:relative;
	display:block;
	margin-bottom:4em;
}

.journal-section .views-exposed-form .count{
	display:none;
}

.journal-section .views-exposed-form ul{
	padding:0;
	margin:0;
	text-align:center;
}

.journal-section .views-exposed-form ul li{
	display:inline-block;
	
}

.journal-section .views-exposed-form ul li a{
	background: none;
	border: none;
	padding: 12px 30px;
	font-size: .9em;
	margin:0 1em;
	font-weight: 500;
	letter-spacing:.05px;
	cursor: pointer;
	border:2.5px solid transparent;
	color: #fff;
	background: #222222;
    z-index: 9;
    background-image: none;
	transition: all 0.2s ease;
	font-family: "Poppins", sans-serif;
}

.projects-tab-btn:before {background:#222222;}

.journal-section .views-exposed-form ul li a:hover {
	border:2.5px solid #97B7E0;
	transition: all 0.2s ease;
}

.journal-section .views-exposed-form ul li a.bef-link.bef-link--selected {
	background: #97B7E0;
	color: #222222;
	box-shadow: 0 0 3px 5px rgba(0, 0, 0, .13);
	transition: all 0.2s ease;
}


#block-optura-views-block-all-articles-page-block-1{
	
}

#block-optura-views-block-all-articles-page-block-1 .views-row {
	color: #fff;
	transition: all 0.3s ease;
	display:inline-block;
	width:31%;
	vertical-align:top;
	margin-bottom:4em;
}

#block-optura-views-block-all-articles-page-block-1 .row-margin{
	margin:0 1.8% 4em;
}

#block-optura-views-block-all-articles-page-block-1 .views-field-field-article-banner img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s ease;
	border:3px solid transparent;
}


#block-optura-views-block-all-articles-page-block-1 .views-field-title {
	margin-top: 15px;
	font-size:.98em;
	font-weight: 600;
	line-height: 1.3;
	transition: color 0.3s ease;
}

#block-optura-views-block-all-articles-page-block-1 .views-field-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

#block-optura-views-block-all-articles-page-block-1 .views-field-title-1 {
	margin-top: 10px;
}

#block-optura-views-block-all-articles-page-block-1 .views-field-title-1 a {
	color: #97B7E0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
}

#block-optura-views-block-all-articles-page-block-1 .views-row:hover .views-field-field-article-banner img {
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
	transition: all 0.5s ease;
	border:3px solid #97B7E0;
}

#block-optura-views-block-all-articles-page-block-1 .views-row:hover .views-field-title a {
	color: #97B7E0;
	transition: color 0.3s ease;
}

#block-optura-views-block-all-articles-page-block-1 .views-row:hover .views-field-title-1 a{
	color: #fff;
	transition: color 0.3s ease;
}

/**/


.article-banner-section{
	width: 100%;
	height: 88vh;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center;    
	text-align: center;
	background-size: cover;    
	background-repeat: no-repeat;
	background-position: center; 
	overflow:hidden;
	position:relative;
	box-shadow:0 0 3px 5px rgba(0,0,0,.13);
}

.article-banner-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 5, 5,.59);
	z-index: 1;
}

.article-title-section{
	text-align:center;
	margin-top:-0em;
	z-index:10;
	position:relative;
	display:block;
}

.article-title-section h1{
	font-size: 2.8em;
    font-weight: 600;
    line-height: 1.24;
    padding: 0;
    margin: 0 auto .85em;
    color: #fff;
    display: block;
	letter-spacing:.15px;
    text-align: center;
    width:83%;
}


.article-title-section img{
	width:90px;
	height:auto;
	margin-bottom:.65em;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;	
}

.article-title-section img:hover{
	transform: scale(0.89);
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.article-body{
	position:relative;
	display:block;
	width:64%;
	margin:4em auto;
	padding:2em 0 3em;
	color:#fff;
}

.article-body p{
	color:rgba(255,255,255,.85);
	font-size:.89em;
	margin-bottom:35px;
}

/**/

.related-articles{
	position:relative;
	display:block;
	width:94%;
	margin:0 auto;
	text-align:center;
}

.related-articles h2{
	display:block;
    text-align: left;
    vertical-align: top;
    width:97%;
	margin:0 auto 1.1em;
	padding:0 0 .65em;
	border-bottom:2px solid #97B7E0;
	line-height:1;
    font-size: 2.6em;
    font-weight: 300;
    letter-spacing: .15px;
    color: #fff;
}

.related-articles .views-row {
	color: #fff;
	transition: all 0.3s ease;
	display:inline-block;
	width:31%;
	vertical-align:top;
	margin-bottom:4em;
	text-align:left;
}

.related-articles .views-row:nth-child(2){
	margin:0 1.8% 4em;
}

.related-articles .views-field-field-article-banner img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s ease;
	border:3px solid transparent;
}


.related-articles .views-field-title {
	margin-top: 15px;
	font-size:.98em;
	font-weight: 600;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.related-articles .views-field-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.related-articles .views-field-title-1 {
	margin-top: 10px;
}

.related-articles .views-field-title-1 a {
	color: #97B7E0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
}

.related-articles .views-row:hover .views-field-field-article-banner img {
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
	transition: all 0.5s ease;
	border:3px solid #97B7E0;
}

.related-articles .views-row:hover .views-field-title a {
	color: #97B7E0;
	transition: color 0.3s ease;
}

.related-articles .views-row:hover .views-field-title-1 a{
	color: #fff;
	transition: color 0.3s ease;
}

/**/

/**************************************/
/*

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  color: #222;
  background: #fff;
  height: 100vh;
}

/* Основний контейнер: дві половини */
.container {
  display: flex;
  height: 100vh;
}

/* Ліва частина (текст) */
.left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  line-height: 1.6;
}

.logo {
  width: 50%;
  margin-bottom: 10px;
}

.left h1 {
  font-size: 2.0em;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.left h1:after {
  content: "";
  display: block;
  width: 39%;
  height: 4px;
  background-color: #97B7E0;
  margin-top: 10px;
}

.left p {
  margin-bottom: 18px;
  font-size: 1em;
  font-weight: normal;
}

.left strong {
  font-weight: bold;
}

.email {
  display: block;
  margin-top: 25px;
  font-weight: 700;
  font-size: 1.35em;
  text-decoration: none;
  color: #000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.email:hover {
	color:#97B7E0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* Права частина (зображення десктоп) */
.right {
  flex: 1;
  overflow: hidden;
}

.right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Мобільне фото (за замовчуванням приховане) */
.mobile-image {
  display: none;
  width: 100%;
  margin: 20px 0;
  border-radius: 5px;
}

@media (max-width: 1180px) {
	


.container {
    flex-direction: column; /* вертикальне розташування */
    height: auto;
}

.left {
    padding: 30px 20px;
    align-items: center;
    text-align: center;
	border:0px solid red;
}

.logo {
    width: 47%;
    margin: 10px auto 10px auto;
}

.left h1 {
	font-size: 2.73em;
	font-weight: 800;
	text-align:left;
	margin:0 0 5px;
	padding-bottom: 0px;
	display:block;
	width:100%;
	line-height:1.3;
}

.left p {
	margin-bottom:10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align:left;
}

.left h1:after {
    width: 20%;
    margin: 10px 0 0;
	display:block;
}

.right {
    display: none; /* приховуємо десктопне фото */
}

  .mobile-image {
    display: block; /* показуємо мобільне фото */
  }

.email {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.55em;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

}

@media (max-width: 720px) {


.thank-you-page .title-section{
	text-align:center;
	z-index:9;
	display:inline-block;
	margin-top:-10em;
}
	
.thank-you-page .title-section h1{
	font-size: 2.55em;
	font-weight:700;
	padding:0;
	line-height:1.1;
	margin:25px 0 40px;
	color:#fff;
	text-transform:none;
}

.thank-you-page .home-btn a {
    font-size: 1.1em;
	padding: 15.5px 62px;
}	

.container {
    flex-direction: column; /* вертикальне розташування */
    height: auto;
}

.left {
    padding: 5px 13px 15px;
    align-items: center;
    text-align: center;
	border:0px solid red;
}

.logo {
    width: 70%;
    margin: 10px auto 0px auto;
}

.left h1 {
	font-size: 2.03em;
	font-weight: 800;
	text-align:left;
	margin:0 0 15px;
	padding-bottom: 0px;
	display:block;
	width:100%;
	line-height:1.3;
}

.left p {
	margin-bottom:10px;
	font-size: 1em;
	font-weight: normal;
	text-align:left;
}

.left h1:after {
    width: 20%;
    margin: 10px 0 0;
	display:block;
}

.right {
    display: none; /* приховуємо десктопне фото */
}

  .mobile-image {
    display: block; /* показуємо мобільне фото */
  }

.email {
    display: block;
    margin-top: 12px;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 1.55em;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

}


/**/



@media only screen and (min-width:1890px){



body{
	font-size:21px;
}

.hamburger {
    position: fixed;
    top: 25px;
    left: 19px;
    width: 41px;
    height: 32px;
}

.f-menu a.instagram-link, .f-menu a.facebook-link, .f-menu a.linkedin-link {
    width: 55px;
    height: 55px;
}

.promo-video {
    width: 50%;
    height: 490px;
}

.service-section .nav {
    width: 55px;
    height: 55px;
}
.f-row a.instagram-link, .f-row a.facebook-link, .f-row a.linkedin-link {
    width: 62px;
    height: 62px;
}

.hello-section-pages {
    width: 100%;
    height: 76vh;
}

.journal-section .views-exposed-form ul li a {
    padding: 14px 40px;
    font-size: .9em;
}

.stage-row::before {
    font-size: 3.7em;
}


.title-section img{
	width:100px;
}
	
}


@media only screen  and (min-width:2170px){


.hello-section img {
    width: 53%;
    margin: 0 auto 4em;
}

#preloader img {
    width: 49.5%;
    height: auto;
    display: block;
    margin: -4.5em auto 2.7em;
}

#preloader h2 {
    color: #fff;
    font-size: 2.8em;
}

body{
	font-size:23px;
}

.hello-section a {
    font-size: 1.015em;
    padding: 22px 80px;
    border-radius: 40px;
    border: 2.6px solid #fff;
}

.hamburger {
    position: fixed;
    top: 25px;
    left: 19px;
    width: 54px;
    height: 36px;
}

.hamburger span {
    display: block;
    height: 2.7px;
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    margin: 2px 0;
}

.f-menu a.instagram-link, .f-menu a.facebook-link, .f-menu a.linkedin-link {
    width: 55px;
    height: 55px;
}

.about-section-text h1 {
    font-size: 4em;
}

.promo-video {
    width: 50%;
    height: 650px;
}

.promo-video .play-btn {
    width:130px;
    height:130px;
}

.popup-content video {
    max-height: 94vh;
    max-width: 67vw;
}

.promo-video .play-btn::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-38%, -50%);
}

.contact-form h4 {
    font-size: 2.9em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    padding: 0;
    margin: 0 auto .65em;
    color: #fff;
    display: block;
    width: 97%;
}

.webform-submission-contact-add-form .js-form-item{margin-bottom:19px;}

.webform-submission-contact-add-form input[type="text"], .webform-submission-contact-add-form input[type="email"], .webform-submission-contact-add-form select, .webform-submission-contact-add-form textarea {
    width: 100%;
    padding: 23px 16px!important;
    border: 1px solid #fff;
    background: transparent;
    color: #fff!important;
    font-size: .95em;
}

.webform-submission-contact-add-form textarea {
    max-height: 160px;
    min-height: 140px;
    height: 140px;
}

.webform-submission-contact-add-form input[type="submit"] {
    font-size: 1.05em;
    padding: 26px 15px;
}

.service-section h2 {
    width: 95%;
    font-size: 3.75em;
}

.service-section  .text h3 {
    font-size: 3.4rem;
    margin: 0 0 30px;
}

.service-section .btn {
    padding: 21px 65px;
    margin-top: 50px;
    font-size: .91em;
}

.solution-section-title h4 {
    color: #fff;
    font-size: 3.7em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 .45em;
}

.solution-section-title p {
    font-size: 1.05em;
    color: #fff;
    font-weight: normal;
    width: 54%;
    margin: 0 auto 5em;
}

.tab-list {
    margin: 0 0 0 5.5%;
}

.tab-list li {
    display: flex;
    width: 89%;
    align-items: center;
    cursor: pointer;
    font-size: 1.33em;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    padding: 26px 11% 26px 0;
    position: relative;
    transition: color 0.3s ease;
    border-bottom: 1.25px solid rgba(255, 255, 255, 0.24);
}

.tab-list li::before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    font-size: 2.95em;
    font-weight: 500;
    margin-right: 25px;
    color: transparent;
    -webkit-text-stroke: 1.5px #97B7E0;
}

.tab-list li::after {
    width: 85px;
    height: 85px;
}

.tab-pane p {
    font-size: 1.05em;
    line-height: 1.6;
    color: #fff;
    letter-spacing: .1px;
	margin-bottom:20px;
}

.tab-pane li{
	font-size: 1.05em;
	margin-bottom:15px;
}

/**/

.realisations-info-block {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 2;
    margin-top: -5%;
}

.realisations-section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    margin: 11em auto 4em;
    width: 88%;
}

.realisations-title h4 p {
    font-size: 2.82em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.realisations-title > p {
    font-size: 1.0em;
    color: #999999;
    line-height: 1.6;
    max-width: 95%;
    padding: 0;
}

.realisations-title{margin-bottom:1em;}

.approach-block span {
    display: block;
    font-size: 1.9em;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 23px;
}

.approach-block p {
    font-size: .94em;
    color: #cccccc;
    line-height: 1.6;
}

.approach-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1em!important;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.approach-btn a::before {
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
	margin-right:7px;
    border: 3px solid #97B7E0;
    border-radius: 50%;
    background: url("/themes/optura/images/tab-arow.png") no-repeat center;
    background-size: 93% auto;
    transition: background-size 0.3s ease, border-color 0.3s ease;
}

/**/

.articles-section h4 {
    font-size: 3.32em;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: block;
    line-height: 1.25;
    width: 45%;
    text-align: center;
    margin:2em auto 1.7em;
}

.articles-section .views-field-title {
    margin: 25px 0 20px;
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.articles-section .views-field-title-1 a {
    font-size: .99em;
}

.articles-btn a {
    padding: 24px 9%;
    margin-top: 40px;
    font-size: 1.1em;
}

/**/

.service-section .nav {
    width: 75px;
    height: 73px;
}



.f-row a.instagram-link, .f-row a.facebook-link, .f-row a.linkedin-link {
    width: 82px;
    height: 82px;
}

.footer-info p {
    font-size: 1.15em;
    width: 49%;
}

.hello-section-pages {
    width: 100%;
    height: 76vh;
}

.journal-section .views-exposed-form ul li a {
    padding: 14px 40px;
    font-size: .9em;
}

.stage-row::before {
    font-size: 3.7em;
}


.title-section img{
	width:130px;
}

.title-section h1 {
    font-size: 5.1em;
    font-weight: 800;
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.cta-btn a {
    font-size: .99em;
	border-radius:45px;
    padding: 19px 72px;
}

.headline-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    width: 92%;
    margin: 5em auto 9em;
}

.headline-section h2 {
    font-size: 3.56em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.15;
    padding: 0;
    margin: 0;
}

.headline-section p {
    font-size: 1.03em;
    color: #fff;
    margin-bottom: 21px;
    font-weight: normal;
    text-align: left!important;
}

span.stick-title {
    text-transform: uppercase;
    font-size: 3.1em;
    padding: 0;
    margin: 0 0 1.15em;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.15;
}

.column-info p {
    color: #fff;
    display: block;
    position: relative;
    font-size: 1.07em;
    margin: 0 0 25px;
    font-weight: normal;
}

.list-block li {
    margin-bottom: .85em;
    font-size: 1.07em;
}

.advantage-title h2 {
    font-size: 3.33em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 .75em 1.5%;
    color: #fff;
    display: block;
    width: 94%;
}

.stages-section-title {
    color: #fff;
    font-size: 3.5em;
    margin: 4em 0 1.5em;
}

.stages-section {
	padding-bottom:6em;
}

.stage-row::before {
    content: counter(stage-counter, decimal-leading-zero);
    counter-increment: stage-counter;
    font-weight: 600;
    color: #97B7E0;
    position: relative;
    display: block;
    font-size: 3.9em;
    color: transparent;
    -webkit-text-stroke: .95px #97B7E0;
    text-align: left;
    line-height: 1;
    padding: 0;
    margin-bottom: .28em;
}

.stage-row span {
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: .15px;
    text-align: left;
    padding: 0;
    margin-bottom: .55em;
}

.stage-row p {
    font-size: 1.03em;
    line-height: 1.54;
    color: #fff;
}

/**/

.headline-section-projects h2 {
    font-size: 3.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.16;
    padding: 0;
    margin: 0 auto 1.12em;
    width: 65%;
}

.projects-tab-btn {
    background: none;
    border: none;
    padding: 16px 40px;
    font-size: .95em;
    margin: 0 1em;
    font-weight: 500;
    letter-spacing: .05px;
    cursor: pointer;
    border: 2.5px solid transparent;
    color: #fff;
    background: #222222;
    z-index: 9;
    background-image: none;
    transition: all 0.2s ease;
    font-family: "Poppins", sans-serif;
}

.projects-tabs-section .slick-prev,.projects-tabs-section .slick-next {
    width: 70px;
    height: 70px;
}

.project-title {
    position: relative;
    display: block;
    text-align: left;
    margin: .75em 0 .25em;
    font-size: 1.55em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.project-location {
    font-size:1.05em;
    background-size: 39px 39px;
    padding-left: 45px;
}

.contact-text-block h3 {
    font-size: 2.85em;
}

.contact-text-block p {
    font-size: 1.04em;
}

.contact-text-block {
    width: 43%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 3% 0 3.5%;
}

.faqs-title h3 {
    font-size: 3.25em;
    margin: 0px auto 1.15em;
}

.faqs-title p {
    font-size: 1.1em;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    width: 70%;
    text-align: center;
    margin: 0px auto;
}

.faq-title {
    padding: 40px 35px;
    font-size: 1.1em;
    background-size: 31px 31px;
    margin-bottom: .55em;
}

.faq-content {
    display: none;
    margin: 20px 0;
    padding: 2% 3%;
    border: 1.5px solid rgba(255,255,255,.45);
    background: rgba(30, 30, 30,.025);
}

.faq-content p {
    margin: 0;
    padding: 0;
    font-size: .92em;
    line-height: 1.57;
    color: #fff;
}

/**/

.journal-section .views-exposed-form ul li a {
    background: none;
    border: none;
    padding: 17.5px 40px;
    font-size: 1.03em;
    margin: 0 1em;
    font-weight: 600;
    letter-spacing: .05px;
    cursor: pointer;
    border: 2.5px solid transparent;
    color: #fff;
    background: #222222;
    z-index: 9;
    background-image: none;
    transition: all 0.2s ease;
    font-family: "Poppins", sans-serif;
}

.related-articles .views-field-title ,
#block-optura-views-block-all-articles-page-block-1 .views-field-title {
     margin: 25px 0 20px;
    font-size: 1.09em;
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.related-articles .views-field-title-1 a ,
#block-optura-views-block-all-articles-page-block-1 .views-field-title-1 a {
    font-size: .97em;
}

/**/

.article-title-section img {
    width: 130px;
}

.article-body p {
    color: rgba(255,255,255,.85);
    font-size: .95em;
    margin-bottom: 35px;
}

.article-body {
    position: relative;
    display: block;
    width: 72%;
    margin: 4em auto;
    padding: 2em 0 3em;
    color: #fff;
}

/**/

.side-menu .menu-logo span {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: .25px;
}

.side-menu .menu-logo img {
    width: 70px;
    height: auto;
    margin-right: 21px;
}

.side-menu ul.menu li a.menu__link {
    display: block;
    width: 100%;
	font-size:1.17em;
    padding: 21px 7px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    overflow: hidden;
    letter-spacing: .15px;
}

.f-menu a.instagram-link, .f-menu a.facebook-link, .f-menu a.linkedin-link {
    width: 65px;
    height: 65px;
}

.side-menu ul.menu li a.menu__link::after {
    width: 60px;
    height: 60px;
}
	
}

@media only screen and (max-width:1500px){

body{
	font-size:16px;
}
	
}

@media only screen and (max-width:1390px){

body{
	font-size:15px;
}

#preloader img {
    width: 41.5%;
}

.promo-video {
    width: 50%;
    height: 390px;
}

.promo-video .play-btn {
    width: 84px;
    height: 84px;
}

.service-section  .text h3 {
    font-size: 2.0rem;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px;
    color: #fff;
}

.service-section .nav {
    width: 41px;
    height: 41px;
}

.articles-section h4 {
    width: 44%;
    text-align: center;
    margin: 4em auto 1.7em;
}

.f-row a.instagram-link, .f-row a.facebook-link, .f-row a.linkedin-link {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.tab-list {
    margin: 0 0 0 3.5%;
}
	
}

@media only screen and (min-width:1601px) and (max-width:1680px){
	
	
}

@media only screen and (max-width:1169px){

body{
	font-size:13px;
}

}

@media only screen and (max-width:1015px){

body{
	font-size:20px;
}

#preloader img {
	width:73.5%;
	height: auto;
	display: block;
	margin: -4.5em auto 4.2em;
}
#preloader h2 {
	color: #fff;
	font-size: 3.25em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.15;
	padding: 0;
	display:block;
	width:77%;
	margin: 0 auto 0em;
	text-align: center;
}

.hello-section img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 4em;
}

.hello-section a {
    font-size: 1.2em;
    font-weight: 700;
    color: #191919;
    display: inline-block;
    padding: 18px 65px;
    border-radius: 40px;
}

/**/

.about-section {
    min-height: auto;
    width: 96%;
    margin: 0 auto;
}

.about-section-text {
    padding: 5em 0 1.5em;
    display: block;
}

.about-section-text h1 {
    width: 99%;
    display:block;
    vertical-align: top;
    margin: 0 auto 0;
    font-size: 3.7em;
}

.about-section-text .section-description {
    display: block;
    vertical-align: top;
    width: 99%;
    margin: 2em auto 0;
    text-align: left;
}

.about-section-text .section-description p {
    font-size: 1.05em;
    margin-bottom: 21px;
}

.features-section {
	display: flex;
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: stretch; 
}

.feature-row {
	flex: 1 1 auto;
	margin: 1em 0; 
	padding: 2em 0;
	border-top: 1.8px solid rgba(199, 199, 199, 0.2);
}

.feature-row span {
	margin-bottom:21px;
	font-size:1.9em;
}


.feature-row p {
	color:rgba(255,255,255,.6);
	margin: 0;
	font-size:.97em;
	
}

.about-section .features-section{display:none}

.promo-section {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 96%;
	margin: 3em auto 0;
	text-align: left;
}

.promo-video {
	width: 100%;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.65em;
}

.promo-video .play-btn {
    width: 104px;
    height: 104px;
}

.contact-form {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin:3em 0 0;
}

.contact-form h4 {
    font-size: 3.23em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.16;
    padding: 0;
    margin: 0em auto .95em;
    color: #fff;
    display: block;
    width:75%;
	text-align:center;
}

.webform-submission-contact-add-form {
	max-width:100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 17px;
}


.webform-submission-contact-add-form .js-form-item{margin-bottom:9px;}

.webform-submission-contact-add-form input[type="text"], .webform-submission-contact-add-form input[type="email"], .webform-submission-contact-add-form select, .webform-submission-contact-add-form textarea {
    width: 100%;
    padding: 21px 15px!important;
    border: 1.0px solid #fff!important;
    background: transparent;
    color: #fff!important;
    font-size:1.1em;
}

.webform-submission-contact-add-form textarea {
    max-height: 170px;
    min-height: 150px;
    height: 150px;
}

.webform-submission-contact-add-form input[type="submit"] {
    font-size: 1.05em;
    padding: 26px 15px;
}

/**/

.service-section {
    width: 96%;
    margin: 9em auto 0;
}

.service-section h2 {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 auto 0;
	font-size: 3.0em;
	text-align:left;
}

.service-section .slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	height:auto;
	flex-direction: column;
}

.service-section .slide {
	width: 100%;
	display: block;
}


.service-section .slide.active {
	opacity: 1;
	z-index: 2;
	position:relative;
}


.service-section .slide .content {
	display: flex;
	flex-direction: column-reverse; /* текст під зображенням */
	align-items: stretch;
	width: 100%;
}

.service-section .slide .image {
	width: 100%;
	display: block;
}

.service-section .slide .image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.service-section .slide .text {
	width: 100%;
	padding: 2em 0;
	opacity: 1;
	margin-top: 0;
}

.service-section .nav {
    width: 71px;
    height: 71px;
}

.service-section  .text h3 {
    font-size: 2.3em;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px;
    color: #fff;
}

.service-section .text p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.55;
    color: #fff;
}

.service-section .btn {
    margin-top: 40px;
    font-size: 0.98em;
    padding: 18px 65px;
}

/**/

.solution-section-title h4 {
	font-size: 3.45em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    padding: 0;
    margin: 0em auto .25em;
    color: #fff;
    display: block;
    width: 75%;
    text-align: center;
}


.solution-section-title p {
    font-size: 1.15em;
    width: 99%;
    margin: 0 auto 4em;
}

/***/

.tabs {
    flex-direction: column;
	width:93%;
	margin:0 0 0 1%;
}

.tab-list {
    width: 100%;
    margin: 0;
    height: auto !important;
    overflow: visible;
    position: relative;
    z-index: auto;
    counter-reset: none; /* прибираємо автоматичний лічильник */
  }

.tab-list::before {
    display: none;
}

.tab-list li {
    width: 100%;
    border-bottom: 0px solid rgba(255, 255, 255, 0.24);
    padding: 25px 15px;
    justify-content: flex-start;
    font-size: 1.2em;
	margin-bottom:30px;
    position: relative;
    counter-increment: none;
	opacity:.9!important;
	text-align:left;
	z-index:9;
	background-color:#222!important;
	background-image:none!important;
}

.tab-list li:last-child{
	margin-bottom:0!important;
}

.tab-list li::before {
    content: attr(data-index);
    margin-right: 21px;
    font-size: 2.6em;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1.5px #97B7E0;
}

.tab-list li::after {
    content: "";
	position: absolute;
	top: 50%;
	right: 1%;
	width: 55px;
	height: 55px;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
	opacity: 1;
}
  
  
.tab-list li:hover::after {
	opacity: 1;
	transform: translateY(-50%); 
}

.tab-list li.active::after {
   transform: translateY(-50%) rotate(90deg);
}

.tab-content {
    width: 100%;
    padding: 0;
    display: block;
}

  .tab-pane {
    display: none;
    opacity: 0;
    transform: none;
    transition: opacity 0.4s ease, max-height 0.4s ease, padding 0.4s ease;
    max-height: 0;
    overflow: hidden;
    background: rgba(34, 34, 34, 0.6);
    padding: 0 20px;
    margin-bottom: 10px;
  }


.tab-pane.active {
    display: block;
    opacity: 1;
    max-height:auto;
	z-index:9;
	background-color:#222!important;
	padding: 25px 3% 30px;
	margin-bottom:45px;
	width:98%;
}

.tab-pane > * {
    opacity: 1;
    color: #fff;
    transform: none;
}

.tab-list .tab-pane li {
	width: auto;
	border: none;
	margin:15px 0;
	margin-left: .15em; /* відступ зліва для маркерів */
	padding: 0.2em 0;
	background: none !important;
	position: static;
	counter-increment: none;
	opacity: 1 !important;
	font-size: .99em;
	justify-content: normal;
	text-align: left;
	z-index: auto;
	display: list-item;
	list-style-type: disc; 
	line-height: 1.55;
}

.tab-list .tab-pane li::before,
.tab-list .tab-pane li::after {
	content: none !important;
}

.tab-pane p {
    font-size: 1.05em;
    line-height: 1.65;
    color: rgb(255, 255, 255);
    letter-spacing: 0.1px;
}	

/**/


.wrapper-pages::before,
.wrapper::before {
	background-image: url("../images/dots.png")!important;
	background-repeat: repeat;
	background-size: 35%;
	opacity: 0.09;
	z-index: 1;
	pointer-events: none;
}

.side-menu {
    position: fixed;
    top: 0;
    font-family: "Poppins", sans-serif;
    left: -45%;
    width: 45%;
    height: 100%;
    background-color: #222222;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 40px 21px 20px 21px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/**/

.realisations-section {
    flex-direction: column;
    align-items: center;
    width: 96%;
    margin: 4em auto 2em;
}

.realisations-banner-block {
    order: 1;
    width: 100%;
}

.realisations-banner-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.realisations-info-block {
    order: 2;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    gap: 25px;
}

.realisations-title {
    text-align: left;
	margin:1em 0 .1em;
}

.realisations-title h4 p {
	font-size: 3.1em;
}

.realisations-title > p {
    max-width: 100%;
    font-size: 1.2em;
    color: #ccc;
}

.approach-block {
    order: 3;
    width: 100%;
    left: 0;
    padding: 30px 20px;
    box-shadow: none;
	margin-top:25px;
}

.approach-block span {
    font-size: 2.4em;
}

.approach-block p {
    font-size: 1.06em;
	width:95%;
}

.approach-btn {
    margin-top: 20px;
}

.approach-btn a {
    font-size:1.17em;
	margin-left:6px;
}

.approach-btn a::before {
    width: 51px;
    height: 51px;
}

/**/

.articles-section {
	padding-bottom:.3em;
}

.articles-section h4 {
    width:87%;
    text-align: center;
    margin: 4.15em auto 1.7em;
	font-size: 2.75em;
	font-size:800;
}

.articles-section-rows {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.articles-section .views-row {
	margin-bottom:3.5em;
}



.articles-section .views-field-title {
    margin: 25px 0 15px;
    font-size: 1.42em;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.articles-section .views-field-title-1 a {
    color: #97B7E0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.articles-btn a {
    background: #9ec5f9;
    border: 3px solid #9ec5f9;
    padding: 18px 0%;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    letter-spacing: .15px;
    font-family: "Poppins", sans-serif;
    font-size:1.13em;
    font-weight: 700;
    display:block;
	margin:0px auto 0em;
	width:74%;
    transition: all 0.5s ease;
}

/**/

.footer-info img {
    display: block;
    margin: 0 auto 3em;
    width: 70%;
    height: auto;
}

.footer-info p {
    font-size: 1.1em;
    line-height: 1.55;
    color: rgb(255, 255, 255);
    display: block;
    margin: 0 auto 25px;
    width: 90%;
    font-weight: normal;
}

.f-row a.instagram-link, .f-row a.facebook-link, .f-row a.linkedin-link {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
}

.footer-contact {
	display: block;
	text-align: center;
	width: 95%;
	padding: 2.5em 0 0;
	margin: 2.5em auto 0;
	border-top: 1.8px solid rgba(199, 199, 199,.7);
}

.cta-title {
    display:block;
    text-align: center;
    vertical-align: top;
    width:100%;
    font-size: 1.66em;
    font-weight: 300;
    margin:0px auto 15px;
    letter-spacing: .15px;
    color: #fff;
}


.quick-contact{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	width:45%;
	margin-top:.25em;
}

.quick-contact span{display:block;margin-bottom:12px;text-align:center;}

.quick-contact a.mailto{
	font-size:1.55em;
	color:#97B7E0;
	letter-spacing:.1px;
	font-weight:500;
	display:inline-block;
	margin-bottom:.35em;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.quick-contact a.mailto:hover{
	color:#fff;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.quick-contact a.callme{
	font-size:1.2em;
	color:#fff;
	letter-spacing:.07px;
	font-weight:400;
	display:inline-block;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

.quick-contact a.callme:hover{
	color:#97B7E0;
	-webkit-transition: all .31s;
    -moz-transition: all .31s;
    -o-transition: all .31s;
    -ms-transition: all .31s;
    transition: all .31s;
}

/**/

.copy p {
    color: #fff;
    padding: 1em 0;
    margin: 1em 0;
    line-height: 1;
    text-align: center;
    font-size: 1.1em;
}

/**/

.services-sticky{
	display:none;
}

.mobile-service-slider{
	display:block;
}

.mobile-service-slider .service-section {
    width: 96%;
    margin: 6em auto 0;
}

.mobile-service-slider .service-section  .text h3 {
    font-size: 2.6em;
    font-weight: 500;
    padding: 0;
    margin: 10px 0 22px;
    color: #fff;
}

.mobile-service-slider .service-section .slide.active .text strong{
	animation: fadeInUp 0.8s ease forwards;
	animation-delay:1s;
}

.mobile-service-slider .service-section .slide.active .text ul{
	animation: fadeInUp 0.8s ease forwards;
	animation-delay:1.6s;
}

.mobile-service-slider .service-section .text strong,
.mobile-service-slider .service-section .text ul{
	opacity: 0;
	transform: translateY(40px);
}

.mobile-service-slider .service-section .text strong{
    margin:35px 0px 35px;
    font-size: 1.45em;
    line-height: 1.55;
    color: #97B7E0;
	display:block;
}

.mobile-service-slider .service-section .text ul{
	background:#222222;
	z-index:9;
	padding:25px!important;
	position:relative;
	width:90%;
	margin:20px 0;
	list-style-position: inside;
}

.mobile-service-slider .service-section .text li {
    margin-bottom: 15px;
    font-size: 1.03em;
    line-height: 1.55;
    color: #fff;
}

/***/

.headline-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
	width: 97%;
    margin: 6em auto 0em;
}

.headline-section > h2,
.headline-section > p {
    flex: none;
    width: 100%;
    margin-right: 0;
}

.headline-section h2 {
    font-size: 3.4em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.33;
    padding: 0;
    margin: 0em auto 21px;
    color: #fff;
    display: block;
    width:100%;
    text-align:left;
}

.headline-section p {
    text-align: left !important;
	font-size: 1.15em;
    width: 99%;
}

/***/

.advantage-title {
    display: block;
    width: 99%;
    margin: 4em auto 2em;
    text-align: center;
}

.advantage-title h2 {
    font-size: 3.23em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.16;
    color: rgb(255, 255, 255);
    display: block;
    width: 97%;
    text-align: center;
    padding: 0px;
    margin: 0em auto 0.35em;
}

.advantage-title p {
    font-size: 1.2em;
    line-height: 1.55;
    margin: 0 auto 3em;
    width:97%;
    font-weight: normal;
}

.advantage-icons {
    flex-direction: column;
    align-items: center;
    gap:1em;
    flex-wrap: wrap; /* дозволяємо перенос */
  }


.advantage-icons .adv-row {
    width: 100%;
    text-align: center;
	background:#222222;
	z-index:9;
	padding:2% 4%;
}

.advantage-icons > .adv-row > span {
	display: block;
	font-size: 2.2em;
	line-height:1.2;
	font-weight: 700;
	width:77%;
	margin:0 auto .3em;
	padding-bottom:.5em;
	color: #fff;
}

.advantage-icons p {
    margin: 0 auto;
	
	border-top:2px solid rgba(255,255,255,.6);
    display: block;
    background: rgba(34, 34, 34,.92);
    padding: 4% 0%;
    font-size: 1.06em;
    color: #fff;
    text-align: left;
}

.advantage-icons img {
    width:23%;
    height: auto;
    object-fit: contain;
    margin:1.5em 0;
    transition: transform 0.5s ease;
}

/***/

.stages-section-title {
    color: #fff;
    font-size: 3.3em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    padding: 0;
    margin: 3em 0 1.0em;
}


.stages-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:2em 2em;
	padding-bottom:4em;
	margin: 2em auto 6em;
	counter-reset: stage-counter;
	width:96%;
	
}

.stage-row {
	color: #fff;
	padding: 10px;
	position: relative;
	text-align: center;
	text-align:left;
}

/**/

.title-section img {
    width: 110px;
    margin-bottom: .33em;
}

.title-section h1 {
    font-size: 4.5em;
}


.headline-section-projects{
	display:block;
	text-align:center;
	color: white;
	width:99%;
	margin:7em auto 5em;
}

.headline-section-projects h2 {
    font-size: 3.34em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.16;
    padding: 0;
    margin: 0 auto .82em;
    width: 98%;
}

.headline-section-projects p {
    width: 96%;
    margin: 0 auto;
    font-size: 1.06em;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
}

/**/

.projects-tabs-section {
    position: relative;
    width: 97%;
    margin: 0 auto 5em;
    overflow: hidden;
    display: block;
    font-family: "Poppins", sans-serif;
}

.projects-tabs-nav {
    display:block;
	text-align:center;
}

.projects-tab-btn {
    background: none;
    border: none;
    padding: 18px 39px;
    font-size: 1.3em;
    margin: 0 0em 30px;
    font-weight: 500;
    letter-spacing: .05px;
    cursor: pointer;
    border: 2.5px solid transparent;
    color: #fff;
    background: #222222;
    z-index: 9;
	display:inline-block;
    background-image: none;
    transition: all 0.2s ease;
    font-family: "Poppins", sans-serif;
}

.projects-tab-btn:nth-child(2n+1){
	margin-right:3%;
}

.projects-tab-btn:last-child{
	margin:0 0 30px!important;
}

.project-row.active {
    width:100%;
    display:block;
    position: relative;
    vertical-align: top;
	margin-bottom:3.5em;
}

.project-row.active:nth-child(odd) {
    margin-right: 0%;
}

/**/

.projects-tabs-section .slick-prev,.projects-tabs-section .slick-next {
    width: 71px!important;
    height: 71px!important;
}

.project-title {
    position: relative;
    display: block;
    text-align: left;
    margin: .75em 0 .45em;
    font-size: 1.95em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.project-location {
    display: inline-flex;
    align-items: center;
    font-size: 1.35em;
    font-weight: bold;
    color: white;
    background-image: url('../images/location.png');
    background-size: 51px 51px;
    line-height: 1.6;
    padding:11px 0;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
}

/**/

.contact-section-projects{
	position:relative;
	width:100;
	display:inline-block;
	padding:5em 0;
	z-index:9;
	background:#222222;
}

.contact-text-block {
    width: 94%;
    padding: 0%;
	margin:0 auto;
    display: block;
    vertical-align: top;
}

.contact-text-block h3 {
    font-size: 2.7em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.14;
    padding: 0;
    margin: 0 0 .75em 0%;
    color: #fff;
    display: block;
    width: 94%;
}

.contact-text-block p {
    margin-bottom: 15px;
    font-size: 1.16em;
    line-height: 1.6;
    color: #fff;
}

.contact-form-block {
    width: 94%;
    padding: 0 0%;
    display: block;
    vertical-align: top;
	margin:3em auto 0;
}

.webform-submission-contact-add-form input[type="text"], .webform-submission-contact-add-form input[type="email"], .webform-submission-contact-add-form select, .webform-submission-contact-add-form textarea {
    width: 99%;
    font-size: 1.2em;
    color: rgb(255, 255, 255) !important;
    background: transparent;
    padding: 21px 15px !important;
    border-width: 1.5px !important;
    border-style: solid !important;
    border-color: rgb(255, 255, 255) !important;
    border-image: initial !important;
    font-family: "Poppins", sans-serif;
}

.webform-submission-contact-add-form .js-form-item {
    margin-bottom:15іpx;
}

.webform-submission-contact-add-form input[type="submit"] {
    width: 99%;
    background: #a0c4f6;
    color: #000;
    margin-top: 2px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 25px 15px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    transition: background 0.3s ease;
}

.faq-section {
    position: relative;
    display: block;
    width: 96%;
    padding-bottom: 3em;
    margin: 6em auto 0em;
}

.faqs-title {
    margin-bottom:2em;
}

.faqs-title h3 {
    font-size: 3.2em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.14;
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    width: 84%;
    padding: 0px;
    margin: 0px auto 0.85em;
}

.faqs-title p {
    font-size: 1.15em;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    width: 95%;
    text-align: center;
    margin: 0px auto;
}

.faq-section-rows .faq-row:nth-child(odd) {
    margin:0 auto 2em;
}

.faq-section-rows {
    position: relative;
    display: block;
    width: 97%;
	margin:2em auto 0;
    text-align: left;
}

.faq-section-rows .faq-row {
    margin:0 auto 2em;
    display: block;
    width:100%;
    vertical-align: top;
}

.faq-title {
    padding: 30px 35px;
    font-size: 1.15em;
    background-color: #222222;
    position: relative;
    display: block;
    z-index: 9;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    background-image: url(../images/plus_icon.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 25px 25px;
    cursor: pointer;
    margin-bottom: .35em;
    -webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.faq-content p {
    font-size: 1.07em;
    line-height: 1.57;
    color: rgb(255, 255, 255);
    margin: 0px;
    padding:5px 9px;
}

/**/

.contact-info {
    width: 98%;
    margin:3.15em auto 2em;
    padding: 0%;
    display: block;
    vertical-align: top;
}

.contact-info h3 {
    color: #fff;
    font-size: 2.05em;
    font-weight: 500;
    padding: 0;
    margin: 0 0 .4em;
}

.contact-info a.mailto {
    font-size: 1.5em;
}

.contact-info a.callme {
    font-size: 1.43em;
}

.contact-info span {
    display: block;
    margin-bottom: 14px;
}

.contact-social-links {
    position: relative;
    text-align: left;
    margin: 3.15em 0 2em;
    z-index: 9;
    display: block;
}

.contact-form-page{
	padding:5% 3%!important;
	width: 91%;
    margin:4em auto 0;
    padding: 0%;
	background: #222222;
	z-index:9;
	position:relative;
    display: block;
}

.contact-form-page .webform-submission-contact-add-form .js-form-item {
    margin-bottom: 17px;
}

.contact-social-links .f-menu {
    display: inline-block;
    margin-right: 25px!important;
}

.f-menu a.instagram-link, .f-menu a.facebook-link, .f-menu a.linkedin-link {
    position: relative;
    display: inline-block;
    width: 67px;
    height: 67px;
}

/**/

.article-banner-section {
    width: 100%;
    height: 80vh;
}

.article-title-section img {
    width: 110px;
    margin-bottom: .95em;
}

.article-title-section h1 {
    font-size: 2.35em;
    font-weight: 600;
    line-height: 1.24;
    padding: 0;
    margin: 0 auto .85em;
    color: #fff;
    display: block;
    letter-spacing: .15px;
    text-align: center;
    width: 95%;
}

.article-body {
    position: relative;
    display: block;
    width: 89%;
    margin: 2em auto;
    padding: 1em 0 3em;
    color: #fff;
}

.article-body p {
    color: rgba(255,255,255,.85);
    font-size: 1.15em;
    margin-bottom: 35px;
}

.article-body img{
	
	max-width:100%;
	height:auto;
	margin:0px;
}

.related-articles{
	padding-bottom:3.3em;
}

.related-articles .views-row {
    color: #fff;
    transition: all 0.3s ease;
    display:block;
    width:96%;
    vertical-align: top;
    margin-bottom: 4em;
    text-align: left;
}

.related-articles .views-field-title {
    margin: 25px 0 15px;
    font-size: 1.42em;
    font-weight: 600;
    line-height: 1.4;
}

.related-articles .views-field-title-1 a {
        color: #97B7E0;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 500;
        text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

/**/

.journal-section .views-exposed-form ul li{
	display:inline-block;
	margin-bottom:3em;
	
}

.journal-section .views-exposed-form ul li a {
    background: none;
    border: none;
    padding: 16px 43px;
    font-size: 1.2em;
    margin: 0 1em;
    font-weight: 500;
    letter-spacing: .05px;
    cursor: pointer;
    border: 2.5px solid transparent;
    color: #fff;
    background: #222222;
    z-index: 9;
    background-image: none;
    transition: all 0.2s ease;
    font-family: "Poppins", sans-serif;
}

#block-optura-views-block-all-articles-page-block-1 .views-row {
    color: #fff;
    transition: all 0.3s ease;
    display: inline-block;
    width:99%;
    vertical-align: top;
    margin-bottom: 3.5em;
}

#block-optura-views-block-all-articles-page-block-1 .row-margin{
	margin:0 0% 3.5em 0;
}

#block-optura-views-block-all-articles-page-block-1 .views-field-title {
    margin: 25px 0 10px;
    font-size: 1.42em;
    font-weight: 600;
    line-height: 1.4;
}

#block-optura-views-block-all-articles-page-block-1 .views-field-title-1 a {
    color: #97B7E0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

/**/

.cta-btn {
    position: absolute;
    top: 19px;
    right: 2%;
    z-index: 9;
    display: inline-block;
}

.side-menu .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 4.5%;
    top: 2%;
}

}


@media only screen and (max-width:735px){

body{
	font-size:13px;
}

#preloader img {
	width: 86%;
	height: auto;
	display: block;
	margin: -4.5em 0 3.7em -1% ;
}

#preloader h2 {
    color: #fff;
    font-size: 3.15em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.05;
    padding: 0;
    display: block;
    width:95%;
    margin: 0 auto 0em;
    text-align: center;
}

#preloader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/dots.png");
	background-repeat: repeat;
	background-size: 46%;
	opacity: 0.08;
	z-index: 1;
	pointer-events: none;
}

#preloader .progress-container {
	height:8px;
}

/**/

.hamburger {
    position: fixed;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 26px;
}

.hello-section img {
    width: 91%;
    height: auto;
    display: block;
    margin: 0 auto 5em;
}

.hello-section a {
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    padding: 16px 65px;
    border-radius: 35px;
    border: 2.6px solid #fff;
    color: #191919;
    background: rgba(255,255,255,.39);
    backdrop-filter: blur(2px);
    letter-spacing: .15px;
}

.about-section {
    min-height: auto;
    width: 97%;
    margin: 0 auto;
}

.about-section-text h1 p {
    font-size:.83em;
	letter-spacing:-.15px;
}

.about-section-text h1 strong{
	letter-spacing:-.15px;
}

.about-section-text .section-description p {
    font-size: 1.15em;
    margin-bottom: 21px;
}

.promo-video {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.65em;
}

.promo-video .play-btn {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: rgba(151, 183, 224, 0.6);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	box-shadow: 0 8px 25px rgba(33, 33, 33, 0.6);
	position: relative;
}

.promo-video .play-btn:hover {
	background: rgba(151, 183, 224, 0.8);
	box-shadow: 0 10px 30px rgba(33, 33, 33, 0.8);
}

.promo-video .play-btn::before {
	border-left: 16px solid #fff; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.contact-form h4 {
    font-size: 3.1em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.16;
    padding: 0;
    margin: .4em 0 .85em 1%;
    color: #fff;
    display: block;
    width: 97%;
    text-align: center;
}

.webform-submission-contact-add-form input[type="text"], .webform-submission-contact-add-form input[type="email"], .webform-submission-contact-add-form select, .webform-submission-contact-add-form textarea {
    width: 99%;
    font-size: 1.13em;
    color: rgb(255, 255, 255) !important;
    background: transparent;
    padding: 16px 11px !important;
    border-width: 1.05px !important;
    border-style: solid !important;
    border-color: rgb(255, 255, 255) !important;
    border-image: initial !important;
    font-family: "Poppins", sans-serif;
}

.webform-submission-contact-add-form input[type="submit"] {
    width: 99%;
    color: #000;
    margin-top: 2px;
    font-size: 1.2em;
    padding: 18px 13px;
}

/**/

.service-section {
    width: 97%;
    margin: 7em auto 0;
}

.service-section h2 {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 auto 1em;
    font-size: 2.9em;
    text-align:left;
	letter-spacing:-.18px;
}

.service-section h2 strong{
	letter-spacing:-.18px;
}

.service-section .nav {
    width: 51px;
    height: 51px;
}

.service-section  .text h3 {
    font-size: 2.4em;
    font-weight: 600;
    padding: 0;
    margin: -5px 0 13px;
    color: #fff;
}

.service-section .text p {
    margin-bottom: 15px;
    font-size: 1.18em;
    line-height: 1.55;
    color: #fff;
	margin:0;
}

.service-section .btn {
    background: #9ec5f9;
    border: none;
    position: relative;
	margin:0;
    padding: 18px 0 18px!important;
    font-weight: bold;
    cursor: pointer;
    top: 40px;
    color: #000;
	display:block;
	text-align:center;
	width:65%;
    letter-spacing: .01px;
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
	line-height:1;
    font-weight: 600;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**/

.solution-section-title h4 {
    font-size: 3.1em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.16;
    padding: 0;
    margin: .4em 0 .05em 1%;
    color: #fff;
    display: block;
    width: 97%;
    text-align: center;
}

.solution-section-title p {
    font-size: 1.15em;
    width: 99%;
    margin: 1em auto 2em;
}


.tab-list li {
    width: 93%;
    justify-content: flex-start;
    font-size: 1.2em;
    margin-bottom: 19px;
    position: relative;
    counter-increment: none;
    text-align: left;
    z-index: 9;
    opacity: 0.9 !important;
    background-color: rgb(34, 34, 34) !important;
    background-image: none !important;
    border-bottom: 0px solid rgba(255, 255, 255, 0.24);
    padding: 23px 9% 23px 15px;
}

.tab-pane p {
    font-size: 1.15em;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    letter-spacing: 0.1px;
	padding:0;
	margin:0 0 20px;
}

.tab-list .tab-pane ul,
.tab-list .tab-pane ol{
	margin:0 0 0 2%;
	padding:0;
}

.tab-list .tab-pane li{
	font-size: 1.1em;
}

.tab-pane p strong {
    font-size: 1.2em;
    color: rgb(151, 183, 224);
}

.realisations-section {
    flex-direction: column;
    align-items: center;
    width: 97%;
    margin: 2em auto 2em;
}

.tab-list li::before {
    content: attr(data-index);
    margin-right: 18px;
    font-size: 2.9em;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1.5px rgb(151, 183, 224);
}

.tab-list li::after {
    right: -1%;
    width: 45px;
    height: 45px;
	margin-left:4px;
}

/**/

.realisations-section {
    flex-direction: column;
    align-items: center;
    width: 97%;
    margin: 4em 0 2em 2%;
}

.realisations-title h4 p {
    font-size: 2.8em;
}

.realisations-title > p {
    max-width: 100%;
    font-size: 1.15em;
    margin-bottom:0;
}

.approach-block {
    order: 3;
    width:98%;
    left: 0;
    padding: 30px 5px 30px 15px;
    box-shadow: none;
    margin-top:0px;
}

.approach-block p {
    font-size: 1.15em;
    width: 95%;
}

.approach-btn a {
    font-size:1.3em!important;
}

.approach-btn a::before {
    width: 35px;
    height: 35px;
	margin-left:0;
}

.articles-section {
    width: 95%;
}

.articles-section h4 {
    width: 99%;
    text-align: center;
    margin: 2.45em auto 1.1em;
    font-size: 2.7em;
    font-size: 800;
}

.related-articles .views-field-title,
#block-optura-views-block-all-articles-page-block-1 .views-field-title,
.articles-section .views-field-title {
    margin: 20px 0 6px;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.related-articles .views-field-title-1 a,
#block-optura-views-block-all-articles-page-block-1 .views-field-title-1 a,
.articles-section .views-field-title-1 a {
    font-size: 1.19em;
}

.articles-section .views-row {
    margin-bottom: 2.75em;
}

.articles-btn a {
    background: #9ec5f9;
    border: 3px solid #9ec5f9;
    padding: 14px 0%;
    font-size: 1.17em;
    width: 85%;
}

.footer-info img {
    display: block;
    margin: 0 auto 1.8em;
    width: 94%;
    height: auto;
}

.footer-info p {
    font-size: 1.18em;
    line-height: 1.55;
    color: rgb(255, 255, 255);
    display:block!important;
    margin: 0 auto 25px;
    width: 97%;
}

.f-row a.instagram-link, .f-row a.facebook-link, .f-row a.linkedin-link {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
}

.f-row:nth-child(2){
	margin:0 4px;
}

.quick-contact {
    display:block;
    text-align:center;
    vertical-align: top;
    width:95%;
    margin:.25em auto 0;
}

.cta-title {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 90%;
    font-size: 1.75em;
	line-height:1.2;
    font-weight: 500;
    margin: 0px auto 20px;
    letter-spacing: .1px;
    color: #fff;
}

.quick-contact a.mailto {
    font-size: 1.6em;
    margin-bottom: .4em;
}

.quick-contact a.callme {
    font-size: 1.4em;
    color: #fff;
}

/**/

.side-menu {
    left: -62%;
    width: 62%;
    padding: 40px 21px 20px;
}

.side-menu ul.menu {
    margin: -6.8% 0px 0px;
}

.f-menu a.instagram-link, .f-menu a.facebook-link, .f-menu a.linkedin-link {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 49px;
}

.side-menu .menu-logo img {
    width: 45px;
    height: auto;
    margin-right: 12px;
}

.side-menu .menu-logo span {
    font-size: 1.33em;
}

.side-menu ul.menu li a.menu__link {
    display: block;
    width: 100%;
    padding: 15px 7px;
	font-size:1.35em;
}

/**/

.hello-section-pages {
    width: 100%;
    height: 63vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px 5px rgba(0,0,0,.13);
}

.cta-btn {
    position: absolute;
    top: 11px;
    right: 2%;
    z-index: 9;
    display: inline-block;
}

.cta-btn a {
    font-size: .98em;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    padding: 13px 35px 12px;
    border-radius: 32px;
    border: 1.9px solid #fff;
    color: #191919;
    background: rgba(255,255,255,.45);
    backdrop-filter: blur(1.5px);
    letter-spacing: .0px;
}

.hello-section-pages .title-section{
    margin:0 0 3.15em;
}

.title-section img {
    width: 72px;
    margin-bottom: .5em;
}

.title-section h1 {
    font-size: 4em;
	letter-spacing:-.15px;
}

.headline-section {
    width: 97%;
    margin: 5em auto 0em;
}

.headline-section h2 {
    font-size: 3.2em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25;
    padding: 0;
    margin: 0em auto 11px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
}

.mobile-service-slider .service-section {
    width: 96%;
    margin: 3em auto 0;
}

.mobile-service-slider .service-section  .text h3 {
    font-size: 2.7em;
    font-weight: 500;
    padding: 0;
    margin: 6px 0 15px;
	line-height:1.15;
    color: #fff;
}

.mobile-service-slider .service-section .text ul {
    background: #222222;
    z-index: 9;
    padding:22px 5px 22px 17px!important;
    position: relative;
    width: 90%;
    margin: 20px 0;
    list-style-position: inside;
}

.mobile-service-slider .service-section .text li {
    margin-bottom: 19px;
    font-size: 1.13em;
    line-height: 1.5;
    color: #fff;
}

.advantage-title {
    display: block;
    width: 99%;
    margin: 3em auto 1.65em;
    text-align: center;
}

.advantage-icons {
    flex-direction: column;
    align-items: center;
    gap: .45em;
    flex-wrap: wrap;
}

.advantage-icons img {
    width: 26%;
    height: auto;
    object-fit: contain;
    margin: 1.5em 0;
    transition: transform 0.5s ease;
}

.advantage-icons > .adv-row > span {
    display: block;
    font-size: 2.0em;
    line-height: 1.2;
    font-weight: 700;
    width:97%;
    margin: 0 auto .3em;
    padding-bottom: .5em;
    color: #fff;
}

.advantage-icons .adv-row {
    margin-bottom:1.5em;
}

/**/

.stages-section-title {
    color: #fff;
    font-size: 3.1em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    padding: 0;
    margin: 2em 0 .85em;
}

.stages-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em 1em;
    padding-bottom: 4em;
    margin: 1em auto 3em;
    counter-reset: stage-counter;
    width: 97%;
}

.stage-row::before {
    font-size: 3.9em;
    margin-bottom: .16em;
}

.stage-row span {
    font-size: 1.76em;
    font-weight: 700;
    letter-spacing: .15px;
    text-align: left;
    padding: 0;
    margin-bottom: .35em;
}

.stage-row p {
    font-size: 1em;
    line-height: 1.51;
    color: #fff;
}

/**/

.headline-section-projects h2 {
    font-size: 3.1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    padding: 0;
	letter-spacing:-.1px;
    margin: 0 auto .82em;
    width: 98%;
}

.headline-section-projects p {
    width: 99%;
    margin: 0 auto;
    font-size: 1.05em;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
}

.projects-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
}


.projects-tab-btn {
    background: none;
    border: none;
    padding: 11px 25px;
    font-size: 1.1em;
    margin: 0 0em 14px!important;
    font-weight: 500;
    letter-spacing: .05px;
    cursor: pointer;
    border: 2.5px solid transparent;
    color: #fff;
    background: #222222;
    z-index: 9;
    display: inline-block;
    background-image: none;
    transition: all 0.2s ease;
    font-family: "Poppins", sans-serif;
}

.projects-tab-btn:nth-child(2n+1) {
    margin: 0 0em 14px!important;
}

.projects-tab-btn:last-child {
    margin: 0 0em 14px!important;
}


.projects-tabs-section .slick-prev, .projects-tabs-section .slick-next {
    width: 51px!important;
    height: 51px!important;
}

.project-title {
    position: relative;
    display: block;
    text-align: left;
    margin: .5em 0 .45em;
    font-size: 1.9em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

.project-location {
    display: inline-flex;
    align-items: center;
    font-size: 1.27em;
    font-weight: bold;
    color: white;
    background-image: url('../images/location.png');
    background-size: 42px 42px;
    line-height: 1.6;
    padding: 11px 0;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
}

.contact-text-block h3 {
    font-size: 2.45em;
    line-height: 1.14;
    margin: 0 0 .4em 0%;
    width: 96%;
}

.contact-text-block p {
    margin-bottom: 15px;
    font-size: 1.14em;
    line-height: 1.5;
    color: #fff;
}

.contact-section-projects {
    position: relative;
    width: 100;
    display: inline-block;
    padding: 2.5em 0 4em;
    z-index: 9;
    background: #222222;
}

.faqs-title h3 {
    font-size: 3.2em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.14;
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    width: 97%;
    padding: 0px;
    margin: 0px auto 0.65em;
}

.faqs-title p {
    font-size: 1.13em;
    line-height: 1.5;
    width: 99%;
}

.faqs-title h3 {
    font-size: 2.65em;
    font-weight: 800;
    width: 97%;
    margin: 0px auto 0.85em;
}

.faqs-title p {
    font-size: 1.15em;
    line-height: 1.54;
    width: 97%;
}

.faq-title {
    padding: 22px 35px 22px 10px;
    font-size: 1.13em;
    background-color: #222222;
    position: relative;
    display: block;
    z-index: 9;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    background-image: url(../images/plus_icon.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 25px 25px;
    cursor: pointer;
    margin-bottom: .22em;
}

/**/

.journal-section {
    display: block;
    margin: 4em auto 5em;
    width: 96%;
    position: relative;
    padding: 0 0 5em;
}

.journal-section .views-exposed-form ul li a {
    background: none;
    border: none;
    padding: 12px 20px;
    font-size: 1.15em;
    margin: 0 10px 10px 0;
    font-weight: 500;
    letter-spacing: .05px;
    cursor: pointer;
    border: 2px solid transparent;
    color: #fff;
    background: #222222;
    z-index: 9;
    background-image: none;
    transition: all 0.2s ease;
    font-family: "Poppins", sans-serif;
}

.journal-section .views-exposed-form ul li a:hover {
	border:2px solid #97B7E0;
	transition: all 0.2s ease;
}

.journal-section .views-exposed-form {
    position: relative;
    display: block;
    margin-bottom: 2em;
}

/**/

.article-banner-section {
    width: 100%;
    height: 79vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px 5px rgba(0,0,0,.13);
}

.article-title-section {
    margin-bottom:3.5em;
}

.article-title-section img {
    width: 71px;
    margin-bottom: .65em;
}

.article-title-section h1 {
    font-size: 2.3em;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    margin: 0 auto .75em;
    color: #fff;
    display: block;
    letter-spacing: .05px;
    text-align: center;
    width: 96%;
}

.article-body {
    position: relative;
    display: block;
    width: 92%;
    margin: 1em auto;
    padding: .65em 0 3em;
    color: #fff;
}

.article-body img {
    max-width: 100%;
    height: auto;
    margin:5px 0px;
	display:block!important;
	float:none;
}

}

@media (min-width: 718px) and (max-height: 500px) and (orientation: landscape) {

body{
	font-size:15px;
}

.article-banner-section {
    width: 100%;
    height:800px;
	min-height:800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px 5px rgba(0,0,0,.13);
}

.hello-section-pages {
    width: 100%;
    height:650px;
    min-height:650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px 5px rgba(0,0,0,.13);
}

.side-menu {
    min-height:950px;
}


}
