/* Блок "КАКИЕ ИНСТРУМЕНТЫ МЫ БУДЕМ ИСПОЛЬЗОВАТЬ" */
.main-block-3 {
	padding: 80px 0 !important;
	background-color: #fff !important;
}

.main-block-3 h2 {
	margin-bottom: 50px !important;
	text-align: center !important;
	font-size: 32px !important;
	color: #212121 !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

.block-3-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 30px !important;
}

.block-31 {
	background-color: #fff !important;
	padding: 35px !important;
	border-radius: 12px !important;
	border: 1px solid #eef2f6 !important;
	transition: all 0.3s ease !important;
	display: flex !important;
	flex-direction: column !important;
}

.block-31:hover {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
	border-color: #d1d9e0 !important;
}

.block-31-top {
	display: grid !important;
	grid-template-columns: 100px 1fr !important;
	align-items: center !important;
	gap: 20px !important;
	margin-bottom: 20px !important;
	padding: 20px 0 !important;
}

.block-31 .header-3-svg {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #2A9DDD !important;
	background: none !important;
	border: none !important;
}

.block-31 .header-3-svg svg {
	width: 100% !important;
	height: 100% !important;
	fill: none !important;
	stroke: currentColor !important;
}

.header-3-title h3 {
	font-size: 18px !important;
	line-height: 1.3 !important;
	color: #000 !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	text-align: left !important;
}

.block-31-desc {
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: #444 !important;
	margin-bottom: 25px !important;
	text-align: left !important;
	flex-grow: 1 !important;
}

.block-31-link {
	text-align: center !important;
	width: 100% !important;
}

.instrument-link {
	display: inline-flex !important;
	align-items: center !important;
	color: #2A9DDD !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	gap: 10px !important;
	font-size: 14px !important;
	transition: color 0.2s !important;
}

.instrument-link:hover {
	color: #1a7bb8 !important;
	text-decoration: none !important;
}

.instrument-link svg {
	width: 22px !important;
	height: 22px !important;
}

/* Блок "МИНИМАЛЬНАЯ СТОИМОСТЬ" */
.main-block-4-color {
	background: #2A9DDD !important;
	padding: 80px 0 !important;
	color: #fff !important;
}

.block-4.grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	align-items: center !important;
	gap: 40px !important;
}

.block-412 {
	font-size: 48px !important;
	font-weight: 800 !important;
	margin-top: 15px !important;
}

.block-411 {
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

.img-svg-block-42 {
	width: 600px !important;
	height: auto !important;
	display: block !important;
	justify-self: end !important;
}
/* Блок "ЧТО ВАЖНО УЧИТЫВАТЬ" */
.main-block-5 {
	padding: 80px 0 !important;
	background-color: #f8fafc !important;
}

.block-5-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: repeat(3, auto) !important;
	gap: 40px 60px !important;
}

.block-5111 {
	display: grid !important;
	grid-template-columns: 56px 1fr !important;
	gap: 20px !important;
	align-items: flex-start !important;
	text-align: left !important;
}

.header-5-svg {
	background: #2A9DDD !important;
	color: #fff !important;
	border-radius: 50% !important;
	width: 56px !important;
	height: 56px !important;
	min-width: 56px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
}

.header-5-svg svg {
	width: 28px !important;
	height: 28px !important;
	color: #fff !important;
}

.block-5111 h3 {
	font-size: 18px !important;
	font-weight: 800 !important;
	margin: 0 0 8px 0 !important;
	color: #000 !important;
	text-transform: uppercase !important;
	text-align: left !important;
}

.block-5111 div div {
	font-size: 14px !important;
	color: #444 !important;
	line-height: 1.5 !important;
	text-align: left !important;
}


/* Кейсы */
.block-14-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 60px !important;
}

.block-141 {
	background-color: #2A9DDD !important;
	border-radius: 8px !important;
	padding: 20px !important;
	display: flex !important;
	align-items: center !important;
	gap: 15px !important;
	color: #fff !important;
}

