.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 0;
	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: 10px 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 .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: 2px solid #3d98f2;
	border: none;
}

.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;
	}

	.registration-popup .recaptcha__block__wrapper div {
		margin: 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;
	}

	.registration-popup .recaptcha__block__wrapper div {
		margin: 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 .registration-popup .recaptcha__block__wrapper {
		transform: scale(0.9);
	}

	.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;
	}
}

@media (max-width: 375px) {
	.registration-popup .recaptcha__block__wrapper {
		transform: scale(0.8);
	}
}

@media (max-width: 360px) {
	.registration-popup .recaptcha__block__wrapper {
		transform: scale(0.7);
	}
}

span.reg_popup_countdown {
	position: absolute;
	top: 8px;
	right: 8px;
	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;
}

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;
}

* 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;
}

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 11px arial;
	color: #969696;
	line-height: 11px;
}

.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 10px 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 11px 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;
}

@media screen and (max-width: 715px) {
	.hd1 ul li a {
		font-size: 11px;
	}
}

.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 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;
}

.logo {
	margin: 30px 0px 0 20px;
	/*margin:-66px 0px 0px 20px;*/
}

.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: 72px;
	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: 11px;
	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 0 25px 0;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.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: 11px;
		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: 11px;
	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: 11px;
	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: 11px;
}

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

/* ==================== 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: 11px;
	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: 11px;
	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: 11px;
}

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

.social-block ul.social-block--list {
	padding: 10px 0 20px 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;
}

@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: 11px;
	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: 11px;
}

.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;
}

.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: 11px;
	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_registration:hover {
	color: #ffffff;
}

.s_lk__link {
	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;
	}
}

.goog-te-gadget .goog-te-gadget-simple {
	width: 200px;
	overflow: hidden;
	background-color: #278cfa;
	border: none;
	height: 24px;
	border-radius: 2px;
	padding-top: 5px;
}

.goog-te-gadget .goog-te-gadget-icon {
	display: none;
}

.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
}

.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value:after {
	content: "";
	top: 50%;
	left: 6px;
	width: 12px;
	height: 12px;
	position: absolute;
	transform: translateY(-50%);
	background: url(/img/tc/earth.png) no-repeat;
}

.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span {
	display: block;
	width: 77px;
	margin-right: 3px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 12px;
	color: #fff !important;
	border: none !important;
	font-family: "Roboto", sans-serif;
}

.goog-te-menu-frame {
	width: 200px !important;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25) !important;
}

.goog-te-menu-frame .goog-te-menu2 {
	border: none !important;
}

.custom-google-translater_row {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.custom-google-translater {
	width: 130px;
	overflow: hidden;
	background-color: #25acfe;
	border: none;
	height: 36px;
	border-radius: 2px;
	position: relative;
}

#custom-google-translater:focus {
	outline: none;
}

.custom-google-translater.open {
	overflow: visible;
}

.choosen-language:after {
	content: "";
	top: calc(50% + 3px);
	right: 18px;
	position: absolute;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	transform: translateY(-50%);
}

.custom-google-translater:hover {
	cursor: pointer;
}

.custom-google-translater .choosen-language {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	padding-left: 9px;
	position: relative;
}

.custom-google-translater .choosen-language #language {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
	padding-top: 1px;
	font-family: "Roboto", sans-serif;
}

.custom-google-translater .language-list {
	top: 36px;
	left: 0px;
	width: 130px;
	position: absolute;
	background: #ebebeb;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}

.custom-google-translater .language-list ul li div {
	height: 29px;
	display: flex;
	align-items: center;
	padding-left: 8px;
}

.custom-google-translater .language-list ul li div span {
	margin-left: 9px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	color: #626262;
}

.custom-google-translater .language-list ul li div:hover {
	background: rgba(39, 140, 250, 0.2);
}

.custom-google-translater .language-list ul li.choosen div {
	background: rgba(39, 140, 250, 0.2);
}

.choosen-language #language:first-letter,
.custom-google-translater .language-list ul li div span:first-letter {
	text-transform: uppercase;
}

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;
	}
}


.hd2_2 {
	margin-left: 270px;
	padding: 0 20px 0 0;
	font-size: 12px;
}

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

#middle .link-all-industries {
	font-size: 16px;
}

.bigButton {
	font-family: Arial, Helvetica, sans-serif;
}

div#mobile-menu-list ul {
	list-style: none;
	padding: 0;
	font-size: 16px;
}

div#mobile-menu-list ul li {
	margin-bottom: 9px;
}

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

div.wrapper-button-print-articles {
	display: none;
}

.hd1 ul li:nth-child(4) a:hover {
	background: #f4f4f4;
	border: none;
}

b.tender-in-list-cost {
	font-size: 22px;
	border-radius: 5px;
	color: #007d00;
}

a.tender-in-list-link-from-name {
	font-size: 16px;
}

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

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

@media (max-width: 499px) {
	.registration-popup.ui-dialog .ui-dialog-titlebar {
		padding: 27px 11px 0;
	}
}

div.registration-popup-wrapper .control-group {
	margin: 25px 0 17px;
}

.control-group.field-name-captcha.field-type-gcaptcha {
	margin-top: 21px;
}

.registration-popup.ui-dialog .ui-dialog-content {
	padding: 3px 14px 0;
}

.registration-popup.ui-dialog .ui-dialog-content {
	padding: 3px 14px 0;
}

div.registration-popup-wrapper .buttons {
	text-align: center;
}

#tabs_tender_card .tabs-tender-label {
	width: 105px;
}
/* Блок меню в правой части сайта для авторизированного клиента */

.menuLeft {
    padding: 0;
    margin: 0;
}

.menuLeft .zag {
    padding-bottom: 10px;
}

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

.menuLeft li {
    padding: 10px 0px;
    list-style: none;
    border-bottom: 1px solid #D6D6D6;
}

.menuLeft li:last-child {
    border: none;
}

.menuLeft a {
    padding-left: 20px;
}

.menuLeft span {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #dddddd;
    border-radius: 3px;
    float: right;
    line-height: 20px;
}

.menuLeft i {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
}

.MyAccount i {
    background: url("/i/sprite-private.png") 0px -55px no-repeat;
}

.Promotions i {
    background: url("/i/sprite-private.png") -84px -55px no-repeat;
}

.MyOrders i {
    background: url("/i/sprite-private.png") -28px -55px no-repeat;
}

.MyAccounting i {
    background: url("/i/sprite-private.png") -55px -55px no-repeat;
}

.MyReviews i {
    background: url("/i/sprite-private.png") -114px -55px no-repeat;
}

.AddNews i {
    background: url("/i/sprite-private.png") -198px -55px no-repeat;
}

.AddTender i {
    background: url("/i/sprite-private.png") -142px -55px no-repeat;
}

.webinarRec i {
    background: url("/i/sprite-private.png") -313px -55px no-repeat;
}

.MyMessage i {
    background: url("/i/sprite-private.png") -254px -58px no-repeat;
}

/*
.help {
	border:1px solid #999;
	text-align:center;
	padding: 5px;
	margin: 10px 0;
}

.help a{ 
	background: url("/i/sprite_default.png") -94px -785px no-repeat; 
	color: #0057A8; 
	padding-left:22px; 
	padding-bottom:10px; }
.login .help { padding: 5px; }
 */

.responsive_lk {
    min-width: 100%;
    max-width: 100%;
}

.responsive_lk #container {
    max-width: 400px;
    min-width: 1%;
}

.responsive_lk #middle {
    padding-bottom: 0;
}

.responsive_lk #general {
    margin: 20px 0 0 0;
}

.responsive_lk .enter_lk {
    display: none;
}

.responsive_lk #center .content {
    text-align: center;
}

.responsive_lk h2 {
    font-size: 18px;
}

.responsive_lk .infoblok.login {
    width: 100%;
    max-width: 100%;
    padding: 7px 0;
    border: none;
}

.responsive_lk .login form dl {
    max-width: 100%;
}

.responsive_lk .login form dt {
    text-align: left;
}

.shoved__five__tenders {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    background: #edf3f9;
    border: 1px solid #c7d7e7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-family: Tahoma, sans-serif;
}

.shoved__five__tenders__info-container {
    padding: 0 0 0 55px;
    background: url(/i/icon__loop.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding-right: 30px;
}

.shoved__five__tenders__button-container {
    flex-shrink: 0;
}

.shoved__five__tenders__info {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #444c53;
}

.shoved__five__tenders__small__text {
    font-size: 12px;
    line-height: 24px;
    color: #444c53;
    opacity: .5;
}

.shoved__five__tenders__link {
    color: #006bcc;

}

.shoved__five__tenders__button {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid #0b508e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0 21px 0 50px;
    background: url(/i/button__loop.png) 16px center no-repeat, #006bcc;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

#global-preloader {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: url('/i/ajax-loader.gif') no-repeat 0 0;
    display: none;
}

#veil {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.i-have-account,
.i-have-account p {
    font-size: 20px;
}

iframe[name='google_conversion_frame'] {
	width:0!important;
	height:0!important;
	position:absolute;
}

.new_subscribe_design_wrap .new_subscribe_text {
	text-align:center;
	border-bottom:1px solid #bad1e8;
	padding:10px 0 20px 0;
}
.new_subscribe_design_wrap .new_subscribe_text p, .new_subscribe_bottom_text p {
	font-size:25px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#333333;
	margin:0;
}
.new_subscribe_design_wrap .new_subscribe_text p b {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.form_new_subscribe {
	width:48%;
	float:right;
	padding:10px;
	box-sizing: border-box;
}

.form_new_subscribe .control-group {
	margin-bottom:10px;
}
.form_new_subscribe .control-group .controls {
	width:100%;
	position:relative;
}
.form_new_subscribe .control-group .controls input[type="text"], 
.form_new_subscribe.full_width .tree_info_block {
	border:1px solid #bad1e8;
	background:#f5faff;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	height:46px;
	font-size:16px;
	padding:0 0 0 10px;
	box-sizing:border-box;
	border-radius: 3px;
	color:#212121;
	outline:none;
}
.form_new_subscribe.full_width .tree_info_block {
	line-height:44px;
	background:url(/i/tree-line.png) 97% center no-repeat, #f5faff;
}
.form_new_subscribe.full_width .tree_info_block {
	max-width:100%;
	cursor:pointer;
}
.form_new_subscribe.full_width .control-group.field-type-regionTree .tree_info_block {
	background:url(/i/arrow_new_sub.png) 97% center no-repeat, #f5faff;
}

.form_new_subscribe .control-group.required .controls:before {
    content: '*';
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #f27300;
    position: absolute;
    left: -15px;
    top: 28px;
    line-height: 0;
	
}
.form_new_subscribe .control-group .controls input:focus {
	box-shadow:none;
	border:2px solid #ffdd2e;
	box-sizing:border-box;
}
.form_new_subscribe .labels {
	color: #666;
	display: none;
	text-align: left;
	vertical-align: top;
	width: 44%;
	max-width: 190px;
	/*display:inline;*/
}
.form_new_subscribe .controls {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	width: 59%;
	/*display:inline;*/
}
.form_new_subscribe .subform {
	background: #fff;
	border: 0px solid #fff;
	border-radius: 10px;
	padding: 2px 5px;
	margin: 10px 0 0;
	position: relative;
}
.form_new_subscribe .buttons input[type="submit"] {
	border: none;
    border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    cursor: pointer;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	text-transform:uppercase;
	color:#2b2b2b;
	background:#ffdd2e;
	padding:25px 0;
	margin:0;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .6);
	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;
}
.form_new_subscribe .buttons input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.form_new_subscribe .buttons {
	background:transparent;
	border:none;
	padding:0 0 0 0;
	margin:0;
}
.new_subscribe_bottom_text {
	border-top:1px solid #bad1e8;
	padding:20px 0;
	text-align:center;
	margin-top:40px;
}
.new_subscribe_bottom_text p {
	font-size:20px;
}
.left_block_new_subscribe {
	width:48%;
	float:left;
}
.left_block_new_subscribe ul li {
	font-size:16px;
	color:#333333;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	clear:both;
    margin: 9px 0;
    display: inline-block;
}
.left_block_new_subscribe ul li:before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	background:url(/i/galka_new.png) center center no-repeat;
	width:36px;
	height:36px;
	margin:-8px 15px 0 0;
	float:left;
}
.left_block_new_subscribe ul li span {
	display:inline-block;
	width:75%;
	font-size:16px;
	line-height: 24px;
}
.left_block_new_subscribe ul {
	list-style-type:none;
	padding:0;
	min-width:480px;
}
.form_new_subscribe.full_width {
	float:none;
	width:100%;
	clear:both;
	border-bottom: 1px solid #bad1e8;
}

.new_sub_left_col, .new_sub_right_col {
	width:48%;
	padding:10px;
	box-sizing: border-box;
}
.new_sub_left_col {float:left;}
.new_sub_right_col {float:right;}
.new_subscribe_design_wrap .form_new_subscribe.full_width .description .controls {
	font-size:12px;
	margin:10px 0 0 15px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
}
.new_subscribe_text.finished_block {
	margin: 25px 0 0 0;
	text-align:left;
	padding:0 0 20px 150px;
	background:url(/i/big_galka_new.png) left top no-repeat;
	border:none;
	min-height:120px;
}

.new_subscribe_text.finished_block p {
	font-size:17px;
}
.new_subscribe_text.finished_block p.orange_title {
	color:#ff6d00;
	font-size:25px;
	margin: 0 0 20px 0;
	font-weight:400;
}
.finishe_text_with_links p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}
.finishe_text_with_links {
	margin-top:20px;
	border-top:1px solid #bad1e8;
}

/*бЛок в правой колонке*/

.infoblok.new_subscribe {
	border:1px solid #ff6f00;
	width:220px;
}
.infoblok.new_subscribe .zag {
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color:#ff6f00;
	border:none;
	text-align:center;
	margin:0;
}
.infoblok.new_subscribe p {
	text-align:center;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	margin:0;
}
.advantage_block {
	text-align:center;
	margin:12px 0;
}
.advantage_block span:before {
	content:'';
	background:url(/i/orange_check.png) center center no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin-top:-3px;
	margin-right: 3px;
}
.infoblok.new_subscribe form dl {
	text-align:center;
}
.infoblok.new_subscribe form dl input {
	height:24px;
	width:204px;
	margin:0 0 5px 0;
}
.infoblok.new_subscribe .subscribe_new a {
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	text-decoration:none;
	width:204px;
	text-align:center;
	line-height:33px;
	font-size:13px;
	text-transform:uppercase;
	border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#f17200;
	border:1px solid #d76201;
	-ms-border-radius:3px;
	display:block;
	margin:0 auto 10px;
	-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;
	cursor:pointer;
}
.infoblok.new_subscribe .subscribe_new a:hover {
	background:#d76201;
}

