.registration-popup-wrapper {
	align-items: flex-start;
}

.registration-popup .register-switch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}

.registration-popup .register-switch-link {
	flex: 0 0 50%;
	border-bottom: 3px solid #aebfd0;
	cursor: pointer;
}

.registration-popup .register-switch-link a {
	text-decoration: auto;
	font-size: 14px;
	color: #aebfd0;
}

.registration-popup .register-switch-link.active {
	border-bottom: 3px solid #3d98f2;
}

.registration-popup .register-switch-link.active a {
	color: #3d98f2;
}

.registration-popup .show-login-form,
.registration-popup .show-register-form {
	margin: 5px 0;
}

.registration-popup .control-group.field-name-captcha label {
	display: none;
}

.registration-popup.ui-dialog .ui-dialog-titlebar {
	color: #001224;
	border-bottom: none;
	padding: 40px 40px 10px;
	background-color: #f1f4f8;
	margin: 0;
	font-size: 22px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.ui-dialog.registration-popup .ui-dialog-title {
	/*display: block;*/
	/*float: none;*/
	/*text-align: center;*/
}

.registration-popup.ui-dialog .ui-dialog-titlebar-close:focus {
	outline: none;
}

.registration-popup .second-head {
	color: #001224;
	border-bottom: none;
	padding: 0 40px 20px;
	background-color: #f1f4f8;
	font-size: 14px;
}

.registration-popup.ui-dialog {
	max-width: 550px;
	padding-top: 0;
}

.registration-popup.ui-dialog .ui-dialog-titlebar-close {
	top: 20px;
}

.registration-popup .control-group {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-direction: column;
}

.registration-popup .labels {
	text-align: left;
	padding-bottom: 5px;
}

.registration-popup .field-name-privacyConsent label {
	cursor: pointer;
}

.registration-popup .field-name-privacyConsent .labels  {
	max-width: 100%;
	width: 100%;
}

.registration-popup .field-name-privacyConsent .labels label {
	font-size: 0;
	cursor: default;
}

.registration-popup .field-name-privacyConsent .labels label span {
	font-size: 13px;
}

.registration-popup .field-name-privacyConsent .labels label:after {
	display: none;
}

.registration-popup .controls input[type="text"],
.registration-popup .controls input[type="password"],
.registration-popup .controls input[type="email"],
.registration-popup .controls input[type="number"],
.registration-popup .controls input[type="file"],
.registration-popup .controls select,
.registration-popup .controls textarea,
.registration-popup .controls .tree_info_block {
	font-size: 15px;
	padding: 7px 10px;
	height: auto;
	color: #001224;
	margin-top: 0;
	margin-bottom: 0;
}
.error-note {
	padding-top: 3px;
	color: #b94a48;
	font-size: 16px !important;
}
.error-note a {
	padding-top: 1rem;
	display: block;
	font-family: Montserrat, sans-serif;
}
#registrationPopupLogin .controls label {
	display: flex;
	justify-content: space-between;
}
#registrationPopupLogin .controls label input[type="radio"],
#registrationPopupLogin .controls label input[type="checkbox"] {
	margin: 0px 5px 1px 0;
}
#registrationPopupLogin .controls label a {
	margin-left: auto;
}
.registration-popup input[type="text"]:focus,
.registration-popup input[type="password"]:focus,
.registration-popup input[type="number"]:focus,
.registration-popup input[type="email"]:focus,
.registration-popup select:focus,
.registration-popup textarea:focus,
.registration-popup .tree_info_block:focus {
	box-shadow: none;
	outline: 1px solid #3d98f2;
	border: 1px solid #3d98f2;
}

.registration-popup .controls {
	width: 100% !important;
}

.registration-popup.ui-dialog .ui-dialog-content {
	padding: 10px 40px 40px;
}

.control-group {
	/* margin: 17px 0; */
	margin: 30px 0 17px;
}

.registration-popup .agreements {
	font-size: 10px;
	color: #5c6580;
	margin: 20px 0 0;
}

.registration-popup .agreements a {
	color: #006edb;
}

.registration-popup input.btn {
	color: white;
	font-size: 16px;
	background: #16b169;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 0px;
	transition: all 0.3s ease;
	box-shadow: none;
	border: none;
	text-shadow: none;
}

.registration-popup input.btn:hover {
	background: #098b4f;
	color: #fff;
	transition: all 0.3s ease;
}

.registration-popup input.btn:active {
	background: #3d98f2;
	color: #fff;
	box-shadow: 0px 4px 10px #16b169;
	transition: all 0.3s ease;
}
.registration-popup .fancyPlaceholder .placeholder_label {
	line-height: normal;
	color: #5c6580;
	min-width: auto;
	height: 36px;
	margin: -34px 0 0 5px;
	padding: 0 20px 0 10px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	display: flex;
	align-items: center;
	gap: 0.2rem;
	z-index: 1;
	white-space: nowrap;
}
.registration-popup .fancyPlaceholder.inputFilled .placeholder_label {
	margin-top: -62px;
	margin-bottom: 26px;
	margin-left: -10px;
	font-size: 12px;
}
.control-group.error .placeholder_label {
	color: #b94a48;
}
.control-group.error .controls input {
	border-color: #b94a48;
}
.registration-popup .login-link {
	background: #e3f1ff;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 4px;
}
.registration-popup .login-link,
.registration-popup .registration-link {
	margin-left: 10px;
	font-size: 16px;
	background: #e3f1ff;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.registration-popup .login-link:hover,
.registration-popup .registration-link:hover {
	background: #3d98f2;
	color: #fff;
	transition: all 0.3s ease;
}

/* .ui-popup-wrapper {
	align-items: flex-start;
} */

@media screen and (min-width: 751px) and (max-width: 1100px) {
	.registration-popup .control-group .controls {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.registration-popup.ui-dialog {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.registration-popup.ui-dialog {
		width: 88% !important;
	}

	.registration-popup .control-group .controls {
		padding: 0;
	}

	.ui-dialog.registration-popup .ui-dialog-title {
		display: block;
		float: none;
		text-align: center;
		margin: .1em 0;
	}

	.registration-popup .second-head {
		font-size: 13px;
	}

	.module-tc .registration-popup .second-head {
		padding: 2px 11px 13px;
	}

	.module-tc .registration-popup .buttons {
		text-align: center;
	}

	.module-tc .registration-popup input.btn,
	.module-tc .registration-popup input[type="submit"].btn,
	.module-tc .registration-popup input[type="button"].btn {
		font-weight: 400;
	}

	.module-tc .registration-popup.ui-dialog .ui-dialog-content {
		padding-bottom: 10px;
	}

	.module-tc .registration-popup.ui-dialog .ui-dialog-titlebar {
		padding: 27px 11px 0;
	}
}

@media (max-width: 499px) {
	.registration-popup .register-switch {
		flex-wrap: wrap;
	}

	.registration-popup .register-switch-link {
		flex: 0 0 100%;
		margin-bottom: 1rem;
	}

	.registration-popup.ui-dialog .ui-dialog-content {
		padding: 10px 25px 40px;
	}

	.registration-popup .second-head {
		padding: 10px 25px 40px;
	}

	.registration-popup.ui-dialog .ui-dialog-titlebar {
		padding: 40px 25px 0;
	}

	.registration-popup .rc-anchor-light.rc-anchor-normal {
		width: 258px !important;
	}
}

.registration-popup.ui-dialog .ui-dialog-titlebar-close {
	top: 20px;
	right: 10px;
}

.reg_popup_countdown {
	position: absolute;
	top: 8px;
	right: 14px;
	display: none;
}

.registration-popup .second-head ul {
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
}
.registration-popup .second-head ul li {
	position: relative;
	padding-left: 1.8rem;
	padding-bottom: 1rem;
	padding-top: 3px;
}
.registration-popup .second-head ul li::before {
	position: absolute;
	content: "";
	width: 23px;
	height: 23px;
	/* background: url(/i/check-green.png); */
	background: url(/i/checkbox-circle-fill.svg);
	border-radius: 50%;
	top: 0px;
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/* .registration-popup .second-head ul li::before {
	position: absolute;
	content: "";
	background: #16b169;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: 0;
	left: 0;
} */
/* .registration-popup .second-head ul li::after {
	position: absolute;
	content: "";
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: 2px solid #fff;
	transform: rotate(45deg);
	border-top: transparent;
	border-left: transparent;
} */


/* -- Rouble -- */

@font-face {
	font-display: swap;
	font-family: "rouble";
	src: url("/css/fonts/tc/webfont-rouble/rouble-webfont.eot");
	src: url("/css/fonts/tc/webfont-rouble/rouble-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("/css/fonts/tc/webfont-rouble/rouble-webfont.woff") format("woff"),
		url("/css/fonts/tc/webfont-rouble/rouble-webfont.ttf")
			format("truetype");
	font-weight: normal;
	font-style: normal;
}
.tender-doc-text-on-site.unsel {
	flex: 0 0 100%;
}
html,
body {
	height: 100%;
	margin: 0;
}

body {
	min-width: 1070px;
	padding: 0;
	font: normal 13px Arial;
	color: #555555;
	background: #ffffff;
	-webkit-text-size-adjust: none;
}

div {
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0;
}

a {
	color: #0057a8;
}

.card-tnd-tbl a[data-form-class="Default_Form_Registration_TenderPageMoreData"] { /* чтобы ссылка не растягивала страницу */
	max-width: 45vw !important;
	display: block;
	overflow-x: hidden;
}

input[type="text"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#header {
	width: 100%;
}

#header > .content,
#footer > .content {
	max-width: 1280px;
	margin: 0 auto;
}

#header .hd-news-banner {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

@media screen and (max-width: 1000px) {
	#header .hd-news-banner {
		padding-left: 15px;
		padding-right: 12px;
	}
}

#header .hd-news-banner .banner {
	display: inline-block;
	max-width: 100%;
	width: 1239px;
	padding-top: 10%;
	background-image: url("/img/banners/banner-head.png");
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1050px) {
	#header .hd-news-banner .banner {
		background-image: url("/img/banners/1024.png");
		background-size: cover;
		padding-top: 11.3%;
	}
}

@media screen and (max-width: 800px) {
	#header .hd-news-banner .banner {
		background-image: url("/img/banners/800.png");
		padding-top: 16.3%;
	}
}

@media screen and (max-width: 620px) {
	#header .hd-news-banner .banner {
		background-image: url("/img/banners/620.png");
	}
}

@media screen and (max-width: 420px) {
	#header .hd-news-banner .banner {
		background-image: url("/img/banners/420.png");
		padding-top: 20.2%;
	}
}

@media screen and (max-width: 320px) {
	#header .hd-news-banner .banner {
		background-image: url("/img/banners/320.png");
		padding-top: 28.1%;
	}
}

#header .hd-news-banner a img {
	width: 100%;
}

/*Автоматическая воронка, API, Bico и Битрикс24*/
#header .hd-news-funnel {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#header .hd-news-funnel .funnel {
	display: flex;
	align-items: center;
	flex-direction: row;
	max-width: 100%;
	width: 1239px;
	background: linear-gradient(
		269.91deg,
		#005fed 1.13%,
		#21bbef 16.58%,
		#21bbef 54.17%,
		#005fed 78.37%,
		#003e9c 100%
	);
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	transition: 0.2s;
	overflow: hidden;
	border-radius: 5px;
}

@media (max-width: 860px) {
	#header .hd-news-funnel .funnel {
		background: none;
	}
}

#header .hd-news-funnel .funnel .bitrix-min {
	display: none;
}

@media (max-width: 1285px) {
	#header .hd-news-funnel .funnel .bitrix {
		margin-left: -60px;
	}
}

@media (max-width: 630px) {
	#header .hd-news-funnel .funnel .bitrix {
		display: none;
	}

	#header .hd-news-funnel .funnel .bitrix-min {
		display: inline-block;
	}
}

#header .hd-news-funnel .funnel:hover {
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 860px) {
	#header .hd-news-funnel .funnel:hover {
		box-shadow: none;
	}
}

#header .hd-news-funnel .funnel .wrapper-banner__text {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
}

@media (max-width: 860px) {
	#header .hd-news-funnel .funnel .wrapper-banner__text,
	#header .hd-news-funnel .funnel .bitrix-min {
		display: none;
	}
}

#header .hd-news-funnel .funnel .funnel-text {
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	color: #fff;
	margin-right: 15px;
}

@media (max-width: 1000px) {
	#header .hd-news-funnel .funnel .funnel-text {
		flex-direction: column;
		align-items: flex-start;
	}
}

#header .hd-news-funnel .funnel .funnel-text .title {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-align: right;
	max-width: 100%;
	width: 390px;
	margin-left: -30px;
	margin-right: 25px;
}

