@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Regular.ttf') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Bold.ttf') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Black.ttf') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNovaBold';
	src: url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

.font-proxima {
	font-family: 'ProximaNovaBold', sans-serif;
}

.menu-container {
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}

.head-container {
	background-color: white;
	padding-top: 74px;

}

.product-banner {
	/*background: linear-gradient(to right, #183056 30%, #21406f, #2663c2) !important;*/
}

.product-banner-1 {
	background: linear-gradient(to right, #051054 30%, #053b8d, #1c1036) !important;

}

.product-banner-2 {
	background: linear-gradient(to right, #051054 30%, #053b8d, #053c7c) !important;

}

.content-container {
	background-color: #f8f8f8;
	width: 100%;
}

.contact-container {
	/*background-color:#CCC;*/
	width: 100%;
}

.clients-container {
	/*width: 100%;*/
	background-color: #f8f8f8;
}

.clients-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.footer-container {
	width: 100%;
	background-color: #313131;
	-webkit-box-shadow: -6px 4px 12px -12px rgba(0, 0, 0, 0.35), inset 0 0 160px 38px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: -6px 4px 12px -12px rgba(0, 0, 0, 0.35), inset 0 0 160px 38px rgba(0, 0, 0, 0.56);
	box-shadow: -6px 4px 12px -12px rgba(0, 0, 0, 0.35), inset 0 0 160px 38px rgba(0, 0, 0, 0.56);
}

.menu-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.head-wrap {
	background-color: #062027;
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}

.head-wrap-article {
	background-color: #011b32;
	height: 300px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}

#art {
	background: url('../img/banner-art.jpg') center center no-repeat;
	background-size: cover;
}

#prod {
	background-size: cover;
}

.content-wrap {
	/*background-color:#f8f8f8;*/
	height: 600px;
	width: 800px;
	margin: 0 auto;
}

.cont1-wrap {
	/*height:500px;*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont2-wrap {
	/*height:600px;*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.contSlider-wrap {
	width: 100%;

	max-width: 1200px;
	margin: 0 auto;
}

.cont8-wrap {
	/*height:600px;*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont7-wrap {
	/*height:500px;*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont9-wrap {
	/* height:650px; */
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 1rem;
}

.cont10-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont3-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont4-wrap {
	height: 600px;
	width: 1200px;
	margin: 0 auto;
}

.cont5-wrap {
	/*height:500px;*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont6-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.pci-dss-wrap {
	/*height:600px;*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.contact-wrap {
	height: 600px;
	width: 800px;
	margin: 0 auto;
}

.footer-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.article-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.menu {
	float: right;
	height: 75px;
	width: 800px;
}

ul.main_menu li {
	float: left;

	padding: 19px 30px 27px 0px;
	list-style-type: none;
	list-style-image: none;
}

.main_menu_item {
	display: flex !important;
	align-items: center !important;
	gap: 5px;
}

ul.main_menu a {
	color: #333531;
	text-decoration: none;
	/* text-transform: uppercase; */
	font-size: 15px;
	/* font-weight: 700; */
}

ul.submenu li a p {
	color: rgb(175, 175, 175);
	font-size: 14px;
	margin-bottom: 0;
}

.logo {
	height: 63px;
	width: 174px;
	float: left;
	color: #fff;
	font-size: 40px;
	margin: 7px 0 0 15px;
	border: 0;
	background: url('../img/logo.png') no-repeat;
	background-size: contain;
}

.news_container {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
}

.news_item {
	width: 27.333333%;
	float: left;
	margin: 1rem 1.5rem;
	position: relative;
}

.news_item_header {
	background-color: #42267f;
	background-image: url('../attention.png');
	background-size: 16% 72%;
	background-position: 97% 6px;
	height: 3rem;
	width: 100%;
	background-repeat: no-repeat;
}

.news_item_header h4 {
	padding-top: 0.75rem;
	padding-left: 1.75rem;
	text-transform: capitalize;
	color: #fff;
	font-size: 1.25rem;
}

.news_item_content_container {
	background-color: #f6f4f8;
	min-height: 18rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 1.5rem 1rem;
}

.news_date {
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 0.25rem;
	margin-top: 0;
	color: #898989;
}

.news_item_content_container h5 {
	color: #0896d6;
	width: 95%;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 1rem !important;
}

.news_text {
	font-size: 1rem;
	margin-top: 1rem;
	line-height: 1.35rem;
	max-height: 9.4rem !important;

	overflow: hidden;
}

.news_url {
	position: absolute;
	bottom: 2rem;
	right: 15%;
	font-size: 0.9rem;
	text-decoration: none;
	color: #0088ce;
}

.news_url_icon {
	top: 2px;
	position: relative;
	margin-left: 3px;
}

.news_url_icon:before {
	content: '\e031';
}

.footer-col {}

.footer-col:nth-child(1) {}

.footer-col:nth-child(2) {}

.footer-col:nth-child(3) {}

.footer-col h5 {
	font-size: 18px;
	color: #eeeeee;
	padding-bottom: 20px;
	/*text-transform: uppercase;*/
}

.footer-col p {}

.footer-col ul {
	padding-left: 0;
}

.footer-col ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
}

.footer-col ul li a {
	color: #bdbdbd;
	text-decoration: none;
	/*text-transform: uppercase;*/

	/*font-weight: 700;	*/
}

.footer-col ul li a:hover {
	color: #ffffff;
}

.footer-col p {
	color: #bdbdbd;

	margin: 0 0 5px 0;
}

.footer-col p.copy {}

.footer-logo {
	height: 65px;
	width: 160px;
	/* float: left; */
	color: #fff;
	margin: 15px 0 15px 0;
	background: url('../img/logo_footer.png') no-repeat;
	background-size: contain;
}

.footer-bottom {
	/*height:50px;*/
	border-top: 1px solid #3e3e3e;
}

.footer-bottom-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;

}

.footer-bottom-wrap p {
	color: #bdbdbd;

}

.footer-bottom-item-right a {
	color: #bdbdbd;
	font-size: 12px;
	margin-left: 1rem;
}

.footer-bottom-item-right a:hover {
	color: #ffffff;
	text-decoration: none;
}

@media (min-width: 801px) {
	.footer-bottom-wrap p {
		font-size: 12px;
		/*width: 250px;*/
		padding: 15px 30px 15px 0px;
		margin: 0px 0px 0px 0px;
	}

	.footer-bottom-wrap p:nth-child(3) {
		font-size: 12px;
		/* width: 250px; */
		padding: 15px 30px 15px 0px;
		margin: 0px;
		margin-left: 9%;
	}

	.footer-bottom-wrap p:nth-child(1) {
		font-size: 12px;
		/* width: 250px; */
		padding: 15px 30px 15px 0px;
		margin: 0px;
		margin-right: 9%;
	}


	.footer-bottom-item-left {
		float: left;

	}

	.footer-bottom-item-right {
		float: right;
	}

	.footer-bottom-item-right a {
		font-size: 12px;
	}
}

@media (max-width: 800px) {
	.footer-bottom-wrap {
		flex-direction: column;
		padding: 15px 0px !important;
		;

	}

	.footer-bottom-wrap p {
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
	}

	.footer-bottom-item-left {}

	.footer-bottom-item-right {}



	.footer-bottom-item-right a {
		font-size: 14px;
		display: block;
		margin-left: 0rem;
		margin-bottom: 0.5rem;
	}
}

.cookie {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(37, 37, 37, 0.84);
	font-size: 15px;
	padding: 15px 15px;
	z-index: 10000;
}

.cookie-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.cookie-close-btn {
	width: 36px;
	height: 36px;
	font-size: 23px;
	text-align: center;
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}

.cookie-ok {
	text-align: center;
	margin: 12px 0 2px 0;
}

.cookie-ok-btn {
	cursor: pointer;
	border: 1px solid;
	border-radius: 2px;
	padding: 8px 23px;
}

.cookie-ok-btn:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.cookie-wrap a {
	color: white;
	text-decoration: underline;
}

.cookie-wrap a:hover {
	color: white;
}

.cookie-wrap a:visited {
	color: white;
}

.login-wrap {
	width: 100%;
	max-width: 405px;
	margin: 0 auto;
}

.login-cap {
	font-size: 31px;
	text-align: center;
	padding: 0px 0px 20px 0;
}

.cl {
	clear: both;
}

.t_bold {
	font-weight: 700;
}

.submenu {
	position: absolute;
	top: 85%;
	/*left: 77%;
  margin-left: -22%;*/
	/*width: 40%;*/
	/*min-width:500px;*/
	z-index: 10;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	visibility: hidden;
	opacity: 0;
	background: #525252;
	padding-left: 0;
}

ul li:hover .submenu {
	visibility: visible;
	opacity: 1;
}

ul.submenu li {
	width: 500px;
	padding: 10px 25px 10px 25px;
	float: none;
}

ul.submenu li a {
	color: #ffffff;
	text-transform: none;
	font-weight: 400;
}

.main_menu li a {
	transition: 0.3s linear;
}

.main_menu li a:hover {
	color: #787878;
}

.main_menu>li {
	position: relative;
}

.main_menu_item {
	text-decoration: none;
	color: black;
	/* Change to your desired color */
	padding: 10px 0;
	display: block;
	position: relative;
}

.main_menu_item::after {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	/* Adjust thickness of the underline */
	display: block;
	margin-top: 4.2rem;
	right: 0;
	background: #29296d;
	/* Change to your desired color */
	transition: width 0.2s ease, right 0.2s ease;
}

.main_menu_item:hover::after {
	width: 100%;
	right: 0;
}

.menu-mobile {
	float: right;
	height: 46px;
	width: 46px;
	margin-top: 14px;
	margin-right: 14px;
	border: solid 2px #21008a;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-mobile img {
	width: 30px;
	height: 30px;
}



/* .menu-mobile::after {
	display: block;
	content: '≡';
	color: #21008a;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
	text-align: center;
	margin-top: -0.2rem;
} */


.menu-mobile-closed {}

/* .menu-mobile-opened:after {
	content: '×';
	margin-top: 0rem;
} */

.menu-mobile-list {
	display: none;
	background-color: #ffffff;
	margin-top: 10px;

	/*display:block!important;*/
	position: absolute;
	top: 64px;
	left: 0px;
	right: 0px;
	overflow-y: scroll;
	float: none;
	height: calc(100vh - 66px);
	box-sizing: border-box;
	padding-bottom: 1rem;
}

.menu-mobile-ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.menu-mobile-ul li {
	list-style-type: none;
	list-style-image: none;
	/* border-bottom:1px solid black; */
}

.menu-mobile-ul li a {
	display: block;
	/* line-height: 35px; */
	padding: 7px 0px 0px 0px;
	/* font-size: 17px; */
	color: #2f2f2f;
	text-decoration: none;
}