.new_subscribe_design_wrap .form_new_subscribe.full_width {
	display:inline-block;
}

.new_subscribe_design_wrap .form_new_subscribe.full_width .control-group {
	display:block;
	width: 50%;
    float: none;
	margin:0 auto 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.new_subscribe_design_wrap .form_new_subscribe.full_width .description .labels {
	display:none;
}
.new_subscribe_design_wrap .form_new_subscribe.full_width .buttons {
    display: block;
    width: 50%;
    float: none;
	margin:0 auto;
    box-sizing: border-box;
    padding:0 15px 25px 10px;
}

@media screen and (max-width:1190px){
	.new_subscribe_design_wrap .new_subscribe_text p:nth-child(2) {font-size: 18px; margin: 10px 0 0 0;}
	.left_block_new_subscribe ul {min-width: 100%;}
	.form_new_subscribe .buttons input[type="submit"] {font-size: 15px; font-weight: 400;}
	.left_block_new_subscribe {width: 45%;}
	.form_new_subscribe {width: 55%;}
}
@media screen and (max-width:1190px){
	.left_block_new_subscribe {width: 100%; float: none; display: block; margin: 0 0 0px 0;}
	.left_block_new_subscribe ul li span {width: 85%;}
	.form_new_subscribe {width: 100%; float: none; margin: 0 0 0 40px;}
	.form_new_subscribe .buttons {padding: 0 75px 0 0;}
	.form_new_subscribe .buttons input[type="submit"] {font-size: 20px; margin: 0 0 10px 0;}
}

form dl {
	max-width: 500px;
}
.toplist {
}

.path {
	padding: 0px 0px 15px 0px;
	color: #898989;
}
span .path {
	padding: 20px 0px 15px 0px;
	color: #898989;
}
.path,
.path a {
	font-size: 11px;
}
.title__wrapp__block {
	margin: 0 0 10px 0;
}
h1 {
	display: inline;
}
h2 {
	margin: 10px 0;
	border: none;
}

/* ================== Расширенный поиск тендеров ================== */
.tenderSearchForm dd {
	width: 500px;
}
.tenderSearchForm dd span {
	color: #555;
	font-size: 11px;
}
.tenderSearchForm dd a {
	height: 20px;
	float: right;
	padding-left: 25px;
	padding-top: 2px;
	background: url(/i/sprite-default.webp) -22px -30px no-repeat;
}
.tenderSearchForm dd input[type="text"] {
	width: 500px;
	margin: 5px 0px;
	border-radius: 4px;
}

.item_data.from_to input[type="text"] {
	width: 220px;
}
.item_data.from_to label {
	margin-left: 0px;
}

.howToSearch {
	width: 160px;
	position: relative;
}
.howToSearch span {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url(/i/sprite-default.webp) no-repeat -25px -31px;
}
.howToSearch a {
	position: relative;
	z-index: 3;
}
.formatTranzit {
	height: 80px;
}
.formatTranzit label {
	width: 250px;
	float: left;
	margin-bottom: 0px;
}

.tree_item_data a {
	float: none !important;
}

dd #submit-element {
	margin-top: 15px;
}

/* сохранить результаты поиска */

.bookmark {
	padding: 5px;
	margin: 5px;
	width: 500px;
}
.bookmark .zag {
	border-bottom: none;
}
.bookmark dt,
.bookmark dd {
	float: left;
	margin: 5px;
}
.bookmark input[type="text"] {
	width: 300px;
}

.table-tips td {
	border: 1px solid #eee;
}

/* ================== Каталог компаний ================== */
#companySearch input[type="text"] {
	width: 300px;
}
#find-label #name {
	margin-left: 5px;
}
.info-list-item {
	border-top: 2px solid #e5e5e5;
	padding: 10px 0;
	width: 98%;
}

/* ================== Услуги ================== */

.servicesBloc {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	zoom: 1;
	*display: inline;
}
.servicesBloc ul {
	padding-left: 13px;
}

.servicesBloc i.inner {
	display: block;
	background: url(/i/sprite-default.webp);
}
.servicesBloc i.registrationECP.inner {
	width: 74px;
	height: 51px;
	background-position: -114px -282px;
}
.servicesBloc i.finansHelp.inner {
	width: 73px;
	height: 50px;
	background-position: -114px -115px;
}
.servicesBloc i.legalAssistance.inner {
	width: 50px;
	height: 50px;
	background-position: -58px -285px;
}
.servicesBloc i.legalAssistanceCustomer.inner {
	width: 50px;
	height: 50px;
	background-position: -175px -228px;
}
.servicesBloc i.seminars.inner {
	width: 50px;
	height: 70px;
	background-position: -233px -1px;
}
.servicesBloc i.marketingAnalytics.inner {
	width: 65px;
	height: 50px;
	background-position: -119px -171px;
}
.servicesBloc i.siteDev.inner {
	width: 50px;
	height: 50px;
	background-position: -184px -167px;
}
.servicesBloc i.internetAdvertising.inner {
	width: 58px;
	height: 50px;
	background-position: -56px -226px;
}
.servicesBloc i.legalServices.inner {
	width: 50px;
	height: 50px;
	background-position: -501px 1px;
}
.servicesBloc i.training.inner {
	width: 55px;
	height: 50px;
	background-position: -61px -170px;
}
.servicesBloc i.sro-license.inner {
	width: 55px;
	height: 50px;
	background-position: -117px -228px;
}

/* Услуги - Бесплатные сервисы для Поставщиков */
.free-services td {
	vertical-align: top;
	width: 48%;
}
.free-services-item {
	margin-right: 25px;
}
.free-services-item td {
	vertical-align: top;
}
.free-services-item h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.free-services-item .ico {
	display: block;
	width: 71px;
	height: 67px;
	background: url(/i/free-services.webp) no-repeat;
}
.free-services-item .ico.i-search {
	background-position: 7px 10px;
}
.free-services-item .ico.i-gears {
	background-position: -58px 10px;
}
.free-services-item .ico.i-monitor {
	background-position: -136px 10px;
}
.free-services-item .ico.i-book {
	background-position: -201px 10px;
}
.free-services-item .ico.i-support {
	background-position: -354px 0px;
}
.free-services-item .ico.i-paper {
	background-position: -281px 10px;
}
.free-services-item .ico.i-comic {
	background-position: -422px 10px;
}

/* Оформить заявку на услуги КНОПКА */
.makeService {
	margin-bottom: 10px;
	width: 230px;
}
.makeService a:hover {
	color: #fff;
	text-decoration: none;
}

.clientInformButton {
	width: 150px;
	float: right;
	position: relative;
	top: -60px;
}

.lawCommentButton {
	width: 170px;
	margin: 3px 10px;
	font-size: 11px;
} /* законодательство - комментарий к закону */

/* ================== Ваши вопросы и форма вопроса ================== */

#questions .quest_list {
	float: left;
	width: 55%;
}
#questions .questionDirect {
	color: #555;
	padding-left: 5px;
	color: #555555;
}

.quest_form {
	width: 40%;
	float: right;
}
.quest_form.innerHelp {
	float: none;
	width: 70%;
}
.quest_form .zag {
	border-bottom: none;
}

.faq_list {
	border-top: 3px solid #e8e8e8;
	margin: 10px 20px 10px 0px;
	padding-top: 10px;
}
.faq_list p {
	font-style: italic;
}
.faq_list a {
	padding-bottom: 10px;
}

.quest_list p {
	margin-top: 0px;
	margin-right: 20px;
}
.quest_form p {
	margin-top: 0px;
	margin-right: 0px;
}
.quest.done {
	width: 90%;
}

.questSend .submit-block input[type="submit"] {
	float: right;
}

#issueFilter select#subject_id {
	width: 70%;
	color: #444;
}

/* ================== Мои отзывы (форма внизу и рейтинг) ================== */

.mail dl {
	height: 20px;
}
.mail dt {
	width: 90px;
	float: left !important;
	margin-right: 5px;
	color: #555;
	text-align: left;
}
.mail dd {
	width: 90px;
	float: left !important;
	margin-right: 10px;
	color: #555;
	text-align: left;
}
.mail dl input[type="submit"] {
	width: 90px;
	color: #444;
}

.myComment .zag {
	border-bottom: none;
}

.opinionImg {
	float: left;
	margin: 10px;
	width: 150px;
	border: 1px solid #898989;
}

#opinionFilter {
	padding-bottom: 15px;
	border-bottom: 2px solid #e5e5e5;
}
#opinionFilter select {
	width: 300px;
	color: #444;
}

/* ================== Сообщения ================== */
.mail {
	display: inline-block;
	padding: 10px 0px 5px 0px;
	border-bottom: 2px solid #dedede;
	width: 100%;
}

.time,
.mail .time {
	font-size: 11px;
	color: #888;
}

.mail .title {
	color: #0057a8;
	font-size: 18px;
	margin-bottom: 5px;
	/*font-family: Georgia */
}

.mail:last-child {
	border-bottom: none !important;
}

.content-cabinet .mail:last-child {
	border-bottom: none !important;
}

.mail a {
	font-size: 18px;
}

.mail .read {
	color: #666;
}

.new-mail {
	float: left;
	background: url(/i/cabinet-sprite.png) 0px -85px no-repeat;
	width: 23px;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 0px -30px;
}

/* ================== О компании ================== */

/* меню справа */

.content.menuCompany {
	border: 1px solid #dedede;
	float: right;
	margin: 0 0 0 10px;
	width: 230px;
}
.content.menuCompany ul {
	list-style: none outside none;
}
.content.menuCompany li {
	border-bottom: 1px solid #dedede;
	font-weight: 700;
	margin: 0px 10px 0px -20px;
	padding: 15px 0px;
	font-weight: 700;
}
.content.menuCompany li:last-child {
	border-bottom: none;
}

.content.menuCompany + .content {
	width: 68%;
} /* в "о компании" есть правое меню. уменишили ширину, чтоб всё влезало.  */

/* ================== Как работать в системе ================== */

#accordion h3 {
	padding: 0px 0px 0px 25px;
	margin-top: 10px;
	border-bottom: none;
	background: url(/i/work_system.png) no-repeat;
}
.registerOnSite {
	background-position: 0px 0px;
}
.tenderSearch {
	background-position: 0px -29px !important;
}
.howWork {
	background-position: 0px -57px !important;
}
.subscribe {
	background-position: 0px -84px !important;
}
.orderServices {
	background-position: 0px -111px !important;
}
#accordion h3 a {
	text-decoration: none;
	border-bottom: 1px dotted #0057a8;
	padding-bottom: 0px;
	font-family: "Geneva", "Times", sans-serif;
	font-size: 18px;
	font-weight: 400;
}
#accordion li {
	list-style-type: none;
	padding: 3px 0px;
}

@media screen and (min-width: 1025px) {
	.questSend #issueAdd .labels {
		width: 24%;
	}
	.questSend #issueAdd .controls {
		width: 74%;
	}
}

/*Пресс-центер Меню*/

.content.menuPress {
	background: #f2f2f2;
	padding: 0 !important;
}
.content.menuPress ul {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0px;
}
.content.menuPress ul li {
	float: left;
}
.content.menuPress ul li a {
	text-decoration: none;
	color: rgba(9, 9, 9, 0.6) !important;
	font-size: 17px;
	box-sizing: border-box;
	padding: 10px 10px;
	display: inline-block;
}
.content.menuPress ul li a.active,
.content.menuPress ul li a:hover {
	background: #61a6e6;
	color: white !important;
}

/* Задать вопрос эксперту - переопределяем положение кнопки */
.questSend .submit-block input[type="submit"] {
	float: right;
}

/* фикс конфликтов со стилями /css/jquery/jquery-ui/jquery-ui-1.8.21.custom.css */
.ui-widget-content a {
	color: #0057a8;
}

.ui-widget {
}
#accordion .ui-widget-content {
	border: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
}
/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active  { border:none !important; }*/
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 0px !important;
}
.ui-accordion .ui-accordion-header a {
	padding: 0px !important;
	display: inline-block !important;
}
.ui-helper-reset {
	font-size: inherit !important;
}
/* =.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active { padding: 10px 5px 10px 40px !important; } = */
.ui-state-hover a,
.ui-state-hover a:hover {
	color: #0057a8 !important;
	text-decoration: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #0057a8 !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #0057a8 !important;
}
.ui-accordion .ui-accordion-content {
	margin-top: 0px;
}
.ui-accordion .ui-accordion-header .ui-icon {
	display: none;
}
#accordion .ui-state-active a {
	border-bottom: 1px dotted white;
}
/* ** */

/* ================== новости список, новости-новость, пресса о нас ================== */

.news-content .img-prev {
	float: left;
	margin-right: 10px;
}
.news-content .img-prev img {
	max-width: 180px;
}

.news-content {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin: 5px 0px;
	padding: 0px 0px 5px;
	min-height: 110px;
}

@media screen and (min-width: 1300px) {
	.press .news-content {
		width: 75%;
	}
}
@media screen and (max-width: 1300px) {
	.press .news-content {
		width: 65%;
	}
}
.content .news-content:last-child {
	border-bottom: none;
}

/* убрали даты на стр. категорий вопросов раздела "Как работать в системе?" */
.noneDate small {
	display: none;
}
/* *** */

/* ================== Законодательство ================== */

.law li {
	list-style-image: url("/i/ul-li.png");
	margin: 10px 0px;
}

/* ================== Информация от партнёров ================== */

.addNewsLink {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
}
.alert.partner {
	width: 400px;
	padding: 40px 10px 10px 20px;
}

/* список новостей партнёров в левом меню */

.infoblok .news-list {
	padding-bottom: 10px;
}
.infoblok .news-list a:hover {
	color: #555 !important;
	text-decoration: none;
}

.hidden {
	display: none;
}
span.toggler {
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px dashed #0057a8 !important;
	color: #0057a8;
	margin-bottom: 10px;
}

#sitemap {
	margin: 0;
	padding: 0;
}
#sitemap li {
	list-style: none;
}