@media (max-width: 1200px) {
	#header .hd-news-funnel .funnel .funnel-text .title {
		font-size: 25px;
		width: 325px;
		margin-right: 20px;
	}
}

@media (max-width: 1100px) {
	#header .hd-news-funnel .funnel .funnel-text .title {
		font-size: 20px;
		width: 260px;
		margin-right: 10px;
		line-height: 23px;
	}
}

@media (max-width: 1000px) {
	#header .hd-news-funnel .funnel .funnel-text .title {
		font-size: 20px;
		width: 290px;
		margin-right: 0;
		line-height: 23px;
		text-align: left;
		margin-left: 0;
	}
}

@media (max-width: 770px) {
	#header .hd-news-funnel .funnel .funnel-text .title {
		text-align: right;
	}
}

@media (max-width: 660px) {
	#header .hd-news-funnel .funnel .funnel-text .title {
		width: inherit;
	}
}

@media (max-width: 630px) {
	#header .hd-news-funnel .funnel .funnel-text .title {
		width: 260px;
	}
}

@media (max-width: 450px) {
	#header .hd-news-funnel .funnel .funnel-text .title {
		font-size: 15px;
		line-height: 17px;
	}
}

#header .hd-news-funnel .funnel .funnel-text .text {
	display: flex;
	align-items: flex-start;
	font-size: 20px;
	line-height: 20px;
	width: 205px;
	max-width: 100%;
	border-left: 4px solid #ff5252;
	padding-left: 25px;
}

@media (max-width: 1200px) {
	#header .hd-news-funnel .funnel .funnel-text .text {
		padding-left: 20px;
		font-size: 18px;
		width: 190px;
	}
}

@media (max-width: 1100px) {
	#header .hd-news-funnel .funnel .funnel-text .text {
		padding-left: 10px;
		line-height: 16px;
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	#header .hd-news-funnel .funnel .funnel-text .text {
		width: inherit;
		align-items: center;
		justify-content: space-between;
		border-left: none;
		padding-left: 0;
		margin-top: 5px;
	}
}

@media (max-width: 770px) {
	#header .hd-news-funnel .funnel .funnel-text .text {
		line-height: 14px;
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	#header .hd-news-funnel .funnel .funnel-text .text {
		line-height: 13px;
		font-size: 13px;
	}
}

@media (max-width: 1000px) {
	#header .hd-news-funnel .funnel .funnel-text .text img {
		margin-left: 10px;
	}
}

@media (max-width: 770px) {
	#header .hd-news-funnel .funnel .funnel-text .text img {
		display: none;
	}
}

#header .hd-news-funnel .funnel .discover,
#header .hd-news-funnel .funnel .discover-min {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 166px;
	width: 100%;
	height: 45px;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	background-color: #fa3434;
	color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-right: 45px;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	box-sizing: content-box;
}

@media (max-width: 770px) {
	#header .hd-news-funnel .funnel .discover,
	#header .hd-news-funnel .funnel .discover-min {
		max-width: 155px;
		margin-right: 0;
		padding: 0 10px;
		margin-top: 5px;
		height: 30px;
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 450px) {
	#header .hd-news-funnel .funnel .discover,
	#header .hd-news-funnel .funnel .discover-min {
		height: 25px;
		font-size: 12px;
		line-height: 12px;
	}
}

#header .hd-news-funnel .funnel .discover-min {
	display: none;
}

#header .hd-news-funnel .wrapper-discover {
	position: relative;
}

#header .hd-news-funnel .funnel .wrapper-discover .ellipsis {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 0;
}

@media (max-width: 770px) {
	#header .hd-news-funnel .funnel .wrapper-discover .ellipsis {
		right: -11px;
	}
}

#header .hd-news-funnel .bitrix-mobile,
#header .hd-news-funnel .bitrix-mobile2 {
	display: none;
	width: 100%;
}

@media (max-width: 860px) {
	#header .hd-news-funnel .bitrix-mobile2 {
		display: inline-block;
	}

	#header .hd-news-funnel .bitrix {
		display: none;
	}
}

@media (max-width: 550px) {
	#header .hd-news-funnel .bitrix-mobile2 {
		display: none;
	}

	#header .hd-news-funnel .bitrix-mobile {
		display: inline-block;
	}
}

/*Автоматическая воронка, API, Bico и Битрикс24*/

#container {
	position: relative;
	margin: 0 auto;
	min-width: 994px;
}

#container {
	min-height: 100%;
	display: grid;
	grid-template-rows: max-content 1fr;
}

* html #container {
	height: 100%;
}

/* ===================== global style ===================== */

#general {
	min-height: 666px;
}

#center {
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}

#center .content {
	padding: 0px 0px 10px 0px;
}

/*#center .content a:visited {color: #800080;}*/
.path + .content {
	/*font-family: Tahoma; */
	font-size: 14px;
}

#center .zag {
	border-bottom-color: #61a6e6;
}

#center .zag div {
	border-left-color: #e5e5e5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: Georgia;*/
}

h1 {
	margin: 0 0 0 0;
	font-size: 24px;
	font-weight: normal;
	color: #272727;
}

.unsel,
h1 {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

h1 + .dh {
	position: relative;
	top: -5px;
	width: 0px;
	height: 5px;
	border: none;
	border-left: 20px solid #e5e5e5;
	border-right: 10px solid #ffffff;
}

h2 {
	margin: 10px 0 10px;
	padding-bottom: 5px;
	font-size: 21px;
	font-weight: normal;
	color: #0057a8;
}

h2 + .dh {
	position: relative;
	top: -15px;
	width: 0px;
	height: 5px;
	border: none;
	border-left: 20px solid #e5e5e5;
	border-right: 10px solid #ffffff;
}

.similar-tenders h2 {
	color: #272727;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #c0171d;
}

.header__blue {
	color: #0057a8;
}

.title__wrapp__block {
	padding-bottom: 10px;
}

#right {
	float: right; /* width:250px; min-height:400px; */
}

#right .content {
	padding: 0px 15px;
}

#right .content > * {
	width: 200px;
}

#right .zag div {
	border-left-color: #61a6e6;
}

.borderImg {
	border: 1px solid #999;
}

hr {
	border: 1px solid #e6e6e6;
}

/* ==================== topnav ==================== */

.top-line {
	background: #f4f4f4;
	min-width: 994px;
	height: 42px;
}

.toplist {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	background: #f4f4f4;
	max-width: 1280px;
}

.toplist li {
	display: table-cell;
	width: 30%;
	margin: 0;
	padding: 10px 0 10px 18px;
	vertical-align: middle;
}

.toplist li,
.toplist li a {
	font: normal 12px arial;
	color: #969696;
	line-height: 12px;
}

.toplist li:hover {
	background: #ffffff;
}

.toplist li:first-child {
	margin: 0;
	padding: 0px 15px 9px 0px;
	width: 250px;
	white-space: nowrap;
}

.toplist li:first-child a {
	display: inline-block;
	position: relative;
	top: 12px;
	margin-left: 15px;
	margin-right: 10px;
	width: 69px;
	height: 20px;
	background: url(/i/sprite-default.webp) -110px 0px no-repeat;
}

.toplist li:first-child span {
	display: inline-block;
	position: relative;
	top: 12px;
	margin-left: 15px;
	margin-right: 10px;
	width: 69px;
	height: 20px;
	background: url(/i/sprite-default.webp) -110px 0px no-repeat;
}

.toplist li,
.toplist li a {
	font: normal 12px arial;
	color: #969696;
	line-height: 7px;
}

.toplist li:hover,
.toplist li.hover {
	background: #ffffff;
}

.toplist li:last-child {
	display: none;
}

/* ==================== end topnav ==================== */

.hd1 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	padding: 12px 20px 0 20px;
}

@media screen and (max-width: 1000px) {
	.hd1 {
		padding: 12px 12px 0 2px;
	}
}

.hd1 .header-list {
	display: flex;
}

.hd1 .header-list-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
}

.hd1 #clock {
	float: left;
	/*margin-top:16px;*/
	width: 245px;
	padding: 1px 0px;
	font: normal 12px arial;
	text-indent: 25px;
	color: #969696;
	background: url("/i/sprite-default.webp") -280px 0px no-repeat;
}

@media screen and (max-width: 1200px) {
	.hd1 #clock {
		display: none;
	}
}

/* ==================== nav 1 ==================== */
.hd1 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin-left: 30px;
}

@media screen and (max-width: 925px) {
	.hd1 ul li:nth-child(1) {
		display: none;
	}
}

.hd1 ul li {
	margin: 0;
	padding-top: 0px;
	display: flex;
}

.hd1 ul li a {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	font-size: 12px;
	box-sizing: content-box;
}

.hd1 ul li a:hover {
	color: #c0171d;
}

.hd1 ul li a .line {
	height: 30px;
	width: 7px;
	margin-right: 3px;
	border-left: 1px solid #dcdcdc;
	background: url(/i/sprite-default.webp) no-repeat -292px -19px;
}

@media screen and (max-width: 750px) {
	.hd1 ul li a .line {
		display: none;
	}
}

.hd1 ul li i {
	min-width: 30px;
	height: 30px;
	padding-left: 0px;
	margin-left: 0px;
	/*margin-top:-5px;*/
	background-image: url(/i/sprite-default.webp);
}

.hd1 ul li:nth-child(1) i {
	bottom: 7px;
	background-position: -271px -126px;
	margin-right: 5px;
}

.hd1 ul li:nth-child(2) i {
	bottom: 7px;
	background-position: -267px -165px;
	margin-right: 5px;
}

.hd1 ul li:nth-child(3) i {
	bottom: 7px;
	background-position: -270px -236px;
	margin-right: 5px;
}

@media screen and (max-width: 715px) {
	.hd1 ul li:nth-child(4) {
		max-width: 103px;
	}

	.hd1 .header-list-main ul li:nth-child(4) {
		max-width: max-content;
	}
}

.hd1 ul li:nth-child(4) a img {
	min-width: 18px;
	height: 18px;
	margin-right: 6px;
}

.hd1 ul li:nth-child(4) a:hover {
	background: #aa0000;
	border: 3px solid #aa0000;
}

/* ==================== end nav 1 ==================== */

.hd2 {
	padding: 0;
}

.logo {
	float: left;
	width: 241px;
	margin: 30px 0 0 20px;
	/* margin-top: 42px; для лого 20 лет */
    position: relative;
}

/** новогодний логотип, шапка
.logo {
    margin-top: 13px;
}
.logo a {
    display: block;
    height: 54px;
    padding-top: 29px;
    z-index: 1;
    position: relative;
}

.logo a::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -12px;
    width: 60px;
    height: 60px;
    background: transparent url(/i/ny_hat.webp) center / cover;
}
*/

.hd2_2 {
	margin-left: 270px;
	padding: 0 20px 0 0;
	font-size: 18px;
	/*font-family: Georgia;*/
}

/* ==================== nav 2 ==================== */
.hd2_2 ul {
	margin: 0 -10px 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hd2_2 ul li {
	margin: 0;
	padding: 0;
}

.hd2_2 ul li:last-child {
	flex-grow: 1;
}

.hd2_2 ul li a {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 0;
	display: block;
}

.hd2_2 ul li a:hover {
	color: #c0171d;
}

.main-nav__item {
	position: relative;
}

.main-nav__item span {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 0;
	display: block;
	color: #0057a8;
	text-decoration: underline;
}

.hd2_2 ul li.main-nav__item:hover span {
	/*color: #c0171d;*/
}

.main-nav__item span:hover {
	/*cursor: pointer;*/
}

.main-nav__submenu,
.hd2_2 ul.main-nav__submenu {
	background-color: white;
	position: absolute;
	left: -9999px;
	opacity: 0;
	z-index: 10;
	display: flex;
	margin-left: 0;
	padding-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0 4px 10px rgb(39 39 39 / 20%);
	flex-direction: column;
}

.hd2_2 ul li:hover .main-nav__submenu {
	left: 0;
	opacity: 1;
}

.submenu__item {
	opacity: 0;
	text-align: left;
	transition: opacity 0.75s;
}

.hd2_2 ul li:hover .main-nav__submenu .submenu__item {
	opacity: 1;
	white-space: nowrap;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
	.main-nav__item span {
		font-size: 14px;
	}
	.hd2_2 ul li .main-nav__submenu a {
		line-height: 18px;
	}
}

@media screen and (max-width: 750px) {
	#container #header {
		overflow: visible;
	}

	#container #header > .content {
		overflow: visible;
	}

	.content .hd2 {
		overflow: visible;
	}
}

@media screen and (max-width: 510px) {
	.hd2_2 ul.main-nav__submenu li a {
		padding-left: 16px;
	}
}
/* ==================== строка поиска тендеров в хедере ==================== */
.tndsearch.tndsearch-hidden {
	color: #ffffff;
	padding: 10px 15px;
}