.menu-mobile-ul li:last-child a {
	/* padding-bottom: 12px; */
}

.submenu-mobile {
	font-size: 14px !important;
	padding-left: 0 !important;
}

.submenu-mobile li {
	padding: 15px 0px 0px 0px;
}

.submenu-mobile li a {
	display: block;
	/* line-height: 35px; */
	padding: 0px 0px 0px 0px;
	/* font-size: 17px; */
	color: #2f2f2f;
	text-decoration: none;
}

.submenu-mobile li p {
	display: block;
	/* line-height: 35px; */
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	color: gray;
	text-decoration: none;
	margin-bottom: 0rem;
}

.menu-mobile-header {
	font-size: 18px;
	font-weight: 600;
	background: rgb(249, 248, 254) !important;
}

.menu-mobile-header-border {
	width: 100%;
	height: 54px;
	padding: 0.88rem 1.25rem !important;
	font-size: 1rem !important;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border: 1px solid #dee2e6 !important;
	border-radius: calc(0.375rem - (1px));
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

.cell-1 {
	float: left;
	width: 350px;
}

.cell-2 {
	float: left;
	width: 350px;
}

.cell-3 {}

.contact-input {
	border-radius: 4px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #1f3843;
	font-size: 16px;
	font-weight: 400;
	height: 32px;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	width: 300px;
	margin: 0 0 20px 0px;
}

.cap {
	color: #1f3843;
	font-weight: 700;
	margin: 0 auto;
	font-size: 26px;
	text-align: center;
	padding: 25px 25px 20px 25px;
}

.btn {
	width: 170px;
	margin: 0 0 20px 48px;
}

.form-msg {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 10px 48px;
	padding: 10px;
	font-size: 14px;
	color: #1f3843;
}

.msg-ok {
	background: #c2ffb3;
	display: none;
}

.msg-err {
	background: #ffbeb3;
	display: none;
}

.client {}

.client-icon {
	/* background: url(logo1000.png) no-repeat; */
	/* height: 100px; */
	/* width: 100%; */
	/* background-size: contain; */
	color: #404269;
	font-size: 50px;
	text-align: center;
	/* background-position: center; */
}

.client-icon i {
	background: -webkit-linear-gradient(left, #29296d, #4a4ac1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.client-cap {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 15px 0;
}

.client-desc {
	font-size: 17px;
	text-align: center;
	padding: 0 10px 0 10px;
}

/* cont1 */

.cont1-container {
	background-color: #f8f8f8;
}

.cont1_item {
	height: 580px;
}

.cont1_item_caption {
	font-size: 21px;
	text-align: center;
	padding: 5px 0 5px 0;
	color: #31434e;
	height: 220px;
}

.cont1_item_text {
	padding: 5px 0px 35px 5px;
	color: #31434e;
}

.cont1-icon {
	font-size: 50px;
	color: #29296d;
	margin: 0 0 10px 0;
}

.cont1-icon i {
	background: -webkit-linear-gradient(left, #29296d, #4a4ac1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cont2-container {
	/*background-color:#f8f8f8;*/
	/*font-size: 18px;*/
}

.cont2-item-left {}

.cont2-item-right {}

.cont2-screen-product1 {
	background-image: url('../img/final/products/monitor_fop.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.cont2-screen-product2 {
	background-image: url('../img/final/products/monitor_fast.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.cont3-container {
	background: url('../img/s0.jpg') center center no-repeat;
	background-color: #f8f8f8;
	background-size: cover;
}

.cont3-items {
	margin-top: 15px;
}

.cont3-item-left {}

.cont3-item-left p {
	line-height: 150%;
}

.cont3-item-right {}

.cont3-item-right-caption {
	font-size: 22px;
}

.cont3-item-right-ul {
	margin: 0;
}

.cont3-item-right ul li {
	list-style: square inside;
}

.cont10-item-right ul li,
.cont10-item-left ul li {
	list-style: none;
}

.cont10-item-left ul div i,
.cont10-item-right ul div i {
	background: -webkit-linear-gradient(left, #29296d, #4a4ac1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cont3-item-right-ul-pad {
	height: 10px;
	width: 1px;
	border: 0;
	background: 0;
}

.cont8-item-right-ul {
	margin: 0;
}

.cont8-item-right ul li {
	list-style: square inside;
	margin-bottom: 17px;
}

.cont8-item-right ul li::marker {
	color: rgb(61 23 179);
}

.cont5-container {
	background-color: #ffffff;
}

.cont5-items {
	margin-top: 15px;
}

.cont5-item-left {
	/*float: left;
	width: 35%;
    max-width: 470px;
    margin-left: 10%; */
}

.cont5-item-left p {
	margin-bottom: 30px;
	line-height: 150%;
}

.cont5-item-right {
	/*float: left;
    width: 40%;
    max-width: 470px;    
    margin-left: 10%; */
}

.cont5-item-right-caption {
	font-size: 22px;
}

.cont5-item-right ul li {
	list-style: square inside;
	margin-bottom: 17px;
}

.cont5-techs {
	/*height: 380px;
    max-width: 430px;
	width:90%;*/
	background-image: url('../img/tech_logos.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.cont5-tech {
	width: 100px;
	height: 100px;
	/*border: 1px solid;*/
	float: left;
	margin: 10px;
	padding: 15px 0 0 0px;
	text-align: center;
}

.cont5-techs i {
	font-size: 60px;
	color: #1f3843;
}

.cont6-container {
	background-color: #777;
	background: linear-gradient(#11024052, #1e027752), url('../img/banner-art.jpg') center center no-repeat;
	background-size: cover;
}

.cont6-text {
	text-align: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.cont6-text p {}

.cont6-text-btn {
	border-radius: 3px;
	background-color: #e4a009;
	border-radius: 3px;
	border: solid 2px #e4a009;
	padding: 10px 20px;
	font-size: 17px;
	display: inline-block;
	text-align: center;
	margin: 20px 0px 30px 0px;
	cursor: pointer;
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	color: #ffffff !important;
	text-shadow: #402c00 0px 0px 4px;
	text-decoration: none;
}

.cont6-text-btn:hover {
	background-color: #f5b218;
	border: solid 2px #f5b218;
}

.cont6-cap {
	padding: 40px 20px 20px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}

.cont6-p {
	color: #fff;
	font-size: 17px;
	padding: 0px 20px 0px 20px;
}

.combined-text {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.combined-text h1,
.combined-text p {
	display: inline;
	margin: 0;
	padding: 0;
}



.cont8-p {
	font-size: 18px;
	padding: 0px 20px 0px 20px;
	/* text-align: justify; */
	max-width: 1100px;
	margin: 0 auto;
}

.cont9-wrap .cap {
	padding-bottom: 0;
}

.cont9-p {
	font-size: 20px;
	opacity: 0.7;
	font-weight: 100;
	padding: 0px 20px 0px 20px;
	text-align: center;
	margin-bottom: 1em;
}

.cont8-item-left {
	height: 400px;
	/* max-width: 470px; */
}

.cont8-screen {
	background-image: url('../img/webapp.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;

}

.article-container {}

.article-text {
	min-height: 300px;
	font-size: 16px;
	padding: 60px 40px;
}

.form-hide {
	display: none;
}

#form {
	width: 800px;
	height: 700px;
	background-color: #ffffff;
}

.form-wrap {
	width: 327px;
	margin: 0 auto;
}

.g-recaptcha div {
	margin: 0 auto;
}

.g-border {
	border: 1px solid;
}

.head-cont {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	text-shadow: #383838 0px 0px 6px;
	color: #fff;
	overflow: hidden;
}

.cont9-container {
	background-color: #f8f8f8;
}


.head-cont-text {}

.head-cont-text-h1 {
	text-shadow: 0px 0px 6px #101010;
}

.head-cont-text-p {}

.head-cont-text-btn {
	text-decoration: none;
}

.head-cont-text-btn1:hover {
	background-color: #f5b218;
	border: solid 1px #f5b218;
}

.head-cont-text-btn2:hover {
	background-color: rgba(255, 255, 255, 0.23);
}

.head-cont-text-btn1 {
	color: #fff;
	background-color: #e4a009;
	border-radius: 3px;
	border: solid 1px #e4a009;
	cursor: pointer;
	outline: none;
	font-weight: normal;
	padding: 0px;
	/*display: inline-block;*/
	display: block;
	float: left;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-shadow: #945200 0px 0px 4px;
}

.head-cont-text-btn2 {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.09);
	border-radius: 3px;
	border: solid 1px #fff;
	cursor: pointer;
	outline: none;
	font-weight: normal;
	padding: 0px;
	/*display: inline-block;*/
	display: block;
	float: left;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-shadow: #383838 0px 0px 6px;
}

.banner {
	max-width: 2000px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 950px;
}

.banner-background {
	background: #070c2e;
	width: 100%;
	overflow: hidden;



}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;

}

.video-container {
	position: absolute;
	top: 0rem;
	right: -300px;
	width: 1600px;
	height: 100%;
	overflow: hidden;
}


.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.3); Полупрозрачный черный фон */
	z-index: 1;
	/* Убедитесь, что фон находится поверх видео, но под слоганом */
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.5); */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.banner-info {
	z-index: 2;
	width: 53%;
	margin-left: 6rem;
}

.slogan {

	color: white;
	font-size: 60px;
	z-index: 2;
	font-family: 'ProximaNovaBold', sans-serif;
	line-height: 1;

	font-weight: bold;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Standard */

}

.gradient-text {
	background: linear-gradient(to right, violet, orange);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;

}


.contact-us-btn {
	margin-top: 2rem;
	width: 200px;
	color: white;
	font-size: 20px;
	border: 1px solid white;
	padding: 1rem 1.5rem;
	display: block;
	z-index: 2;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}




video::-webkit-media-controls {
	display: none !important;
}

/* Скрыть элементы управления видео на мобильных устройствах */
video::-webkit-media-controls {
	display: none !important;
	opacity: 0;
}

video::-webkit-media-controls-enclosure {
	display: none !important;
	opacity: 0;
}

video::-webkit-media-controls-play-button {
	display: none !important;
	opacity: 0;
}

*::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
	opacity: 0;
}

*::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

@media screen and (min-width: 2100px) {
	.contact-us-btn {
		width: 290px;
		margin-top: 4rem;
		font-size: 23px;
	}
}

@media screen and (max-width: 2100px) {
	.video-container {
		width: 1600px;
		right: -250px;
	}
}


@media screen and (max-width: 1650px) {
	.video-container {
		width: 1600px;
		right: -300px;
	}
}

@media screen and (min-width: 1450px) {
	.footer-bottom-wrap {
		max-width: 1300px;
	}

	.head-cont {
		max-width: 1400px;

	}

	.menu-wrap {
		max-width: 1400px;
	}

	ul.main_menu a {
		font-size: 17px;
	}

	.cont1-wrap {
		max-width: 1400px;
	}

	.cont2-wrap {
		max-width: 1400px;
	}

	.contSlider-wrap {
		max-width: 1400px;
	}

	.cont8-wrap {
		max-width: 1400px;
	}

	.pci-dss-wrap {
		max-width: 1400px;
	}

	.cont7-wrap {
		max-width: 1400px;
	}

	.cont9-wrap {
		max-width: 1400px;
	}

	.cont10-wrap {
		max-width: 1400px;
	}

	.cont3-wrap {
		max-width: 1400px;
	}

	.cont4-wrap {
		width: 1400px;
	}

	.cont5-wrap {
		max-width: 1400px;
	}

	.cont6-wrap {
		max-width: 1400px;
	}

	.footer-wrap {
		max-width: 1300px;
	}
}

@media screen and (min-width: 1550px) {
	.footer-wrap {
		max-width: 1400px;
	}

	.footer-bottom-wrap {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1800px) {
	/* .video-container {
		width: 1000px;
		display: flex;
		align-items: center;
	}

	.video-container video {
		width: 1000px;
		height: 100%;
	} */

	.banner-info {
		width: 50%;
	}

	.slogan {
		font-size: 60px;
	}
}

@media screen and (max-width: 1415px) {
	.banner-background {}

	.video-container {
		/* top:-2rem; */
		right: -200px;
		width: 1200px;
		display: flex;
		justify-content: end;
		align-items: center;
	}

	.video-container video {
		height: 1500px;
		object-fit: contain;
	}

	.banner-info {
		width: 65%;
	}

	.slogan {
		font-size: 60px;
	}
}

@media screen and (max-width: 1250px) {
	.video-container {
		right: -220px;
		width: 1100px;
	}

	.banner-info {
		width: 60%;
	}

	.slogan {
		font-size: 50px;
	}

	.contSlider-wrap {
		padding: 0 10px 0 10px;
	}
}

@media screen and (max-width: 1025px) {
	.video-container {
		display: block;
		width: 100%;
		height: 100%;
		top: 50%;
		transform: translateY(-50%);
		right: 0px;
	}

	.video-container video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.overlay {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.banner-info {
		margin-left: 0;
		width: 100%;
	}

	.slogan {}

	.contact-us-btn {

		margin: 2rem auto;
	}
}

@media screen and (max-width: 500px) {
	.banner {
		height: 80vh;
	}

	.slogan {
		width: 100%;
		font-size: 40px;
	}

	.contact-us-btn {
		font-size: 16px;
	}
}

@media screen and (max-width: 375px) {
	.banner {
		height: 80vh;
	}

	.slogan {
		width: 100%;
		font-size: 30px;
	}
}

@media screen and (max-height: 1265px) {
	.banner {
		min-height: 980px;
	}
}

@media screen and (max-height: 1080px) {
	.banner {
		min-height: 850px;
	}
}

@media screen and (max-height: 980px) {
	.banner {
		min-height: 770px;
	}
}

@media screen and (max-height: 930px) {
	.banner {
		min-height: 700px;
	}
}

@media screen and (max-height: 870px) {
	.banner {
		min-height: 650px;
	}
}

@media screen and (max-height: 820px) {
	.banner {
		min-height: 600px;
	}
}



@media screen and (max-height: 700px) {
	.banner {
		min-height: 500px;
	}
}

.cont-card-wrap {
	max-width: 1600px;
	margin: 0 auto;
}

.container-banner-fullscreen {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.banner-fullscreen {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: rgb(9, 30, 83);
	/* background: black; */
}

.fullscreen-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.overlay-fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.slogan-fullscreen {
	color: white;
	font-size: 48px;
	z-index: 2;
	text-align: center;
	font-family: 'ProximaNovaBold', sans-serif;
	font-weight: bold;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Standard */
}

.gradient-text-fullscreen {
	background: linear-gradient(to right, violet, orange);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cont8-items {
	overflow: hidden;
}

@media screen and (max-width: 1250px) {
	.slogan-fullscreen {
		font-size: 40px;
	}
}

@media screen and (max-width: 950px) {
	.slogan-fullscreen {
		font-size: 35px;
	}
}

@media screen and (max-width: 700px) {
	.slogan-fullscreen {
		font-size: 30px;
	}
}

@media screen and (max-width: 375px) {
	.slogan-fullscreen {
		width: 100%;
		font-size: 25px;
	}
}

@media screen and (max-width: 1025px) {
	.fullscreen-img {
		width: 100%;
		height: 100%;
		top: 50%;
	}

	.overlay-fullscreen {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.cont1_item {
		height: 480px;
	}

	.cont1_item_caption {
		height: 150px;
	}
}

@media screen and (min-width: 1000px) {
	.cont1_item_caption {
		height: 200px;
	}

}


@media (min-width: 1140px) {
	.cont9-items {
		height: 100%;
		margin: 0 auto;
	}

	.cont9-item {
		height: 135px;
		min-width: 185px;
		width: 16%;
		float: left;
		margin: 0px 0 0px 3.5%;
		/* text-align: center; */
		display: flex;
		align-items: start;
	}

	.cont9-item-last-row {
		height: 150px;
	}

	.cont9-item i {
		font-size: 25px;
		display: block;
		text-align: center;
		/* margin-bottom: 20px; */
		margin-right: 1.5rem;
	}

	.cont9-item div {
		/* text-align: start; */
	}
}

@media (max-width: 1139px) {
	.cont9-item {
		width: 40%;
		height: 70px;
		float: left;
		margin: 5px 0 5px 6%;
		padding: 5px 0px 15px 15px;
		text-align: start;
		display: flex;
	}

	.cont9-item i {
		font-size: 30px;
		display: block;
		text-align: center;
		margin-right: 20px;
	}
}

.cont8-cards-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	/* Настройка количества колонок */
	grid-gap: 15px;
	/* Расстояние между элементами */
	padding: 1rem 0;

}

.cont8-cards-item {
	border: 2px solid #29296d;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	margin-top: 1rem;
	text-align: center;

}

.cont8-cards-item img {
	width: 100%;
	height: 90px;
	margin-bottom: 1rem;
}



.principles-block-cards-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 15px;
	padding: 1rem 0.5rem;
}

.principles-block-cards-item {
	display: flex;
	align-items: center;
	border: 2px solid #29296d;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: start;
	min-height: 150px;
}

.principles-block-cards-item img {
	width: 100px;
	min-width: 80px;
	max-width: 80px;
	height: 65px;
	/* margin-bottom: 1rem; */
	fill: #29296D !important;
	stroke: #29296D !important;
	color: #29296D !important;
	margin-right: 15px;
}




@media (min-width: 1001px) {
	.cont1_item {
		width: 20%;

		float: left;
		margin: 15px 0 15px 4%;
		height: auto;
	}

	.cont7-item {
		width: 16%;
		/* height: 240px; */
		float: left;
		margin: 15px 0 15px 3.5%;
		text-align: center;
	}

	.cont7-item-title-number {
		text-align: center;
		font-size: 50px;
		font-weight: 900;
		color: #29296d;
		/* margin-top: -15px; */
	}

	.cont8-cards-item {
		/* width: 14%; */
		/* height: 240px; */
		/* float: left; */
		/* margin: 15px 0 15px 2.5%; */
	}



	.cont1_item_text {}

	.cont2-item-left {
		float: left;
		width: 35%;
		max-width: 470px;
		margin-left: 10%;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.cont2-item-right {
		float: left;
		height: 300px;
		width: 40%;
		max-width: 470px;
		margin-left: 10%;
	}

	.cont3-item-left {
		float: left;
		width: 35%;
		max-width: 470px;
		margin-left: 10%;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.cont3-item-left p {
		margin-bottom: 30px;
	}

	.cont3-item-right {
		float: left;
		height: 300px;
		width: 40%;
		max-width: 470px;
		margin-left: 10%;
		font-size: 18px;
	}

	.cont10-item-left {
		float: left;
		width: 45%;
		/* max-width: 470px; */
		margin-left: 3%;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.cont10-item-right {
		float: left;
		width: 45%;
		/* max-width: 470px; */
		margin-left: 5%;
		font-size: 18px;
	}

	.cont10-item-left ul div,
	.cont10-item-right ul div {
		margin-bottom: 17px;
		display: flex;
		align-items: start;
		height: 100px;

	}

	.cont10-item-left ul div i,
	.cont10-item-right ul div i {
		font-size: 40px;
		margin-right: 10px;
		margin-top: 7px;
		background: -webkit-linear-gradient(left, #29296d, #4a4ac1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.cont3-item-right-caption {
		font-size: 22px;
	}

	.cont3-item-right ul li {
		margin-bottom: 17px;
	}

	.client {
		width: 30%;
		height: 270px;
		float: left;
		margin: 5px 0px 0px 28px;
	}

	.cont5-container {
		font-size: 18px;
	}

	.cont5-item-left {
		float: left;
		width: 35%;
		max-width: 470px;
		margin-left: 10%;
	}

	.cont5-item-right {
		float: left;
		width: 40%;
		max-width: 470px;
		margin-left: 10%;
		padding: 0 0 20px 0;
	}

	.cont5-techs {
		height: 380px;
		max-width: 430px;
		width: 90%;
	}

	.cont8-item-left {
		float: left;
		width: 50%;
		/* max-width: 470px; */
		margin-bottom: 20px;
		/* margin-top: 20px; */
		font-size: 18px;
	}

	.cont8-item-right {
		float: left;
		/* height: 300px; */
		width: 45%;
		/* max-width: 600px; */
		margin-left: 5%;
		font-size: 18px;
		padding-bottom: 1rem;
	}

	.cont8-item-right ul {
		margin-top: 25px;
	}

	.cont8-cards-container {
		/* display: block; */
	}

	.footer-col {
		/* float: left; */
		margin-top: 40px;
		/* margin: 40px 0 0 9%; */
	}

	.footer-col:nth-child(1) {
		width: auto;
		/* margin: 40px 0 0 0%; */
	}

	.footer-col:nth-child(2) {
		width: auto;
	}

	.footer-col:nth-child(3) {
		width: auto;
	}

	.footer-col ul li a {
		font-size: 16px;
	}

	.footer-col p {
		font-size: 16px;
	}
}

@media (max-width: 1250px) {
	.footer-wrap {
		padding: 0 50px;
	}

	.footer-bottom-wrap {
		padding: 0 50px;

	}

	.cont8-cards-container {
		padding: 1rem 2%;

	}

}


@media (min-width: 801px) and (max-width: 1000.99px) {
	.cont1_item {
		width: 40%;
		/* height: 375px; */
		float: left;
		margin: 15px 0 10px 6%;
		min-height: 300px;
	}

	.cont1_items .cont1_item:last-child,
	.cont1_items .cont1_item:nth-last-child(2) {
		height: auto;
	}

	.cont7-item {
		width: 40%;
		height: 230px;
		float: left;
		margin: 5px 0 5px 6%;
		padding: 5px 0px 15px 15px;
		text-align: center;
	}

	.cont7-item-title-number {
		text-align: center;
		font-size: 50px;
		font-weight: 900;
		color: #29296d;
	}

	.cont9-item {
		width: 40%;
		height: 70px;
		float: left;
		margin: 5px 0 5px 6%;
		padding: 5px 0px 15px 15px;
		text-align: start;
		display: flex;
	}

	.cont9-item i {
		font-size: 30px;
		display: block;
		text-align: center;
		margin-right: 20px;
	}

	.cont1_item_text {
		margin: 15px 0 0 0;
		font-size: 17px;
	}

	.cont2-item-left {
		float: left;
		width: 35%;
		max-width: 470px;
		margin-left: 10%;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.cont2-item-right {
		float: left;
		height: 300px;
		width: 40%;
		max-width: 470px;
		margin-left: 10%;
	}

	.cont8-item-left {
		float: left;
		width: 50%;
		height: 350px;
		/* max-width: 470px; */
		margin-bottom: 20px;
		font-size: 18px;
	}

	.cont8-item-right {
		float: left;
		/* height: 300px; */
		width: 45%;
		/* max-width: 600px; */
		margin-left: 5%;
		/* font-size: 18px; */
		margin-top: 30px;
	}

	.cont3-item-left {
		float: left;
		width: 35%;
		max-width: 470px;
		margin-left: 10%;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.cont10-item-left {
		float: left;
		width: 35%;
		max-width: 470px;
		margin-left: 11%;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.cont10-item-left ul {
		padding-left: 0;
	}

	.cont10-item-right {
		float: left;
		height: 300px;
		width: 40%;
		max-width: 470px;
		margin-left: 10%;
		font-size: 16px;
	}

	.cont10-item-left ul div,
	.cont10-item-right ul div {
		display: flex;
		margin-bottom: 17px;
		margin-top: 9px;
		height: 150px;

	}

	.cont10-item-left ul div i,
	.cont10-item-right ul div i {
		font-size: 40px;
		margin-right: 10px;
		margin-top: 6px;
	}

	.cont3-item-left p {
		margin-bottom: 30px;
	}

	.cont3-item-right {
		float: left;
		height: 300px;
		width: 40%;
		max-width: 470px;
		margin-left: 10%;
		font-size: 16px;
	}

	.cont3-item-right-caption {
		font-size: 22px;
	}

	.cont3-item-right ul li {
		margin-bottom: 17px;
	}

	.client {
		width: 40%;
		height: 270px;
		float: left;
		margin: 5px 0px 0px 5%;
	}

	.cont5-container {
		font-size: 16px;
	}

	.cont5-item-left {
		float: left;
		width: 35%;
		max-width: 470px;
		margin-left: 10%;
	}

	.cont5-item-right {
		float: left;
		width: 40%;
		max-width: 470px;
		margin-left: 10%;
	}

	.cont5-techs {
		height: 380px;
		max-width: 430px;
		width: 90%;
	}

	.footer-col {
		/* float: left; */
		margin: 40px 0 0 0;
	}

	.footer-col:nth-child(1) {
		width: auto;
	}

	.footer-col:nth-child(2) {
		width: auto;
	}

	.footer-col:nth-child(3) {
		width: auto;
	}

	.footer-col ul li a {
		font-size: 14px;
	}

	.footer-col p {
		font-size: 14px;
	}
}

@media (min-width: 1px) and (max-width: 800.99px) {
	.cont1_item {
		width: 80%;
		margin: 15px auto 15px auto;
		height: auto;
	}

	.cont7-item {
		width: 80%;
		margin: 15px auto 15px auto;
		text-align: center;
	}

	.cont7-item-title-number {
		text-align: center;
		font-size: 40px;
		font-weight: 900;
		color: #29296d;
	}

	.cont9-item {
		width: 90%;
		margin: 15px auto 0 auto;
		padding: 0;
		/* чтобы центровать по вертикали иконку и текст */
		display: flex;
		align-items: center;
		float: none;
		height: auto;
	}

	.cont9-item i {
		margin-right: 10px;
	}

	.cont10-item-left,
	.cont10-item-right {
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
	}

	.cont10-item-left ul,
	.cont10-item-right ul {
		margin-bottom: 0;
		padding: 0;
	}

	.cont10-item-left ul div,
	.cont10-item-right ul div {
		display: flex;
		margin-bottom: 17px;
	}

	.cont10-item-left ul div i,
	.cont10-item-right ul div i {
		font-size: 20px;
		margin-right: 10px;
		margin-top: 7px;
	}

	.cont1_item_caption {
		height: auto;
	}

	.cont1_item_text {
		text-align: center;
		margin: 5px 0 0 0;
		padding-left: 0;
		font-size: 17px;
	}

	.cont2-item-left {
		width: 80%;
		margin: 0 auto 30px auto;
		font-size: 18px;
		text-align: center;
	}

	.cont2-item-right {
		height: 270px;
		width: 80%;
		margin: 0 auto 30px auto;
	}

	.cont8-item-left {
		height: 270px;
		width: 80%;
		margin: 0 auto 10px auto;
		margin-top: 20px;
	}

	.cont3-item-left {
		width: 80%;
		margin: 0 auto 20px auto;
		font-size: 18px;
	}

	.cont3-item-left p {
		margin-bottom: 30px;
	}

	.cont3-item-right {
		width: 80%;
		margin: 0 auto 0px auto;
		font-size: 18px;
	}

	.cont3-item-right-caption {
		font-size: 22px;
	}

	.cont3-item-right ul li {
		margin-bottom: 17px;
	}

	.client {
		width: 80%;
		margin: 5px auto 20px auto;
	}

	.cont5-container {
		font-size: 18px;
	}

	.cont5-item-left {
		/* float: left; */
		width: 80%;
		/* max-width: 470px; */
		margin: 0 auto;
		text-align: center;
	}

	.cont5-item-right {
		width: 80%;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}

	.cont5-techs {
		height: 380px;
		/*max-width: 430px;*/
		width: 100%;
	}

	.cont8-item-right {
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
	}

	.cont8-item-right-ul {
		padding: 0;
	}

	.footer-wrap {
		flex-direction: column;
		padding: 0;
	}

	.footer-col {
		margin: 0px auto 0 auto;
	}

	.footer-col:nth-child(1) {
		width: 90%;
		padding-top: 30px;
	}

	.footer-col:nth-child(2) {
		width: 90%;
	}

	.footer-col:nth-child(3) {
		width: 90%;
	}

	.footer-col ul li a {
		font-size: 16px;
	}

	.footer-col p {
		font-size: 16px;
	}
}

@media (max-width: 320px) {}

@media (min-width: 1001px) and (max-width: 1200.99px) {
	.cont1_item {
		/* height: 440px; */
	}

	.cont1_item_text {
		font-size: 15px;
	}
}

@media (min-width: 1201px) {
	.cont1_item {
		/* height: 480px; */
	}

	.cont1_item_text {
		font-size: 17px;
	}
}

@media (min-width: 1024px) {
	.menu {
		display: block;
	}

	.menu-mobile {
		display: none;
	}
}

@media (max-width: 1023px) {
	.menu {
		display: none;
	}

	.menu-mobile {
		display: flex;
	}
}

/* HEAD */

@media (min-width: 1301px) {
	.head-cont-text {
		max-width: 540px;
		margin-top: 60px;
	}

	.head-cont-text-h1 {
		font-size: 52px;
	}

	.head-cont-text-p {
		font-size: 17px;
	}

	.head-cont-text-btn {
		width: 200px;
		height: 56px;
		font-size: 18px !important;
		margin: 10px 20px 0px 0px;
		line-height: 54px;
	}
}

@media (min-width: 1024px) and (max-width: 1300.99px) {
	.head-cont-text {
		max-width: 525px;
		margin-top: 75px;
		margin-left: 33px;
	}

	.head-cont-text-h1 {
		font-size: 45px;
	}

	.head-cont-text-p {
		font-size: 16px;
	}

	.head-cont-text-btn {
		width: 180px;
		height: 50px;
		font-size: 18px !important;
		margin: 10px 20px 0px 0px;
		line-height: 45px;
	}
}

@media (min-width: 801px) and (max-width: 1023.99px) {
	.head-cont-text {
		max-width: 525px;
		margin-top: 75px;
		margin-left: 33px;
	}

	.head-cont-text-h1 {
		font-size: 45px;
	}

	.head-cont-text-p {
		font-size: 16px;
		text-shadow: 0px 0px 15px #062027;
	}

	.head-cont-text-btn {
		width: 180px;
		height: 50px;
		font-size: 18px !important;
		margin: 10px 20px 0px 0px;
		line-height: 45px;
	}
}

@media (min-width: 701px) and (max-width: 800.99px) {
	.head-cont-text {
		max-width: 525px;
		margin-top: 75px;
		margin-left: 55px;
	}

	.head-cont-text-h1 {
		font-size: 45px;
	}

	.head-cont-text-p {
		font-size: 16px;
		text-shadow: 0px 0px 15px #062027;
	}

	.head-cont-text-btn {
		width: 180px;
		height: 50px;
		font-size: 18px !important;
		margin: 10px 20px 0px 0px;
		line-height: 45px;
	}
}

@media (min-width: 541px) and (max-width: 700.99px) {
	.head-cont-text {
		max-width: 80%;
		margin: 70px auto 0 auto;
	}

	.head-cont-text-h1 {
		font-size: 40px;
	}

	.head-cont-text-p {
		font-size: 16px;
		text-shadow: 0px 0px 15px #062027;
	}

	.head-cont-text-btn {
		width: 170px;
		height: 47px;
		font-size: 17px !important;
		margin: 10px 20px 0px 0px;
		line-height: 43px;
	}
}

@media (min-width: 388px) and (max-width: 540.99px) {
	.head-cont-text {
		max-width: 80%;
		margin: 26px auto 0 auto;
	}

	.head-cont-text-h1 {
		font-size: 33px;
	}

	.head-cont-text-p {
		font-size: 16px;
		text-shadow: 0px 0px 15px #062027;
	}
}

@media (min-width: 410px) and (max-width: 540.99px) {
	.head-cont-text-btn {
		width: 150px;
		height: 45px;
		font-size: 15px !important;
		margin: 10px 12px 0px 0px;
		line-height: 41px;
	}
}

@media (min-width: 388px) and (max-width: 410.99px) {
	.head-cont-text-btn {
		width: 150px;
		height: 45px;
		font-size: 15px !important;
		margin: 10px 1vw 0px 0px;
		line-height: 41px;
	}
}

@media (min-width: 1px) and (max-width: 387.99px) {
	.head-cont-text {
		max-width: 80%;
		margin: 26px auto 0 auto;
	}

	.head-cont-text-h1 {
		font-size: 33px;
	}

	.head-cont-text-p {
		font-size: 16px;
		text-shadow: 0px 0px 15px #062027;
	}

	.head-cont-text-btn {
		width: 40%;
		max-width: 150px;
		height: 45px;
		font-size: 15px !important;
		margin: 10px 2% 0px 0px;
	}

	.head-cont-text-btn1 {
		line-height: 21px;
	}

	.head-cont-text-btn2 {
		line-height: 41px;
	}

	.head-cont-text-btn3 {
		line-height: 41px;
		min-width: 130px;
	}


	.principles-block-cards-container {
		display: grid;
		grid-template-columns: none;
	}
}

.anchor:before {
	display: block;
	content: '';
	height: 93px;
	margin: -93px 0 0;
}

.article-text p {}

.article-text h2 {
	font-size: 32px;
}

.article-text h3 {
	font-size: 25px;
	padding: 10px 0px 20px 0px;
}

.split {
	padding-top: 25px;
}

.policy-date {
	padding: 15px 0px 7px 0px;
}

.article-text ul {
	padding: 0 0 0 30px;
	list-style-type: square;
}

.article-text ul li {
	padding-left: 10px;
}

#contactFormModalCenterTitle {
	color: #414141;
}

.card-custom-container {
	display: flex;
	/* justify-content: space-around; */
	flex-wrap: wrap;
	padding: 20px;
	gap: 50px;
	justify-content: center;
}

.card-custom-header {
	color: #1f3843;
	font-weight: 700;
	font-size: 50px;
	padding: 25px 25px 20px 25px;
}

.card-custom {
	width: 32%;
	font-size: 12px;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.card-custom:hover {
	transform: scale(1.05);
}

.card-image img {
	width: 100%;
	height: 250px;
	object-fit: contain;
}

.card-product-bg-1 {
	background: linear-gradient(to bottom, #0f007929, #101d7178, #04034e), linear-gradient(to right, #0f0079e8, #220066f2);
}

.card-product-bg-2 {
	background: linear-gradient(to bottom, #143a8700, #023d898a, #04034e), linear-gradient(to right, #252574, #00509d);
}

.card-product-bg-3 {
	background: linear-gradient(to bottom, #0f007929, #101d7178, #04034e), linear-gradient(to right, #0f0079e8, #220066f2);
}

.card-custom-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
	color: white;
	padding: 20px;
	box-sizing: border-box;
}

.card-custom-content-text {
	flex-grow: 1;
}

.card-custom-content-text a {
	text-decoration: none;
	color: white;
}

.card-custom-footer {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
	padding: 10px 0 0;
}

.card-custom-content-text ul {
	padding-top: 0.5rem;
	padding-left: 0;
}

.card-custom-content-text ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0.5rem;
	font-size: 14px;
	color: white;
}

.card-custom h3 {
	margin: 0;
	font-size: 24px;
}

.card-custom p {
	white-space: nowrap;
	margin: 5px 0 0;
	font-size: 16px;
	color: #0cbde3;
	cursor: pointer;
}

.card-custom p a {
	text-decoration: none;
	color: #0cbde3;


}

@media (min-width: 1301px) {
	.card-custom {
		width: 30%;
	}
}

@media (min-width: 1024px) and (max-width: 1300.99px) {
	.card-custom {
		width: 30%;
	}

	.slide-navigation {
		margin-right: 1rem;
	}
}

@media (min-width: 801px) and (max-width: 1023.99px) {
	.card-custom {
		width: 30%;
		min-width: 300px;
	}

	.slide-navigation {
		margin-right: 2rem;
	}
}

@media (min-width: 701px) and (max-width: 800.99px) {
	.card-custom {
		width: 100%;
	}

	.slide-navigation {
		margin-right: 2rem;
	}
}

@media (min-width: 541px) and (max-width: 700.99px) {
	.card-custom {
		width: 100%;
	}

	.slide-navigation {
		margin-right: 2rem;
	}
}

@media (min-width: 410px) and (max-width: 540.99px) {
	.card-custom {
		width: 100%;
	}

	.slide-navigation {
		margin-right: 2rem;
	}
}

@media (min-width: 388px) and (max-width: 410.99px) {
	.card-custom {
		width: 100%;
	}

	.slide-navigation {
		margin-right: 2rem;
	}
}

@media (min-width: 1px) and (max-width: 387.99px) {
	.card-custom {
		width: 100%;
	}

	.slide-navigation {
		margin-right: 2rem;
	}
}

/* БАННЕР НА прОДУКТОВОЙ СТРАНИЦЕ */

.main-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.content-wrapper {
	width: 100%;
	max-width: 1200px;
}

.content-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	/* padding: 20px; */
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.text-section {
	flex: 1 1 52%;
	padding: 20px;
}

.image-section {
	flex: 1 1 48%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-section img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.text-header {
	font-size: 2em;
	margin: 0 0 20px;
}

.text-paragraph {
	font-size: 1.2em;
	margin: 0 0 20px;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 10px 5px 0 0;
	font-size: 1em;
	color: #fff;
	background-color: #1abc9c;
	border-radius: 5px;
	text-decoration: none;
}

.btn:hover {
	background-color: #16a085;
}

.primary-btn {
	background-color: #3498db;
}

.primary-btn:hover {
	background-color: #2980b9;
}

.secondary-btn {
	background-color: #e74c3c;
}

.secondary-btn:hover {
	background-color: #c0392b;
}

@media (max-width: 900px) {
	.content-flex {
		display: flex;
		flex-direction: column;
	}

	.text-section {
		order: 2;
	}

	.image-section {
		order: 1;
		width: 80%;
		max-width: 600px;
	}

	.product-banner-1 {
		/*background: linear-gradient(to right, #051054 30%, #053b8d, #1c1036) !important;*/
		background: linear-gradient(to right, #09287e, #230d53) !important;
	}

	.product-banner-2 {
		/*background: linear-gradient(to right, #051054 30%, #053b8d, #053c7c) !important;*/
		background: linear-gradient(to right, #1d1d70, #154e8b) !important;
	}

	.video-container {
		/* display: none; */
	}
}

@media (max-width: 768px) {
	.content-flex {
		flex-direction: column;
	}

	.text-section,
	.image-section {
		flex: 1 1 100%;
	}

	.image-section {
		margin-top: 20px;
	}

	.btn {
		/* width: 100%; */
		margin: 10px 0;
	}
}

.swiper-container {
	margin-top: 20px;
	width: 100%;
	height: 100%;
	/* padding: 20px; */
	padding-bottom: 90px;
	overflow: hidden;

	position: relative;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	min-width: 350px;
}

.slide-content {
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
}

.slide-content img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contentLinkAndImg {
	width: 100%;

	height: 100%;
}

.contentLinkAndImg a {
	height: 100%;
	width: 100%;
}

.slide-text {
	position: absolute;
	font-size: 19px;
	color: rgb(95, 95, 95);
	margin-top: 0.5rem;
}

.slide-navigation {
	display: flex;
	justify-content: end;
	gap: 10px;
	/* margin-top: 1em; */
}

.slide-prev,
.slide-next {
	font-size: 18px;
	padding: 0.4rem 0.7rem;
	border: 1px solid black;
	opacity: 0.5;
}

.contFuncModules_items {
	display: flex;
	align-items: stretch;
	/* Это позволит элементам растягиваться по высоте */
	gap: 30px;
	padding-bottom: 25px;
}

.contFuncModules_item {
	flex: 1;
	/* Это позволит элементам занимать равное пространство */
	border: 2px solid #29296d;
	border-radius: 5px;
	padding: 1rem;
	/* background:white; */
}

.contFuncModules_item .cont1_item_caption {
	height: auto;
	font-size: 24px;
}

.contFuncModules_item .cont1_item_text {
	margin: 1rem 0 0 0;
	padding: 0;
}

@media (max-width: 1250px) {
	.contFuncModules_items {
		max-width: 1000px;
		margin: 0 auto;
	}
}

@media (max-width: 1000px) {
	.contFuncModules_items {
		flex-direction: column;
		max-width: 600px;
		margin: 0 auto;
	}
}

@media (max-width: 650px) {
	.contFuncModules_items {
		max-width: 90%;
	}
}

.container-monitoring {
	position: relative;
	width: 100%;
	height: 600px;
	background: url('../img/final/devsecops_desktop.png') no-repeat center center;
	background-size: contain;
	max-width: 1400px;
	margin: 0 auto;
}

.container-monitoring ul li {
	list-style-type: square;
	margin-bottom: 0.5rem;
}

.monitoring-section {
	position: absolute;
	width: 260px;
	height: 320px;
	background-color: rgba(51, 0, 103, 1);
	color: white;
	padding: 10px;
	border-radius: 5px;
	font-size: 0.9em;
	/* top: 50%; */
	/* transform: translateY(-50%); */
}

.monitoring-plan {
	left: 1%;
}

.monitoring-plan::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(51, 0, 103, 1);
}

.monitoring-build {
	left: 37%;
}

.monitoring-build::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(51, 0, 103, 1);
}

.monitoring-monitor {
	right: 0%;
}

.monitoring-monitor::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(51, 0, 103, 1);
}

.container-monitoring-mobile {
	display: none;
	padding: 1rem;
}

.container-monitoring-mobile ul li {
	list-style-type: square;
}

@media (min-width: 1450px) {
	.monitoring-plan {
		top: 36%;
	}

	.monitoring-build {
		top: 36%;
	}

	.monitoring-monitor {
		top: 36%;
	}
}

@media (min-width: 1320px) and (max-width: 1449px) {
	.monitoring-plan {
		left: 1%;
		top: 37%;
	}

	.monitoring-build {
		top: 37%;
	}

	.monitoring-monitor {
		right: 1%;
		top: 37%;
	}
}

@media (min-width: 1150px) and (max-width: 1319px) {
	.monitoring-plan {
		left: 2%;
		top: 39%;
		width: 320px;
	}

	.monitoring-plan::before {
		left: 30%;
	}

	.monitoring-build {
		top: 39%;
		width: 320px;
	}

	.monitoring-build::before {
		left: 30%;
	}

	.monitoring-monitor {
		right: 2%;
		top: 39%;
		width: 320px;
	}

	.monitoring-monitor::before {
		left: 70%;
	}
}

@media (min-width: 1050px) and (max-width: 1149px) {
	.monitoring-plan {
		left: 2%;
		top: 40%;
		width: 320px;
	}

	.monitoring-plan::before {
		left: 30%;
	}

	.monitoring-build {
		top: 40%;
		width: 320px;

		left: 35%;
	}

	.monitoring-build::before {
		left: 30%;
	}

	.monitoring-monitor {
		right: 2%;
		top: 40%;
		width: 320px;
	}

	.monitoring-monitor::before {
		left: 70%;
	}
}

@media (min-width: 960px) and (max-width: 1049px) {
	.monitoring-plan {
		top: 41%;
		width: 300px;
	}

	.monitoring-plan::before {
		left: 30%;
	}

	.monitoring-build {
		top: 41%;
		width: 300px;
		left: 35%;
	}

	.monitoring-build::before {
		left: 30%;
	}

	.monitoring-monitor {
		right: 1%;
		top: 41%;
		width: 300px;
	}

	.monitoring-monitor::before {
		left: 70%;
	}
}

@media (min-width: 790px) and (max-width: 959px) {
	.monitoring-plan {
		top: 43%;
		width: 30%;
	}

	.monitoring-plan::before {
		left: 30%;
	}

	.monitoring-build {
		top: 43%;
		width: 30%;
		left: 35%;
	}

	.monitoring-build::before {
		left: 30%;
	}

	.monitoring-monitor {
		right: 1%;
		top: 43%;
		width: 30%;
	}

	.monitoring-monitor::before {
		left: 70%;
	}
}

/* Small devices (landscape phones, 768px and up) */
@media (max-width: 789px) {
	.container-monitoring {
		display: none;
	}

	.container-monitoring-mobile {
		display: block;
	}
}

.monitoring-img-mobile {
	width: 100%;

	margin: 0 auto;
	margin-bottom: 1rem;
}

.monitoring-img-mobile img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.monitoring-mobile-item {
	margin: 0 auto;
	width: 95%;
	background: rgba(51, 0, 103, 1);
	color: white;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}

@media (max-width: 500px) {
	.monitoring-mobile-item {
		width: 95%;
	}
}

#contactForm .form-group {
	margin-bottom: 1rem;
}

#contactForm .text-muted {
	font-size: 13px;
}


#login-form .form-group {
	margin-bottom: 1rem;
}

.products_necessary_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	padding-bottom: 25px;
	padding: 0 0.5rem;
	margin-bottom: 2rem;
	margin-top: 1rem;


}

@media (max-width: 1024px) {
	.products_necessary_items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.products_necessary_items {
		grid-template-columns: 1fr;
	}
}


.products_necessary_item {
	flex: 1;
	/* Это позволит элементам занимать равное пространство */
	border: 2px solid #29296d;
	border-radius: 5px;
	padding: 1rem;
	/* background:white; */
	background: #29296d;
	color: white;
}

.products_necessary_number_circle_container {
	margin-bottom: 1.5rem;
}

.products_necessary_number_circle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border: 3px solid white;
	width: 40px;
	height: 40px;
	align-items: center;
	border-radius: 50%;

}

.products_necessary_item_text {
	text-align: start;
}


.partners-cases-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 50px;
	row-gap: 3rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.partners-cases-item {
	display: flex;
	align-items: start;
	gap: 8px;
	font-size: 1rem;
	line-height: 1.4;
	color: #0f1634;
}

.partners-cases-item i {
	font-size: 25px;
	color: #3d17b3;
	margin-top: -0.15rem;
}

@media (max-width: 1255px) {
	.partners-cases-items {
		max-width: 1000px;
		margin: 2rem auto;
	}
}

@media (max-width: 1140px) {
	.partners-cases-items {
		max-width: 900px;
		margin: 2rem auto;
	}
}

@media (max-width: 1000px) {
	.partners-cases-items {
		max-width: 700px;
		margin: 2rem auto;
	}
}

/* Адаптив: при ширине < 900px → одна колонка */
@media (max-width: 800px) {
	.partners-cases-items {
		grid-template-columns: 1fr;
		column-gap: 0;
		margin: 2rem auto;
		row-gap: 1rem;
	}

	.partners-cases-item {
		align-items: center;
		width: 80%;
		margin: 0 auto;


	}

	.partners-cases-item i {
		font-size: 30px;
	}
}




.advantages_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	padding-bottom: 25px;
	padding: 0 0.5rem;
	margin-bottom: 2rem;
	margin-top: 1rem;


}

@media (max-width: 1024px) {
	.advantages_items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.advantages_items {
		grid-template-columns: 1fr;
	}
}

.advantages_caption {
	font-size: 24px;
}

.advantages_item {
	flex: 1;
	/* Это позволит элементам занимать равное пространство */
	border: 2px solid #29296d;
	border-radius: 5px;
	padding: 1rem;
	/* background:white; */
	text-align: center;
}

.advantages_number_circle_container {
	margin-bottom: 1.5rem;
}


.advantages_item_text {
	text-align: start;
	margin-top: 1rem;
}

.head-cont-text-btn3 {
	color: #fff;
	background-color: #e4a009;
	border-radius: 3px;
	border: solid 1px #e4a009;
	cursor: pointer;
	outline: none;
	font-weight: normal;
	padding: 0px;
	/*display: inline-block;*/
	display: block;
	float: left;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-shadow: #945200 0px 0px 4px;
}


.head-cont-text-btn3:hover {
	background-color: #f5b218;
	border: solid 1px #f5b218;
}




.research-block-container {

	padding: 0 1rem 0 1rem;
}


.research-block-wrap {
	width: 95%;
	max-width: 2000px;
	margin: 0 auto;



}

.research-block-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 24px;
	align-items: stretch;
	/* по умолчанию так и есть, но фиксируем явно */
	margin-bottom: 1rem;
}

.research-block-card-footer {
	margin-top: auto;
	/* ключ: съедает всё свободное место сверху */
	padding-top: 6px;
}


@media (max-width: 1290px) {
	.research-block-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 940px) {
	.research-block-card-grid {
		grid-template-columns: 1fr;
	}

	.research-block-card-title {
		min-height: auto !important;
	}
}


.research-block-label-year {
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-weight: 600;
	color: #414141;
}

.research-block-card {
	display: flex;
	flex-direction: column;
	/* min-height: 100%;  <-- можно включить, если карточки не выравниваются по высоте */
	padding: 1rem 1.5rem;
	border: 1px solid #29296d;
	border-radius: 5px;
	margin-bottom: 0;
	/* если карточки в гриде, лучше убрать и полагаться на gap */
}

/* Верхняя строка */
.research-block-card-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 1rem;
}

.research-block-card-date {
	font-size: 12px;
	color: #666666bb;
	margin-right: 0.5rem;
}

.research-block-card-tags-container {
	display: flex;
	align-items: center;
	gap: 8px;
}

.research-block-card-tag {
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	/* margin-left: auto; */
}

.research-block-card-tag-purple {
	background-color: #c646ddb2;
}

.research-block-card-tag-blue {
	background-color: #2e13b4a9;
}

.research-block-card-tag-blue-light {
	background-color: #2195f3b6;
}

.research-block-card-tag-green-light {
	background-color: #4caf5099;
	/* нежно-зелёный */
}

.research-block-card-tag-orange-light {
	background-color: #ff980099;
	/* нежно-оранжевый */
}

.research-block-card-tag-sky-light {
	background-color: #03a9f499;
	/* нежно-голубой/нежно-синий */
}

.research-block-card-tag-live {
	background-color: #e5393599;
	/* нежно-коралловый / прямой эфир */
}

.webinar-datetime-calendar-container {
	display: flex;
	align-items: center;
}

/* Контент */
.research-block-card-title {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	min-height: 77px;
}


.research-block-card-text {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

.research-block-card-header-left {
	display: flex;
	align-items: center;
	gap: 8px;

}

.research-block-card-header-right {
	margin-left: auto;
	width: min-content;
}



.research-block-card-links {
	display: flex;
	/* flex-wrap: wrap; */
	gap: 12px;
}

.research-block-card-link {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	text-decoration: none;
	color: #727272;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.research-block-card-link p {
	margin: 0;
	margin-right: 0.5rem;
}

.research-block-card-link-sub-block {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	text-decoration: none;
	margin-left: auto;

}

.research-block-card-link-sub-block a {
	width: 27px;
	height: 27px;
}

.research-block-card-link-sub-block a img {
	width: 27px;
	height: 27px;
}


/* .research-block-card-link img {
	width: 18px;
	height: 18px;
} */

@media (max-width: 630px) {
	.research-block-card-link-sub-block {
		margin-left: auto;
	}

}

.research-head-block {
	height: 150px !important;
}

.research-head-text {
	margin-top: 30px !important;
}

@media (max-width: 400px) {
	.research-block-wrap {
		width: 100%;
	}

	.research-block-container {
		padding: 0 0.5rem 0 0.5rem;
	}

	.research-block-card {
		padding: 0.5rem 0.5rem;
	}

}

@media (max-width: 350px) {


	.research-block-card {
		padding: 0.5rem 0.5rem;
	}

}


.h5linkfooter {

	text-decoration: none;
	color: #eeeeee;
}


.narrow-head-block {
	height: 150px !important;
}

.narrow-head-block .head-cont-text {
	margin-top: 10px !important;
}





/* WEBINAR */
/* === ОБЩИЕ СТИЛИ === */
.webinar-bg {
	/* background: radial-gradient(circle at 80% 15%, rgb(38, 0, 65) 0%, rgb(9, 0, 19) 45%); */

	background:
		radial-gradient(circle at 80% 15%, rgba(38, 0, 65, 1) 0%, rgba(9, 0, 19, 0) 45%),
		radial-gradient(circle at 20% 85%, rgba(38, 0, 65, 1) 0%, rgba(9, 0, 19, 0) 55%),
		#090013;
	/* общий фон */
	font-family: 'Roboto', sans-serif;
	color: #fff;
	overflow-x: hidden;
}

.webinar-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1rem;
}

/* === ХЭДЕР ВЕБИНАРА === */
.webinar-main-section {
	padding-top: 74px;
	padding-bottom: 2rem;
}

.webinar-banner-container {
	padding-bottom: 4rem;
	padding-top: 4rem;
	;
	border-bottom: 2px solid rgb(255, 255, 255);
}

.webinar-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: nowrap;
}

/* Левая и правая колонка */
.webinar-left {
	flex: 0 0 65%;
}

.webinar-right {
	flex: 0 0 35%;
	padding-top: 0.6rem;
}

/* ≤992 px (ноутбуки и планшеты) — оставляем 2 колонки */
@media (max-width: 992px) {
	.webinar-header {
		gap: 0rem;
	}

	.webinar-left {
		flex: 0 0 70%;
	}

	.webinar-right {
		flex: 0 0 30%;
	}
}

/* ≤400 px — одна колонка */
@media (max-width: 400px) {
	.webinar-header {
		flex-direction: column;
		align-items: center;
		/* text-align: center; */
	}

	.webinar-left,
	.webinar-right {
		flex: 0 0 100%;
		width: 100%;
	}

	.webinar-right {
		/* margin-top: 2rem; */
	}
}

.webinar-spicker-info-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.webinar-datetime {
	font-size: 35px;
	font-weight: 600;
}

.webinar-speaker-img {
	max-width: 190px;
	max-height: 190px;
	width: 100%;
	height: 100%;
	margin-top: 0rem;

}

.webinar-add-to-calendar {
	text-decoration: none;
	font-size: 16px !important;
	background: transparent;
	color: white;
	box-shadow: none;
	border: 1px solid white;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	white-space: nowrap;
	margin-left: 1rem;
}

/* === ЗАГОЛОВКИ === */
.webinar-hashtag {
	font-size: 30px;
	margin: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.webinar-name-text {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

/* === КНОПКИ === */



/* === СПИКЕР === */
.webinar-spicker-label {
	font-size: 18px;
}

.webinar-spicker-name {
	font-size: 18px;
	font-weight: 600;
}

.webinar-spicker-position {
	font-size: 18px;
	color: #a197a7;
}

/* === СПИСОК "НА ВСТРЕЧЕ РАЗБЕРЁМ" === */
.webinar-first-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
	/* color: #a197a7; */
	line-height: 1.5;
}

.webinar-first-list-item img {
	width: 1.5rem;
	margin-right: 1rem;
	/* margin-top: -0.15rem; */
	/* height: 100%; */
}

.webinar-first-list-item p {
	font-size: 18px;
}

/* === КОМУ ИНТЕРЕСЕН ВЕБИНАР === */
.webinar-who-item {
	display: flex;
	align-items: center;
	gap: .6rem;
	width: 100%;
	max-width: 360px;
	padding: .6rem 1rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 18px;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}

.webinar-who-item::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: #4D27C8;
}

/* === БОНУСЫ === */
.webinar-bonus-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0;
	margin: 0;
}

.webinar-bonus-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
	border-radius: 12px;
	padding: 1.5rem 3rem;
	background: #161028;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	z-index: 0;
}

.webinar-bonus-item::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: 12px;
	background: linear-gradient(135deg, #352077 0%, #7B31CC 100%);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.webinar-bonus-number {
	position: absolute;
	left: -2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #331889;
	border: 5px solid rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
}

.webinar-bonus-text {
	flex: 1;
}

/* === ПАРТНЁРЫ === */
.webinar-partners {
	/* margin-top: 5rem; */
}

.webinar-partners-list {
	margin: 0 auto;
	display: grid;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	max-width: 500px;
	grid-template-columns: repeat(2, 1fr);
}

.webinar-partners-list img {
	max-width: 100%;
	height: 150px;
	object-fit: contain;
	margin: 0 auto;
	filter: brightness(0.95);
	transition: transform 0.3s ease, filter 0.3s ease;
}

.webinar-partners-list img:hover {
	transform: scale(1.05);
	filter: brightness(1.1);
}

.webinar-register-btn {
	text-decoration: none;
	font-size: 18px !important;
	line-height: 54px;
	color: #fff;
	background-color: #802FBA;
	border-radius: 3px;
	border: solid 1px #802FBA;
	cursor: pointer;
	outline: none;
	font-weight: normal;
	padding: 0px 2rem;
	display: inline-block;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	/* text-shadow: #945200 0px 0px 4px; */

}

.webinar-spicker-name {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

/* === АДАПТИВ === */

/* 1450px — крупные экраны */
@media (max-width: 1450px) {
	.webinar-container {
		max-width: 1200px;
	}

	.webinar-name-text {
		font-size: 3rem;
		margin-bottom: 1.8rem;
	}

	.webinar-hashtag {
		margin-top: 1.8rem;
		margin-bottom: 1.8rem;
	}


	.webinar-spicker-name {
		margin-top: 0.5rem;
		margin-bottom: 0.3rem;
	}

	.webinar-speaker-img {
		margin-top: 0rem;
	}

}

@media (max-width: 1225px) {
	.webinar-name-text {
		font-size: 2.7rem;
	}

	.webinar-speaker-img {
		width: 170px;
		height: 170px;
		margin-top: 1.3rem;
	}
}

/* 1200px — ноутбуки */
@media (max-width: 1200px) {
	.webinar-name-text {
		/* font-size: 3rem; */
	}

	.webinar-datetime {
		font-size: 28px;
	}

	.webinar-spicker-name {
		font-size: 17px;
	}

	.webinar-spicker-position {
		font-size: 16px;
	}


}



/* 992px — планшеты горизонтально */
@media (max-width: 993px) {
	.webinar-banner-container .row.align-items-start {
		flex-direction: column;
		align-items: center;
		text-align: start;
	}

	.webinar-name-text {
		font-size: 2.5rem;
	}

	.webinar-datetime {
		font-size: 24px;
		/* text-align: center; */
	}

	.webinar-add-to-calendar {
		/* margin: 1rem auto 0; */
		display: block;
	}



	.webinar-speaker-img {
		width: 160px;
		height: 160px;
		margin-top: 1rem;
	}

	.webinar-spicker-label,
	.webinar-spicker-name,
	.webinar-spicker-position {
		text-align: start;
	}

	.webinar-partners-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.webinar-register-btn {
		text-align: center;
		width: 300px;
		margin: 0 auto;
		margin-bottom: 1.8rem;
	}

	/* .webinar-spicker-info-container {
		align-items: start;
	} */
}

@media (max-width: 915px) {
	.webinar-name-text {
		font-size: 2rem;
	}

	.webinar-speaker-img {
		width: 150px;
		height: 150px;
		margin-top: 0rem;
	}

}

@media (max-width: 861px) {
	.webinar-name-text {
		font-size: 2rem;
	}

	.webinar-speaker-img {
		width: 150px;
		height: 150px;
		margin-top: 0.7rem;

	}
}

@media (max-width: 810px) {

	.webinar-left {
		flex: 0 0 60%;
	}

	.webinar-right {
		flex: 0 0 40%;
	}

	.webinar-speaker-img {
		margin-top: 3rem;
	}
}

/* 768px — планшеты вертикально */
@media (max-width: 768px) {
	.webinar-header {
		flex-direction: column;
	}

	.webinar-hashtag {
		font-size: 16px;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.webinar-left {
		flex: 0 0 100%;
	}

	.webinar-right {
		flex: 0 0 100%;
		text-align: center;
	}


	.webinar-spicker-info-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}




	.webinar-register-btn-container {
		width: 100%;
		display: flex;

		justify-content: center;
		align-items: center;
	}

	.webinar-register-btn {
		margin-bottom: 0;
	}

	.webinar-spicker-info-content {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
	}

	.webinar-name-text {
		font-size: 37px;
	}

	.webinar-speaker-img {
		width: 120px;
		height: 120px;
		margin-top: 1rem;
	}

	.webinar-spicker-label {
		font-size: 16px;
	}

	.webinar-spicker-name {
		font-size: 16px;
	}

	.webinar-spicker-position {
		font-size: 16px;
	}


	.webinar-register-btn {
		width: 250px;
		font-size: 15px !important;
	}

	/* .webinar-right {
		width: 100%;
	} */

	/* .webinar-speaker-img {
		margin-top: 0rem;
	} */

	/* .webinar-register-btn {
		display: block;
	} */

	.webinar-banner-container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.webinar-bonus-item {
		padding: 1rem 1rem;
	}

	.webinar-bonus-number {
		position: static;
		/* margin-right: 0.5rem; */
		width: 48px;
		height: 48px;
		font-size: 20px;
		border-width: 3px;
	}
}



@media (max-width: 600px) {

	.webinar-hashtag {
		font-size: 16px;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.webinar-left {
		flex: 0 0 100%;
	}

	.webinar-right {
		flex: 0 0 100%;
		text-align: center;
	}


	.webinar-spicker-info-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}




	.webinar-register-btn-container {
		width: 100%;
		display: flex;

		justify-content: center;
		align-items: center;
	}

	.webinar-register-btn {
		margin-bottom: 0;
	}

	.webinar-spicker-info-content {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
	}

	.webinar-name-text {
		font-size: 37px;
	}

	.webinar-speaker-img {
		width: 120px;
		height: 120px;
		margin-top: 1rem;
	}

	.webinar-spicker-label {
		font-size: 16px;
	}

	.webinar-spicker-name {
		font-size: 16px;
	}

	.webinar-spicker-position {
		font-size: 16px;
	}


	.webinar-register-btn {
		width: 250px;
		font-size: 15px !important;
	}

	/* .webinar-right {
		width: 100%;
	} */

	/* .webinar-speaker-img {
		margin-top: 0rem;
	} */

	/* .webinar-register-btn {
		display: block;
	} */

	.webinar-banner-container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

/* 576px — мобильные */
@media (max-width: 576px) {
	.webinar-container {
		padding: 0 0.75rem;
	}

	/* .webinar-name-text {
		font-size: 1.6rem;
	} */

	.webinar-datetime {
		font-size: 18px;
	}



	.webinar-first-list-item {
		/* flex-direction: column; */
	}

	.webinar-first-list-item img {
		/* margin-bottom: 0.5rem; */
	}

	/* .webinar-bonus-item {
		flex-direction: column;
		text-align: center;
		padding: 1rem;
	} */

	/* .webinar-bonus-number {
		margin: 0 auto 0.75rem auto;
		position: static;
	} */

	.webinar-partners-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.webinar-partners-list img {
		height: 100px;
	}
}

@media (max-width: 510px) {
	.webinar-datetime-calendar-container {
		display: flex;
		/* flex-direction: column; */
		gap: 1rem;
		align-items: center;
		justify-content: space-between;

	}

	.webinar-datetime {
		font-size: 14px;
	}

	.webinar-add-to-calendar {
		margin-left: 0 !important;
		font-size: 14px !important;
	}


}

@media (max-width: 460px) {

	.webinar-banner-container {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}



	.webinar-name-text {
		font-size: 30px;
	}

	.webinar-header {
		gap: 1rem;
	}




	.webinar-register-btn {
		font-size: 14px !important;
		width: max-content;
		line-height: 40px;
	}
}

/* 400px и меньше — узкие телефоны */
@media (max-width: 400px) {
	.webinar-name-text {
		/* font-size: 1.4rem; */
	}

	.webinar-datetime {
		font-size: 12px;
	}

	.webinar-add-to-calendar {
		font-size: 12px !important;
		padding: 0.4rem 0.8rem;
	}

	.webinar-bonus-item {
		font-size: 0.9rem;
	}

	.webinar-register-btn {
		width: 250px;

	}
}

/* WEBINAR */


/* PCI DSS PAGE */

.product-banner-pci-dss {
	background: linear-gradient(to right, #250053, #5200a3 75% ,#47008f 85% , #250053) !important;
}

@media (max-width: 900px) {
	.product-banner-pci-dss {
		background: linear-gradient(to right, #5200a3, #250053) !important;
	}
}

.head-cont-text-btn-pci-dss-pilot {
	background-color: #944ca2;
	border-radius: 3px;
	border: solid 1px #944ca2;
}

.pci-dss-page-text-section {
	flex: 1 1 60%;
}

.pci-dss-page-image-section {
	flex: 1 1 40%;
}

@media (min-width: 900px) and (max-width: 1044px) {
	.pci-dss-page-text-section .head-cont-text-h1 {
		font-size: 40px;
	}
}

@media (min-width: 900px) and (max-width: 938px) {
	.pci-dss-page-text-section .head-cont-text-h1 {
		font-size: 38px;
	}
}

@media (min-width: 541px) and (max-width: 569px) {
	.pci-dss-page-text-section .head-cont-text-h1 {
		font-size: 30px;
	}
}

@media (min-width: 388px) and (max-width: 540.99px) {
	.pci-dss-page-text-section .head-cont-text-h1 {
		font-size: 27px;
	}
}

@media (min-width: 1px) and (max-width: 387.99px) {
	.pci-dss-page-text-section .head-cont-text-h1 {
		font-size: 26px;
	}
}

.head-cont-text-btn-pci-dss-pilot:hover {
	background-color: #9C69A6;
	border-radius: 3px;
	border: solid 1px #9C69A6;
}

.pci-dss-page-requirements-title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 1rem;
	margin-left: 21px;
}

.pci-dss-page-requirements-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pci-dss-page-requirements-list li {
	display: flex;
	align-items: flex-start;
	/* маркер прижат к верхней строке текста */
	gap: 15px;
	/* расстояние между маркером и текстом */
	margin-bottom: 18px;
	line-height: 1.5;
}

.pci-dss-page-requirements-list li::before {
	line-height: 1.5;
	content: "";
	width: 10px;
	height: 10px;
	background: #9011B0;
	border-radius: 2px;
	flex-shrink: 0;
	margin-top: 0.4rem;
}

@supports (-moz-appearance: none) {
	.pci-dss-page-requirements-list li::before {
		margin-top: 0.45rem;
		/* подстройка именно для Firefox */
	}
}

.pci-dss-page-requirements-list--red li::before {
	background: #DE040B;

}


.pci-dss-page-requirements-list-red-times {
	list-style: none;
	padding: 0;
	margin: 0;
}


.pci-dss-page-requirements-list-red-times li {
	display: flex;
	align-items: flex-start;
	/* маркер прижат к верхней строке текста */
	gap: 15px;
	/* расстояние между маркером и текстом */
	margin-bottom: 18px;
	line-height: 1.5;
}

.pci-dss-page-requirements-list-red-times li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f00d";
	width: 10px;
	height: 10px;
	color: #DE040B;

	line-height: 1.5;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
}

.beforeBoxBlue li::before {
	background: #120EAF !important;
}

.pci-dss-how-chech-auditor-mobile-img {
	display: none;
}


@media (max-width: 767.98px) {
	.pci-dss-page-requirements-wrapper {
		padding: 24px 18px;
	}

	.pci-dss-how-chech-auditor-mobile-img {
		display: block;
	}

	.pci-dss-how-chech-auditor-desktop-img {
		display: none;
	}


}

.pci-dss-page-label {
	text-align: center;
	/* max-width: 400px !important; */
	margin: 0 auto;
	border-radius: 5px;
	font-size: 20px;
}

.pci-dss-page-label-box {
	text-align: center;
	padding: 1rem;
	border: 2px solid;
	max-width: 400px !important;
	margin: 0 auto;
	border-radius: 5px;

}

.pci-dss-border-pink {
	border-color: #AD8AC4;
}

.pci-dss-border-blue {
	border-color: #645DA1;
}

.pci-dss-page-audit-detect-list {
	list-style: none;
	padding-left: 0;
}


.pci-dss-page-audit-detect-list li {
	border-left: 5px solid;
	margin-bottom: 2rem;
	padding-left: 1rem;
	line-height: 1.5;
}

.list-border-pink li {
	border-color: #9011B0;
}


.list-border-blue li {
	border-color: #120EAF;
}

.pci-dss-wrap .row {
	margin-left: 0;
	margin-right: 0;
}

.pci-dss-wrap-w1000 {
	max-width: 1000px;
}

.page-pci-dss-cards-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 15px;
}

.page-pci-dss-cards-item-header-text {
	min-height: 120px;
	text-align: start;
		margin-bottom: 1rem;

}

@media (max-width: 1050px) {
	.page-pci-dss-cards-item-header-text {
		min-height: 150px;
	}
}

@media (max-width: 992px) {
	.page-pci-dss-cards-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-pci-dss-cards-item-header-text {
		min-height: 110px;
	}
}

@media (max-width: 600px) {
	.page-pci-dss-cards-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.page-pci-dss-cards-item-header-text {
		min-height: 0;
		margin-bottom: 1rem;
	}
}

.page-pci-dss-cards-container i {
	height: 90px;
	font-size: 60px;
	line-height: 90px;
	margin-bottom: 1rem;
	color: #29296d;
}

.page-pci-dss-cards-item-text {
	text-align: start;
}




.pci-dss-page-table-wrapper {
	width: 100%;
}

.pci-dss-page-cell-minus {
	background-color: #f5f5f5;
	color: #555555;
	font-weight: 600;

}

.pci-dss-page-cell-plus-low {
	background-color: #FD784F;
	color: #000000;
	font-weight: 600;
}

.pci-dss-page-cell-plus-mid {
	background-color: #FFFF65;
	color: #000000;
	font-weight: 600;
}

.pci-dss-page-cell-plus-mid-strong {
	background-color: #FECA39;
	color: #000000;
	font-weight: 600;
}

.pci-dss-page-cell-plus-light {
	background-color: #BAE476;
	color: #000000;
	font-weight: 600;
}

.pci-dss-page-cell-plus-light-alt {
	background-color: #c7f28b;
	color: #000000;
	font-weight: 600;
}

.pci-dss-page-cell-plus-high {
	background-color: #8cc152;
	color: #000000;
	font-weight: 600;
}

.pci-dss-page-cell-plus-strong {
	background-color: #5b9b32;
	color: #ffffff;
	font-weight: 600;
}

/* ===== ДЕСКТОПНАЯ ТАБЛИЦА ===== */

.pci-dss-page-table-desktop {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}

.pci-dss-page-table-desktop th,
.pci-dss-page-table-desktop td {
	border: 1px solid #d0d0d0;
	padding: 8px 6px;
	font-size: 16px;
	text-align: center;
}

.pci-dss-page-table-desktop td:first-child {
	border: 1px solid #d0d0d0;
	padding: 8px 6px;
	font-size: 16px;
	text-align: start;
}

.pci-dss-page-header-cell-desktop {
	background-color: #e0e0e0;
	font-weight: 400;
}

.pci-dss-page-col-requirement-desktop {
	text-align: left !important;
	/* width: 30%; */
}

.pci-dss-page-col-requirement-cell-desktop {
	text-align: left;
	white-space: normal;
	width: auto;
}

.pci-dss-page-table-desktop th:not(.pci-dss-page-col-requirement-desktop),
.pci-dss-page-table-desktop td:not(.pci-dss-page-col-requirement-cell-desktop) {
	width: 12%;
}

/* ===== МОБИЛЬНАЯ ТАБЛИЦА ===== */

.pci-dss-page-table-mobile {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.pci-dss-page-table-mobile th,
.pci-dss-page-table-mobile td {
	border: 1px solid #d0d0d0;
	padding: 6px 4px;
	font-size: 14px;
	text-align: center;
}

.pci-dss-page-table-mobile th:first-child,
.pci-dss-page-table-mobile td:first-child {

	text-align: start;
}

.pci-dss-page-header-cell-mobile {
	background-color: #e0e0e0;
}

.pci-dss-page-col-requirement-mobile {
	width: 34%;
	text-align: start;
}

.pci-dss-page-col-requirement-cell-mobile {
	text-align: left;
	white-space: normal;
}

.pci-dss-page-table-mobile th:not(.pci-dss-page-col-requirement-mobile),
.pci-dss-page-table-mobile td:not(.pci-dss-page-col-requirement-cell-mobile) {
	width: auto;
}

.pci-dss-page-header-mobile-text-horizontal {
	display: block;
	line-height: 1.2;
	font-weight: 400;
}

.pci-dss-page-header-cell-mobile:not(.pci-dss-page-col-requirement-mobile) {
	height: 130px;
	padding: 0 2px;
	vertical-align: center;
}

.pci-dss-page-header-cell-mobile:not(.pci-dss-page-col-requirement-mobile) .pci-dss-page-header-mobile-text {
	display: inline-block;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-orientation: mixed;
	white-space: nowrap;
	font-size: 11px;
	line-height: 1.1;
	padding: 0.5rem 0.5rem;
	font-weight: 400;
}


.pci-dss-page-table-desktop {
	display: table;
}

.pci-dss-page-table-mobile {
	display: none;
}

@media (max-width: 900.98px) {
	.pci-dss-page-table-desktop {
		display: none;
	}

	.pci-dss-page-table-mobile {
		display: table;
	}
}




.pci-dss-page-how-to-steps-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 700px;
	margin: 0 auto;
	/* padding-left: 150px; */
	margin-bottom: 4rem;

}



.pci-dss-page-how-to-step {
	display: flex;
	align-items: center;
}

.pci-dss-page-how-to-step-number {
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #120EAF;
	color: #120EAF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin-right: 16px;
	font-size: 16px;
}

.pci-dss-page-how-to-step-text {
	font-size: 16px;
	line-height: 1.4;
}

.pci-dss-page-solution-text {
	max-width: 900px !important;
	margin: 0 auto;
}


.pci-dss-page-slider-wrap .swiper-slide .contentLinkAndImg img {
	/* height: 443px; */
	border-radius: 10px;

}

.pci-dss-page-slider-wrap .slide-content {
	border-radius: 0;
}


/* PCI DSS PAGE */