.block-141-img {
	background: #fff !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	border-radius: 8px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #2A9DDD !important;
}

.block-141-txt {
	font-size: 14px !important;
	font-weight: 600 !important;
}

/* Блок "В РЕЗУЛЬТАТЕ ВЫ ПОЛУЧИТЕ" */
.results-section {
	padding: 80px 0 !important;
}

.results-section h2 {
	margin-bottom: 50px !important;
	text-align: center !important;
}

.block-6-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 40px 60px !important;
}

.block-6111 {
	display: grid !important;
	grid-template-columns: 56px 1fr !important;
	gap: 20px !important;
	align-items: center !important;
	text-align: left !important;
}

.block-6111 h3 {
	font-size: 18px !important;
	font-weight: 800 !important;
	margin: 0 !important;
	color: #000 !important;
	text-transform: uppercase !important;
	text-align: left !important;
	line-height: 1.3 !important;
}

/* Блок "Сертификаты" */
.main-block-9 {
	background-color: #f8fafc !important;
	padding: 80px 0 !important;
}

.main-block-9 h2 {
	font-size: 24px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	max-width: 900px !important;
	margin: 0 auto 50px auto !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

.cert-logos {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 40px !important;
	align-items: center !important;
	justify-items: center !important;
}

.cert-item {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 80px !important;
	width: 100% !important;
}

.img-svg-cert {
	height: auto !important;
	width: 100% !important;
	filter: grayscale(100%) !important;
	transition: filter 0.3s ease !important;
}

.img-svg-cert:hover {
	filter: grayscale(0%) !important;
}

/* Адаптивность для блока сертификатов */
@media (max-width: 1200px) {
	.cert-logos.grid-layout {
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

@media (max-width: 992px) {
	.cert-logos.grid-layout {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px !important;
	}
}

@media (max-width: 768px) {
	.cert-logos.grid-layout {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 15px !important;
	}
}

@media (max-width: 480px) {
	.cert-logos.grid-layout {
		grid-template-columns: 1fr !important;
	}
}
	max-height: 60px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}

/* Адаптивность */
@media (max-width: 1200px) {
	.cert-logos {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 992px) {
	.block-3-grid {
		gap: 20px !important;
	}
	.cert-logos {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 30px !important;
	}
}

@media (max-width: 768px) {
	.block-3-grid, .block-5-grid, .block-14-grid, .block-6-grid {
		grid-template-columns: 1fr !important;
	}
	.block-31 {
		padding: 25px !important;
	}
	.img-svg-cert {
		max-width: 120px !important;
	}
	.cert-logos {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 480px) {
	.cert-logos {
		grid-template-columns: 1fr !important;
	}
}

/* ==========================================================================
   Extracted styles from views (home, layouts, tools)
   ========================================================================== */

/* Tools Browser Info */
.tools-browser-info {
    padding: 20px 0;
}
.tools-browser-info .tool-description {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.tools-browser-info .info-block {
    margin-bottom: 30px;
}
.tools-browser-info .table {
    background: white;
}
.tools-browser-info .table td {
    padding: 12px;
}
.tools-browser-info .table td:first-child {
    width: 30%;
    background: #f8f9fa;
}

/* Tools IP Checker */
.ip-checker-container {
	max-width: 900px;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.ip-checker-form {
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
}
.ip-checker-form input {
	flex-grow: 1;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
}
.ip-checker-form button {
	padding: 10px 20px;
	background-color: #b51829;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s;
}
.ip-checker-form button:hover {
	background-color: #9e1524;
}
.ip-results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}
.result-card {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	border-left: 4px solid #b51829;
}
.result-card h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.result-card p {
	margin: 8px 0;
	color: #555;
	line-height: 1.6;
}
.result-card strong {
	color: #111;
	min-width: 120px;
	display: inline-block;
}
.result-card .boolean-true {
	color: #d9534f;
	font-weight: bold;
}
.result-card .boolean-false {
	color: #5cb85c;
}
#ip-map {
	height: 300px;
	width: 100%;
	border-radius: 8px;
	margin-top: 20px;
	border: 1px solid #ddd;
	grid-column: 1 / -1;
}
#reverse-ip-list {
	list-style-type: none;
	padding: 0;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	background: #fff;
}
#reverse-ip-list li {
	padding: 5px;
	border-bottom: 1px solid #f0f0f0;
}
#reverse-ip-list li:last-child {
	border-bottom: none;
}
.ip-checker-container .loader {
	text-align: center;
	padding: 40px;
	font-size: 18px;
	color: #888;
}

/* Tools Password Generator & Text Cleaner */
.tools-password-generator {
    padding: 20px 0;
}
.tools-password-generator .checkbox {
    margin: 10px 0;
}
.form-group-mt {
    margin-top: 15px;
}
#message-container {
    display: none;
    margin-top: 20px;
}
.alert {
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.alert-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.tools-text-cleaner {
    padding: 20px 0;
}
.tools-text-cleaner .form-control {
    font-family: monospace;
    font-size: 14px;
}
.tools-text-cleaner .btn-group {
    display: flex;
    gap: 10px;
}

/* Home Page Sections */
.main-block-technologies {
	padding: 60px 0;
	background: #0d1e31;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.main-block-technologies h2 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	text-align: center;
}
.main-block-technologies h2 span {
	color: #21d3a6;
}
.tech-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}
.tech-card {
	background: #0f2332;
	border: 2px solid rgba(33, 211, 166, 0.2);
	border-radius: 4px;
	padding: 25px;
	text-align: center;
}
.tech-img {
	height: 60px;
	width: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.tech-logo-img {
	max-height: 60px;
	max-width: 100%;
	object-fit: contain;
}
.tech-card h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
}
.tech-card h3 a {
	color: #fff;
	text-decoration: none;
}
.tech-promo {
	color: #94a3b8;
	font-size: 0.9rem;
	line-height: 1.5;
}