.tndsearch {
	box-sizing: border-box;
	margin-top: 10px;
	padding: 5px 11px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(/i/search-bg-layer.jpg) 0 0 repeat-x,
		url(/i/search-bg-layer-small.jpg) repeat;
	position: relative;
}

/*.tndsearch form { width:100%; }.tndsearch form { width:100%; }*/

.tndsearch #searchForm {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/*.tndsearch dl { float:left; width:87%; max-width: 87%; }*/

.tndsearch .search_element_wrapper {
	flex-grow: 1;
	flex-shrink: 1;
	max-width: none;
}

.tndsearch dl dd {
	margin-left: 0px;
	width: 100%;
}

.tndsearch input[type="text"] {
	width: 100%;
	text-indent: 20px;
	background: #ffffff url(/i/sprite-default.webp) -281px -45px no-repeat;
	border: 1px solid #999;
}

.tndsearch input[type="submit"],
.tndsearch input[type="button"] {
	width: 80px;
	height: 30px;
	margin-left: 8px;
	color: #0057a8;
	text-shadow: 1px 1px 1px white;
	border: none;
	background: #e4e7e7;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: linear-gradient(bottom, #dbdbdb 25%, #f2f2f3 66%);
	background-image: -o-linear-gradient(bottom, #dbdbdb 25%, #f2f2f3 66%);
	background-image: -moz-linear-gradient(bottom, #dbdbdb 25%, #f2f2f3 66%);
	background-image: -webkit-linear-gradient(bottom, #dbdbdb 25%, #f2f2f3 66%);
	background-image: -ms-linear-gradient(bottom, #dbdbdb 25%, #f2f2f3 66%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, #dbdbdb),
		color-stop(0.66, #f2f2f3)
	);
}

.tndsearch .tndsearch-bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding-right: 85px;
	/*display: table;*/
	/*width: 87%;*/
	position: relative;
	line-height: 13px;
}

.tndsearch .tndsearch-bottom .tndsearch-bottom-right {
	flex-shrink: 0;
	padding-left: 30px;
}

.tndsearch.tndsearch-hidden .tndsearch-bottom {
	width: 99%;
}

.tndsearch .tndsearch-bottom div {
	display: table-cell;
}

.tndsearch .tndsearch-bottom div.tndsearch-bottom-right {
	text-align: right;
}

.tndsearch .tndsearch-bottom div.tndsearch-bottom-right a {
	font-family: Arial, sans-serif;
}

.tndsearch.tndsearch-hidden .tndsearch-bottom div.tndsearch-bottom-left {
	font-size: 18px;
}

.tndsearch div.tndsearch-simple-search {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.tndsearch div span,
.tndsearch div a {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}

.tndsearch div a:first-letter {
	font-size: 14px !important;
}

.tndsearch div a:hover {
	color: #fff;
	text-decoration: none;
}

input[type="submit"]:hover {
	background-position: 0px 0px !important;
}

.tndsearch div,
.tndsearch div a,
.tndsearch div span {
	font-size: 12px;
	color: #fff;
}

#middle {
	width: 100%;
	overflow: hidden;
	/*padding-bottom: 163px;*/
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 250px auto;
}

#middle.middle-one-column {
	grid-template-columns: auto;
}

#middle .all-industries {
	clear: both;
	padding-bottom: 20px;
}

#middle .link-all-industries {
	font-size: 16px;
	float: right;
	margin-right: 75px;
}

#left {
	width: 250px;
}

.scroll-left-sidebar {
	max-width: 250px;
}

#left .content {
	padding: 0px 10px 0px 20px;
}

@media screen and (max-width: 900px) {
	#left {
		position: relative !important;
		margin-top: 0;
	}
}

/* ==================== infoblok ==================== */

.infoblok {
	margin: 0 0 30px 0;
}

.zag {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}

/* баннер битрикс*/
.content .banner-bitrix-grant {
	display: inline-block;
}

.content .banner-bitrix-grant img {
	width: 100%;
	max-width: 100%;
	transition: 0.2s;
}

.content .banner-bitrix-grant:hover img {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

/* баннер битрикс*/
.zag div {
	margin-top: 3px;
	position: relative;
	top: 5px;
	width: 0px;
	height: 5px;
	border: none;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right: 10px solid #ffffff;
}

.infoblok.clientov a.azag {
	text-decoration: none;
	color: #555;
}

/* ==================== search_sort ==================== */

/*.search_sort {*/
/*	display: flex;*/
/*	justify-content: space-around;*/
/*	list-style-type: none;*/
/*	font-size: 14px;*/
/*	margin: 25px auto 25px auto;*/
/*	width: 50%;*/
/*}*/

.search_sort {
	list-style: none;
	width: 100%;
	margin: 25px 0;
	display: flex;
	justify-content: space-around;
	gap: 15px;
	padding: 0;
}

.search_sort li {
	border-bottom: 1px dashed #a1a1a1;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.search_sort {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.search_sort {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.search_sort li {
		font-size: 12px;
		margin-top: 10px;
		border-bottom: none !important;
	}
}

.search_sort li.current {
	padding: 0 20px 0 0;
}

.search_sort li:hover {
}

.search_sort li.current {
	color: #25acfe;
}

.search_sort li.current.desc:after {
	background-position: -186px -39px;
}

.search_sort li:first-child {
	border-bottom: none;
	padding-right: 0;
	cursor: default;
}

.search_sort li.current.asc:after {
	background-position: -186px -22px;
	bottom: 3px;
}

.search_sort li.current:after {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	opacity: 0.4;
	right: -3px;
	bottom: 0;
	position: absolute;
	background: url(/img/tc/sprite.png) no-repeat;
}

/* ==================== сabinet ==================== */

.infoblok.login {
	max-width: 300px;
	background-color: #fff;
	padding-top: 12px;
}

.infoblok.login .zag {
	padding-bottom: 5px;
	color: #0057a8;
	border-bottom-color: #61a6e6;
}

.infoblok.login .zag a {
	color: #0057a8;
	font-size: 22px;
	text-decoration: none;
	padding-left: 0px;
}

.infoblok.login .zag div {
	display: none;
}

/*----------------------------------*/
.infoblok.login .lkb {
	width: 45%;
}

.infoblok.login div.sub.right {
	padding: 5px 0;
}

.infoblok.login .reg_button a,
a.reg_button {
	display: inline-block;
	width: 100%;
	margin: 3px 0 0 0;
	padding: 4px 0;
	font-size: 16px;
	line-height: 16px;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 1px #044885;
	white-space: nowrap;
	cursor: pointer;
	background: url(/i/search-bg-layer.png) 0 -20px;
	border: 1px solid #044885;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* !-- Плоские кнопки flat-button */

.flat-button-wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.flat-button-wrapper-reg {
	padding-top: 12px;
}

.tender-just-do-it.flat-button-wrapper {
	margin-bottom: 0;
	display: flex;
	align-items: flex-start;
	flex-grow: 1;
}

#center
	.content
	.tend-card.tabs
	.tender-just-do-it.flat-button-wrapper
	.AddTender.js-add-tender {
	display: flex;
	gap: 10px;
	width: auto;
}

/* Общее для всех кнопок в том числе кнопки "Регистрация" и "Принять участие"  */
.flat-button,
.button.btn-large.btn-tooltip.flat-button {
	display: flex;
	justify-content: center;
	background: #005aaa;
	border: 1px solid #005aaa;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 9px 10px 9px 10px !important;
}

a.flat-button,
a[href].flat-button {
	border: 1px solid transparent;
	text-decoration: none;
	color: #ffffff;
	width: auto;
}

button.flat-button,
.button.btn-large.btn-tooltip.flat-button {
	box-shadow: none;
	text-shadow: none;
}

.flat-button:active,
a[href].flat-button:active {
	border: 1px solid #444;
}

.flat-button:hover,
a.flat-button:hover,
button.flat-button:hover {
	background: #247adc;
	color: #ffffff;
	opacity: 0.9;
}

.flat-button:focus,
a.flat-button:focus,
a[href].flat-button:focus,
button.flat-button:focus {
	border: 1px solid #444;
	box-shadow: 0 0 5px #247adc;
	outline: none;
}

/* Кнопка "Получить доступ" */
.flat-button_green,
a.flat-button_green,
a.flat-button_green:hover,
button.flat-button_green:hover {
	background: #699d4e;
	border-color: #699d4e;
}

.flat-button_green:focus,
a.flat-button_green:focus,
a[href].flat-button_green:focus,
button.flat-button_green:focus {
	box-shadow: 0 0 5px #699d4e;
}

/* Кнопка "Скачать документацию" */
.flat-button_grey,
a.flat-button_grey,
a.flat-button_grey:hover,
button.flat-button_grey:hover {
	background: #a2a2a2;
	border-color: #a2a2a2;
}

.flat-button_grey:focus,
a.flat-button_grey:focus,
a[href].flat-button_grey:focus,
button.flat-button_grey:focus {
	box-shadow: 0 0 5px #a2a2a2;
}

/* ;-- flat-button */

.infoblok.login .reg_button a:active {
	background-position: 0 -40px;
}

/*----------------------------------*/

#tenderHeader {
	position: relative;
	top: -20px;
}

.ui-dialog-buttonset {
	width: 100%;
}

button.reg_button {
	float: right;
	background: url(/i/search-bg-layer.png) 0 -20px;
	border: 1px solid #044885;
	color: #fff;
	text-shadow: 0 1px 1px #044885;
}

button.reg_button:active {
	background: url(/i/search-bg-layer.png) 0 -20px;
	border: 1px solid #044885;
	color: #fff;
	text-shadow: 0 1px 1px #044885;
	font-weight: normal;
}

button.reg_button:focus,
button.forgot_password:focus {
	outline: none;
}

button.forgot_password,
button.forgot_password:active {
	color: #444444;
	text-decoration: underline !important;
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
	float: right;
	font-weight: normal;
}

button.forgot_password:hover {
	text-decoration: none !important;
}

/*----------------------------------*/
.login form label {
	font-size: 12px;
}

.login form dl {
	margin-bottom: 15px;
}

.login form dt {
	margin: 5px 0;
}

.login form dd input {
	width: 100%;
}

