.mintsifra-footer {
	background: #2b2d42;
	color: #fff;
	padding: 40px 0;
	font-size: 14px;
	line-height: 1.6;
}

.mintsifra-footer .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.mintsifra-footer__content {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.mintsifra-footer__company {
	flex: 1;
	max-width: 500px;
}

.mintsifra-footer__company-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}

.mintsifra-footer__details {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mintsifra-footer__detail {
	color: #ccc;
}

.mintsifra-footer__detail b {
	color: #fff;
	font-weight: 600;
}

.mintsifra-footer__contacts {
	flex-shrink: 0;
}

.mintsifra-footer__contacts-heading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}

.mintsifra-footer__phone {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 12px;
}

.mintsifra-footer__phone:hover {
	color: #5b9aff;
}

.mintsifra-footer__email {
	display: block;
	color: #5b9aff;
	text-decoration: none;
	margin-bottom: 16px;
}

.mintsifra-footer__email:hover {
	text-decoration: underline;
}

.mintsifra-footer__activity {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mintsifra-footer__activity-heading {
	font-weight: 600;
	margin-bottom: 8px;
	color: #fff;
}

.mintsifra-footer__activity-text {
	color: #ccc;
}

.mintsifra-footer__bottom {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
	color: #888;
	font-size: 13px;
}

.mintsifra-footer__bottom a {
	color: #5b9aff;
	text-decoration: none;
}

.mintsifra-footer__bottom a:hover {
	text-decoration: underline;
}

/* Footer layout — replicate _left/_right styles without wrapper divs */
/* В default/style.css задано #footer{min-width:1024px;} — на узких экранах распирает страницу. Переопределяем. */
#footer {
	min-width: 0;
}

#footer .container .footer__content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 20px;
}

#footer .container .footer__content > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	flex-shrink: 1;
	min-width: 0;
}

#footer .container .footer__content > ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#footer .container .footer__content > ul li p {
	margin: 0 0 5px 0;
	font-size: inherit;
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content {
		flex-wrap: nowrap;
	}

	#footer .container .footer__content > ul {
		margin: 0 10px 0 0;
	}
}

/* Registration form overrides — match dynamicForm button style */
.ic__section1_right .buttons {
	background: none;
	text-align: center;
	margin: 0;
	padding: 20px 20px 0;
	border-top: none;
}