/* ================== Добавить тендер ================== */

.left-column,
.right-column {
	width: 49%;
}

/*_____________________________таблица_________*/
table.tbl {
	background: #fff;
	border-collapse: collapse;
	border: solid #ddd;
	border-width: 1px 0 0 0;
	font-size: 12px;
	margin: 15px 0;
	width: 100%;
}
table.tbl tbody tr:nth-of-type(even) {
	background: #f7f7f7;
}
table.tbl tbody tr:hover {
	background: #eee;
}

table.tbl tbody th,
table.tbl tbody td {
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	border-right: 1px solid #eee;
	padding: 5px 4px;
	font-weight: normal;
	vertical-align: top;
}
table.tbl tbody th:last-child,
table.tbl tbody td:last-child {
	border-right: none;
}

table.tbl tbody th.text-align-center,
table.tbl tbody td.text-align-center {
	text-align: center;
	white-space: nowrap;
}
table.tbl tbody th {
	font-size: 14px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
}
table.tbl tbody th h3 {
	margin: 5px 0;
}
table.tbl tbody th a {
	color: #333;
}

table.tbl thead {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
table.tbl thead tr:first-child {
	height: 20px;
}
table.tbl thead tr:last-child {
	height: 40px;
}
table.tbl thead th {
	background: url("/i/sep.png") no-repeat right center;
	border: none;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
table.tbl thead th:last-child {
	background: none;
}

table.tbl thead th.sep-down {
	background: none;
}
table.tbl thead th.sep-up {
	background: url("/i/sep.png") no-repeat right 100%;
}

table.tbl td:first-child {
	max-width: 220px;
	width: 220px;
}

table.reestry {
}
table.reestry h2 {
	margin: 17px 0 0 0 !important;
}
table.reestry h2 a {
	text-decoration: none !important;
	color: #005aaa !important;
}
table.reestry h2 a:hover {
	color: #aa0000 !important;
}
.reestry {
	position: relative;
	width: 100%;
}
.reestr_block {
	position: relative;
	display: inline-block;
	margin-left: -2px;
	padding: 0 5px 0 85px;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.reestr_block p {
	padding: 0 0 10px 0;
	margin: 0;
}
.reestry h2 {
	margin: 17px 0 0 0 !important;
}
.reestry h2 a {
	text-decoration: none !important;
	color: #005aaa !important;
}
.reestry h2 a:hover {
	color: #aa0000 !important;
}

.reestr_np {
	padding: 10px 0 0 0;
	background: #f4f4f4;
}
.reestr_np .element-group {
	padding: 0 10px;
}
.reestr_np .submit-block {
	text-align: center;
}
.tree_info_block {
	max-width: 275px;
}

#companySearch {
	padding: 10px 0 0 0;
	background: #f4f4f4;
}
#companySearch .tree_info_block {
	max-width: 275px;
}
#companySearch .submit-block {
	text-align: center;
}
#center .content .planzakupki {
	display: none;
	/*position:absolute;
	top:-39px;
	right:-250px;
	padding:4px 7px;
	background:#e5e5e5;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size:15px;*/
}
.social-likes-plan {
	display: none;
}

/*---------------Оформление ЭЦП-----------------*/
.mp_list {
	color: #005aaa;
	border-bottom: 1px dotted #005aaa;
	display: table;
	cursor: pointer;
}
.marketplace {
	display: none;
	padding: 10px;
}
.marketplace ul {
	-webkit-padding-start: 10px;
	padding: 0;
	margin: 0 0 0 15px;
	list-style: square;
}
.marketplace ul li {
	margin-bottom: 5px;
}
.marketplace td {
	vertical-align: top;
}
.block_vidkon {
	position: absolute;
	margin: 0 20px 0 520px;
	width: 307px;
	height: 250px;
	background: url(https://www.bicotender.ru/i/videokcloud.png) no-repeat 0 0;
}
.block_vidkon p {
	padding: 8px 10px 5px 10px;
	font-size: 14px;
	color: #333;
	text-align: left;
	margin: 0;
}
.block_vidkon span {
	display: block;
	background: url(https://www.bicotender.ru/i/videoicon.png) no-repeat 0 0;
	height: 30px;
	color: #005aaa;
	padding: 2px 0 0 42px;
	margin: 10px 0 0 26px;
}
.block_vidkon span a {
	color: #005aaa;
	border-bottom: 2px dotted #005aaa;
	text-decoration: none;
}

/*----------------Обучение---------------*/
.review_button {
	background: #2377c1;
	background: -moz-linear-gradient(top, #2377c1 0%, #005aaa 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #2377c1),
		color-stop(100%, #005aaa)
	);
	background: -webkit-linear-gradient(top, #2377c1 0%, #005aaa 100%);
	background: -o-linear-gradient(top, #2377c1 0%, #005aaa 100%);
	background: -ms-linear-gradient(top, #2377c1 0%, #005aaa 100%);
	background: linear-gradient(top, #2377c1 0%, #005aaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2377c1", endColorstr="#005aaa", GradientType=0);
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	text-decoration: none !important;
	font-style: normal !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#center .content a.review_button:visited {
	color: white;
}
.training_bico ul {
	padding-right: 0px;
}
.training_bico ul li {
	line-height: 21px;
	padding-bottom: 5px;
}
.training_bico .video_desc {
	/*float:right;*/
	padding: 10px 0 10px 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
	font-style: italic;
	clear: both;
}

/*---------------Семинар-практикум «Теория и практика участия в электронных аукционах на ЭТП «Сбербанк-АСТ». Анализ Федерального закона №44-ФЗ»---------------*/
.reviews_seminar {
	position: relative;
	clear: both;
	padding: 10px;
	background: #e9f0f8;
	margin: 10px 0;
}
.reviews_seminar h3 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #005aaa;
	font-family: Tahoma, Geneva, sans-serif;
}
.reviews_seminar table {
	border-collapse: collapse;
}
.reviews_seminar table td {
	padding: 10px;
}
.reviews_seminar table td:first-child {
	border-right: 1px solid #bad2e8;
}
.reviews_seminar table td p {
	font-style: italic;
	color: #666666;
	padding: 0 20px;
	position: relative;
}
.reviews_seminar table td p:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0px;
	background: url(https://www.bicotender.ru/i/quotes.png) no-repeat 0 0;
	width: 17px;
	height: 16px;
}
.reviews_seminar table td p:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(https://www.bicotender.ru/i/quotes.png) no-repeat -17px 0;
	width: 17px;
	height: 16px;
}
.reviews_seminar table td span {
	float: right;
}
.registration_btn,
.custom-btn .submit-block input {
	display: block;
	padding: 7px 0 10px 0;
	width: 331px;
	color: #fff;
	font-size: 19px;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	background: url("/i/button_img.jpg") repeat-x;
	text-shadow: none;
	margin: 13px 0;
}
.registration_btn a {
	color: #fff;
	text-decoration: none;
}

/*----------Ознакомьтесь с правилами публикации-----------*/
.posting_rules {
	display: inline;
}
#win {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	height: 100%;
	width: 100%;
}
#popup {
	padding: 0;
	background: #ffffff;
	position: fixed;
	width: 500px;
	height: 420px;
	line-height: 18px;
	text-align: left;
	z-index: 3000;
}
#cancel {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background: url(/i/close.gif) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 4px;
}
#publishing-rules {
	position: relative;
	text-decoration: none;
	border-bottom: 1px dashed #014d90;
	margin-left: 50px;
}
#publishing-rules:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(/i/info-pub.png) no-repeat 0 0;
	position: absolute;
	top: 4px;
	left: -18px;
}
#obj {
	display: none;
}
.sample {
	padding: 20px;
}
.sample h2 {
	border-bottom: 5px solid #e5e5e5;
	margin: 0;
}

/*#tabs_opinion {
	margin:0;
	padding:0;
	border:none;
	background: none;
}
#tabs_opinion ul {
	margin:0;
	padding:0;
}
#tabs_opinion ul li a {
	padding:5px 15px;
}
#tabs_opinion ul li a:focus {
	outline:none !important;
}
#tabs_opinion .ui-tabs-panel {
	background: #FFF;
	padding:0 15px 10px 15px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
}
#tabs_opinion .ui-state-default {
	background: #005aaa;
	margin:0px 5px 0px 0px;
	border: 1px solid #005aaa;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#tabs_opinion .ui-state-default a {
	color:#fff !important;
	font-size:20px;
	font-family: Georgia;
	font-weight: normal;
}
#tabs_opinion .ui-state-default:before {
	content:'';
	position:absolute;
	top:100%;
	width:105%;
	left: 0;
	height:10px;
	background:#fff;
	z-index:9;
}
#tabs_opinion .ui-state-active {
	background: #FFF !important;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#tabs_opinion .ui-state-active a {
	font-size:20px;
	font-family: Georgia;
	font-weight:normal;
	color:#005aaa !important;
}
#tabs_video .ui-state-active:before {
	content:'';
	position:absolute;
	top:100%;
	width:120%;
	left: 0;
	height:10px;
	background:#fff;
	z-index:9;
}
#tabs_opinion table {
	position:relative;
	border:none;
	border-collapse:collapse;
}
#tabs_opinion table td {
	padding:0;
	margin:0;
	vertical-align:top;
}
#tabs_opinion table td:first-child {width:1%;}
#tabs_opinion table td:last-child {padding:0 0 0 15px;}*/

#tabs_opinion {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#tabs_opinion ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs_opinion ul li a {
	padding: 5px 15px;
}
#tabs_opinion ul li a:focus {
	outline: none !important;
}
#container #center {
	overflow: hidden;
}
#tabs_opinion .tabs-body {
	background: #fff;
	padding: 10px 15px 10px 15px;
	border: 1px solid #e5e5e5;
	clear: both;
	/* clear: unset; */
	-webkit-border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
}

#tabs_opinion ul li {
	background: #005aaa;
	border: 1px solid #005aaa;
	list-style: none;
	float: left;
	position: relative;
	top: 2px;
	margin: 0 0.2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#tabs_opinion ul li a {
	color: #fff !important;
	font-size: 20px;
	/*font-family: Georgia;*/
	font-weight: normal;
	padding: 5px 15px;
	float: left;
	text-decoration: none;
}
#tabs_opinion ul li:before {
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	height: 10px;
	background: #fff;
	z-index: 9;
}
#tabs_opinion ul li.active {
	background: #fff !important;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#tabs_opinion ul li.active a {
	font-size: 20px;
	/*font-family: Georgia;*/
	font-weight: normal;
	color: #005aaa !important;
}
#tabs_video ul li.active:before {
	content: "";
	position: absolute;
	top: 100%;
	width: 120%;
	left: 0;
	height: 10px;
	background: #fff;
	z-index: 9;
}
#tabs_opinion table {
	position: relative;
	border: none;
	border-collapse: collapse;
}
#tabs_opinion table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
#tabs_opinion table td:first-child {
	width: 1%;
}
#tabs_opinion table td:last-child {
	padding: 0 0 0 15px;
}


table.tbl td:first-child {
	width: auto;
}
@media screen and (min-width: 751px) {
	.tndsearch input[type="text"] {
		border: 1px solid #005aaa;
		height: 30px !important;
	}
}

@media screen and (max-width: 480px) {
	.tndsearch #searchForm {
		flex-direction: column;
		align-items: center;
		padding-right: 0;
	}
}

@media screen and (min-width: 481px) {
	.tndsearch #searchForm .search_element_wrapper {
		padding-right: 0;
	}

	.tndsearch #searchForm .search_element_wrapper {
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.tndsearch .tndsearch-bottom {
		flex-direction: column;
		padding-right: 0;
	}

	.tndsearch .tndsearch-bottom .tndsearch-bottom-left {
		margin-bottom: 5px;
	}

	.tndsearch .tndsearch-bottom .tndsearch-bottom-left a {
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.tndsearch .tndsearch-bottom .tndsearch-bottom-right {
		padding-left: 0;
		margin-bottom: 10px;
	}
}

.hd1 ul li {
	margin: 0 10px 0px 0;
}

@media screen and (min-width: 1000px) {
	body {
		min-width: 1000px;
	}

	.hd1 ul {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.demo_dostup {
	}

	.tndsearch form {
		position: relative;
		z-index: 2;
	}

	.tndsearch .tndsearch-bottom {
		z-index: 2;
	}

	#registration .control-it {
		height: auto !important; /* margin-bottom:5px;*/
	}

	#registration .tree_info_block {
		max-width: 100% !important;
	}

	#footer {
		min-width: 100%;
	}

	.reestr_block {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.enter_lk {
		display: none;
	}

	/*----------tags------*/
	.tender-bytag {
		position: relative;
		width: 100%;
		display: inline-block;
	}

	.tender-bytag ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-bottom: 20px;
		width: 100%;
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-gap: 10px;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	}

	.tender-bytag li {
		display: block;
		padding: 2px 14px;
	}

	.tender-bytag li a {
		font-size: 12px;
		color: #555;
	}

	#tender_search .labels {
		max-width: 175px;
		padding: 4px 0 0 0;
		color: #000;
	}

	.controls input[type="text"],
	.controls input[type="password"],
	.controls input[type="email"],
	.controls input[type="number"],
	.controls input[type="file"],
	.controls select,
	.controls textarea,
	.controls .tree_info_block {
		font-size: 13px;
	}

	.from-to .controls label {
		font-size: 13px;
	}

	/*----------Видео-обучение Расширеный поиск-----------*/
	.video-training {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		display: none;
	}

	.video-training .vt-block {
		width: 200px;
		background: #ecf4fa;
		padding: 7px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.video-training .vt-block h2 {
		margin: 0;
		font-size: 20px;
	}

	.video-training .vt-block h3 {
		margin: 0;
		padding: 0 0 10px 0;
	}

	.video-training .vt-block p {
		font-style: italic;
		margin: 0;
		padding: 0;
	}

	.video-training .vt-block span.play {
		display: block;
		margin: 0 auto;
		width: 72px;
		height: 72px;
		background: url(/i/play-video.png) no-repeat 0 0;
	}

	.video-training .vt-block #video-training:hover span.play {
		background-position: -72px 0;
	}

	.video-training .vt-block #video-training:hover div {
		border-bottom: 1px solid #ecf4fa;
		color: #aa0000;
	}

	.video-training .share {
		display: inline-block;
		margin: 10px 5px 0 5px;
	}

	.video-training .social-likes__widget {
		margin: 0;
	}

	.video-training .social-likes__button_facebook,
	.video-training .social-likes__button_twitter,
	.video-training .social-likes__button_vkontakte {
		padding-left: 16px;
	}

	.video-training .social-likes {
		margin-top: -7px;
	}

	#win {
		position: fixed;
		z-index: 2000;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
		display: none;
		height: 100%;
		width: 100%;
	}

	#popup {
		padding: 0;
		background: #ffffff;
		position: fixed;
		width: 893px;
		height: 520px;
		line-height: 18px;
		text-align: left;
		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);
	}

	#cancel {
		display: block;
		float: right;
		width: 15px;
		height: 15px;
		background: url(/i/close.gif) no-repeat;
		cursor: pointer;
		position: absolute;
		top: 4px;
		right: 4px;
	}

	#video-training {
		position: relative;
		text-decoration: none;
		border-bottom: 1px dashed #014d90;
		margin: 0;
	}

	#video-training div {
		border-bottom: 1px dashed #014d90;
		display: none;
		font-style: normal;
		margin: 10px 0 0 14px;
	}

	#obj {
		display: none;
	}

	.sample {
		padding: 20px;
	}

	.sample h2 {
		border-bottom: 5px solid #e5e5e5;
		margin: 0;
	}

	.analytics-promo-link {
		position: relative;
		margin: 0px 0px 10px 0px;
		right: 0;
		left: 0;
		display: inline-block;
	}
}