.login ul.custom {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.login ul.custom li {
	margin: 0px;
	padding: 5px 0px;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
}

.login p {
	margin: 4px 0px;
	padding: 0px;
}

.login ul.customl li span {
	margin-top: 5px;
}

.login ul.custom li:first-child {
	border-top: none;
}

.login ul.custom .username {
	font-size: 16px;
}

.login ul.custom .ico {
	position: relative;
}

.login ul.custom .ico .icon {
	display: block;
	position: absolute;
	left: 0px;
	height: 20px;
	width: 20px;
	margin-top: 5px;
	background: url(/i/ico-min-services.png) no-repeat;
}

.login ul.custom .ico .notice {
	background-position: 0px -377px;
}

.login ul.custom .ico .notice-end {
	background-position: 0px -400px;
}

.login ul.custom .ico .access {
	background-position: 0px -444px;
}

.login ul.custom .ico .help {
	background-position: 0px -484px;
}

.login ul.custom .ico .exit {
	background-position: 0px -464px;
}

.login ul.custom .ico .analytics {
	background-position: -1px -527px;
	margin-top: 3px;
}

.login ul.custom .ico-tc {
	background: url(/img/tc/favicon-01.png) left center no-repeat;
}

.login ul.custom .ico-tc i.icon.tc {
	background: transparent;
}

.login ul.custom .ico.analytics .status.on {
	position: relative;
	color: #39954f;
	height: 20px;
	line-height: 21px;
	font-size: 13px;
}

.login ul.custom .ico.analytics .status.off {
	position: relative;
	color: #222222;
	height: 20px;
	line-height: 21px;
	font-size: 13px;
}

.login ul.custom .ico.analytics .analytics-modules-btn {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0px;
	margin: 2px 0;
	width: 165px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #005aaa;
	border: 1px solid #005aaa;
	background: #4b93d3;
	background: -moz-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #4b93d3),
		color-stop(100%, #005aaa)
	);
	background: -webkit-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: -o-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: -ms-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b93d3", endColorstr="#005aaa", GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.login ul.custom .ico.analytics .analytics-modules-btn:hover {
	opacity: 0.7;
}

.login ul.custom .ico.analytics .analytics-modules-connect {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0px;
	margin: 2px 0;
	width: 165px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #aa0000;
	border: 1px solid #aa0000;
	background: #db4343;
	background: -moz-linear-gradient(top, #db4343 0%, #aa0000 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #db4343),
		color-stop(100%, #aa0000)
	);
	background: -webkit-linear-gradient(top, #db4343 0%, #aa0000 100%);
	background: -o-linear-gradient(top, #db4343 0%, #aa0000 100%);
	background: -ms-linear-gradient(top, #db4343 0%, #aa0000 100%);
	background: linear-gradient(top, #db4343 0%, #aa0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db4343", endColorstr="#aa0000", GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.login ul.custom .ico.analytics .analytics-modules-connect:hover {
	opacity: 0.7;
}

.login ul.custom .ico .icon.discount {
	background: url(/i/p_sale.png) no-repeat 0 0;
}

.login ul.custom li.invite-for-enter a {
	background: url("/i/sprite-default.webp") -281px -266px no-repeat
		transparent !important;
	color: #555 !important;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
}

/* ==================== список на главной под поиском ==================== */

.advantage td {
	vertical-align: top;
}

.advantage p {
	display: list-item;
	list-style-image: url(/i/ul-li.png);
	list-style-position: outside;
	margin-left: 18px;
}

/* ==================== тендеры по регионам ==================== */
.region_search dd {
	float: left;
	margin: 0;
}

.region_search dd:first-child {
	width: 300px;
	margin-right: 10px;
}

/* ==================== участники тендеров ==================== */

.uch {
	position: relative;
	height: 90px;
}

.uch div.prev,
.uch div.next {
	width: 16px;
	height: 28px;
	margin-top: 33px;
	cursor: pointer;
	background-image: url(/i/sprite-default.webp);
	background-repeat: no-repeat;
}

.uch div.prev {
	float: left;
	background-position: -248px -26px;
}

.uch div.next {
	position: absolute;
	right: 0;
	top: 0;
	background-position: -247px 0px;
}

.uch div:nth-child(2) {
	overflow: hidden;
	height: 100px;
	margin: 0 14px;
}

.uch ul {
	margin: 0;
	padding: 0;
	width: 570px;
	height: 75px;
	list-style: none;
}

.uch ul li {
	float: left;
	margin: 0px 7px;
	width: 80px;
	height: 75px;
	padding-bottom: 20px;
	letter-spacing: -0.05em;
}

.uch ul li a {
	display: block;
	font-size: 12px;
}

.tender-commerce {
	height: 170px;
	overflow: hidden;
}

.tender-commerce #js-slider-pre {
	float: left;
	height: 100%;
}

.tender-commerce #js-slider-next {
	float: right;
	height: 100%;
}

.tender-commerce #js-slider-pre a,
.tender-commerce #js-slider-next a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/i/sprite-default.webp);
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.tender-commerce #js-slider-pre a {
	background-position: -248px -26px;
}

.tender-commerce #js-slider-next a {
	background-position: -247px 0px;
}

.tender-commerce .dh {
	margin: 0 40px;
}

.tender-commerce p {
	display: inline-block;
	width: 200px;
	height: 120px;
	padding: 0px 0px 10px 20px;
	vertical-align: middle;
	overflow: hidden;
	margin-top: 15px;
	behavior: url("/js/application/default/PIE.htc");
}

.default.tenderHelpLeft i {
	background: url(/i/sprite-default.webp) no-repeat;
}

.registrationECP.front i {
	display: block;
	width: 75px;
	height: 50px;
	background-position: -114px -282px;
}

.finansHelp.front i {
	display: block;
	width: 70px;
	height: 50px;
	background-position: -114px -114px;
}

.legalAssistance.front i {
	display: block;
	width: 40px;
	height: 50px;
	background-position: -198px -115px;
}

.seminars.front i {
	display: block;
	width: 55px;
	height: 50px;
	background-position: -62px -170px;
}

.sro-license.front i {
	display: block;
	width: 55px;
	height: 50px;
	background-position: -117px -228px;
}

.internetAdvertising.front i {
	display: block;
	width: 60px;
	height: 50px;
	background-position: -56px -226px;
}

.marketingAnalytics.front i {
	display: block;
	width: 65px;
	height: 50px;
	background-position: -119px -171px;
}

.training.front i {
	display: block;
	width: 55px;
	height: 50px;
	background-position: -61px -170px;
}

.legalAssistanceCustomer.front i {
	display: block;
	width: 70px;
	height: 50px;
	background-position: -175px -228px;
}

/* Помощь участникам тендеров (левое меню) */

.infoblok.menuServLeft ul {
	width: 220px;
	padding-left: 0;
}

.infoblok.menuServLeft li {
	border-bottom: 1px solid #d6d6d6;
	list-style: none outside none;
	padding: 10px 0;
}

.infoblok.menuServLeft li:last-child {
	border-bottom: none;
}

.infoblok.menuServLeft a {
	display: block;
}

.infoblok.menuServLeft span {
	background-color: #e6e6e6;
	float: right;
	height: 20px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}

.infoblok.menuServLeft ul li {
	width: 200px;
	margin-left: 5px;
}

.infoblok.menuServLeft .min i {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(/i/sprite-private.png) no-repeat;
}

.infoblok.menuServLeft .min.subscribe i {
	background: url(/i/mail_subscribe.png) center center no-repeat;
}

.infoblok.menuServLeft .registrationECP.min i {
	background-position: -238px -25px !important;
}

.infoblok.menuServLeft .finansHelp.min i {
	background-position: -168px -25px !important;
}

.infoblok.menuServLeft .legalAssistance.min i {
	background-position: -50px -25px !important;
}

.infoblok.menuServLeft .seminars.min i {
	background-position: -338px -25px !important;
}

.infoblok.menuServLeft .webinars.min i {
	background-position: -607px -25px !important;
}

.infoblok.menuServLeft .home-n.min i {
	background-position: -113px -58px !important;
}

.infoblok.menuServLeft .allSupport.min i {
	background: url(/i/ckf/images/sopr.png) 0px 0px no-repeat;
	background-size: 20px 20px;
}

.infoblok.menuServLeft .analytics.min i {
	background: url(/i/ckf/images/analytics-i.png) 0px 0px no-repeat !important;
}

/* ==================== clients ==================== */

.clients {
	margin-top: 30px;
	text-align: center;
}

.clients img {
	margin-bottom: 30px;
}

/* ==================== reclama ==================== */

.reclama {
	overflow: visible;
	padding: 20px 0 25px 0;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-top: none;
}

/* ==================== statistica ==================== */
.infoblok.stat .zag,
.infoblok.stat .zag div {
	/*border:none;*/
}

.infoblok.stat dl {
	display: inline-block;
	width: 100%;
}

.infoblok.stat dt {
	float: left;
	clear: both;
	width: 100px;
	font-size: 13px;
	line-height: 12px;
	color: #898989;
	margin-bottom: 10px;
}

.infoblok.stat dd {
	float: right;
	width: 75px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 15px;
	color: #606060;
}

.infoblok.stat {
	margin-top: 7px;
}

/* ==================== otziv ==================== */
.otziv {
	position: relative;
	margin-top: 20px;
	border: 1px solid #e8e8e8;

	background-image: linear-gradient(left, #f3f3f3 0%, #ffffff 40%);
	background-image: -o-linear-gradient(left, #f3f3f3 0%, #ffffff 40%);
	background-image: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 40%);
	background-image: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 40%);
	background-image: -ms-linear-gradient(left, #f3f3f3 0%, #ffffff 40%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0, #f3f3f3),
		color-stop(0.4, #ffffff)
	);
}

.otziv div:first-child,
.otziv div:last-child {
	position: absolute;
	width: 13px;
	height: 29px;
	left: -7px;
	background: url(/i/sprite-default.webp) -286px -78px no-repeat;
}

.otziv div:first-child {
	top: 15px;
}

.otziv div:last-child {
	bottom: 15px;
}

.otziv cite {
	display: block;
	margin: 18px 15px 26px 28px;
	font-size: 12px;
	color: #898989;
}

.otziv blockquote {
	margin: 0 15px 10px 28px;
	font-style: italic;
	line-height: 13px;
}

.otziv blockquote + a {
	display: inline-block;
	text-align: left;
	padding-left: 28px;
	padding-right: 33px;
	margin-bottom: 15px;
	font-size: 12px;
}

.otziv blockquote + a + a {
	font-size: 12px;
}

/* ==================== end otziv ==================== */

/* info */
.info {
	margin-top: 12px;
	padding: 6px 12px 10px 0;
	font-size: 9px;
	color: #898989;
}

.info p {
	margin: 0 0 20px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.info p + a {
	display: block;
	text-align: center;
	padding: 4px 0px 5px 0px;
	font-size: 12px;
	background: url(/i/all_news_articles-layer.png) repeat;
}

.info p a:hover {
	text-decoration: none;
}

/* end info */

/* ==================== end nav 3 cols ==================== */

/* ==================== footer ==================== */

#footer {
	position: relative;
	max-width: 100%;
	min-width: 1024px;
}

#footer {
	height: 195px;
	margin-top: -163px;
	z-index: 5;
	background-color: #f4f4f4;
	background-image: linear-gradient(bottom, #f4f4f4 96%, #dfdfdf 100%);
	background-image: -o-linear-gradient(bottom, #f4f4f4 96%, #dfdfdf 100%);
	background-image: -moz-linear-gradient(bottom, #f4f4f4 96%, #dfdfdf 100%);
	background-image: -webkit-linear-gradient(
		bottom,
		#f4f4f4 96%,
		#dfdfdf 100%
	);
	background-image: -ms-linear-gradient(bottom, #f4f4f4 96%, #dfdfdf 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.96, #f4f4f4),
		color-stop(1, #dfdfdf)
	);
}

#footer > .content {
	position: relative;
}

#footer .content * {
	font-size: 12px;
	color: #969696;
}

#footer li {
	font-size: 12px;
}

#footer .container {
	margin-bottom: 0;
}

#footer .content .copy {
	float: left;
	position: relative;
	top: 20px;
	padding: 0px 0px 0px 55px;
}

#footer .content ul {
	width: 44%;
	padding-top: 20px;
	margin-left: 280px;
}

#footer .content ul li {
	display: block;
	float: left;
	width: 32%;
	margin-bottom: 10px;
	list-style-type: none;
}

#footer .content ul.footer-menu--additional {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}

#footer .content ul.footer-menu--additional li {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 12px;
	list-style-type: none;
}

#footer .content .social-block {
	position: absolute;
	padding: 20px 20px 0px 20px;
	border-left: 1px solid #cbcbcb;
	width: 160px;
	top: 0;
	right: 180px;
}

#footer .content .warning {
	position: absolute;
	width: 160px;
	top: 0;
	right: 0;
	padding: 20px 20px 0px 20px;
	border-left: 1px solid #cbcbcb;
}

#footer .content .warning .spacer {
	display: none;
	height: 50px;
}

@media screen and (max-width: 750px) {
	#footer .content .warning .spacer {
		display: block;
	}
}

#footer .container .footer__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
}

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

#footer .container .footer__content .footer__content_left,
#footer .container .footer__content .footer__content_right {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content .footer__content_left,
	#footer .container .footer__content .footer__content_right {
		flex-grow: 1;
		justify-content: space-between;
	}
}

#footer .container .footer__content .footer__content_right {
	margin-top: -20px;
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content .footer__content_right {
		margin-top: 20px;
	}
}

#footer .container .footer__content .footer__content_left .copy {
	margin-right: 35px;
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content .footer__content_left .copy {
		margin-right: 10px;
	}
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content .footer__content_left .copy p {
		padding: 10px;
	}
}

#footer .container .footer__content .footer__content_left ul {
	padding: 0;
	margin: 0 35px;
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content .footer__content_left ul {
		margin: 0 10px 0 0;
	}

	#footer .container .footer__content .footer__content_left ul:last-child {
	}
}

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

#footer .container .footer__content .footer__content_right .warning {
	padding: 20px 20px 0px 20px;
	max-width: 160px;
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content .footer__content_right .warning {
		padding: 0;
		max-width: 290px;
	}
}

#footer .container .footer__content .footer__content_right .social-block {
	padding: 20px 20px 0px 20px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}

@media screen and (max-width: 1145px) {
	#footer .container .footer__content .footer__content_right .social-block {
		border-left: none;
		border-right: none;
		padding: 0;
		margin-right: 20px;
	}
}

.copy span.logo-bico {
	display: block;
	width: 101px;
	height: 30px;
	background: url(/i/sprite-default.webp) 0px 0px no-repeat;
}

.copy p {
	padding: 10px 0 0 45px;
	margin: 0;
}

.separator {
	border-bottom: 4px solid #ffffff !important;
	box-shadow: -2px 2px 3px #bababa;
	margin-right: 10px;
}

form,
dl,
dd,
dt,
label {
	margin: 0;
	padding: 0;
}

/* ==================== some style ==================== */