.ic__section1_right .buttons .registration-button {
	display: block;
	color: white;
	margin: 0 auto;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #005aaf;
	background: linear-gradient(0deg, #004f98 0%, #76abe1 100%);
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
	width: 70%;
	height: 53px;
	font-size: 20px;
	text-shadow: none;
	cursor: pointer;
}

.ic__section1_right .buttons .registration-button:hover,
.ic__section1_right .buttons .registration-button:active {
	background: linear-gradient(0deg, #bb1e1b 0%, #b01917 100%);
	border-color: #be201b;
}

.ic__section1_right .buttons .registration-button:active {
	box-shadow: none;
}

.ic__section1_right .labels,
.ic__section1_right .buttons .login-link {
	display: none;
}

.ic__section1_right .controls {
	width: 100%;
	margin-top: 15px;
}

.ic__section1_right .controls input[type="text"] {
	outline: none;
	height: 35px;
	border: 2px solid #065bab;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
}

/* form_2 overrides */
.form_2 .buttons {
	background: none;
	border-top: none;
	margin: 0;
	padding: 0;
	flex: 0.1;
}

.form_2 .buttons .registration-button {
	padding: 14px 20px;
	background: #bc1313;
	color: white;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	cursor: pointer;
}

/* registration-form-full overrides */
.registration-form-full .buttons {
	background: none;
	border-top: none;
	text-align: center;
}

.registration-form-full .buttons .registration-button {
	padding: 20px 30px;
	background: #bc1313;
	color: white;
	display: block;
	margin: 20px auto;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	cursor: pointer;
}

.form_2 .labels,
.form_2 .buttons .login-link,
.registration-form-full .buttons .login-link {
	display: none;
}

@media (max-width: 768px) {
	.mintsifra-footer__content {
		flex-direction: column;
		gap: 24px;
	}

	.mintsifra-footer__company {
		max-width: 100%;
	}
}

/* Tariffs block from tariffs.html */
.tariffs {
	margin-top: 20px;
}

.tariff__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
	color: #141414;
}

.tariff__item {
	margin: 0;
	background: #f0f1f3;
	border-radius: 20px;
	padding: 20px 8px;
	font-size: 14px;
	color: #141414;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.tariff__item > p > em > strong,
.tariff__item > p > strong > em {
	display: block;
	text-align: center;
}

.tariff__item > p + p {
	margin-top: 0;
}

.tariff__item ul {
	display: flex;
	padding: 0 0 4px 25px;
	margin-bottom: auto;
	flex-direction: column;
	gap: 14px;
}

.tariff__item h3 {
	border-radius: 8px;
	background: #FFFFFF;
	height: 34px;
	margin: 0 4px;
	text-align: center;
	color: #225aa6;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.tariff__item b {
	display: block;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}

.tariff__item li {
	display: block;
	font-size: 14px;
	line-height: normal;
	position: relative;
}

.tariff__item li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #272727;
	position: absolute;
	left: -15px;
	top: 6px;
}

.tariff__item li p {
	margin: 0;
}

.tariff__item--blue {
	background: #225aa6;
	color: #fff;
}

.tariff__item--blue li::before {
	background-color: #fff;
}

.tariff__btn {
	text-align: left;
	margin-top: 16px;
}

.tariff__btn button {
	padding: 10px;
	border: none;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	border-radius: 4px;
	width: 100%;
}

.tariff__item--blue .tariff__btn button {
	background: #fff !important;
	color: #225aa6 !important;
}

.tariff__item .tariff__btn button {
	background: #225aa6;
	color: #FFFFFF;
}


/* 3 tariffs in a row */
.tariff__list.three-columns {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

@media screen and (max-width: 1100px) {
	.tariff__list,
	.tariff__list.three-columns {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
}

@media screen and (max-width: 560px) {
	.tariff__list,
	.tariff__list.three-columns {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* IT / Technologies section */
#it {
	margin-top: 20px;
	margin-bottom: 20px;
}

.it-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px 24px;
	background: #f0f1f3;
	border-radius: 16px;
	padding: 14px 24px;
}

.it-group {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.it-divider {
	width: 1px;
	height: 24px;
	background: #c5d3e3;
	flex-shrink: 0;
}

.it-label {
	font-weight: 700;
	color: #141414;
	font-size: 14px;
	white-space: nowrap;
}

.it-tag {
	display: inline-block;
	background: #fff;
	color: #225aa6;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 6px;
	border: 1px solid #dce6f1;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

.it-tag:hover {
	background: #225aa6;
	color: #fff;
	border-color: #225aa6;
}

@media screen and (max-width: 768px) {
	.it-row {
		padding: 14px 16px;
		gap: 10px 16px;
	}

	.it-divider {
		display: none;
	}
}

/* bico-regions page styles */
.section1.empty-form {
	background-position: 33% 94%;
	background-size: 217%;
}

.section1.empty-form ul {
	margin-bottom: 5px;
}

.preloader-wrapper {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	z-index: 1000;
}

.preloader-wrapper > .preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	border-top: 6px solid #225ba8;
	border-bottom: 6px solid #225ba8;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-radius: 50%;
	animation: preloader 1s linear infinite;
}

@keyframes preloader {
	from { transform: rotateZ(0deg); }
	to { transform: rotateZ(360deg); }
}

form.custom_empty .submit-block {
	width: 100%;
}

form.custom_empty #submit {
	margin: 0 auto;
}

.section3 .controls .tree_info_block {
	width: 100%;
}

.form_2 {
	margin-top: 60px;
	background: #225aa6;
	padding: 15px;
	width: 100%;
}

.form_2 .time {
	display: none;
}

.form_2 .form_2-header {
	color: #fff;
	text-align: center;
}

.form_2 .privacy-text,
.form_2 .privacy-link {
	color: #fff;
}

.form_2 .submit-block {
	border-top: none;
	margin: 0px;
	margin-left: 30px!important;
}

.form_2 .layout-zone {
	display: inline-block;
	width: 74%;
}

.form_2 .control-group:not(.field-type-smartCaptcha), .form_2 .submit-block {
	display: inline-block;
	padding: 0px 10px;
}

@media screen and (max-width: 960px) {
	.form_2 .control-group:not(.field-type-smartCaptcha), .form_2 .submit-block {
		padding: 0;
	}
}

.form_2 .controls {
	width: 100%;
}

.form_2 .controls > input[type="text"] {
	padding: 5px 10px;
}

.p-list-errors > p {
	text-align: center;
	color: #b94a48;
	background-color: #f2dede;
	border-color: 1px solid #eed3d7;
	padding: 8px 14px 8px 14px;
	border-radius: 5px;
}

textarea[name='comment'] {
	display: none;
}

#support3-form .submit-block {
	display: none;
}

.header-form-wrapper {
	margin-top: 35px;
}

.header-form-wrapper form.form-fixed {
	max-width: 100%;
}

.header-form-wrapper form.form-fixed .submit-block {
	margin: 0px;
	padding: 0px;
	border-top: none;
}

.header-form-wrapper form.form-fixed .submit-block input[type='submit'] {
	padding: 15px 60px;
	background: #bc1313;
	color: white;
	display: block;
	margin: 20px auto;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.ic__section1_right .error-note {
	background: #f2dede;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #eed3d7;
	border-radius: 5px;
}

.ic__section1_right .error-note > p {
	font-size: 13px;
	color: #e20c08;
	font-weight: 400;
	margin: 0px;
	overflow: hidden;
	word-break: break-word;
}

.section3 .error-note.dot {
	position: absolute;
	background: #f2dede;
	top: 45px;
	padding: 10px;
	box-shadow: 3px 4px 4px #afafaf;
	width: 100%;
	word-break: break-word;
}

.section3 .error-note.dot:after {
	content: "";
	position: absolute;
	display: block;
	top: -6px;
	left: 5px;
	width: 0px;
	height: 0px;
	border-bottom: 6px solid #f2dede;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.section3 .error-note > p {
	margin: 0px;
	font-size: 13px;
}

.section3 .error-block.informer-message-container {
	position: absolute;
	top: -95px;
}

#support3-form .error-note.dot {
	padding: 10px;
	margin-top: 10px;
	background: #f2dede;
	border-radius: 5px;
	word-break: break-all;
}

#support3-form .error-note.dot > p {
	font-size: 13px;
	margin: 0px;
}