@media all and (max-width: 1100px) {
	.hd2_2 ul {
		justify-content: flex-start;
	}

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

	.scroll-left-sidebar {
		padding-top: 20px;
		max-width: 240px !important;
		width: 230px !important;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1230px) {
	.controls {
		width: 50%;
	}
}

@media screen and (min-width: 1011px) and (max-width: 1100px) {
	.controls {
		width: 45%;
	}

	.analytics-promo-link {
		position: relative;
		margin: 0px 0px 10px 0px;
		right: 0;
	}

	h3 + .analytics-promo-link + .specify {
		margin-top: -66px;
	}

	h3 + .analytics-promo-link {
		position: relative;
		margin: -5px 0 20px 0;
		right: 0px;
	}
}

@media screen and (max-width: 1120px) {
	.registration-wrapper .finish-reg-left-block /*, */
		/*.substrate-it*/ {
		width: auto !important;
	}

	.substrate-it {
		background: transparent !important;
	}

	.finish-reg-left-block.radio-list {
		width: 100% !important;
		margin: 0;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1010px) {
	.control-group {
		clear: both;
	}

	.video-training {
		float: right;
		position: relative;
		margin-right: 10px;
	}

	.video-training .vt-block {
		padding: 2px 10px;
	}

	#video-training div {
		margin: 0;
		display: block;
	}

	#video-training img {
		display: none;
	}

	.video-training .vt-block h2,
	.video-training .vt-block span.play {
		display: none;
	}

	.video-training .vt-block {
		width: auto;
		float: left;
	}

	.video-training .share {
		float: left;
		margin: 2px 7px;
	}

	.video-training .social-likes {
		float: left;
		display: block;
		margin: 0;
		line-height: normal;
	}

	.analytics-promo-link {
		position: relative;
		margin: 0px 0px 10px 0px;
		right: 0;
	}

	h3 + .analytics-promo-link + .specify {
		margin-top: -66px;
	}

	h3 + .analytics-promo-link {
		position: relative;
		margin: -5px 0 20px 0;
		right: 0;
	}
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
	#middle {
		position: relative;
		/*padding: 0 10px 0 240px;*/
	}
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		background: #fff;
		width: 100%;
		min-width: 100%;
	}

	.hd2_2 ul {
		justify-content: flex-start;
	}

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

	.hd2_2 ul li a {
		font-size: 14px;
	}

	#video-training img {
		display: none;
	}

	#win {
		position: fixed;
		z-index: 2000;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		display: none;
		height: 100%;
		width: 100%;
	}

	#popup {
		padding: 0;
		background: #ffffff;
		position: fixed;
		width: 680px;
		height: 400px;
		line-height: 18px;
		text-align: left;
		z-index: 3000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 30px 0px #000;
		-moz-box-shadow: 0px 0px 30px 0px #000;
		box-shadow: 0px 0px 30px 0px #000;
	}

	#cancel {
		display: block;
		float: right;
		width: 15px;
		height: 15px;
		background: url(/i/close.gif) no-repeat;
		cursor: pointer;
		position: absolute;
		top: 4px;
		right: 4px;
	}

	#obj {
		display: none;
	}

	#popup .sample {
		padding: 20px;
	}

	#popup .sample object,
	#popup .sample embed {
		width: 640px;
		height: 360px;
	}

	.top-line {
		min-width: 700px;
		height: auto;
		background: none;
	}

	.toplist {
		background: #f5f5f5;
	}

	.toplist li {
		padding: 7px 10px;
	}

	.toplist li:first-child {
		padding: 0px 28px 8px 0px;
	}

	.toplist li:first-child a {
		margin-left: 10px;
	}

	.hd1 {
		position: relative;
		height: auto;
	}

	.hd1 #clock {
		margin: 10px 0 0 20px;
		width: 220px;
		position: absolute;
	}

	.header-list {
		position: relative;
		float: left;
	}

	.hd1 ul {
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 10px;
	}

	.hd1 ul li {
		float: left;
		position: relative;
		display: block;
		height: auto;
	}

	.hd1 ul li a {
		margin: 0;
		height: auto;
		padding: 0;
		background: none;
		border: none;
		box-sizing: initial;
	}

	.hd1 ul li i {
		top: 0;
		left: 0;
		float: none;
	}

	.hd1 ul li:nth-child(2) i {
		background-position: -271px -165px;
	}

	.hd1 ul li:nth-child(3) i {
		background-position: -271px -200px;
	}

	.hd1 ul li:nth-child(4) i {
	}

	#header {
		height: auto;
	}

	.logo {
		position: absolute;
		width: 215px;
		height: 80px;
		background: url(/i/logo_original.png) no-repeat 0 0;
		margin: 0;
		padding: 0;
		top: 31px;
		left: 18px;
	}

	.logo img {
		display: none;
	}

	.logo a {
		display: block;
		width: 215px;
		height: 65px;
	}

	.hd2 {
		position: relative;
	}

	.hd2_2 {
		margin: 0px;
		padding: 0 10px;
		text-align: center;
	}

	.tndsearch {
		margin-left: 230px;
		padding: 10px;
		min-height: 60px;
	}

	.tndsearch dl {
		width: 100%;
		float: none;
		margin: 0;
		max-width: 100%;
	}

	.tndsearch form {
		margin-bottom: 3px;
	}

	.tndsearch input[type="text"] {
		border: 1px solid #0157a3;
	}

	.tndsearch input[type="submit"] {
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 0;
		margin: 3px;
		height: 24px;
		font-family: Arial, Helvetica, sans-serif;
		width: 70px;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
		background: #fff;
		border: 1px solid #0157a3;
		box-shadow: 0px 0px 10px -5px #000;
		text-shadow: none;
		outline: none;
	}

	.tndsearch input[type="submit"]:hover,
	.tndsearch input[type="submit"]:active,
	.tndsearch input[type="submit"]:focus {
		background: #e6eef5;
		outline: none;
	}

	.tndsearch .tndsearch-bottom {
		width: 100%;
		font-family: Arial, Helvetica, sans-serif !important;
	}

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

	.tndsearch div,
	.tndsearch div a,
	.tndsearch div span {
		color: #fff;
	}

	.tndsearch div span,
	.tndsearch div a {
		border-bottom: 1px dashed #fff;
	}

	.tndsearch div a:hover {
		border-bottom: 1px solid #fff;
	}

	.tender-commerce {
		height: 150px !important;
	}

	.tender-commerce p {
		height: 130px !important;
	}

	#tender_search .row {
		padding: 5px;
		margin: 0;
	}

	#tender_search .row .left-column,
	#tender_search .row .right-column {
		float: none;
		padding: 0 5px !important;
		width: 100% !important;
	}

	#tender_search .row .labels {
		width: 100%;
	}

	#tender_search .row .control-group .controls {
		padding: 0px;
	}

	#tender_search .row.search-expandable .submit-block {
		text-align: center;
	}

	#tender_search .row.search-expandable .left-column {
		display: none;
	}

	.substrate-it {
		width: 100% !important;
	}

	.content .tend-card {
		margin-right: 230px !important;
	}

	.AddTender {
		position: relative;
		float: none !important;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		display: block;
	}

	.AddTender a {
		height: auto !important;
	}

	.tender-just-do-it .print-page {
		white-space: nowrap;
	}

	.tender-just-do-it {
		margin: 0 0 5px 0 !important;
		height: auto !important;
	}

	.tender-just-do-it a:first-child {
		float: none !important;
		display: block !important;
		margin-bottom: 5px;
		font: 14px Arial, Helvetica, sans-serif !important;
	}

	.tender-just-do-it.flat-button-wrapper a:first-child {
		display: flex !important;
		margin-bottom: 0;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		text-align: center;
	}

	.tender-just-do-it a {
		float: none !important;
	}

	.tender-just-do-it .btn-large {
		width: 100% !important;
		text-align: center !important;
	}

	.tender-just-do-it .print-page {
		height: 0px !important;
		float: none !important;
		overflow: hidden;
	}

	.AddTender div.saved-botton {
		height: auto !important;
		float: none !important;
	}

	.tender-service {
		height: auto !important;
		padding: 10px 0 0 0 !important;
	}

	.tender-service .registrationECP,
	.tender-service .registrationSRO,
	.tender-service .registrationHACCP,
	.tender-service .bank-guarantee,
	.tender-service .tender-credit {
		width: 100% !important;
		margin: 0px !important;
	}

	.tender-list {
		padding: 0;
		margin: 0;
		border-collapse: collapse;
	}

	.tender-list,
	.tender-list thead,
	.tender-list tbody,
	.tender-list th,
	.tender-list td,
	.tender-list tr {
		display: block;
	}

	.tender-list thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tender-list tr {
		border: 1px solid #ccc !important;
		margin-bottom: 5px;
	}

	.tender-list td {
		border: none;
		border: none !important;
		position: relative;
		padding: 5px 5px 5px 115px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.tender-list td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 110px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.tender-list td:before {
		content: attr(data-title);
	}

	.ad-gallery {
		width: 100% !important;
	}

	#map {
		height: 0px;
		overflow: hidden;
		clear: both;
	}

	.servicesBloc {
		width: 100% !important;
		padding: 0 10px !important;
		margin: 0px !important;
	}

	.control-group .controls {
		width: 100%;
		padding: 0 75px 0 0;
	}

	.consultation_wrap .control-group .controls {
		padding: 0;
	}

	.call_back_page_main .control-group .controls {
		padding: 0 !important;
	}

	.control-group button#gotoCatalog {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		margin: 0;
		height: 24px;
		font-family: Arial, Helvetica, sans-serif;
		width: 70px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		outline: none;
	}

	#left {
		width: 240px;
		float: left;
		/*margin-left: -240px;*/
	}

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

	#center .content iframe {
		width: 100%;
	}

	#right .content {
		padding: 0 !important;
	}

	#right .content > * {
		width: auto;
	}

	#right .content div:nth-child(2) {
		position: relative;
		overflow: hidden;
		display: block;
	}

	#right .content div:nth-child(2) div.infoblok {
		float: left;
		width: 50%;
	}

	#right .content div:nth-child(2) div.infoblok:nth-child(2n + 1) {
		padding-right: 5px;
		clear: both;
	}

	#right .content div:nth-child(2) div.infoblok:nth-child(2n + 2) {
		padding-left: 5px;
	}

	.right iframe {
		display: none;
	}

	#accordion h3 {
		background: none !important;
		position: relative;
		margin-top: 15px !important;
		margin-bottom: 5px !important;
	}

	#accordion h3:before {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		background: url(/i/work_system.png) no-repeat;
		width: 20px;
		height: 20px;
	}

	#accordion h3.tenderSearch:before {
		background-position: 0px -29px !important;
	}

	#accordion h3.registerOnSite:before {
		background-position: 0px 0px;
	}

	#accordion h3.howWork:before {
		background-position: 0px -57px !important;
	}

	#accordion h3.subscribe:before {
		background-position: 0px -84px !important;
	}

	#accordion h3.orderServices:before {
		background-position: 0px -111px !important;
	}

	#accordion ul {
		margin: 0 0 0 25px;
		padding: 0;
	}

	#registration {
		width: 100% !important;
	}

	.form-event-it {
		width: 100% !important;
		margin: 0 !important;
		padding: 10px 10px 10px 10px !important;
	}

	.control-it {
		height: auto !important;
	}

	.control-it > label {
		height: auto !important;
		float: none !important;
	}

	.control-it > input {
		width: 100% !important;
		float: none !important;
	}

	.control-it .js-resultBox {
		width: auto !important;
		float: none !important;
		display: block !important;
	}

	.cke * {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.adv {
		display: none;
	}

	#footer {
		min-width: 700px;
		margin: 0;
		height: 215px;
	}

	#footer .content .copy {
		padding: 0px 0px 0px 15px;
	}

	#footer .content ul {
		width: auto;
		overflow: hidden;
		padding: 20px 180px 0 20px;
		margin: 0;
	}

	.enter_lk {
		display: none;
	}

	#footer .content .social-block {
		left: 60px;
		border: none;
		top: 100px;
		padding: 0;
	}

	.social-block ul.social-block--list {
		margin: 0 !important;
		padding: 5px 0 0 0 !important;
	}

	#footer .content .warning {
		width: 222px;
	}

	#container {
		min-width: 700px;
	}

	#general {
		width: 100%;
		margin: 0;
		padding: 0 0px;
		display: flex;
		flex-wrap: wrap-reverse;
	}

	#general > #right {
		display: table-footer-group;
		width: 100%;
		margin: 0;
		padding: 0px;
		overflow: visible;
	}

	#general > #center {
		display: table-header-group;
		width: 100%;
		margin: 0;
		padding: 0px;
		overflow: visible;
	}

	.recaptcha__block__wrapper div {
		margin: 0 auto;
	}

	.reestry h2 {
		font-size: 18px;
	}

	.control-group {
		clear: both;
	}

	.video-training {
		float: left;
		position: relative;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.video-training .vt-block {
		padding: 2px 10px;
	}

	#video-training div {
		margin: 0;
		display: block;
	}

	#video-training img {
		display: none;
	}

	.video-training .vt-block h2,
	.video-training .vt-block p,
	.video-training .vt-block span.play {
		display: none;
	}

	.video-training .vt-block {
		width: auto;
		float: left;
		background: #ecf4fa;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.video-training .share {
		float: left;
		margin: 2px 7px;
	}

	.video-training .social-likes {
		float: left;
		display: block;
		margin: 0;
		line-height: normal;
	}

	.video-training .social-likes li {
		margin: 0;
	}

	.video-training .social-likes__button_facebook,
	.video-training .social-likes__button_twitter,
	.video-training .social-likes__button_vkontakte {
		padding-left: 16px;
	}

	.landing_p {
		font-size: 14px !important;
	}

	.advantages td {
		font-size: 14px !important;
	}

	.need td {
		float: left;
		width: 50%;
		display: block;
	}

	.analytics-promo-link {
		position: relative;
		margin: 0 0 10px 0;
		right: 0;
		/*left: 70px;*/
	}

	h3 + .analytics-promo-link + .specify {
		margin-top: -66px;
	}

	h3 + .analytics-promo-link {
		position: relative;
		margin: -5px 0 20px 0;
		right: 0;
		/*left: 71px;*/
	}
}