.main-block-news {
	padding: 60px 0;
	background: #a5d7ffff;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.main-block-news h2 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #000000ff;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	text-align: center;
}
.main-block-news h2 span {
	color: #f2722a;
}
.news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}
.news-card {
	background: #ffffffff;
	border-bottom: 4px solid #21d3a6;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.news-img {
	height: 345px;
	overflow: hidden;
}
.news-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-content {
	padding: 25px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.news-content h4 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
	margin-top: 0;
}
.news-content h4 a {
	color: #000000ff;
	text-decoration: none;
}
.news-promo {
	color: #94a3b8;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 15px;
	flex-grow: 1;
}
.news-readmore {
	color: #310835ff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.main-block-tags {
	padding: 60px 0;
	background: #0d1e31;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.main-block-tags h2 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	text-align: center;
}
.main-block-tags h2 span {
	color: #21d3a6;
}
.tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
}
.tag-chip {
	display: inline-block;
	padding: 8px 18px;
	background: #0f2332;
	border: 1px solid #21d3a6;
	border-radius: 20px;
	color: #21d3a6;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.main-block-9 .block-9 {
	padding: 40px 0;
}
.slideshow-container .mySlides .slider-img img {
	width: 264px;
	height: 380px;
}
.slideshow-container .mySlides .slider-txt-logo img {
	width: 50px;
}

