*{ 
	font-family:'Nunito';
}
.text-center img {
	display: inline-block;
}
.header-bottom.header {
    height: 600px !important;
    overflow: hidden !important;
}
header {
	padding: 0px;
}
header .mainmenu {
	float: right;
	padding-top: 10px;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 17px;
	color: #ffffff;
	font-weight: 800;
	border-radius: 0px;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
}
header .mainmenu ul li {
    padding: 0px 22px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
.header-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 20px 0px;
}
.language select {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 70px;
    background-image: url(img/others/drop-icon.png);
    background-repeat: no-repeat;
        background-position: 85%;
    background-size: auto;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	background-color: #345a81;
}
header .header-bottom {
	position: relative;
	overflow: hidden;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	width: 100%;
}
.header-top.header-toggle {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #000;
}
.header-top.header-toggle .header-logo {
    width: 90px;
}
header .banner-contents h3 {
	font-size: 72px;
	color: #fff;
    font-family: 'Exo2-ExtraBold';
	line-height: 1;
}
.banner-contents p {
	font-size: 23px;
	color: #fff;
    font-family: 'Exo2-ExtraBold';
    text-transform: uppercase;
}
/*.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #e7b6d7;
	background-color: #e7b6d7;
	padding: 10px 30px;
}*/
.banner-info {
    text-align: center;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("https://www.geokapti.nl/img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("https://www.geokapti.nl/img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}
.about-section {
    background-image: url(img/others/about-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 350px 0px 180px;
    margin-top: -470px;
}
.heading h3 {
	font-size: 35px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
}
.heading p {
	font-size: 18px;
	color: #000;
}
.heading a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 900;
	border: 2px solid #345a81;
	background-color: #345a81;
	padding: 10px 30px;
}
.about-contents h3 {
	color: #fff;
}
.geo-head h3 {
    font-size: 27px;
}
.geo-contents p {
    text-align: justify;
    margin-bottom: 30px;
}
.welcome-contents p {
    text-align: justify;
}
.high-contents p {
    text-align: justify;
}
.about-contents p {
    color: #fff;
    text-align: justify;
}
.blog-section {
    background-color: #f0f0f0;
    padding: 70px 0px;
    position: relative;
}
.welcome-contents h3 {
    font-size: 27px;
}
.sensor-contents p {
    text-align: justify;
}
.project-contents p {
    text-align: justify;
}
.project-contents h4 {
		font-size: 25px;
		font-weight: 700;
}
.aeros-wrap {
    padding-top: 30px;
}
.aero-img {
    padding-top: 120px;
}
.blog-heading {
    padding-bottom: 30px;
}
.blog-cont-wrap {
    background-color: #f0f0f0;
    box-shadow: 0px 0px 10px #d6d6d6;
    margin: 10px;
}
/* Стили для белого текста */
/*.white-text {*/
/*	color: white;*/
/*}*/
.blog-contents {
    padding: 20px;
    text-align: center;
}
.blog-contents h3 {
	font-size: 18px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.blog-contents p {
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	display: none;
}

.owl-item.active.center .blog-contents h3 {
	color: #fff;
}
.owl-item.active.center .blog-contents p {
	color: #fff;
	display: block;
}
.owl-item.active.center .blog-cont-wrap {
    background-color: #4e78a2;
}
/*********** CAROUSEL NAV***********/
.blog-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/blog-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 25%;
	width: 33px;
	outline: none !important;
}
.blog-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/blog-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 25%;
	width: 33px;
	outline: none !important;
}
.blog-section .owl-nav.disabled {
    display: block !important;
}
.welcome-section {
    position: relative;
    overflow: hidden;
}
.welcome-wraps {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
}
.welcome-contents {
    background-color: rgba(255,255,255,0.8);
    padding: 40px;
}
.welcome-img {
    position: relative;
    top: 130px;
}
.high-section {
    background-color: #fff;
    padding: 70px 0px;
}
.high-img {
    border: 3px solid #345a81;
    padding: 20px 80px 20px 20px;
}
.high-contents {
    background-color: #fff;
    position: relative;
    margin-top: 45px;
    margin-left: -70px;
    padding: 30px;
}
.partner-section {
    background-color: #f7f5f5;
    position: relative;
    padding: 70px 0px;
}
.partner-heading {
	padding-bottom: 30px;
}

/*********** CAROUSEL NAV***********/
.partner-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/partner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 25%;
	width: 33px;
	outline: none !important;
}
.partner-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/partner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 25%;
	width: 33px;
	outline: none !important;
}
.partner-section .owl-nav.disabled {
    display: block !important;
}
.get-img {
    position: relative;
}
.get-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}
.get-head h3 {
	color: #345a81;
}
.footer-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
}
.footer-section {
    background-color: #000000;
    padding: 50px 0px 0px;
    position: relative;
}
.contact-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 30px 50px;
    position: relative;
    margin-top: -200px;
}
.contact-form h4 {
	font-size: 24px;
	color: #7f8386;
}
.contact-form h3 {
    position: relative;
    color: #3e3e3e !important;
    text-transform: capitalize;
    font-size: 37px;
    width: max-content;
}
.contact-form h3::after {
    position: absolute;
    content: "";
    background-image: url(img/others/logo-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 46px;
    height: 52px;
    right: -30px;
    top: -50px;
}
.contact-form textarea {
	height: 65px;
	border-radius: 10px !important;
}
.header-logo {
    width: 60%;
}
.contact-form .form-control {
	border-radius: 50px;
	font-size: 15px;
	color: #1e5671;
	border:  1px solid #d6d6d6;
}
.contact-form input {
	height: 45px;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #1e5671;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #1e5671;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #1e5671;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #1e5671;
  opacity: 1;
}
.geo-contents .strip-img {
    position: relative;
    margin-top: -60px;
    margin-left: 90px;
}
.about-contents .col-md-2 img {
    width: 130px !important;
}
.icon-text p a {
    color: #345a81 !important;
    text-decoration: none;
}
.sensor-contents h5 a {
    color: #345a81;
    background-color: transparent;
    border: none;
    padding: 0px;
    font-weight: 600;
}
.contact-form input.submit-btn {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #ff9000;
    padding: 10px 40px;
    position: absolute;
    bottom: -20px;
    border: none;
    margin: auto;
    display: block;
    text-align: center;
    width: max-content;
    left: 0;
    right: 0;
}
.footer-wrap h5 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
	font-weight: 900;
}