@media screen and (max-width: 1000px) {
	#center .content p,
	#center .content div,
	#center .content li {
		text-align: left !important;
	}
}

@media screen and (max-width: 480px) {
	.registration-form-full .controls {
		margin-left: 0;
	}

	.registration-form-full .field-name-captcha .controls {
		margin-left: 0;
	}

	.field-name-captcha .recaptcha__block__wrapper > div,
	.rc-anchor-normal {
		height: auto;
		width: auto;
	}
}

@media (max-width: 768px) {
	.tabs-content-item.tabs-3 {
		overflow: scroll;
		width: 70%;
	}
	/* .tabs-content {
		min-width: 100%;
		overflow: scroll;
	} */
}
@media screen and (min-width: 481px) and (max-width: 750px) {
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		background: #fff;
		width: 100%;
		min-width: 240px;
		overflow-x: hidden;
	}

	.top-line {
		display: none;
	}

	.logo {
		position: relative;
		display: block;
		width: 250px;
		height: 65px;
		background: url(/i/logo_original.png) no-repeat 0 0;

		/*width:210px;
	height:136px;
	background:url(/i/logo9_bico.jpg) no-repeat 0 0;*/

		text-align: center;
		float: none;
		margin: 10px auto;
	}

	.logo a {
		display: block;
		width: 250px;
		height: 65px;
	}

	.logo img {
		display: none;
	}

	.hd1 {
		position: relative;
		overflow: hidden;
		margin: 0;
		height: auto;
	}

	.hd1 ul {
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 10px;
	}

	.hd1 ul li a {
		margin: 0;
		height: auto;
		padding: 0;
		background: none;
		border: none;
	}

	.hd1 ul li:nth-child(2) i {
		background-position: -271px -165px;
	}

	.hd1 ul li:nth-child(3) i {
		background-position: -271px -200px;
	}

	.hd1 ul li:nth-child(4) i {
	}

	.hd2 {
		position: relative;
		overflow: hidden;
		padding: 0 10px;
	}

	.hd2_2 {
		margin: 0px;
		padding: 0px;
		float: left;
	}

	.hd2_2 ul {
		text-align: left;
	}

	.hd2_2 ul li {
		padding: 0;
	}

	#header {
		position: relative;
		overflow: hidden;
		height: auto;
	}

	#header > .content {
		position: relative;
		overflow: hidden;
	}

	.tndsearch {
		position: relative;
		background: none;
		padding: 0;
		margin-top: 20px;
	}

	.tndsearch dl {
		width: 100%;
		float: none;
		margin: 5px 0;
		max-width: 100%;
		padding-right: 75px;
	}

	.tndsearch input[type="submit"] {
		position: absolute;
		top: 4px;
		right: 0;
		padding: 0;
		margin: 0;
		height: 24px;
		font-family: Arial, Helvetica, sans-serif;
		width: 70px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #005aaa;
		border: none;
		color: #fff;
		box-shadow: none;
		text-shadow: none;
		outline: none;
	}

	.tndsearch input[type="submit"]:hover,
	.tndsearch input[type="submit"]:active,
	.tndsearch input[type="submit"]:focus {
		background: #aa0000;
		outline: none;
	}

	.tndsearch .tndsearch-bottom {
		width: 100%;
		font-family: Arial, Helvetica, sans-serif !important;
	}

	.tndsearch div,
	.tndsearch div a,
	.tndsearch div span {
		color: #005aaa;
	}

	.tndsearch div span,
	.tndsearch div a {
		border-bottom: 1px dashed #005aaa;
	}

	.tndsearch div a:hover {
		color: #aa0000;
		border-bottom: 1px dashed #aa0000;
	}

	#container {
		min-width: 240px;
	}

	#left {
		position: relative;
		display: block;
		float: none;
		width: auto;
	}

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

	.infoblok.login {
		width: 100%;
		max-width: 481px;
		float: none;
	}

	.infoblok.new_subscribe {
		display: none !important;
	}

	.infoblok.menuServLeft {
		width: 50%;
		float: left;
		padding-top: 4px;
		border-left: 10px solid #fff;
	}

	.infoblok.menuServLeft ul {
		width: auto;
	}

	.infoblok.menuServLeft ul li {
		width: auto;
	}

	#left .content div:nth-child(4) {
		clear: both;
	}

	#left .content noindex div.infoblok {
		display: none;
	}

	#left .content > div:last-child {
		display: none;
	}

	#left .content noindex div.infoblok.login {
		display: block;
	}

	#general {
		position: relative;
		display: block;
		margin: 0;
	}

	#right {
		float: none;
		display: block;
	}

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

	#right .content > * {
		width: auto;
	}

	#right .content div:nth-child(2) {
		position: relative;
		overflow: hidden;
		display: block;
	}

	#right .content div:nth-child(2) div.infoblok {
		float: left;
		width: 50%;
	}

	#right .content div:nth-child(2) div.infoblok:nth-child(2n + 1) {
		padding-right: 5px;
		clear: both;
	}

	#right .content div:nth-child(2) div.infoblok:nth-child(2n + 2) {
		padding-left: 5px;
	}

	.infoblok.stat {
		margin-top: 0 !important;
	}

	table.tendersCatalog {
		width: 50% !important;
		margin: 0px !important;
	}

	table.tendersCatalog.table100 {
		width: 100% !important;
	}

	.control-group .controls {
		width: 100%;
		padding: 0 75px 0 0;
	}

	.consultation_wrap .control-group .controls {
		padding: 0;
	}

	.call_back_page_main .control-group .controls {
		padding: 0 !important;
	}

	.recaptcha__block__wrapper div {
		margin: 0 auto;
	}

	.control-group button#gotoCatalog {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		margin: 0;
		height: 24px;
		font-family: Arial, Helvetica, sans-serif;
		width: 70px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #005aaa;
		border: none;
		color: #fff;
		box-shadow: none;
		text-shadow: none;
		outline: none;
	}

	.control-group button#gotoCatalog:hover {
		background: #aa0000;
		outline: none;
	}

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

	#map {
		height: 0px;
		overflow: hidden;
		clear: both;
	}

	#center {
		position: relative;
		margin: 0 10px;
	}

	.tender-list {
		padding: 0;
		margin: 0;
		border-collapse: collapse;
	}

	.tender-list,
	.tender-list thead,
	.tender-list tbody,
	.tender-list th,
	.tender-list td,
	.tender-list tr {
		display: block;
	}

	.tender-list thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tender-list tr {
		border: 1px solid #ccc !important;
		margin-bottom: 5px;
	}

	.tender-list td {
		border: none;
		border: none !important;
		position: relative;
		padding: 5px 5px 5px 77px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.tender-list td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 70px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.tender-list td:before {
		content: attr(data-title);
	}

	.tender-action.serp ul.inline {
		padding: 6px 5px !important;
		background: #e7ebee !important;
		width: 100%;
	}

	.tender-action.serp ul.inline > li {
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 25px;
	}

	.tender-action.serp ul.inline > li.right {
		float: none;
	}

	.tender-action.serp ul.inline > li.clear {
		display: none !important;
	}

	#tender_search .row {
		padding: 5px;
		margin: 0;
	}

	#tender_search .row .left-column,
	#tender_search .row .right-column {
		float: none;
		padding: 0 5px !important;
		width: 100% !important;
	}

	#tender_search .row .labels {
		width: 100%;
	}

	#tender_search .row .control-group .controls {
		padding: 0px;
	}

	#tender_search .row.search-expandable .submit-block {
		text-align: center;
	}

	#tender_search .row.search-expandable .left-column {
		display: none;
	}

	.bookmark {
		width: 100%;
	}

	.adv {
		display: none !important;
	}

	#center .content {
		width: 100% !important;
	}

	/*#center .content iframe:last-child {display:none !important;}*/
	#center .content img {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
	}

	.ui-dialog {
		width: 100% !important;
	}

	.ui-dialog .ui-dialog-content > dl {
		width: 100% !important;
	}

	#center .content .right {
		float: none;
		position: relative;
	}

	.documentation {
		padding: 0 !important;
	}

	.TenderInfoblok.stat {
		padding: 5px 7px !important;
		width: 100% !important;
		margin: 0 0 2px 0;
	}

	.content .tend-card {
		margin: 15px 0 0 0 !important;
	}

	.tender-just-do-it {
		margin: 0 0 5px 0 !important;
		height: auto !important;
	}

	.tender-just-do-it a:first-child {
		float: none !important;
		display: block !important;
		margin-bottom: 5px;
	}

	.tender-just-do-it a.flat-button:first-child {
		margin-bottom: 0;
	}

	.tender-just-do-it a {
		float: none !important;
	}

	.tender-just-do-it .btn-large {
		width: 100% !important;
		text-align: center !important;
	}

	.tender-just-do-it .print-page {
		height: auto !important;
	}

	.AddTender {
		position: relative;
		float: none !important;
		padding: 0 !important;
		display: block;
	}

	.AddTender a {
		height: auto !important;
	}

	.tender-service {
		height: auto !important;
		overflow: hidden;
		padding: 10px 0 0 0 !important;
	}

	.tender-service .registrationECP,
	.tender-service .registrationSRO,
	.tender-service .registrationHACCP,
	.tender-service .bank-guarantee,
	.tender-service .tender-credit {
		width: 100% !important;
		margin: 0px !important;
	}

	.substrate-it {
		background: #e9f0f8 !important;
		padding: 5px 7px !important;
		width: 100% !important;
	}

	.substrate-it h3 {
		font-size: 18px !important;
		line-height: normal;
		padding: 0 0 0 20px !important;
		margin: 0 0 10px 0 !important;
	}

	.substrate-it ul {
		padding: 0 0 0 20px;
	}

	#registration {
		width: 100% !important;
		padding: 0 !important;
	}

	#recover {
		width: 100% !important;
	}

	/*.control-group .controls {padding:0 !important;}*/
	.form-event-it {
		width: 100% !important;
		margin: 20px 0 10px 0 !important;
	}

	.control-it {
		height: auto !important;
	}

	.control-it > label {
		height: auto !important;
		width: 100% !important;
		float: none !important;
	}

	.control-it > input {
		width: 100% !important;
		float: none !important;
		display: block !important;
	}

	.control-it .js-resultBox {
		width: auto !important;
		float: none !important;
		display: block !important;
	}

	.control-it.capcha-it div {
		width: 100% !important;
	}

	.control-it.capcha-it input {
		width: 100% !important;
		float: none !important;
	}

	.submit-it {
		display: block !important;
		width: 100% !important;
		float: none !important;
	}

	.howToSearch {
		width: 100% !important;
		display: block !important;
		float: none !important;
		margin-left: -3px;
	}

	.specify {
		float: none !important;
	}

	#center .content .bigButton.right,
	#center .content .bigButton.makeService {
		margin: 0 auto !important;
		width: 100%;
	}

	.servicesBloc {
		width: 100% !important;
	}

	#questions .quest_list {
		width: 100% !important;
		float: none !important;
	}

	.quest_list p {
		margin: 0 !important;
	}

	#accordion h3 {
		background: none !important;
		position: relative;
		margin-top: 15px !important;
		margin-bottom: 5px !important;
	}

	#accordion h3:before {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		background: url(/i/work_system.png) no-repeat;
		width: 20px;
		height: 20px;
	}

	#accordion h3.tenderSearch:before {
		background-position: 0px -29px !important;
	}

	#accordion h3.registerOnSite:before {
		background-position: 0px 0px;
	}

	#accordion h3.howWork:before {
		background-position: 0px -57px !important;
	}

	#accordion h3.subscribe:before {
		background-position: 0px -84px !important;
	}

	#accordion h3.orderServices:before {
		background-position: 0px -111px !important;
	}

	#accordion ul {
		margin: 0 0 0 25px;
		padding: 0;
	}

	.quest_form {
		width: 100% !important;
		float: none !important;
		margin-top: 30px;
	}

	.faq_list {
		margin: 10px 0 !important;
	}

	.left-column,
	.right-column {
		width: 100% !important;
		padding: 0;
	}

	.subform,
	.tab-content .subform {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0 5px;
	}

	.cke span {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.cke * {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.content.menuCompany {
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.content.menuCompany ul {
		margin: 0;
		padding: 0px 7px;
	}

	.content.menuCompany ul li {
		margin: 0 !important;
		padding: 5px 0px !important;
	}

	.ad-gallery {
		width: 100% !important;
	}

	.ad-gallery .ad-image-wrapper {
		height: 200px !important;
	}

	.lawCommentButton {
		display: block !important;
		float: none !important;
		margin: 0 auto !important;
	}

	.clientInformButton {
		width: 130px !important;
		top: -53px !important;
		margin: 0 !important;
	}

	#opinionFilter select {
		width: 100% !important;
		margin: 5px 0;
	}

	.tender-commerce {
		height: 150px !important;
	}

	.tender-commerce p {
		height: 130px !important;
	}

	.reestry h2 {
		font-size: 18px;
	}

	.vertical_tab,
	.vertical_tab thead,
	.vertical_tab tbody,
	.vertical_tab th,
	.vertical_tab td,
	.vertical_tab tr {
		display: block;
	}

	.vertical_tab thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.vertical_tab tr {
		border: none !important;
		margin-bottom: 5px;
	}

	.vertical_tab td {
		border: none;
		border: none !important;
		position: relative;
		padding: 5px 5px 5px 5px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.vertical_tab td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 80px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.ecp_block img {
		float: none !important;
		margin: 0 !important;
	}

	.block_vidkon {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 307px;
	}

	.training_bico .video_desc {
		float: none;
		width: 100%;
		padding: 0;
	}

	.training_bico ul {
		padding: 0 0 0 18px;
	}

	.training_bico table {
	}

	.training_bico table tr td:nth-child(4) {
		display: none;
	}

	.training_bico table tr th:nth-child(4) {
		display: none;
	}

	.training_bico table tr:nth-child(9) td:nth-child(3) {
		display: none;
	}

	#win {
		position: fixed;
		z-index: 2000;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		display: none;
		height: 100%;
		width: 100%;
	}

	#popup {
		padding: 0;
		background: #ffffff;
		position: fixed;
		width: 460px;
		height: 276px;
		line-height: 18px;
		text-align: left;
		z-index: 3000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 30px 0px #000;
		-moz-box-shadow: 0px 0px 30px 0px #000;
		box-shadow: 0px 0px 30px 0px #000;
	}

	#cancel {
		display: block;
		float: right;
		width: 15px;
		height: 15px;
		background: url(/i/close.gif) no-repeat;
		cursor: pointer;
		position: absolute;
		top: 4px;
		right: 4px;
	}

	#obj {
		display: none;
	}

	#popup .sample {
		padding: 20px;
	}

	#popup .sample object,
	#popup .sample embed {
		width: 420px;
		height: 236px;
	}

	.control-group {
		clear: both;
	}

	.video-training {
		float: left;
		position: relative;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.video-training .vt-block {
		padding: 2px 10px;
	}

	#video-training div {
		margin: 0;
		display: block;
	}

	#video-training img {
		display: none;
	}

	.video-training .vt-block h2,
	.video-training .vt-block p,
	.video-training .vt-block span.play {
		display: none;
	}

	.video-training .vt-block {
		width: auto;
		float: left;
		background: #ecf4fa;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.video-training .share {
		float: left;
		margin: 2px 7px;
	}

	.video-training .social-likes {
		float: left;
		display: block;
		margin: 0;
		line-height: normal;
	}

	.video-training .social-likes li {
		margin: 0;
	}

	.video-training .social-likes__button_facebook,
	.video-training .social-likes__button_twitter,
	.video-training .social-likes__button_vkontakte {
		padding-left: 16px;
	}

	#footer {
		min-width: 240px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#footer > .content {
		position: relative;
		overflow: hidden;
	}

	#footer .content .copy {
		float: none;
		display: block;
		top: 10px;
		padding: 0 0 0 10px;
	}

	#footer .copy p {
		padding: 10px 0 0 0px;
	}

	.warning {
		padding: 10px 10px 0px 10px;
	}

	.block_know div {
		min-height: auto !important;
	}

	.enter_lk {
		display: none;
	}

	/*--------------- Меняет блоки местами ------- Работает в FireFox!!! -------*/
	#general {
		width: 100%;
		margin: 0;
		padding: 0 10px;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap-reverse;
		-webkit-flex-flow: wrap-reverse;
		display: table;
		min-height: 0;
	}

	#general > #right {
		display: table-header-group;
	}

	#general > #center {
		display: table-caption;
		width: 100%;
		margin: 0;
		padding: 10px;
		overflow: visible;
	}

	/*--------------------------------------------*/
	#footer .content ul {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px;
		padding-top: 70px;
		margin: 0;
	}

	#footer .content ul li {
		width: auto;
		float: none;
		display: inline-block;
		margin: 0 2%;
	}

	.analytics-promo-link {
		position: relative;
		margin: 0px 0px 10px 0px;
		right: 0;
		/*left: 70px;*/
	}

	h3 + .analytics-promo-link {
		position: relative;
		margin: -5px 0 10px 0;
		right: 0px;
		/*left:71px;*/
	}

	.analytics-promo-link--left,
	h3 + .analytics-promo-link--left {
		/*left: 23px;*/
	}

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

	.tend-card.tabs .tender-just-do-it .tooltip {
		display: none !important;
	}

	#tabs_tender_card.ui-tabs .ui-tabs-nav li a {
		font-size: 14px !important;
	}

	.button-p-win {
		float: none !important;
		height: 34px !important;
		width: 100% !important;
	}

	.win-probability-wrapper .box {
		width: 360px !important;
		height: 360px !important;
		padding: 30px 10px 10px 10px !important;
		margin: -180px 0 0 -180px !important;
	}

	.win-probability-wrapper .box .text {
		font-size: 16px !important;
	}

	#footer .content .copy {
		text-align: center;
	}

	#footer .copy span.logo-bico,
	#footer .copy p {
		display: inline-block;
		vertical-align: middle;
	}

	#footer .copy p {
		padding-top: 0;
		margin-left: 10px;
	}

	#footer .copy p br {
		display: none;
	}

	#footer .content .warning,
	#footer .content .social-block {
		position: relative;
	}

	#footer .content ul {
		padding: 30px 0 20px;
	}

	#footer .content ul li {
		margin-bottom: 10px;
	}

	#footer .content ul li a {
		font-size: 14px;
	}

	#footer .content .social-block {
		right: 0;
		padding-top: 0;
		width: 100%;
		text-align: center;
		font-size: 14px !important;
	}

	.footer-messengers {
		text-align: center;
	}

	p.footer-messengers-title {
		font-size: 14px !important;
		margin-bottom: 0;
	}

	#footer .content .warning {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	#center .content .tend-card #tabs_tender_card #tabs-5 td {
		width: 0 !important;
		padding: 10px 0;
	}

	#center .content .tend-card #tabs_tender_card #tabs-5 img {
		display: none;
	}

	.scroll-left-sidebar {
		padding-top: 0;
		padding-bottom: 0;
		position: static !important;
		max-width: 100%;
		width: auto !important;
	}
}