.question {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url(/i/sprite-default.webp) no-repeat -25px -31px;
}

.img-prev {
	width: 100px;
	float: left;
	margin-right: 5px;
	border: 1px solid #dadada;
}

.note {
	color: #898989;
	font-size: 12px;
}

.error-note {
	font-size: 12px;
}

.social-block {
	margin: 20px 0 0;
}
.social-block h2 {
	text-align: left;
	color: #000124
}

.social-block ul.social-block--list {
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
	width: 100% !important;
}

.social-block ul.social-block--list li {
	float: left;
	margin: 0 !important;
	width: auto !important;
}

.social-block ul.social-block--list li a {
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url(/i/social-icons.png) 0 0;
}

.social-block .footer-messengers li a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background: url(/i/messengers-icons.png) 0 0;
}

.social-block ul.social-block--list li a.s-facebook:hover {
	background-position: 0 0;
}

.social-block ul.social-block--list li a.s_vkontakte {
	background-position: -48px -24px;
}

.social-block ul.social-block--list li a.s_vkontakte:hover {
	background-position: -48px 0;
}

.social-block ul.social-block--list li a.s_youtube {
	background-position: -72px -24px;
}

.social-block ul.social-block--list li a.s_youtube:hover {
	background-position: -72px 0;
}

.social-block ul.social-block--list li a.s_telegram {
	background-position: -86px -129px;
}

.social-block ul.social-block--list li a.s_whatsup {
	background-position: -43px -129px;
}

.social-block ul.social-block--list li a.s_viber {
	background-position: 0 -129px;
}

/* замена иконок */
.social-block ul.social-block--list li a {
	border-radius: 4px;
}

.social-block ul.social-block--list li a.s_rt {
	background: url(/i/soc/rt-grey.svg) center no-repeat;
	background-size: cover;
}

.social-block ul.social-block--list li a.s_rt:hover {
	background-image: url(/i/soc/rt.svg);
}

.social-block ul.social-block--list li a.s_vk {
	background: url(/i/soc/vk-grey.svg) center no-repeat;
	background-size: auto 32px;
}

.social-block ul.social-block--list li a.s_vk:hover {
	background-image: url(/i/soc/vk.svg);
}

.social-block ul.social-block--list li a.s_tg {
	background: url(/i/soc/tg-grey.svg) center no-repeat;
	background-size: auto 32px;
}

.social-block ul.social-block--list li a.s_tg:hover {
	background-image: url(/i/soc/tg.svg);
}

.social-block ul.social-block--list li a.s_ut {
	background: url(/i/soc/ut-grey.svg) center no-repeat;
	background-size: auto 32px;
}

.social-block ul.social-block--list li a.s_ut:hover {
	background-image: url(/i/soc/ut.svg);
}

.social-block ul.social-block--list li a.s_max {
	background: url(/i/soc/max-grey.svg) center no-repeat;
	background-size: auto 32px;
}

.social-block ul.social-block--list li a.s_max:hover {
	background-image: url(/i/soc/max.svg);
}
/***/

/* блок "Подписывайтесь на нас в соцсетях" */
#center .social-block {
	margin: 40px 0 20px;
}

#center .social-block ul.social-block--list li a {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-size: 40px;
	border-radius: 2px;
}

#center .social-block ul.social-block--list li a.s_rt {
	background-image: url(/i/soc/rt.svg);
}

#center .social-block ul.social-block--list li a.s_vk {
	background-image: url(/i/soc/vk.svg);
}

#center .social-block ul.social-block--list li a.s_tg {
	background-image: url(/i/soc/tg.svg);
}

#center .social-block ul.social-block--list li a.s_ut {
	background-image: url(/i/soc/ut.svg);
}

#center .social-block ul.social-block--list li a.s_max {
	background-image: url(/i/soc/max.svg);
}
/***/

@media only screen and (min-width: 720px) {
	.footer-messengers-title,
	.footer-messengers {
		display: none;
	}
}

.notLogin {
	padding: 10px 20px 0px 0px;
	border: 1px solid #e91414;
	border-top: none;
}

.info.notLogin i {
	background: url(/i/sprite-default.webp) -123px -58px no-repeat;
	float: left;
	display: block;
	width: 40px;
	height: 36px;
	margin: 0px 10px;
}

.warning img {
	margin: 10px 3px 3px 0px;
}

.clear {
	clear: both;
}

.dot {
	color: #b94a48;
}

.bigButton {
	/*font-family: georgia; */
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
	text-shadow: 0px 0px 2px #003dff;
	max-width: 200px;
	padding: 5px 10px;
	margin: 5px 10px;
	border: 1px solid #0168b7;
	background-color: #004f98;
	background-image: -moz-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: -ms-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: -o-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: -webkit-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	box-shadow: 1px 1px 2px #a39e9f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004F98', endColorstr='#67A3DC');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#004F98', endColorstr = '#67A3DC')";
	background-image: -ms-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	border-radius: 3px;
}