.footer-wrap a {
	text-decoration: none;
	font-size: 18px;
	color: #fff !important;
}
.footer-contact {
    margin-bottom: 30px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
}
.social-icons ul li a {
	text-decoration: none;
	color: #293239 !important;
	font-size: 20px;
}
.footer-contact.top {
    margin-top: 50px;
}
.social-icons {
    padding-top: 10px;
    display: none;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0px;
}
.copyrights {
    padding: 20px 0px;
    border-top: 2px solid #4e78a2;
}
.language {
    margin-top: 15px;
}
.modal-content {
    padding: 0px;
    border-radius: 0px;
}
.banner-info h6 {
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito';
    line-height: 1.4;
}
.aero-section {
    background-image: url(img/others/aero-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 90px 0px;
}
.sensor-section {
    background-color: #fff;
    padding: 50px 0px;
}
.cloud-section {
    background-image: url(img/others/cloud-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px 210px;
}
.geo-section {
    background-color: #f7f5f5;
    padding: 60px 0px;
}
.geo-contents h4 {
	font-size: 25px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 24px;
}
.geo-contents h3 img {
    margin-right: 10px;
}
.icon-img {
    background-color: #dee1e6;
    border-radius: 10px;
    text-align: center;
    width: 80%;
}
.icon-contents {
    margin-bottom: 40px;
}
.geo-head {
    padding: 40px 0px;
}
.icon-text {
    border: 2px solid #d6d6d6;
    padding: 20px;
    width: 70%;
    margin: 30px auto 0px;
}
.sensor-contents ul li {
    font-size: 18px;
    color: #000;
    background-image: url(img/others/list-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 16px;
    line-height: 1.7;
}
.sensor-contents h5 {
    font-size: 18px;
    border: 2px solid #d6d6d6;
    padding: 20px;
    color: #000;
}
.project-section {
    background-color: #f7f5f5;
    padding: 40px 0px 70px;
}
.project-wrap {
    padding-bottom: 50px;
}
.flow-section {
    background-color: #fff;
    padding: 50px 0px 210px;
}
.project-contents {
    padding-top: 50px;
}
.geofarm-section {
    padding: 50px 0px;
}
.partner-img img {
    width: auto !important;
    margin: auto;
}
.about-section.about {
    background-image: url(img/others/about.png);
    margin-top: 0px;
    padding-top: 80px;
}
.sensor-contents h3 {
    font-size: 30px;
}
.banner-info h5 {
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {
.about-section {
    background-position: 100% 100%;
    background-size: 100%;
    padding: 280px 0px 140px;
    margin-top: -300px;
}
div#video video {
    height: 800px;
}
}
@media screen and (max-width: 1680px) {
.about-section {
    background-position: top;
    background-size: 100% 100%;
    padding: 250px 0px 90px;
    margin-top: -230px;
}
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	.about-section {
    background-position: top;
    background-size: cover;
    padding: 200px 0px 90px;
    margin-top: -140px;
}
header .banner-contents h3 {
    font-size: 35px;
}
.banner-contents p {
    font-size: 15px;
}
header .mainmenu ul li a {
    font-size: 13px;
}
.blog-contents h3 {
    font-size: 15px;
    }
    .heading h3 {
    font-size: 22px;
  }
  .high-contents {
    background-color: #fff;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0px;
}
.high-img {
    border: 3px solid #345a81;
    padding: 20px;
}
header .mainmenu ul li {
    padding: 0px 16px;
}
.welcome-wraps {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}
.header-bottom.header {
    height: 470px !important;
    overflow: hidden !important;
}
div#video video {
    height: 530px;
}
.banner-info h5 {
    font-size: 28px;
    }
    .banner-info h6 {
    font-size: 18px;
}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.contact-form h4 {
    font-size: 16px;
  }
  .heading h3 {
    font-size: 17px;
  }
  .get-head {
    top: 40px;
}
.header-bottom.header {
    height: 340px !important;
    overflow: hidden !important;
}
.welcome-wraps {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
}
header .mainmenu ul li {
    padding: 0px 14px;
}
.aero-img {
    padding-top: 70px;
}
.about-section {
    background-position: top;
    background-size: cover;
    padding: 150px 0px 90px;
    margin-top: -70px;
}
.banner-info img.img-fluid {
    width: 50px;
    margin-bottom: 10px;
}
header .mainmenu ul li a {
    font-size: 10px;
    padding: 10px;
}
.language select {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 56px;
    background-image: url(img/others/drop-icon.png);
    background-repeat: no-repeat;
    background-position: 85%;
    background-size: auto;
}
header .banner-contents h3 {
    font-size: 25px;
}
.banner-contents p {
    font-size: 12px;
}
.heading p {
    font-size: 15px;
    }
    .banner-info h6 {
    font-size: 13px;
  }
  .geo-contents h4 {
    font-size: 18px;
  }
  .sensor-contents ul li {
    font-size: 15px;
  }
  .contact-form {
	    margin-top: -130px;
	}
    div#video video {
    height: 380px;
}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
    .header-bottom.header {
    height: auto !important;
    overflow: hidden !important;
}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.header-top {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 10px 0px;
    background-color: #000;
}
header .header-bottom .banner-contents {
    top: 9%;
    }
    header .banner-contents h3 {
    font-size: 19px;
}
.welcome-img {
    position: relative;
    top: 40px;
}
.high-img {
    border: 3px solid #345a81;
    padding: 20px;
    margin-top: 30px;
}
.contact-form {
    margin-top: 0;
}
.footer-logo {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 50px;
    width: 50%;
    margin: 50px auto 0px;
}
.social-icons {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 30px;
}
.header-bottom video {
    width: 100vw !important;
    object-fit: cover;
    height: 220px;
}
.footer-contact {
    margin-bottom: 30px;
    text-align: center;
}
.banner-info h6 {
    font-size: 10px;
    }
    .about-contents img.img-fluid {
    margin-bottom: 20px;
}
.icon-img {
    background-color: #dee1e6;
    border-radius: 10px;
    text-align: center;
    width: 40%;
    margin: auto;
}
.icon-contents {
    margin-bottom: 40px;
    text-align: center;
    padding-top: 20px;
}
.icon-text {
    border: 2px solid #d6d6d6;
    padding: 20px;
    width: 100%;
    margin: 30px auto 0px;
}
.sensor-img {
    padding: 20px 0px;
}
.get-head {
    top: 10px;
}
.partner-section {
    background-color: #f7f5f5;
    position: relative;
    padding: 40px 0px;
}
.partner-heading {
    padding-bottom: 10px;
}
.cloud-section {
    padding: 70px 0px 70px;
}
.flow-section {
    background-color: #fff;
    padding: 50px 0px 70px;
}
.navbar-dark .navbar-brand {
    color: #fff;
    width: 150px;
}
.aero-img {
    padding-top: 10px;
}
.footer-contact.top {
    margin-top: 0px;
}
.welcome-wraps {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}
div#video video {
    height: 230px;
}
.banner-info h5 {
    font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.banner-info h6 {
    font-size: 9px;
}	
}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 387px) {
.banner-info h6 {
    font-size: 8px;
}
}
@media screen and (max-width: 375px) {
.about-section {
    background-position: top;
    background-size: cover;
    padding: 90px 0px 90px;
    margin-top: -30px;
}
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}
.about-contents.heading {
	color: white;
}
.customer-support-section {
	background-color: #333;
	color: #fff;
	padding: 60px 0;
	border-top: 4px solid #ff6600; /* Добавляет яркую границу сверху */
}

.high-section {
	margin-bottom: 60px; /* Добавляет отступ снизу */
}
.customer-support-section .row {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px; /* Минимальная высота блока */
}
.customer-support-section {
	background-color: #333;
	color: #fff;
	padding: 60px 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Добавляет тень */
}

/* Или добавьте границу */
.customer-support-section {
	border-top: 4px solid #ff6600; /* Цвет границы */
	padding: 60px 0;
}
.customer-support-section {
	position: relative;
	background-color: #333;
	color: #fff;
	padding: 60px 0;
	border-top: 4px solid black;
}

.customer-support-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный слой */
	z-index: 1;
}

.customer-support-section .container {
	position: relative;
	z-index: 2; /* Обеспечивает, что содержимое находится поверх слоя */
}
.customer-support-text p {
	color: #fff;
	text-align: justify;
}