@media screen and (max-width: 510px) {
	.hd1 {
		position: relative;
		overflow: hidden;
		background: #f4f4f4;
		border-bottom: 1px solid #e5e5e5;
		margin: 0;
		padding: 0 0 8px 0;
		height: auto;
	}

	.hd1 #clock {
		background: none;
	}

	.hd1 #clock {
		margin: 6px 0px 0px 8px;
		height: 25px;
		display: block;
		float: none;
	}

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

	.hd1 ul {
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 10px 10px 0 10px;
	}

	.hd1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.hd1 .header-list-main {
		width: 100%;
	}

	img.logo-mobile {
		height: 26px;
		position: relative;
		right: 26px;
	}

	.hd2 .logo {
		display: none;
	}

	.hd2_2 {
		margin: 6px 0 0 0;
		padding: 0;
		float: none;
		text-align: center;
	}

	.hd2_2 ul {
		text-align: center;
	}

	.hd2_2 ul li {
		padding: 0px 2%;
	}

	.demo_dostup a {
		justify-content: center;
		width: 100%;
	}

	img.top-menu-mobile {
		height: 26px;
		position: relative;
		left: 186px;
	}

	.mobile-hide {
		display: none;
	}

	.tndsearch .tndsearch-bottom {
		display: none;
	}

	#searchTenders {
		padding: 4px 10px 4px;
		font-size: 16px;
		line-height: 16px;
	}
}