.main-block-feedback-widget {
	padding: 60px 0;
	background-color: #0b1a26;
	border-top: 1px solid rgba(255,255,255,0.05);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.layout-feedback-widget {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}
.layout-feedback-widget h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.layout-feedback-widget h2 span {
	color: #b51829;
}
.contact-form-static-wrapper {
	max-width: 760px;
	margin: 0 auto;
	box-shadow: 0 20px 50px rgba(0,0,0,0.15) !important;
	width: 100%;
}
.envelope-inner-static {
	color: #333333 !important;
}
.contact-form-static-element {
	display: block !important;
	position: static !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	background: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
}

/* Layout elements */
.button.callback-n2 {
	display: none;
}
.site-contact-form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	justify-content: center;
	align-items: center;
}
.contact-form-modal-element {
	display: block !important;
	position: static !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	background: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
}
.honey-field {
	display: none !important;
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
}
.captcha-form-group {
	margin-bottom: 20px;
}
.hand-drawn-arrow {
	width: 80px;
	height: 40px;
	fill: none;
	stroke: #b51829;
	stroke-width: 3;
	stroke-linecap: round;
	transform: rotate(-10deg);
	margin-left: 10px;
}
.privacy-agreement-checkbox {
	cursor: pointer;
	width: 16px;
	height: 16px;
	accent-color: #b51829;
	flex-shrink: 0;
	margin: 0;
}
.header-phone-link {
	color: inherit;
	text-decoration: none;
}
.promo-code-box {
	border: 3px solid red;
	padding: 10px;
	font-size: xx-large;
}
.crm-promo-title {
	border: 3px solid red;
	padding: 10px;
}

/* Home Page Header & Certificate Grid Styles */
.red-line {
	border: none;
	border-top: 3px solid #b51829;
	margin: 0;
}
.cert-logos.grid-layout {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	justify-items: center;
	align-items: center;
	padding: 20px 0;
}
.cert-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-svg-cert {
	width: 100%;
	max-width: 150px;
	height: auto;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}
.img-svg-cert:hover {
	filter: grayscale(0%);
}

@media (max-width: 1200px) {
	.cert-logos.grid-layout {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 992px) {
	.cert-logos.grid-layout {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media (max-width: 768px) {
	.cert-logos.grid-layout {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}
@media (max-width: 480px) {
	.cert-logos.grid-layout {
		grid-template-columns: 1fr;
	}
}
.main-header {
	position: relative;
	background: #11263c url(/images/1-b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-blend-mode: multiply;
	color: #fff;
	overflow: visible;
}
#mainHeader {
	background: none !important;
}
.main-header-bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
	pointer-events: none;
}
.main-header-bg {
	position: absolute;
	top: -30%;
	left: 0;
	width: 100%;
	height: 160%;
	object-fit: cover;
	object-position: center center;
	will-change: transform;
}
.main-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(17, 38, 60);
	mix-blend-mode: multiply;
	z-index: -1;
	pointer-events: none;
}

.services-grid,
.tech-grid,
.news-grid {
	display: grid;
	gap: 30px;
}
.service-card,
.tech-card,
.news-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover,
.tech-card:hover,
.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(33, 211, 166, 0.15);
}
.tag-chip:hover {
	background: #21d3a6 !important;
	color: #0f2332 !important;
	box-shadow: 0 0 10px rgba(33, 211, 166, 0.4);
	transform: translateY(-1px);
}

/* Home Services Section Refactoring */
.main-block-services {
	padding: 60px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.main-block-services h2 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #000000ff;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	text-align: center;
}
.main-block-services h2 span {
	color: #f2722a;
}
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}
.service-card {
	background: #0f2332;
	border: 4px solid #21d3a6;
	border-radius: 4px;
	padding: 25px;
	display: flex;
	flex-direction: column;
}
.service-img {
	text-align: center;
	margin-bottom: 20px;
}
.service-img img {
	max-width: 100%;
	height: 160px;
	object-fit: contain;
}
.service-card h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1.3;
}
.service-card h3 a {
	color: #21d3a6;
	text-decoration: none;
}
.service-desc {
	color: #94a3b8;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}
.service-more-btn {
	display: inline-block;
	padding: 12px 20px;
	background: #21d3a6;
	color: #0f2332;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