.bigButton a,
.bigButton a:visited {
	color: #fff !important;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

.bigButton:active {
	box-shadow: none;
	background-image: -moz-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: -ms-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: -o-linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
	background-image: -webkit-linear-gradient(bottom, #004f98 20%, #004f98 90%);
	background-image: linear-gradient(bottom, #004f98 20%, #67a3dc 90%);
}

.bigButton:hover {
	box-shadow: 0px 1px 3px #004f98;
	color: #fff;
}

.interview-preview {
	width: 60px;
	margin: 0 10px 0 0;
}

/* поле Оставить отзыв для неавторизованных */
#opinionAdd {
	padding: 5px;
}

/* *** */

.small {
	font-size: 12px;
}

.small.muted {
	line-height: 15px;
	padding-bottom: 4px;
}

/* соц. кнопки */
.likeButton {
	float: left;
	margin: 0 10px;
}

/* *** */

/* подсказка к полям в формах */
.tip-advice {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	z-index: -10;
}

/* *** */

/* иконка печати */
.print-page {
	height: 40px;
	width: 100px;
}

.print-page a {
	float: right;
}

.print-page i,
i.ico-print {
	float: left;
	display: block;
	width: 17px;
	height: 17px;
	background: url(/i/print.png) 0px 0px no-repeat;
	margin-right: 2px;
}

.social-likes-tender + .print-page {
	margin: -23px 20px 0 0;
}

/* *** */

/* ==================== PAGINATOR ==================== */
.alist {
	margin: 15px 0px 15px 0px;
}

/* мои тендеры */
.alist a,
.alist a:visited {
	margin-right: 3px;
	padding: 3px;
	letter-spacing: normal;
	color: #747474;
	text-decoration: none;
	border: 1px solid #b7b7b7;

	border-radius: 3px;
	-webkit-border-radius: 3px;

	background-image: linear-gradient(bottom, #e7e7e7 35%, #f8f8f8 65%);
	background-image: -o-linear-gradient(bottom, #e7e7e7 35%, #f8f8f8 65%);
	background-image: -moz-linear-gradient(bottom, #e7e7e7 35%, #f8f8f8 65%);
	background-image: -webkit-linear-gradient(bottom, #e7e7e7 35%, #f8f8f8 65%);
	background-image: -ms-linear-gradient(bottom, #e7e7e7 35%, #f8f8f8 65%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, #e7e7e7),
		color-stop(0.65, #f8f8f8)
	);
}

.alist span {
	padding: 3px;
	color: #444;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing: normal;
	-moz-box-shadow: inset 2px 2px 2px 2px #dddddd;
	-webkit-box-shadow: inset 2px 2px 2px 2px #dddddd;
	box-shadow: inset 2px 2px 2px 2px #dddddd;
}

.alist a:hover {
	color: #0057a8;
}

.pgs a.active {
	background-image: none;
	border: none;
}

.pgs a.active:hover {
	color: #747474;
	cursor: default;
}

.pgs {
	margin-top: 12px;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 20px;
	border-top: 5px solid #e5e5e5;
	clear: both;
}

.pgs a {
	padding: 0px 8px 1px 8px;
	font-size: 12px;
}

.pgs a.prev,
.pgs a.next {
	padding: 0px;
	color: #0057a8;
	text-decoration: underline;
	border: none;
	background: none;
}

.pgs a.prev {
	margin-right: 15px;
}

.pgs a.next {
	margin-left: 15px;
}

/* ==================== Informer ==================== */
.done {
	padding: 0px 10px 0px 70px;
	border: 1px #65a3dd solid;
	background: url("/i/note.png");
	background-position: 20px 50%;
	background-repeat: no-repeat;
	color: #767676;
}

/* сообщение отправлено */

.form-fixed {
	max-width: 500px;
}

.form-center .form-fixed {
	margin: 0 auto;
}

p.error {
	color: #ff1111;
	cursor: pointer;
}

p.message {
	color: #0e9f08;
	cursor: pointer;
}

.wait {
	background: url("/i/ajax-loader-min.gif") no-repeat scroll 0 0 transparent !important;
	display: inline-block;
	height: 20px;
	padding-left: 20px;
}

a.red {
	position: fixed;
	bottom: -20px;
	right: 50px;
	float: right;
	color: white;
	border: 1px solid #831d1c;
	font-size: 13px;
	background-color: #a82422;
	background-image: -ms-linear-gradient(top, #a82422, #831d1c);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#a82422),
		to(#831d1c)
	);
	background-image: -webkit-linear-gradient(top, #a82422, #831d1c);
	background-image: -o-linear-gradient(top, #a82422, #831d1c);
	background-image: linear-gradient(top, #a82422, #831d1c);
	background-image: -moz-linear-gradient(top, #a82422, #831d1c);
	text-shadow: none;
	z-index: 1000;
	height: 30px;
}

a.red:hover {
	background-color: #a82422;
	color: white;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	background-position: none;
	background-image: none;
}

/* Перенести вниз формы регистрации ссылки на согласие privacyConsentAccepted */
.form-fixed > .layout-zone {
	display: flex;
	flex-direction: column;
}

.field-name-privacyConsentAccepted {
	order: 1;
}

.privacy-text,
.privacy-link {

}
/****/

.print-only {
	display: none;
}

.warning_copyright {
	display: block;
	margin: 0px 0 10px 0;
	padding: 7px 10px 7px 60px;
	background: #eef4fa url(/i/warning_copyright.png) 10px 8px no-repeat;
	color: #005aaa;
	border: 1px solid #e0eaf2;
	cursor: pointer;

	display: none; /* 05.09 */
}

.promo-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.analytics-promo-link {
	position: absolute;
	display: block;
	margin-top: -45px;
	right: 20px;
	outline: none;
	padding-left: 25px;
	left: 0;
}

.analytics-promo-link:after {
	content: "";
	position: absolute;
	left: 0;
	margin: 0 4px 0 0;
	width: 20px;
	height: 20px;
	background: url(/i/ckf/images/analytics-i.png) 0px 0px no-repeat !important;
}

h3 + .analytics-promo-link {
	margin-right: 190px;
	font-size: 12px;
}

/* = = Карточка тендера (кнопки + соцсети) = = */
.tender_helper_button {
	display: inline-block;
	border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	border: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 9px 13px 8px;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8) !important;
}

.tender_helper_button:hover {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8) !important;
}

.tender_helper_button_probality_winner {
	background: #ae0b06;
}

.tender_helper_button_probality_winner:hover {
	background: #ce0d07;
	color: #fff;
}

.tender_helper_button_assistence_selection {
	background: #469f4a !important;
	float: none !important;
	margin: 0 0 0 10px !important;
	text-shadow: none !important;
}

.tender_helper_button_assistence_selection:hover {
	background: #57bd5c !important;
	color: #fff;
}

h1:after {
	content: "";
	/*padding-right:250px;*/
}

h1 span.social-like {
	font-size: 14px;
	color: #555555;
	float: left;
}

.title_social_block {
	overflow: hidden;
}

/* = = Карточка тендера (кнопки + соцсети) = = */

/* = = Карточка тендера (вкладки) = = */
#tabs_tender_card {
	position: relative;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0x;
	border-radius: 5px 5px 0 0;
}

.tend-card.tender-desc #tabs_tender_card {
	width: 100%;
}

#tabs_tender_card .tabs-tender-input {
	display: none;
}

#tabs_tender_card .tabs-tender-label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	max-height: 100%;
	width: 109px;
	color: #014d90;
	font-size: 16px;
	border-bottom: 2px dashed;
	margin: 4px;
}

#tabs_tender_card .tabs-tender-input:checked + .tabs-tender-label {
	border: 2px dashed;
}

.tabs-tender-input[id="tab-1"]:checked ~ .tabs-content .tabs-1,
.tabs-tender-input[id="tab-2"]:checked ~ .tabs-content .tabs-2,
.tabs-tender-input[id="tab-3"]:checked ~ .tabs-content .tabs-3,
.tabs-tender-input[id="tab-4"]:checked ~ .tabs-content .tabs-4,
.tabs-tender-input[id="tab-5"]:checked ~ .tabs-content .tabs-5,
.tabs-tender-input[id="tab-6"]:checked ~ .tabs-content .tabs-6 {
	display: block;
}

.tabs-content {
	position: relative;
	margin-top: 20px;
	min-width: 680px;
}

.tabs-content .tabs-content-item {
	display: none;
}

#tabs_tender_card.ui-widget-content {
	padding: 0;
	margin: 7px 0 0 0;
}

#tabs_tender_card .ui-helper-clearfix:before,
#tabs_tender_card .ui-helper-clearfix:after {
	position: relative;
	display: none;
}

#tabs_tender_card.ui-helper-clearfix:before,
#tabs_tender_card.ui-helper-clearfix:after {
	display: none;
}

#tabs_tender_card.ui-tabs .ui-tabs-active {
	background: #767676;
	background: -moz-linear-gradient(top, #767676 0%, #525252 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #767676),
		color-stop(100%, #525252)
	);
	background: -webkit-linear-gradient(top, #767676 0%, #525252 100%);
	background: -o-linear-gradient(top, #767676 0%, #525252 100%);
	background: -ms-linear-gradient(top, #767676 0%, #525252 100%);
	background: linear-gradient(top, #767676 0%, #525252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#767676", endColorstr="#525252", GradientType=0);
}

#tabs_tender_card.ui-tabs .ui-state-active,
#tabs_tender_card.ui-tabs.ui-widget-content .ui-state-active,
#tabs_tender_card.ui-tabs .ui-widget-header .ui-state-active {
	border: none;
	outline: none;
}

#tabs_tender_card.ui-tabs .ui-tabs-active a {
	outline: none;
}

#tabs_tender_card.ui-tabs .ui-tabs-panel {
	padding: 10px;
}

#tabs_tender_card.ui-tabs .ui-tabs-panel .card-tnd-tbl,
.card-tend {
	margin: 0;
}

#tabs_tender_card.ui-tabs .ui-tabs-panel iframe {
	border: none;
}

#tabs_tender_card.ui-tabs .ui-tabs-panel iframe table {
	width: 100%;
}

#tabs_tender_card a.btn-tooltip {
	padding: 3px 10px;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	margin: 3px 0;
	text-decoration: none;
	background: #767676;
	border: none;
	background: -moz-linear-gradient(top, #767676 0%, #525252 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #767676),
		color-stop(100%, #525252)
	);
	background: -webkit-linear-gradient(top, #767676 0%, #525252 100%);
	background: -o-linear-gradient(top, #767676 0%, #525252 100%);
	background: -ms-linear-gradient(top, #767676 0%, #525252 100%);
	background: linear-gradient(top, #767676 0%, #525252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#767676", endColorstr="#525252", GradientType=0);
}

.tend-card.tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	border-top: none;
	padding: 10px;
	gap: 8px;
	margin: 0 0 10px 0;
}

.tend-card.tabs .tender-just-do-it {
	width: inherit !important;
	margin-right: auto !important;
	padding-right: 10px;
}

.tend-card.tabs .AddTender div.saved-botton {
	width: inherit;
}

.tend-card.tabs .tender-just-do-it {
	margin: 0;
}

.tend-card.tabs .tender-just-do-it .AddTender {
	left: 0;
}

.table-a {
	width: 100%;
	border-collapse: collapse;
}

.table-a td {
	padding: 3px 5px;
}

.table-a td a {
	font-size: 16px;
	color: #005aaa;
	text-decoration: none;
	border-bottom: 1px dashed #005aaa;
}

.table-a td a:hover {
	border-bottom: none;
}

.scammers-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 9999;
}

.scammers {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	min-height: 600px;
	padding: 10px 15px;
	margin-left: -390px;
	margin-top: -300px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px -5px #000;
	-moz-box-shadow: 0px 0px 30px -5px #000;
	box-shadow: 0px 0px 30px -5px #000;
}

.scammers p {
	margin: 0 0 7px 0;
	font-size: 14px;
}

.scammers .scammers-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	background: url(/i/close-blue.jpg) 0 0 no-repeat;
	opacity: 0.5;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.scammers .scammers-close:hover {
	opacity: 1;
}

.scammers .title {
	font-size: 20px;
	margin: 0 0 15px 0;
}

.scammers .title strong {
	display: block;
	font-size: 30px;
	line-height: 28px;
	color: #aa0000;
}

.scammers .red-block {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 7px 10px;
	background: #fcf4f4;
	border: 2px solid #aa0000;
	margin: 0 0 7px 0;
}

.scammers ol {
	padding: 0 0 0 20px;
	margin: 0 0 7px 0;
	color: #005aaa;
}

.scammers ol li {
	font-size: 14px;
	padding: 0 0 3px 0;
	font-weight: bold;
}

.scammers ol li font {
	font-weight: normal;
	color: #555555;
}

.button-p-win {
	position: relative;
	display: inline-block;
	float: right;
	width: 285px;
	height: 32px;
	padding: 0px;
	margin: 0 15px 0px 0;
	line-height: 34px;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	background: #ca3838;
	background: -moz-linear-gradient(top, #ca3838 0%, #ac0202 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #ca3838),
		color-stop(100%, #ac0202)
	);
	background: -webkit-linear-gradient(top, #ca3838 0%, #ac0202 100%);
	background: -o-linear-gradient(top, #ca3838 0%, #ac0202 100%);
	background: -ms-linear-gradient(top, #ca3838 0%, #ac0202 100%);
	background: linear-gradient(top, #ca3838 0%, #ac0202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ca3838", endColorstr="#ac0202", GradientType=0);

	border: 1px solid #9c0001;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button-p-win .win-probability-btn {
	display: block;
	cursor: pointer;
	font-size: 14px;
	line-height: 34px;
}

.button-p-win.plug-analityc-button {
	float: none !important;
	color: #ffffff !important;
}

.button-p-win.plug-analityc-button:visited {
	color: #ffffff !important;
}

.client-notice-description {
	position: relative;
	display: block;
	margin: 20px 0;
}

.client-notice-description p {
	font-size: 16px;
	padding: 0 40px;
	text-align: center;
}

.client-notice-description > div {
	position: relative;
	text-align: center;
	padding: 10px;
}

.client-notice-description > div .button-p-win {
	float: none;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	width: auto;
	max-width: 241px;
	line-height: normal;
	padding: 8px 25px 10px;
	white-space: normal;
	height: auto;
	margin: 0 auto;
}

.client-notice-description > div .button-p-win:hover {
	opacity: 0.7;
}

.additional_tenders {
	position: relative;
	margin: 0 0px 10px 0;
}

.wrap_soc_and_print {
	margin: 0 0px 0 0;
}

.additional_tenders .zag {
	border-bottom: 1px dashed #ccc !important;
	color: #c0171d;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 20px;
	margin: 0 0 4px 0;
	padding: 0 0 7px 0px;
}

.additional_tenders .zag a {
	font-size: 14px;
}

.win-probability-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 99;
}

.win-probability-wrapper .box {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 400px;
	padding: 50px 20px 20px 20px;
	text-align: center;
	margin: -200px 0 0 -400px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px -5px #000;
	-moz-box-shadow: 0px 0px 20px -5px #000;
	box-shadow: 0px 0px 20px -5px #000;
}

.win-probability-wrapper .box .sec {
	display: block;
	clear: both;
	color: #5b5b5b;
	font-size: 20px;
	line-height: normal;
}

.win-probability-wrapper .box .text {
	display: block;
	padding: 50px 0 0 0;
	font-size: 30px;
	color: #000;
}

.win-probability-wrapper .box .text1 {
	display: block;
	padding: 30px 0 20px 0;
	font-size: 19px;
	color: #000;
}

.win-probability-wrapper .box .percent {
	display: block;
	clear: both;
	color: #aa0000;
	font-size: 78px;
	line-height: normal;
}

.win-probability-wrapper .box .percent img {
	width: 120px;
	margin: 0 0 -5px 0;
}

.win-probability-wrapper .box .box-button {
	position: relative;
	display: block;
	/*width:600px;*/
	margin: 5px auto;
	height: 45px;
	line-height: 45px;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #4289c9;
	background: -moz-linear-gradient(top, #4289c9 0%, #025cab 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #4289c9),
		color-stop(100%, #025cab)
	);
	background: -webkit-linear-gradient(top, #4289c9 0%, #025cab 100%);
	background: -o-linear-gradient(top, #4289c9 0%, #025cab 100%);
	background: -ms-linear-gradient(top, #4289c9 0%, #025cab 100%);
	background: linear-gradient(top, #4289c9 0%, #025cab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4289c9", endColorstr="#025cab", GradientType=0);
	border: 1px solid #045298;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.win-probability-wrapper #close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	background: url(/i/close-blue.jpg) 0 0 no-repeat;
	opacity: 0.5;
	cursor: pointer;
}

.win-probability-wrapper #close:hover {
	opacity: 1;
}

.win-probability-wrapper .box #wrapper-box2 {
	display: none;
}

.win-probability-wrapper .box nav ul {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

.win-probability-wrapper .box nav ul li {
	display: inline-block;
	margin: 0 5px;
}

/*-----Всплывающее окно при закрытии сайта-----*/
.close-the-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999;
}

.close-the-window .ct-window {
	padding: 70px 20px 10px 20px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 270px;
	margin: -135px 0 0 -350px;
	line-height: 18px;
	text-align: center;
	z-index: 3000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
}

.close-the-window .ct-window * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.close-the-window .ct-window .close {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	text-decoration: none;
	outline: none;
	border: none;
	background: url(/i/close.gif) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 4px;
}

.close-the-window .ct-window .ct-1 {
	position: relative;
	display: block;
	font-size: 28px;
	text-transform: uppercase;
	color: #080808;
}

.close-the-window .ct-window .ct-2 {
	position: relative;
	display: block;
	font-size: 21px;
	color: #aa0000;
	text-transform: uppercase;
	padding: 40px 0 30px 0;
}

.close-the-window .ct-window p {
	position: relative;
	display: block;
	font-size: 21px;
	color: #4a4a4a;
	margin: 0;
	padding: 0 40px;
}

.close-the-window .ct-window form {
	position: relative;
	margin: 30px 0 0 0;
	display: block;
	width: 100%;
	background: #ccc;
	padding: 0 40px;
}

.close-the-window .ct-window form input {
	width: 49%;
	float: left;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	padding: 0 20px;
	margin: 0;
	background: #e8e8e8;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	outline: none;
}

.close-the-window .ct-window form input[type="submit"] {
	float: right;
	height: 48px;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: none;
	color: #fff;
	letter-spacing: normal;
	border: 1px solid #0a3e6d;
	background: #005aaa;
	background: -moz-linear-gradient(top, #005aaa 0%, #024c8e 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #005aaa),
		color-stop(100%, #024c8e)
	);
	background: -webkit-linear-gradient(top, #005aaa 0%, #024c8e 100%);
	background: -o-linear-gradient(top, #005aaa 0%, #024c8e 100%);
	background: -ms-linear-gradient(top, #005aaa 0%, #024c8e 100%);
	background: linear-gradient(top, #005aaa 0%, #024c8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005aaa", endColorstr="#024c8e", GradientType=0);
}

.close-the-window .ct-window form input[type="submit"]:hover {
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.6);
}

/*Стили новой вкладки Участники*/

.card-tnd-tbl.uchastniki tr th {
	width: 1%;
	padding: 10px 7px;
	white-space: nowrap;
	background: #e3e3e3;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.card-tnd-tbl.uchastniki tr td.coasts_cell {
	white-space: nowrap;
}

.card-tnd-tbl.uchastniki tr th:first-child,
.card-tnd-tbl.uchastniki tr td:first-child {
	width: auto;
	text-align: left;
	border-left: none;
}

.card-tnd-tbl.uchastniki tr td {
	text-align: center;
	font-size: 13px;
	border-left: 1px solid #eeeeee;
	padding: 7px;
}

.card-tnd-tbl.uchastniki tr td span.red {
	color: #ab2047;
}

.card-tnd-tbl.uchastniki tr td span.green {
	color: #43a248;
}

.empty-block.uchastniki {
	text-align: center;
}

.empty-block.uchastniki p {
	font-size: 18px;
}

/*Окно активации TRM*/

.ui-dialog.checkCode {
	min-height: 215px !important;
	background: url(/img/tc/keyform.jpg) center center no-repeat !important;
	background-size: cover !important;
	outline: none;
}

.ui-dialog.checkCode .ui-dialog-titlebar {
	border: none !important;
	letter-spacing: initial !important;
	position: initial;
	margin: 10px 40px 0 !important;
}

.ui-dialog.checkCode .ui-dialog-title {
	font-size: 20.89px !important;
	font-family: "Roboto", sans-serif !important;
	color: #313038 !important;
	margin: 0;
}

.ui-dialog.checkCode .ui-dialog-title {
	margin: 10px 0 20px !important;
}

.ui-dialog.checkCode .ui-dialog-content {
	width: 292px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	margin-left: 27px;
}

.ui-dialog.checkCode .ui-dialog-content input#codepresentation {
	height: 46px !important;
	border: 2px solid #307cbe !important;
	border-radius: 5px !important;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	outline: none !important;
	font-size: 18px !important;
	width: 100% !important;
	padding-left: 15px;
	font-family: "Roboto", sans-serif;
}

.ui-dialog.checkCode .ui-dialog-buttonpane {
	border: none !important;
	width: 130px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

.ui-dialog.checkCode .ui-dialog-titlebar-close {
	position: absolute;
	right: 5px;
	top: 14px;
	outline: none;
}

.ui-dialog.checkCode .ui-dialog-titlebar-close .ui-icon-closethick {
	background: url(/img/tc/sprite.png) no-repeat !important;
	background-position: -8px -73px !important;
}

.ui-dialog.checkCode .ui-dialog-buttonset button {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#4289c9),
		to(#035cab)
	);
	background: -webkit-linear-gradient(top, #4289c9, #035cab);
	background: -moz-linear-gradient(top, #4289c9, #035cab);
	background: -o-linear-gradient(top, #4289c9, #035cab);
	background: -ms-linear-gradient(top, #4289c9, #035cab);
	background: linear-gradient(top, #4289c9, #035cab);
	background-color: #4289c9;
	color: white !important;
	font-size: 20px !important;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	padding: 14px 0 !important;
	text-align: center;
	width: 100% !important;
	outline: none !important;
	margin: 0 0 2px 0 !important;
	text-shadow: none;
	border: none !important;
}

.ui-dialog.checkCode .ui-dialog-buttonset button.ui-state-active {
	background-color: #035cab !important;
	font-weight: initial !important;
}

.ui-dialog.checkCode .ui-dialog-buttonset button:hover,
.ui-dialog.checkCode .ui-dialog-buttonset button:active,
.ui-dialog.checkCode .ui-dialog-buttonset button:focus {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#035cab),
		to(#4289c9)
	);
	background: -webkit-linear-gradient(top, #035cab, #4289c9);
	background: -moz-linear-gradient(top, #035cab, #4289c9);
	background: -o-linear-gradient(top, #035cab, #4289c9);
	background: -ms-linear-gradient(top, #035cab, #4289c9);
	background: linear-gradient(top, #035cab, #4289c9);
	background-color: #035cab;
}

.ui-dialog.checkCode
	.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix:before {
	content: "";
	background: url(/img/tc/bico-trm.png) center center no-repeat;
	width: 150px;
	height: 50px;
	background-size: contain;
}

/*Окно активации TRM*/

/*Если мало тендеров*/
.have-many-tender {
	background: #e8f2fb;
	padding: 10px 15px;
	overflow: hidden;
	margin-bottom: 7px;
	width: 100%;
	box-sizing: border-box;
}

.have-many-tender:before {
	content: "";
	background: url(/img/no-tender.png) center center no-repeat;
	width: 50px;
	height: 60px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.have-many-tender p {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: black;
}

.have-many-tender p a {
	color: #0057a8;
}

.have-many-tender p b {
	font-size: 16px;
	margin-bottom: 8px;
	color: black;
}

/*Если мало тендеров*/

/*
.button_orange_call {
	float:right;
	margin:0 25px 0 0;
}
.button_orange_call a {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;
	background:#ff8f00;
	color:white;
	font-family:'Arial', sans-serif;
	padding:10px 20px 10px 14px;
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);
    outline: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}
.button_orange_call a:hover {
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
}
.button_orange_call a span {
	border-bottom:1px dashed #fff;
	display:inline-block;
	vertical-align:middle;
	height:16px;

}

.button_orange_call a .dzin_phone {
	display:inline-block;
	vertical-align:middle;
	height:16px;
	margin:0 10px 0 0;
}

.button_orange_call a .dzin_phone.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
.button_orange_call a .dzin_phone.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;

}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
}*/

.tender-service {
	height: auto !important;
	overflow: hidden;
}

.tender-service .tender-support {
	width: 32%;
	min-width: 150px;
	margin-left: 5px;
	float: left;
}

.tender-service .new_tender_map i {
	background: url(/i/new_serv_sprite.png) no-repeat !important;
	display: block;
	width: 70px;
	height: 50px;
	position: relative;
	float: left;
	padding-right: 10px;
}

.tender-service .new_tender_map.registrationECP i {
	background: url(/i/new_serv_sprite.png) -87px -8px no-repeat !important;
}

.tender-service .new_tender_map.tender-credit i {
	background: url(/i/new_serv_sprite.png) -180px -6px no-repeat !important;
	top: -2px;
}

.tender-service .new_tender_map.tender-support i {
	background: url(/i/new_serv_sprite.png) 2px -8px no-repeat !important;
	top: -2px;
}

.tender-service .new_tender_map a {
	font-size: 14px;
	font-family: "Arial", sans-serif;
	display: inline-block;
}

.tender-service .new_tender_map {
	width: 30%;
	display: inline-block;
	float: none;
	margin: 0 3px;
	vertical-align: top;
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 10px;
	min-height: 240px;
}

.tender-service .new_tender_map ul {
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
}

.tender-service .new_tender_map ul li {
	color: #005aaa;
}

.tender-service .new_tender_map ul li span {
	font-size: 13px;
	color: #777777;
	font-family: "Arial", sans-serif;
}

@media screen and (max-width: 1240px) and (min-width: 1000px) {
	.tender-service .new_tender_map i {
		display: none !important;
	}

	.tender-service .new_tender_map a {
		text-align: center;
	}
}

@media screen and (max-width: 1000px) and (min-width: 750px) {
	.tender-service .new_tender_map {
		width: 100% !important;
		margin: 0 0 10px 0 !important;
		min-height: 1%;
	}
}

/*Стили виджета кончсультации в карточке тендера*/

.widget_consultation {
	display: none;
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 367px;
	border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webit-border-radius: 7px 7px 0 0;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px -2px 33px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px -2px 33px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px -2px 33px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px -2px 33px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px -2px 33px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px -2px 33px rgba(0, 0, 0, 0.6);
}

#widget_consultation_search_card {
	left: 43px !important;
	right: 0 !important;
}

.widget_consultation .consultation_head {
	cursor: pointer;
	background: url(/i/consultation_head.png) 97% center no-repeat, #383d45;
	height: auto;
	min-height: 40px;
	border-radius: 7px 7px 0 0;
	display: flex;
	align-items: center;
	min-width: 321px;
}

.widget_consultation .consultation_head.active {
	cursor: pointer;
}

.widget_consultation .consultation_head p {
	color: #fff;
	font-size: 18px;
	font-family: "PTSans-Regular";
	margin: 0;
	padding: 12px 46px 12px 15px;
}

.widget_consultation .consultation_wrap {
	display: flex;
	flex-direction: column;
	min-width: 320px;
}

.widget_consultation .consultation_body {
	box-sizing: border-box;
	padding: 15px 13px;
}

.widget_consultation .consultation_body ul {
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
}

.widget_consultation .consultation_body ul li span {
	width: 10px;
	height: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: #44bb6e;
	margin: 0 5px 0 0;
	display: inline-block;
}

.widget_consultation .consultation_body ul li p {
	margin: 0;
	font-size: 14px;
	font-family: "PTSans-Regular";
	color: #212121;
	display: inline-block;
}

.widget_consultation .consultation_body .small-title {
	margin: 15px 0 0;
	text-align: center;
}

.widget_consultation .consultation_body .small-title p {
	margin: 0;
	text-transform: uppercase;
	color: #44bb6e;
	font-family: "PTSans-Bold";
	font-size: 15px;
}

.widget_consultation .consultation_body .small-title span {
	font-family: "PTSans-Regular";
	font-size: 14px;
	color: #212121;
}

.widget_consultation .consultation_body .reg_information p {
	text-align: center;
	font-family: "PTSans-Italic";
	color: #78909c;
	line-height: 14px;
	font-size: 14px;
}

.widget_consultation .consultation_form {
	background: #eef1f5;
	padding: 20px 30px 15px;
	box-sizing: border-box;
}

.widget_consultation .consultation_form .labels {
	display: none;
}

.widget_consultation .consultation_form .control-group {
	margin: 0 0 7px 0;
}

.widget_consultation .consultation_form .controls {
	width: 100%;
}

.widget_consultation .consultation_form .controls input[type="text"] {
	border: 1px solid #3cb868;
	height: 32px;
	outline: none;
	font-family: "PTSans-Regular";
	font-size: 14px;
	color: #212121;
}

.widget_consultation .consultation_form .submit-block {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-align: center;
}

.widget_consultation .consultation_form .submit-block input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "PTSans-Regular";
	color: #fff;
	background: #3cb868;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	outline: none;
	border: none;
	padding: 18px 0;
}

.widget_consultation
	.consultation_form
	.submit-block
	input[type="submit"]:hover {
	background: #3ba962;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.widget_consultation div.close {
	position: absolute;
	top: 15px;
	right: -40px;
}

.widget_consultation div.close i {
	background: url(/i/close_consultation_form.png) center center no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 12px #fff;
	border: 0;
}

a.media-heading-recommended {
	font-size: 13px;
}

.social-likes {
	margin: 10px 0 0 0;
}

.control-group.field-name-tag,
.control-group.field-name-tradeType {
	margin: 10px 0;
}

.bico-page-analytics .agremeent {
	position: inherit !important;
}

.agremeent p {
	font-size: 12px;
	text-align: left;
	color: #b7b7b7;
	margin: 5px 0 0 0;
}

.agremeent p a {
	color: #b7b7b7;
}

/*Новый ЛК ссылка*/
.new-lk {
	padding: 10px 10px 5px !important;
}

.new-lk.new-lk_default {
	padding: 10px 0px !important;
}

.new-lk__link {
	text-decoration: none !important;
	color: #fff;
	font-size: 12px;
	line-height: 2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	width: 100%;
	text-align: center;
	padding: 3px 0 2px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

	text-shadow: 0px 0px 2px #005aaa;
	border: 1px solid #005aaa;
	background: #4b93d3;
	background: -moz-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #4b93d3),
		color-stop(100%, #005aaa)
	);
	background: -webkit-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: -o-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: -ms-linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	background: linear-gradient(top, #4b93d3 0%, #005aaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b93d3", endColorstr="#005aaa", GradientType=0);
	box-sizing: border-box;
}

.new-lk__link:hover {
	color: #fff;
	box-shadow: none;
}

.new-lk__text {
	display: none;
	font-size: 12px;
	color: #848484;
	text-align: center;
	margin: 5px 0 5px 0 !important;
}

/*Новый ЛК ссылка*/

/*форма в статьях*/
.articles__form-block {
	clear: both;
}

.articles__form-block:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.articles__form-block__col {
	position: relative;
}

.articles__form-block__left-col {
	max-width: 570px;
	float: left;
}

.articles__form-block__right-col {
	width: 100%;
	float: left;
	max-width: 300px;
	margin: 0 0 0 20px;
}

.articles__form-block__content {
	background: url(/i/articles_form.png) 30px center no-repeat, #fff6d9;
	position: relative;
	padding: 27px 34px 27px 195px;
}

.articles__form-block__content:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	border-right: 0 solid transparent;
	border-left: 20px solid #fff6d9;
	border-top: 105px solid transparent;
	border-bottom: 105px solid transparent;
}

.articles__form-block__right-col span.time {
	display: none;
}

.articles__form-block__title {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 0;
}

.articles__form-block__text {
	font-size: 14px;
}

.articles__form-block__right-col .submit-block {
	background: transparent;
	border: none;
	margin: 5px 0 0 120px;
	width: 59%;
	padding: 0;
}

.articles__form-block__right-col .control-group {
	display: inline-block;
	width: 100%;
}

.articles__form-block__right-col .control-group .controls {
	width: 59% !important;
}

.articles__form-block__right-col .submit-block input[type="submit"]#submit {
	margin: 0;
	outline: none;
	background: #f2323a !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	border: none;
	width: 100%;
}

.articles__form-block .zag {
	margin: 0 0 30px;
}

.articles__form-block__text__list {
	padding: 0 0 0 15px;
	margin: 0;
}

.articles__form-block__text__item {
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	font-weight: 400;
	margin: 10px 0 0;
}

@media screen and (max-width: 1270px) {
	.agremeent {
		left: 34px !important;
	}
}

@media screen and (max-width: 1160px) {
	.articles__form-block__left-col {
		float: none;
		max-width: 100%;
	}

	.agremeent {
		left: auto !important;
	}

	.articles__form-block__content:after {
		display: none;
	}

	.articles__form-block__right-col {
		float: none;
		margin: 40px auto 0;
	}

	.articles__form-block__right-col .control-group .controls {
		width: 100% !important;
		padding: 0 !important;
	}

	.articles__form-block__right-col .control-group .labels {
		text-align: left;
	}

	.articles__form-block__right-col .submit-block {
		width: 100%;
		margin: 5px 0 0 0;
	}
}

/*форма в статьях*/

/*API-Виджет*/
.api-widget-default .tndsearch {
	background-size: cover;
}

.api-widget__wrap {
	margin: 10px 0 10px 0;
}

.api-widget__control {
	width: 50%;
	float: left;
	position: relative;
}

.api-widget__control-label {
	font-size: 13px !important;
	position: absolute;
	left: 0;
	top: 50%;
	width: 65px;
	text-align: right;
	margin-top: -8px;
}

.api-widget__control-list {
	margin: 0 0 0 70px;
	position: relative;
}

.api-widget__control-list .tree_info_block {
	margin: 0;
	max-width: 100%;
}

.api-widget__control-list .select-all,
.api-widget__control-list .select-all:hover {
	color: #0057a8;
	border-color: #0057a8;
}

.api-widget__clearfix:before,
.api-widget__clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.api-widget__control-list .tree_info_block .selected-item {
	color: #888888;
	font-size: 13px;
}

/*API-Виджет*/

/* ---- Для тарифа базовый/базовый регион в расширенном поиске ---- */

.commercial-popup {
	position: relative;
	/*display: inline-block;*/
	display: none;
	margin: 0 0 0 32px;
}

.commercial-popup:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	padding: 0 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(/i/warning.png) 0 0 no-repeat;
}

.commercial-popup:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: -22px;
	width: 62px;
	height: 20px;
}

.commercial-popup span {
	color: #aa0000;
	padding: 0;
	cursor: pointer;
	border-bottom: 1px solid #aa0000;
}

.popup-informer {
	position: absolute;
	display: none;
	width: 192px;
	padding: 10px;
	text-align: center;
	background: #fff;
	top: -97px;
	left: -93px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px -5px #000;
}

.popup-informer:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -11px;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #ffffff;
	border-style: solid;
}

.popup-informer:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-width: 11px;
	border-color: transparent;
	border-style: solid;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.commercial-popup:hover .popup-informer {
	display: block;
}

.popup-informer .connect {
	position: relative;
	display: block;
	line-height: 26px;
	background: #005aaa;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin: 7px 0 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.popup-informer a.connect,
.popup-informer a.connect:visited {
	color: #fff !important;
}

.popup-informer a.connect:hover {
	background: #61a6e6;
}

.social-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	background-color: #000;
}

.social-fixed-head {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background-color: #005aaa;
	box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	display: none;
}

.social-fixed-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.s_telegram, .s_registration, .s_lk__link,
.s_whatsup,
.s_viber {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	padding: 15px 0 10px;
	text-align: center;
}

.s_telegram:before,
.s_whatsup:before,
.s_viber:before {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.social-fixed img {
	max-width: 100%;
	max-height: 30px;
}

.s_telegram {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	background-color: #0088cc;
}

.s_telegram:before {
	background-image: url("/i/soc/telegram.png");
}

.s_registration, .s_lk__link {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	background-color: #0088cc;
	padding: 19px 0 20px 0;
	text-decoration: none !important;
	font-size: 14px;
	color: #ffffff;
}

.s_registration, .s_lk__link {
	background-color: #005aaa;
}

.s_lk__link:hover,
.s_registration:hover {
	color: #ffffff;
}

.s_lk__link,
.s_registration {
	text-transform: uppercase;
}

.s_whatsup {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	background-color: #25d366;
}

.s_whatsup:before {
	background-image: url("/i/soc/whatsapp.png");
}

.s_viber {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	background-color: #59267c;
}

.s_viber:before {
	background-image: url("/i/soc/viber.png");
}

.registration-demo-mode .social-fixed {
	display: none;
}

@media (max-width: 770px) {
	.social-fixed {
		opacity: 1;
		visibility: visible;
		z-index: 10;
	}
}

jdiv.logoCallback_w0 {
	width: 37px !important;
	height: 39px !important;
	display: inline;
	text-align: center;
	position: absolute;
	margin: 15px 10px 7px !important;
	background-position: 2px -4px;
}

jdiv.iconPanel_of {
	background: none !important;
}

jdiv.iconWrap_2n {
	background: none;
}

/* ПОДСТРАНИЦА ДОБАВЛЕНИЯ ТЕНДЕРА /tender/add */

.tender-add-form-wrapper {
	position: relative;
}

.tender-add-form-wrapper .tender-form > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.tender-add-form-wrapper .tender-form > .row .left-column,
.tender-add-form-wrapper .tender-form > .row .right-column {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
}

.tender-add-form-wrapper .tender-form > .row .right-column #cke_shortText {
	box-sizing: border-box;
}

.tender-add-form-wrapper .tender-form > .row .left-column {
	padding-right: 10px;
}

.tender-add-form-wrapper .tender-form > .row .right-column {
	padding-left: 10px;
}

.tender-add-form-wrapper .tender-form > .row::after {
	content: none;
}

.tender-add-form-wrapper .tender-form > .row .left-column .control-group {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: flex-end;
	font-size: 0;
	line-height: 0;
}

.tender-add-form-wrapper
	.tender-form
	> .row
	.left-column
	.control-group
	> .labels,
.tender-add-form-wrapper
	.tender-form
	> .row
	.left-column
	.control-group
	> .controls {
	font-size: 13px;
	line-height: 16px;
}

.tender-add-form-wrapper
	.tender-form
	> .row
	.left-column
	.control-group
	> .labels {
	width: auto;
	flex-basis: 40%;
	flex-grow: 2;
	max-width: none;
}

.tender-add-form-wrapper
	.tender-form
	> .row
	.left-column
	.control-group
	> .labels
	label {
	padding-right: 5px;
}

.tender-add-form-wrapper
	.tender-form
	> .row
	.left-column
	.control-group
	> .controls {
	width: auto;
	flex-basis: 60%;
	flex-grow: 3;
}

.tender-add-form-wrapper
	.tender-form
	> .row
	.left-column
	.control-group
	> .controls
	.tree_info_block,
.tender-add-form-wrapper
	.tender-form
	.subform-list-lots
	.item-lots
	.control-group
	> .controls
	.tree_info_block {
	max-width: none;
}

.tender-add-form-wrapper .tender-form .floating-block.submit-block {
	position: absolute;
	right: 0;
	left: auto;
	top: auto;
	bottom: auto;
	text-align: right;
	margin-right: 0;
	background-color: transparent;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.tender-add-form-wrapper
	.tender-form
	.floating-block.submit-block
	+ .floating-block.submit-block {
	display: none;
}

.tender-add-form-wrapper .tender-form .agreement-accept-text {
	margin-left: 20px;
	margin-top: 10px;
}

.tender-add-form-wrapper .control-group > .controls .tree_info_block {
	position: relative;
	background: none;
	background-color: white;
}

.tender-add-form-wrapper .control-group > .controls .tree_info_block::after {
	display: block;
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 3px;
	right: 5px;
	background-image: url("/i/tree.png");
	background-color: white;
	background-repeat: no-repeat;
}

.tender-add-form-wrapper
	.control-group
	> .controls
	input[type="text"].hasDatepicker {
	background: #fff url("/i/calendar.png") calc(100% - 5px) 3px no-repeat;
}

.tender-add-form-wrapper
	.tender-form
	.subform-list-lots
	.item-lots
	.control-group {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.tender-add-form-wrapper
	.tender-form
	.subform-list-lots
	.item-lots
	.control-group
	> .controls {
	padding-right: 0;
}

.ui-dialog-content dl form dd {
	position: relative;
}

@media screen and (max-width: 600px) {
	.tender-add-form-wrapper .tender-form .floating-block.submit-block {
		display: none !important;
	}
}

@media screen and (min-width: 601px) and (max-width: 1139px) {
	.tender-add-form-wrapper .tender-form .floating-block.submit-block {
		position: static !important;
		width: auto !important;
	}
}

@media screen and (max-width: 750px) {
	.tender-add-form-wrapper .tender-form > .row {
		flex-direction: column;
	}

	.tender-add-form-wrapper .tender-form > .row .left-column {
		padding-right: 0;
	}

	.tender-add-form-wrapper .tender-form > .row .right-column {
		padding-left: 0;
	}
}

@media screen and (max-width: 1010px) {
	.tender-add-form-wrapper .tender-form > .row .left-column .control-group {
		flex-direction: column;
		align-items: stretch;
	}

	.tender-add-form-wrapper
		.tender-form
		> .row
		.left-column
		.control-group
		> .controls,
	.tender-add-form-wrapper
		.tender-form
		> .row
		.left-column
		.control-group
		> .labels {
		flex-basis: 100%;
		flex-grow: 1;
	}

	.tender-add-form-wrapper
		.tender-form
		> .row
		.left-column
		.control-group
		> .controls {
		padding-right: 0;
	}
}

@media screen and (min-width: 1011px) {
	.tender-add-form-wrapper
		.tender-form
		.subform-list-lots
		.item-lots
		.control-group
		> .controls {
		width: 59%;
	}
}

@media screen and (max-width: 1139px) {
	.tender-add-form-wrapper .tender-form .floating-block.submit-block {
		padding: 10px 20px;
		border: 1px solid #e8e8e8;
		background: #f5f5f5;
		background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0%, #f5f5f5),
			color-stop(100%, #ffffff)
		);
		background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
		background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
		background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
		background: linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	}
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
	.tender-add-form-wrapper
		.tender-form
		> .row
		.right-column
		.control-group.field-name-shortText
		> .controls {
		padding-right: 0;
	}
}

@media screen and (min-width: 481px) and (max-width: 750px) {
	.tender-add-form-wrapper
		.tender-form
		> .row
		.right-column
		.control-group.field-name-shortText
		> .controls {
		padding-right: 0;
	}
}

/* ПОДСТРАНИЦА КАРТОЧКИ ТЕНДЕРА НА BICOTENDER */

.content .tend-card.tabs .tender-just-do-it {
	height: auto;
	font-size: 0;
	line-height: 0;
}

.content .tend-card.tabs .tender-just-do-it .left {
	float: none;
}

.content .tend-card.tabs .tender-just-do-it .AddTender {
	display: inline-block;
	width: auto;
	padding: 0;
}

.content
	.tend-card.tabs
	.tender-just-do-it
	.button.btn-large.btn-tooltip.left.button-primary {
	margin-right: 10px;
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
	.content .tend-card {
		margin-right: 250px !important;
	}
}

@media screen and (max-width: 1000px) {
	.content .tend-card.tabs .tender-just-do-it .AddTender {
		width: 100%;
	}
}

.myvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #ccc;
}

.myvideo iframe,
.myvideo object,
.myvideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 979px) {
	.ic__section1_right {
		width: 100% !important;
	}
}

div.see-all-tenders-in-region {
	margin-top: 20px;
}

#general > .banner_contragent {
	display: none;
}
.banner_contragent {
	display: inline-block;
}
@media (max-width: 360px) {
}
.article-tpl__button,
a.article-tpl__button[href],
#general #center .content a.article-tpl__button {
	background-color: #3d98f2;
	color: #ffffff;
	padding: 10px 20px;
	margin: 0 auto;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	border: none;
}
.article-tpl__button.green-color,
a.article-tpl__button[href].green-color,
#general #center .content a.article-tpl__button.green-color {
	background-color: #16b169;
}
.article-tpl__button.green-color:hover,
a.article-tpl__button[href].green-color:hover,
#general #center .content a.article-tpl__button.green-color:hover {
	background-color: #098b4f;
}
@media (max-width: 825px) {
	.article-tpl__button.green-color,
	a.article-tpl__button[href].green-color,
	#general #center .content a.article-tpl__button.green-color {
		background-color: #16b169;
		display: block;
		width: max-content;
		margin: 0.5rem auto 0.5rem 0;
	}
	.article-tpl__button:not(:first-child),
	a.article-tpl__button[href]:not(:first-child),
	#general #center .content a.article-tpl__button:not(:first-child) {
		margin-left: 0;
		display: block;
		margin: 0.5rem auto 0.5rem 0 !important;
		width: max-content;
	}
}

.site-banner-body img {
	max-width: 100%;
}