@media (max-width: 499px) {
	.tabs-content-item.tabs-3 {
		width: 100%;
		overflow: scroll;
	}
}
@media screen and (max-width: 481px) {
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		background: #fff;
		width: 100%;
		min-width: 240px;
		overflow-x: hidden;
		transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
	}

	.top-line {
		display: none;
	}

	.widget_consultation {
		right: 0;
		left: 0;
		width: 100%;
	}

	#widget_consultation_search_card {
		z-index: 9999999999;
		left: 8px !important;
		right: auto !important;
		width: calc(100% - 24px);
		max-width: 457px;
	}

	#widget_consultation_search_card .close {
		position: absolute;
		top: -13px;
		right: -16px;
		width: 30px;
		height: 30px;
	}

	.widget_consultation div.close i {
		background-size: cover;
		width: 28px;
		height: 28px;
		box-shadow: 0 0 3px #fff;
	}

	.widget_consultation .consultation_body .reg_information p,
	.widget_consultation .consultation_body ul li p {
		font-size: 13px;
	}

	.widget_consultation .consultation_body .small-title p {
		font-size: 14px;
	}

	.widget_consultation .consultation_head p {
		font-size: 15px;
	}

	.widget_consultation .consultation_body {
		padding: 10px 2px;
	}

	.widget_consultation .consultation_body ul li {
		display: flex;
	}

	.widget_consultation .consultation_body ul li span {
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 3px;
		background: #44bb6e;
		margin: 2px 5px 0 0;
		flex-basis: 10px;
	}

	.widget_consultation .consultation_body ul li p {
		flex-basis: calc(100% - 20px);
		padding: 0 10px 2px 4px;
	}

	.control-group {
		clear: both;
	}

	.video-training {
		float: left;
		position: relative;
		margin-bottom: 10px;
	}

	.video-training .vt-block {
		padding: 2px 10px;
	}

	#video-training div {
		margin: 0;
		display: block;
	}

	#video-training img {
		display: none;
	}

	.video-training .vt-block h2,
	.video-training .vt-block p,
	.video-training .vt-block span.play {
		display: none;
	}

	.video-training .vt-block {
		width: auto;
		float: left;
		background: #ecf4fa;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.video-training .share {
		float: left;
		margin: 2px 7px;
	}

	.video-training .social-likes {
		float: left;
		display: block;
		margin: 0;
		line-height: normal;
	}

	.video-training .social-likes li {
		margin: 0;
	}

	.video-training .social-likes__button_facebook,
	.video-training .social-likes__button_twitter,
	.video-training .social-likes__button_vkontakte {
		padding-left: 16px;
	}

	#win {
		position: fixed;
		z-index: 2000;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		display: none;
		height: 100%;
		width: 100%;
	}

	#popup {
		padding: 0;
		background: #ffffff;
		position: fixed;
		width: 260px;
		height: 155px;
		line-height: 18px;
		text-align: left;
		z-index: 3000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 30px 0px #000;
		-moz-box-shadow: 0px 0px 30px 0px #000;
		box-shadow: 0px 0px 30px 0px #000;
	}

	#cancel {
		display: block;
		float: right;
		width: 15px;
		height: 15px;
		background: url(/i/close.gif) no-repeat;
		cursor: pointer;
		position: absolute;
		top: -5px;
		right: -5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	#obj {
		display: none;
	}

	#popup .sample {
		padding: 10px;
	}

	#popup .sample object,
	#popup .sample embed {
		width: 240px;
		height: 135px;
	}

	.logo {
		position: relative;
		float: none;
		width: 235px;
		height: 65px;
		background: url(/i/logo_original.png) no-repeat 0 0;
		margin: 10px auto;
		padding: 0;
	}

	.logo img {
		display: none;
	}

	.logo a {
		display: block;
		width: 235px;
		height: 65px;
	}

	.hd1 ul li i {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: -2px;
		float: none;
	}

	.hd1 ul li a {
		display: block;
		margin: 0;
		height: auto;
		padding: 0;
		background: none;
		border: none;
	}

	.hd2 {
		position: relative;
		overflow: hidden;
		padding: 0 10px;
	}

	#header {
		position: relative;
		overflow: hidden;
		height: auto;
	}

	#header > .content {
		position: relative;
		overflow: hidden;
	}

	.tndsearch {
		position: relative;
		background: none;
		padding: 0;
		margin-top: 20px;
	}

	.tndsearch dl {
		width: 100%;
		float: none;
		margin: 5px 0;
		max-width: 100%;
	}

	.tndsearch input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		margin: 0;
		height: 24px;
		font-family: Arial, Helvetica, sans-serif;
		width: 70px;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
		background: #005aaa;
		background: -moz-linear-gradient(top, #005aaa 0%, #0051aa 100%);
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0%, #005aaa),
			color-stop(100%, #0051aa)
		);
		background: -webkit-linear-gradient(top, #005aaa 0%, #0051aa 100%);
		background: -o-linear-gradient(top, #005aaa 0%, #0051aa 100%);
		background: -ms-linear-gradient(top, #005aaa 0%, #0051aa 100%);
		background: linear-gradient(top, #005aaa 0%, #0051aa 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005aaa", endColorstr="#0051aa", GradientType=0);
		border: none !important;
		color: #fff;
		box-shadow: none;
		text-shadow: none;
		outline: none;
	}

	.tndsearch input[type="submit"]:hover,
	.tndsearch input[type="submit"]:active,
	.tndsearch input[type="submit"]:focus {
		background: #aa0000;
		background: -moz-linear-gradient(top, #aa0000 0%, #aa0001 100%);
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0%, #aa0000),
			color-stop(100%, #aa0001)
		);
		background: -webkit-linear-gradient(top, #aa0000 0%, #aa0001 100%);
		background: -o-linear-gradient(top, #aa0000 0%, #aa0001 100%);
		background: -ms-linear-gradient(top, #aa0000 0%, #aa0001 100%);
		background: linear-gradient(top, #aa0000 0%, #aa0001 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa0000", endColorstr="#aa0001", GradientType=0);
		outline: none;
	}

	.tndsearch div,
	.tndsearch div a,
	.tndsearch div span {
		color: #005aaa;
	}

	.tndsearch div span,
	.tndsearch div a {
		border-bottom: 1px dashed #005aaa;
	}

	.tndsearch div a:hover {
		color: #aa0000;
		border-bottom: 1px dashed #aa0000;
	}

	#container {
		min-width: 240px;
	}

	#left {
		position: relative;
		display: block;
		float: none;
		width: auto;
	}

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

	#left .content > div:last-child {
		display: none;
	}

	.enter_lk {
		position: relative;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		text-align: center;
		padding: 9px 0 0 0;
		cursor: pointer;
		width: 100%;
		margin-bottom: 10px;
		height: 33px;
		color: #fff;
		background: #005aaa;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.infoblok.login .zag {
		color: #005aaa;
		font-size: 20px;
		padding: 4px 7px;
	}

	.infoblok.login:hover .zag {
		color: #005aaa;
	}

	.infoblok.login ul.custom {
		padding: 0 5px;
	}

	.description .controls {
		font-size: 11px;
	}

	.infoblok.menuServLeft {
		width: 100%;
		position: relative;
		float: none;
		overflow: hidden;
		transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.infoblok.menuServLeft .zag {
		color: #555555;
		font-size: 20px;
		padding-top: 3px;
		text-indent: 7px;
		cursor: pointer;
	}

	.infoblok.menuServLeft:hover .zag {
		color: #555555;
	}

	.infoblok.menuServLeft .zag i {
		position: absolute;
		background: url(/i/mobile_pull.png) no-repeat 100% 1px;
		top: 0;
		right: 0;
		width: 100%;
		height: 33px;
	}

	.infoblok.menuServLeft .zag i:before {
	}

	.infoblok.new_subscribe {
		width: 100%;
		display: none !important;
	}

	.infoblok.menuServLeft ul {
		width: auto;
		display: none;
	}

	.infoblok.menuServLeft ul li {
		width: auto;
	}

	#left .content div:nth-child(3) {
		clear: both;
	}

	#left .content noindex div.infoblok {
		display: none;
	}

	#left .content noindex div.infoblok.login {
		display: block;
	}

	#general {
		position: relative;
		display: block;
		margin: 0;
	}

	#right {
		float: none;
		display: block;
	}

	#right .content {
		padding: 10px;
	}

	#right .content > * {
		width: auto;
	}

	#right .content div:nth-child(2) {
		position: relative;
		overflow: hidden;
		display: block;
	}

	#right .content div:nth-child(2) div.infoblok {
		float: left;
		width: 100%;
	}

	#right .content div:nth-child(2) div.infoblok:nth-child(2n + 1) {
	}

	#right .content div:nth-child(2) div.infoblok:nth-child(2n + 2) {
	}

	table.tendersCatalog {
		width: 100% !important;
		margin: 0px !important;
	}

	.control-group .controls {
		padding: 0;
		width: 100%;
	}

	.tend_region .control-group .controls {
		padding: 0 75px 0 0;
	}

	.consultation_wrap .control-group .controls {
		padding: 0;
	}

	.control-group button#gotoCatalog {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		margin: 0;
		height: 24px;
		font-family: Arial, Helvetica, sans-serif;
		width: 70px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #005aaa;
		border: none;
		color: #fff;
		box-shadow: none;
		text-shadow: none;
		outline: none;
	}

	.control-group button#gotoCatalog:hover {
		background: #aa0000;
		outline: none;
	}

	#map {
		display: none;
	}

	.tender-list {
		padding: 0;
		margin: 0;
		border-collapse: collapse;
	}

	.tender-list,
	.tender-list thead,
	.tender-list tbody,
	.tender-list th,
	.tender-list td,
	.tender-list tr {
		display: block;
	}

	.tender-list thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tender-list tr {
		border: 1px solid #ccc;
		margin-bottom: 5px;
	}

	.tender-list td {
		border: none;
		border: none !important;
		position: relative;
		padding: 5px 5px 5px 77px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.tender-list td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 70px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.tender-list td:before {
		content: attr(data-title);
	}

	.tender-action.serp ul.inline {
		padding: 6px 5px !important;
		background: #e7ebee !important;
		width: 100%;
	}

	.tender-action.serp ul.inline > li {
		display: block !important;
		padding: 0 !important;
		margin: 4px !important;
		clear: both;
	}

	.tender-action.serp ul.inline > li.right {
		float: none;
	}

	.tender-action.serp ul.inline > li.clear {
		display: none !important;
	}

	#tender_search .row {
		padding: 5px;
		margin: 0;
	}

	#tender_search .row .left-column,
	#tender_search .row .right-column {
		float: none;
		padding: 0 5px !important;
		width: 100% !important;
	}

	#tender_search .row .labels {
		width: 100%;
	}

	#tender_search .row .control-group .controls {
		padding: 0px;
	}

	#tender_search .row.search-expandable .submit-block {
		text-align: center;
	}

	#tender_search .row.search-expandable .left-column {
		display: none;
	}

	.bookmark {
		width: 100%;
	}

	.adv {
		display: none !important;
	}

	#center .content img {
		width: auto !important;
		height: auto !important;
		max-width: 100%;
	}

	.ui-dialog {
		width: 100% !important;
	}

	.ui-dialog .ui-dialog-content > dl {
		width: 100% !important;
	}

	#center .content .right {
		float: none;
		position: relative;
	}

	.documentation {
		padding: 0 !important;
	}

	.TenderInfoblok.stat {
		padding: 5px 7px !important;
		width: 100% !important;
		margin: 0 0 2px 0;
	}

	.content .tend-card {
		margin: 15px 0 0 0 !important;
	}

	.tender-just-do-it {
		margin: 0 0 5px 0 !important;
		height: auto !important;
	}

	.tender-just-do-it a:first-child {
		float: none !important;
		display: block !important;
		margin-bottom: 5px;
		font: 14px Arial, Helvetica, sans-serif !important;
	}

	.tender-just-do-it .btn-large {
		width: 100% !important;
		text-align: center !important;
	}

	.tender-just-do-it .print-page {
		height: auto !important;
	}

	.AddTender {
		position: relative;
		float: none !important;
		padding: 0 !important;
		display: block;
		left: 0 !important;
		overflow: hidden;
	}

	.tndsearch .tndsearch-bottom div {
		display: block;
		text-align: center !important;
		margin: 10px 0 0;
		font-size: 14px;
	}

	.tndsearch .tndsearch-bottom div a {
		font-size: 14px;
	}

	.AddTender a {
		height: auto !important;
	}

	.tender-service {
		height: auto !important;
		overflow: hidden;
		padding: 10px 0 0 0 !important;
	}

	.tender-service .registrationECP,
	.tender-service .registrationSRO,
	.tender-service .registrationHACCP,
	.tender-service .bank-guarantee,
	.tender-service .tender-credit {
		width: 100% !important;
		margin: 0px !important;
	}

	.substrate-it {
		background: #e9f0f8 !important;
		padding: 5px 7px !important;
		width: 100% !important;
	}

	.substrate-it h3 {
		font-size: 18px !important;
		line-height: normal;
		padding: 0 0 0 20px !important;
		margin: 0 0 10px 0 !important;
	}

	.substrate-it ul {
		padding: 0 0 0 20px;
	}

	#registration {
		width: 100% !important;
		padding: 0 !important;
	}

	#recover {
		width: 100% !important;
	}

	.form-event-it {
		width: 100% !important;
		margin: 20px 0 10px 0 !important;
	}

	.control-it {
		height: auto !important;
	}

	.control-it > label {
		height: auto !important;
		width: 100% !important;
		float: none !important;
	}

	.control-it > input {
		width: 100% !important;
		float: none !important;
		display: block !important;
	}

	.control-it .js-resultBox {
		width: auto !important;
		float: none !important;
		display: block !important;
	}

	.control-it.capcha-it div {
		width: 100% !important;
	}

	.control-it.capcha-it input {
		width: 100% !important;
		float: none !important;
	}

	.submit-it {
		display: block !important;
		width: 100% !important;
		float: none !important;
	}

	.howToSearch {
		width: 100% !important;
		display: none !important;
		float: none !important;
		margin-left: -3px;
	}

	.specify {
		float: none !important;
	}

	#center .content .bigButton.right,
	#center .content .bigButton.makeService {
		margin: 0 auto !important;
		width: 100%;
	}

	.servicesBloc {
		width: 100% !important;
	}

	#questions .quest_list {
		width: 100% !important;
		float: none !important;
	}

	.quest_list p {
		margin: 0 !important;
	}

	#accordion h3 {
		background: none !important;
		position: relative;
		margin-top: 15px !important;
		margin-bottom: 5px !important;
	}

	#accordion h3:before {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		background: url(/i/work_system.png) no-repeat;
		width: 20px;
		height: 20px;
	}

	#accordion h3.tenderSearch:before {
		background-position: 0px -29px !important;
	}

	#accordion h3.registerOnSite:before {
		background-position: 0px 0px;
	}

	#accordion h3.howWork:before {
		background-position: 0px -57px !important;
	}

	#accordion h3.subscribe:before {
		background-position: 0px -84px !important;
	}

	#accordion h3.orderServices:before {
		background-position: 0px -111px !important;
	}

	#accordion ul {
		margin: 0 0 0 25px;
		padding: 0;
	}

	.quest_form {
		width: 100% !important;
		float: none !important;
		margin-top: 30px;
	}

	.faq_list {
		margin: 10px 0 !important;
	}

	.left-column,
	.right-column {
		width: 100% !important;
		padding: 0;
	}

	.subform,
	.tab-content .subform {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0 5px;
	}

	.cke span {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.cke * {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.content.menuCompany {
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.content.menuCompany ul {
		margin: 0;
		padding: 0px 7px;
	}

	.content.menuCompany ul li {
		margin: 0 !important;
		padding: 5px 0px !important;
	}

	.ad-gallery {
		width: 100% !important;
		display: none !important;
	}

	.ad-gallery .ad-image-wrapper {
		height: 200px !important;
	}

	.lawCommentButton {
		display: block !important;
		float: none !important;
		margin: 0 auto !important;
	}

	.clientInformButton {
		width: 130px !important;
		top: 0px !important;
		margin: 0 !important;
	}

	#opinionFilter select {
		width: 100% !important;
		margin: 5px 0;
	}

	#center .content iframe {
		width: 100%;
	}

	#tender_search .controls input[type="text"] {
		display: block;
	}

	.tv_newyear {
		background: none !important;
		width: 100% !important;
		height: 100% !important;
	}

	.tv_newyear iframe {
		display: block !important;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}

	#general {
		width: 100%;
		margin: 0;
		padding: 0 0px;
		display: flex;
		flex-wrap: wrap-reverse;
	}

	#general > #right {
		display: table-header-group;
		width: 100%;
		margin: 0;
		padding: 0 10px;
		overflow: visible;
		clear: both;
	}

	#general > #center {
		display: table-caption;
		width: 100%;
		margin: 0;
		padding: 0 10px;
		overflow: visible;
	}

	.advantage {
	}

	.advantage,
	.advantage thead,
	.advantage tbody,
	.advantage th,
	.advantage td,
	.advantage tr {
		display: block;
	}

	.advantage thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.advantage tr {
		border: none !important;
		margin-bottom: 5px;
	}

	.advantage td {
		border: none;
		border: none !important;
		position: relative;
		padding: 0px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.advantage td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 80px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.advantage td:before {
		content: attr(data-title);
	}

	div.bordered-cap {
		border: none !important;
	}

	.tree_info_block {
		max-width: 100%;
	}

	.control-group {
		width: 100%;
	}

	.tender-commerce {
		height: 150px !important;
	}

	.tender-commerce p {
		height: 130px !important;
		display: block;
		margin: 0 auto;
	}

	.rskz,
	.rskz thead,
	.rskz tbody,
	.rskz th,
	.rskz td,
	.rskz tr {
		display: block;
	}

	.rskz thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.rskz tr {
		border: 1px solid #ccc !important;
		margin-bottom: 5px;
	}

	.rskz td {
		border: none;
		border: none !important;
		position: relative;
		padding: 5px 5px 5px 85px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.rskz td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 80px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.rskz td:before {
		content: attr(data-title);
	}

	div.bordered-cap {
		border: none !important;
	}

	.free-services,
	.free-services thead,
	.free-services tbody,
	.free-services th,
	.free-services td,
	.free-services tr {
		display: block;
	}

	.free-services thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.free-services tr {
		border: none !important;
		margin-bottom: 5px;
	}

	.free-services td {
		border: none;
		border: none !important;
		position: relative;
		padding: 5px 5px 5px 5px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.free-services td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 80px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.free-services td:before {
		content: attr(data-title);
	}

	.free-services-item {
		margin-right: 0px !important;
	}

	.vertical_table,
	.vertical_table thead,
	.vertical_table tbody,
	.vertical_table th,
	.vertical_table td,
	.vertical_table tr {
		display: block;
	}

	.vertical_table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.vertical_table tr {
		border: none !important;
		margin-bottom: 5px;
	}

	.vertical_table td {
		border: none;
		border: none !important;
		position: relative;
		padding: 5px 5px 5px 5px !important;
		white-space: normal;
		text-align: left !important;
		width: 100% !important;
	}

	.vertical_table td:before {
		position: absolute;
		top: 5px;
		left: 6px;
		width: 80px;
		padding-right: 5px;
		text-align: left;
		font-weight: bold;
	}

	.block_know div {
		min-height: 100% !important;
	}

	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	a.button {
		white-space: normal !important;
		padding: 10px 25px 8px;
		font-size: 17px;
	}

	#searchTenders {
		margin-top: 5px;
	}

	.reestry {
	}

	.reestr_block {
		width: 100%;
	}

	.reestry h2 {
		font-size: 18px;
	}

	.opinionImg {
		margin: 0 !important;
	}

	.clientov {
		display: none;
	}

	.from-to .controls input {
		display: inline-block !important;
	}

	.ecp_block {
		position: relative;
	}

	.ecp_block img {
		float: none !important;
		margin: 0 !important;
	}

	.block_vidkon {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 307px;
	}

	.training_bico iframe {
		padding: 0;
		height: 280px;
		margin: 10px 0;
	}

	.training_bico .video_desc {
		float: none;
		width: 100%;
		padding: 0;
	}

	.training_bico ul {
		padding: 0 0 0 18px;
	}

	.training_bico table {
	}

	.training_bico table span {
		font-size: 11px !important;
	}

	.training_bico table td a {
		font-size: 11px !important;
	}

	.training_bico table tr td:nth-child(4) {
		display: none;
	}

	.training_bico table tr th:nth-child(4) {
		display: none;
	}

	.training_bico table tr:nth-child(9) td:nth-child(3) {
		display: none;
	}

	.registration_btn,
	.custom-btn .submit-block input {
		width: 180px;
	}

	.reviews_seminar table td span {
		float: none;
	}

	.reviews_seminar table td:first-child {
		padding-bottom: 30px !important;
	}

	.margin_none {
		margin: 0 !important;
	}

	.padding_none {
		padding: 0 !important;
	}

	.float_none {
		float: none !important;
	}

	/*--------------------------------------------*/
	.tend-card.tabs .tender-just-do-it .tooltip {
		display: none !important;
	}

	#tabs_tender_card.ui-tabs .ui-tabs-nav li a {
		font-size: 12px !important;
	}

	.button-p-win {
		float: none !important;
		height: 34px !important;
		width: 100% !important;
	}

	.win-probability-wrapper .box {
		width: 320px !important;
		height: 360px !important;
		padding: 20px 10px 10px 10px !important;
		margin: -180px 0 0 -160px !important;
	}

	.win-probability-wrapper .box .text {
		font-size: 16px !important;
	}

	/*--------------------------------------------*/
	#footer {
		min-width: 100%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#footer > .content {
		position: relative;
		overflow: hidden;
	}

	#footer .content .copy {
		float: none;
		display: block;
		top: 10px;
		padding: 0 0 0 10px;
	}

	#footer .content .copy p {
		padding: 10px 0 0 0px;
	}

	#footer .content .warning {
		width: 45%;
		padding: 10px 10px 0px 10px;
	}

	#footer .content ul {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px;
		padding-top: 80px;
		margin: 0;
	}

	#footer .content ul li {
		width: auto;
		float: none;
		display: inline-block;
		margin: 0 2%;
	}

	.social-block {
		left: 10px;
		border: none;
		top: 85px;
		padding: 0;
	}

	.social-block ul.social-block--list {
		margin: 0 !important;
		padding: 5px 0 0 0 !important;
		text-align: left !important;
	}

	.social-block ul.social-block--list li a {
		margin-right: 0px;
	}

	.analytics-promo-link {
		position: relative;
		margin: 0 0 10px 0;
		right: 0;
	}

	h3 + .analytics-promo-link {
		position: relative;
		margin: -5px 0 10px 0;
		right: 0;
	}

	.analytics-promo-link {
		padding-left: 30px;
		left: 0;
		right: 0;
	}

	.analytics-promo-link:after {
		right: initial;
		left: 0;
	}

	.search-favorable-tenders {
		float: none;
		margin-top: 0;
		display: block;
		text-align: center;
	}

	.title_social_block {
		margin: 0 0 10px;
	}

	#footer .content .copy {
		text-align: center;
	}

	#footer .copy span.logo-bico,
	#footer .copy p {
		display: inline-block;
		vertical-align: middle;
	}

	#footer .copy p {
		padding-top: 0;
		margin-left: 10px;
	}

	#footer #footer .content .copy p br {
		display: none;
	}

	#footer .content .warning,
	#footer .content .social-block {
		position: relative;
	}

	#footer .content ul {
		padding: 30px 0 20px;
		text-align: center !important;
	}

	#footer .content ul li {
		margin-bottom: 10px;
	}

	#footer .content ul li a {
		font-size: 12px;
	}

	#footer .content .social-block {
		top: 0;
		left: 0;
		right: 0;
		padding-top: 0;
		width: 100%;
		text-align: center;
		font-size: 14px !important;
	}

	.footer-messengers {
		text-align: center;
	}

	#footer .content .warning {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}

	.participants-template-field {
		padding-left: 0;
	}
}

@media screen and (max-width: 481px) {
	#center .content .participants-template-img {
		min-width: 60px;
	}

	.participants-template-field {
		padding-top: 10px;
	}

	.participants-template-content {
		padding-right: 0;
		padding-left: 10px;
		padding-bottom: 20px;
	}

	.widget_consultation .consultation_body ul {
		padding: 0 36px 0 13px;
	}
}

@media screen and (max-width: 750px) {
	.participants-template-field {
		vertical-align: top;
	}

	#center .content .participants-template-img {
		box-sizing: border-box;
		margin: 0 !important;
	}
}

@media screen and (min-width: 481px) and (max-width: 750px) {
	.participants-template-field {
		padding-left: 25px;
	}

	.participants-template-field {
		padding-top: 30px;
	}

	.participants-template-content {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 980px) {
	.shoved__five__tenders {
		flex-direction: column;
	}

	.shoved__five__tenders__info-container {
		align-self: flex-start;
		margin-bottom: 20px;
	}

	.shoved__five__tenders__small__text {
		line-height: 14px;
	}

	.shoved__five__tenders__button-container {
		align-self: flex-end;
	}

	.css-button.btn-on-page {
		float: none;
		margin: 0;
	}
}

/* Форма "Консультации" мобильная версия горизонтальное расположение телефона */

@media all and (max-height: 520px) {
	#widget_consultation_search_card {
		left: 8px !important;
		z-index: 9999999999;
		right: auto !important;
		width: calc(100% - 25px);
		max-width: 520px;
	}

	#widget_consultation_search_card .close {
		position: absolute;
		top: -13px;
		right: -16px;
		width: 30px;
		height: 30px;
	}

	.widget_consultation div.close i {
		background-size: cover;
		width: 28px;
		height: 28px;
		box-shadow: 0 0 3px #fff;
	}

	.widget_consultation .consultation_head {
		min-height: 40px;
		height: auto;
	}

	.widget_consultation .consultation_head p {
		font-size: 15px;
		line-height: normal;
	}

	#widget_consultation_search_card .consultation_wrap {
		display: flex;
		flex-direction: row;
		max-height: 300px;
		height: calc(100% - 60px);
	}

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

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

	.widget_consultation .consultation_body ul li {
		display: flex;
	}

	.widget_consultation .consultation_body ul li span {
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 3px;
		background: #44bb6e;
		margin: 4px 5px 0 0;
		flex-basis: 10px;
	}

	.widget_consultation .consultation_body ul li p {
		flex-basis: calc(100% - 20px);
		padding: 0 10px 2px 4px;
	}

	.widget_consultation .consultation_body .small-title {
		margin: 0;
	}

	.widget_consultation .consultation_body .small-title p {
		margin: 6px auto;
		color: #44bb6e;
		font-size: 14px;
		line-height: normal;
	}

	.widget_consultation .consultation_body .small-title span {
		font-size: 14px;
		line-height: normal;
	}

	.widget_consultation .consultation_body .reg_information p {
		text-align: left;
		color: #78909c;
		line-height: normal;
		font-size: 14px;
		margin: 3px 0 0;
	}

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

	#consultationSubmit {
		height: auto;
		min-height: 36px;
		line-height: normal;
		font-size: 13px;
		padding: 8px 10px;
		width: auto;
		float: left;
	}
}

@media all and (max-height: 280px) {
	#widget_consultation_search_card .consultation_wrap {
		max-height: 200px;
	}

	.widget_consultation .consultation_body {
		padding: 10px 8px;
	}

	.widget_consultation .consultation_form {
		padding: 10px 20px 10px;
		width: 100%;
	}

	.widget_consultation .consultation_body .small-title {
		margin: 0;
	}

	.widget_consultation .consultation_body .small-title p {
		text-transform: none;
	}

	.widget_consultation .consultation_body ul li p {
		flex-basis: calc(100% - 20px);
		padding: 0 10px 5px 4px;
		line-height: 12px;
	}

	.widget_consultation .consultation_body ul li span {
		height: 6px;
		border-radius: 2px;
		margin-right: 2px;
		flex-basis: 6px;
	}

	#consultationSubmit {
		height: auto;
		min-height: auto;
		line-height: normal;
		font-size: 12px;
		padding: 4px 10px;
		width: auto;
		float: left;
	}

	.widget_consultation .consultation_form .controls input[type="text"] {
		border: 1px solid #3cb868;
		height: 20px;
	}
}

@media all and (max-width: 320px) {
	.widget_consultation .consultation_head {
		min-width: auto;
	}

	.widget_consultation .consultation_wrap {
		min-width: auto;
	}
}

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

@media all and (max-width: 1280px) {
	.tend-card.tabs {
		align-items: flex-start;
		gap: 6px;
	}

	.tend-card.tabs .tender-just-do-it.flat-button-wrapper {
		width: 100% !important;
		margin-right: 0 !important;
		padding-right: 0;
		gap: 6px;
		margin-bottom: 0 !important;
	}

	#center
		.content
		.tend-card.tabs
		.tender-just-do-it.flat-button-wrapper
		.AddTender.js-add-tender {
		flex-direction: column;
		width: 100%;
		gap: 6px;
	}

	#center .tender-just-do-it.flat-button-wrapper {
		display: flex !important;
		align-items: stretch;
		gap: 6px;
		flex-direction: column;
		justify-content: space-around;
		margin-bottom: 0 !important;
	}

	#center .tender-just-do-it.flat-button-wrapper a.flat-button,
	#center .tender-just-do-it.flat-button-wrapper a[href].flat-button {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: stretch;
		width: auto;
		text-align: center;
		margin-bottom: 0 !important;
		color: #ffffff;
	}

	#center
		.content
		.tend-card.tabs
		.tender-just-do-it.flat-button-wrapper
		.AddTender.js-add-tender
		a.flat-button,
	#center
		.content
		.tend-card.tabs
		.tender-just-do-it.flat-button-wrapper
		.AddTender.js-add-tender
		a[href].flat-button {
		width: auto;
	}

	#center
		.tend-card.tabs
		.ya-share2__container_size_m
		.ya-share2__badge
		.ya-share2__icon {
		height: 35px;
		width: 35px;
		background-size: 20px 20px;
		background-repeat: no-repeat;
	}
}

@media all and (max-width: 1024px) {
	.tend-card.tabs {
		gap: 0;
	}

	#center .tender-just-do-it.flat-button-wrapper {
		gap: 0;
	}

	#center .tender-just-do-it.flat-button-wrapper a {
		margin-top: 6px;
	}

	.flat-button,
	.button.btn-large.btn-tooltip.flat-button {
	}

	#center a.flat-button,
	#center a[href].flat-button {
		width: 100%;
	}

	#center
		.content
		.tend-card.tabs
		.tender-just-do-it.flat-button-wrapper
		.AddTender.js-add-tender {
		display: flex;
		gap: 0;
		width: 100%;
		min-width: 100%;
		align-items: stretch;
		flex-direction: column;
		text-align: center !important;
	}

	#center .tend-card.tabs .tender-just-do-it.flat-button-wrapper {
		width: 100% !important;
		padding-right: 0;
	}

	#center .tender-just-do-it.flat-button-wrapper > .flat-button {
		width: 100%;
	}

	#center .ya-share2__list.ya-share2__list_direction_horizontal {
		margin-top: 2px;
		margin-left: 6px;
		padding-top: 6px;
	}
}

/* ;-- flat-button */

@media screen and (max-width: 1100px) {
	.tender-list .sm-row {
		display: grid;
		grid-template-columns: 95px 1fr;
		padding: 5px !important;
	}

	.tender-list td.sm-row:before {
		position: static;
		top: 0;
		left: 0;
		width: auto;
	}

	/*----------tags------*/
	.tender-bytag {
		position: relative;
		width: 100%;
		display: inline-block;
	}

	.tender-bytag ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-bottom: 20px;
		width: 100%;
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-gap: 10px;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	}

	.tender-bytag li {
		display: block;
		padding: 2px 14px;
	}

	.tender-bytag li a {
		font-size: 12px;
		color: #555;
	}
}

@media screen and (max-width: 510px) {
	/*----------tags------*/
	.tender-bytag ul {
		column-count: auto;
		-moz-column-count: auto;
		-webkit-column-count: auto;
	}
}

@media screen and (max-width: 750px) {
	.tabs-content {
		min-width: 280px;
	}

	#middle {
		display: flex;
		flex-direction: column;
		padding: 0 0 163px;
	}
}


.hd1 ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.hd1 ul li {
	float: left;
	display: block;
	height: 32px;
}

.hd1 ul li a {
	display: block;
	margin: 0;
	height: auto;
	padding: 0;
	background: none;
	border: none;
}

.tndsearch {
	position: relative;
	background: none;
	padding: 0;
	margin: 6px 0 7px 0;
}

.tndsearch input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	width: 82px;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	background: #005aaa;
	background: -moz-linear-gradient(top, #005aaa 0%, #0051aa 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #005aaa), color-stop(100%, #0051aa) );
	background: -webkit-linear-gradient(top, #005aaa 0%, #0051aa 100%);
	background: -o-linear-gradient(top, #005aaa 0%, #0051aa 100%);
	background: -ms-linear-gradient(top, #005aaa 0%, #0051aa 100%);
	background: linear-gradient(top, #005aaa 0%, #0051aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005aaa", endColorstr="#0051aa", GradientType=0);
	border: none !important;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	outline: none;
}

.infoblok.login {
	width: 100%;
	max-width: 100%;
	float: none;
	position: relative;
	display: block;
	border: none;
	background: none;
	padding: 0;
	overflow: hidden;
}

.tender-bytag li {
	padding: 10px 0;
}

.tender-bytag li a {
	font-size: 18px;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
	.hd1 .header-list {
		display: none;
	}

	.hd1 .header-list-main {
		display: none;
	}

	div.hd2 div.logo {
		position: initial;
	}

	div#left {
		display: none;
	}

	#middle {
		padding: 0 10px 0 15px;
	}

	.tndsearch input[type="submit"] {
		height: 30px;
	}
}

@media screen and (max-width: 750px) {

	.tndsearch input[type="submit"] {
		height: 40px;
		margin-top: 5px;
	}

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

@media screen and (min-width: 481px) and (max-width: 750px) {
	.hd2_2 {
		float: none;
	}

	div.demo_dostup {
		display: none;
	}
}

@media screen and (max-width: 481px) {
	.tender-list tr {
		 border: none;
	}

	.tender-list tr {
		border-bottom: 1px dashed #0053aa;
		padding-bottom: 30px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 481px) {
	#footer .content ul li a {
		font-size: 18px !important;
	}
}
#test_href:hover{
    background: -webkit-linear-gradient(top, #25547d 0%, #005aaa 100%)!important;
}
.main_page_href{color:white;cursor:pointer;}
.main_page_title:before{
    content: '';
    display: inline-block;
    width: 31px;
    height: 25px;
    background: url(/img/reply.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -29px;

}

@media screen and (max-width:481px){
    .main_page_title:before{display:none}
    .main_page_title{width:100%!important;
        padding-left: 0!important;}
}

a.big-blue-btn {
	display: block;
	padding: 10px;
	width: 230px;
	margin: 20px auto;
	color: white;
	font-size: 20px;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	text-transform: none;
	transition: all 0.2s ease-in;
	border: 1px solid #005aaa;
	background: #005aaa 100%;
}

a.big-blue-btn:hover {
	background: #247ADC;
	color: #ffffff;
	opacity: 0.9;
}

div.tender-expert {
	display: none;
}