*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #152D45;
}

a {
	background-color: transparent;
	color: #152D45;
	text-decoration: underline;
	transition: 0.3s all;
}
a svg path {
	transition: 0.3s all;
}
a:hover, .current-menu-item > a {
	color: #F85112;
	text-decoration: none;
}
a:hover, a:hover svg path, .current-menu-item > a svg path {
	fill: #F85112;
}


b,
strong {
	font-weight: bolder;
}


/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

[hidden] {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1, .h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 1.44em;
}
.h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 1em;
	text-align: center;
}

.h4 {
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	margin: 0 0 1em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}



::placeholder {
	color: #B2BEC9;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #B2BEC9;
	border-radius: 5px;
	background: #FFFFFF;
	color: #767676;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #F85112;
	color: #152D45;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.flex.column {
	flex-direction: column;
}
.flex.around {
	justify-content: space-around;
}

.flex.center {
    justify-content: center;
}
.flex.left {
    justify-content: flex-start;
}
.flex.right {
    justify-content: flex-end;
}
.flex.vcenter {
    align-items: center;
}
.flex.vtop {
    align-items: flex-start;
}
.flex.vbottom {
    align-items: flex-end;
}
.flex.wrap {
    flex-wrap: wrap;
}

.color_orange {
	color: #F85112;
}
.color_green {
	color: #3FC154;
}
.weight_500 {
	font-weight: 500;
}
.weight_600 {
	font-weight: 600;
}
.hidden {
	display: none;
}

.ccenter {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	flex: 1;
}
@media (min-width: 1200px) {
	header .btn_menu {
		display: none;
	}
}
header {
	padding: 37px 0;
	margin: 0 0 9px;
	position: relative;
	background: #fff;
	z-index: 2;
}
header .logo {
	text-decoration: none;
}
header .logo .image {
	margin: 0 16px 0 0;
	width: 50px;
}
header .logo img {
	display: block;
}
header .logo .name {
	font-weight: 600;
	font-size: 36.4238px;
	line-height: 1;
	margin: -6px 0 5px;
}
header .logo .slogan {
	font-size: 13.245px;
	line-height: 1;
}

#main_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
}
#main_menu > li {
	margin: 0 0 0 35px;
	text-align: center;
}
#main_menu li.current-menu-item > a,
#main_menu a:hover {
	color: #F85112;
}
#main_menu a {
	text-decoration: none;
}
header .header__lang {
	margin: 0 0 0 11px;
}
header .header__user {
	margin: 0 0 0 50px;
}

.select {
	position: relative;
	font-size: 17px;
	line-height: 1.23;
}
.select .title {
	position: relative;
	padding: 8px 44px 8px 26px;
	font-weight: 500;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
}
header .select.orange_border .title {
	color: #F85112;
}
.select.orange_border .title {
	border: 1px solid #F85112;
}
.select.orange_border.around .title {
	border-radius: 45px;
}
.select.blue_border .title {
	border: 1px solid #D1E8FF;
	border-radius: 5px;
	color: #B2BEC9;
}
.select .title:after {
	position: absolute;
	display: block;
	content:'';
	height: 10px;
	width: 11px;
	background: url('images/arrow_orange_bottom.svg') no-repeat center/cover;
	top: 50%;
	margin-top: -5px;
	right: 27px;
}
.select.open .title:after {
	transform: scaleY(-1);
}
.select .options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
}
.select .options .option {
	cursor: pointer;
}
.select.orange_border .options {
	padding: 5px 0 0;
}
.select.blue_border .options {
	width: 100%;
	margin-top: -1px;
}
.select.open .options {
	display: block;
}
.select.orange_border .options > div {
	background: #FFFFFF;
	border-radius: 5px;
	filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
	padding: 19px;
}
.select.blue_border .options > div {
	background: #FFFFFF;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 12px 0;
	border: 1px solid #D1E8FF;
}
.select.blue_border.open .title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select.orange_border .option + .option {
	margin-top: 5px;
}
.select.blue_border .option {
	padding: 6px 18px;
	color: #B2BEC9;
	font-size: 14px;
	line-height: 1.2;
}
.select.blue_border .option:hover, .select.blue_border .option.selected {
	color: #152D45;
}
.select .option a {
	text-decoration: none;
}
.select .option.active a, .select .option a:hover {
	color: #F85112;
}

.red_btn_around {
	background: #F85112;
	border: 1px solid #F85112;
	border-radius: 45px;
	padding: 14px 24px 15px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.23;
	color: #fff;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	transition: 0.3s all;
	height: 52px;
}
.red_btn_around:hover {
	background: #fff;
	color: #F85112;
}

.red_btn_around_border {
	background: #fff;
	border: 1px solid #F85112;
	border-radius: 45px;
	padding: 14px 24px 15px;
	font-size: 14px;
	line-height: 1.5;
	color: #F85112;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	transition: 0.3s all;
	height: 52px;
}
.red_btn_around_border:hover {
	background: #F85112;
	color: #fff;
}
.red_btn_around.w250, .red_btn_around_border.w250 {
	width: 250px;
}

.header__user .red_btn_around {
	padding: 8px 17px 8px 40px;
	height: auto;
}
/*.header__user .red_btn_around:before {
	position: absolute;
	display: block;
	content:'';
	height: 15px;
	width: 13px;
	background: url('images/icon_user_white.svg') no-repeat center/cover;
	top: 50%;
	margin-top: -9px;
	left: 20px;
}*/
.header__user .red_btn_around svg {
	position: absolute;
	display: block;
	height: 15px;
	width: 13px;
	top: 50%;
	margin-top: -9px;
	left: 20px;
}

.ccenter.breadcrumbs {
	margin-bottom: 53px;
}

.blue_bg {
	background-color: #F1F8FF;
}

.section {
	margin: 114px 0;
}

.blue_bg.section {
	padding: 79px 0;
}

.text_center {
	text-align: center;
}

.table_wrapper {
	overflow: auto;
}

ul.ac_results {
	position: absolute;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 15px 0;
	list-style: none;
	filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
	margin: 0;
	z-index: 2;
}
ul.ac_results li a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
}
ul.ac_results li a .ac_match {
	font-weight: 600;
}


.sampa24-footer { padding: 42px 0 20px; background: linear-gradient(135deg, #173f69, #12355c); color: #fff; }
.sampa24-footer a { color: inherit; text-decoration: none; }
.sampa24-footer a:hover { color: #fff; text-decoration: underline; }
.sampa24-footer__grid { display: grid; grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(145px, .75fr)); gap: 38px; align-items: start; }
.sampa24-footer__brand { max-width: 330px; }
.sampa24-footer__logo { display: inline-flex; width: min(100%, 250px); padding: 12px 16px; border-radius: 10px; background: #fff; box-sizing: border-box; }
.sampa24-footer__logo img { display: block; width: 100%; height: auto; }
.sampa24-footer__brand p { max-width: 320px; margin: 18px 0 0; color: #c3d8ec; font-size: 14px; line-height: 1.55; }
.sampa24-footer__links h2 { margin: 2px 0 15px; color: #fff; font-size: 16px; font-weight: 800; }
.sampa24-footer__links ul { margin: 0; padding: 0; list-style: none; }
.sampa24-footer__links li { color: #cbdced; font-size: 13px; line-height: 1.45; }
.sampa24-footer__links li + li { margin-top: 10px; }
.sampa24-footer__links li a { display: inline-block; }
.sampa24-footer__payments { display: flex; grid-column: 1 / -1; align-items: center; gap: 14px; margin-top: 4px; padding-top: 22px; border-top: 1px solid rgba(205, 228, 255, .18); }
.sampa24-footer__payments-label { color: #d5e5f4; font-size: 13px; font-weight: 700; }
.sampa24-footer__payments ul { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0; padding: 0; list-style: none; }
.sampa24-footer__payments li { margin: 0; }
.sampa24-footer__payment-icon { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 28px; color: #fff; }
.sampa24-footer__payment-icon--sbp { color: #d5e5f4; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.sampa24-footer__payment-icon--card svg { width: 29px; height: 23px; fill: none; stroke: #ff6a36; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.sampa24-footer__legal { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 16px; color: rgba(205, 225, 244, .52); font-size: 10px; line-height: 1.45; }
.sampa24-footer__legal a { color: inherit; }
.sampa24-footer__copyright { margin-top: 18px; color: #d5e5f4; font-size: 12px; }
@media (max-width: 980px) { .sampa24-footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; } .sampa24-footer__brand { grid-column: 1 / -1; max-width: 470px; } }
@media (max-width: 720px) { .sampa24-footer { padding: 30px 0 18px; } .sampa24-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; } .sampa24-footer__brand { grid-column: 1 / -1; } .sampa24-footer__brand p { margin-top: 14px; font-size: 13px; } .sampa24-footer__links h2 { margin-bottom: 11px; font-size: 15px; } .sampa24-footer__links li { font-size: 12px; } .sampa24-footer__links li + li { margin-top: 8px; } .sampa24-footer__payments { grid-column: 1 / -1; margin-top: 0; padding-top: 17px; } .sampa24-footer__legal { gap: 6px 12px; margin-top: 14px; } .sampa24-footer__copyright { margin-top: 14px; font-size: 11px; } }



#gray_layer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99998;
}
.layer_callback {
	position: absolute;
	display: none;
	z-index: 99998;
	left: 50%;
	top: 100px;
	background: #fff;
	padding: 20px;
	width: 500px;
	margin-left: -250px;
}
.layer_callback .close_wrapper {
	text-align: center;
	margin: 40px 0 0;
}
.layer_callback .close_wrapper a {
	width: 200px;
}
.layer_callback .sampa24-tender-published-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid #cfe4ff;
	border-radius: 50%;
	background: #fff;
	color: #315675;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.layer_callback .sampa24-tender-published-close:hover { border-color: #f85112; color: #f85112; }
.layer_callback .wrapper ul {
	margin: 0;
}

#breadcrumbs a {
	text-decoration: none;
}

.page-content {
	margin: 0 0 100px;
}

.field .input {
	position: relative;
}
.field .input.phone.flag input {
	padding-left: 50px;
}

.container_padding {
	padding: 51px;
}
.container_errors {
	padding: 15px 51px;
	margin: 0 0 20px;
}
.container_errors p {
	margin: 0;
}
.container_errors p + p {
	margin-top: 15px;
}
.border10 {
	border-radius: 10px;
}
.relative {
	position: relative;
}
.field .label, .row_fields .label {
	line-height: 1.6;
	margin: 0 0 0.6em;
}
.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=password] {
	width: 100%;
	padding: 16px 17px;
	color: #152D45;
	height: 52px;
	line-height: 18px;
}
.field input[type=text][readonly], .field input[type=email][readonly], .field input[type=tel][readonly], .field input[type=password][readonly] {
	background: #f0f0f0;
}
.input.radio label, .input.checkbox label {
	white-space: nowrap;
}
.field input[type=radio], .field input[type=checkbox] {
	display: none;
}
.field input[type=radio] ~ span {
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
}
.field input[type=radio] + span {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #B2BEC9;
	position: relative;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.field input[type=radio]:checked + span {
	border-color: #F85112;
}
.field input[type=radio]:checked + span:after {
	background: #F85112;
	display: block;
	content: '';
	height: 10px;
	width: 10px;
	border-radius: 50%;
	top: 4px;
	left: 4px;
	position: absolute;
}


.field input[type=checkbox] ~ span {
	display: inline-block;
	line-height: 17px;
	vertical-align: top;
}
.field input[type=checkbox] + span {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #B2BEC9;
	position: relative;
	margin: 0 8px 0 0;
	cursor: pointer;
}
.field input[type=checkbox]:checked + span {
	border-color: #F85112;
	background: #F85112;
}
.field input[type=checkbox]:checked + span:after {
	background: url('images/checkbox_checked.svg') no-repeat center;
	display: block;
	content: '';
	height: 12px;
	width: 12px;
	top: 2px;
	left: 2px;
	position: absolute;
}

.input.phone.confirmed input {
	border-color: #00BA3F;
}
.input.phone.confirmed {
	position: relative;
}
.input.phone.confirmed:after {
	position: absolute;
	content: '';
	display: block;
	width: 22px;
	height: 16px;
	background: url('images/galka_green.svg') no-repeat;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	z-index: 2;
}


@media (min-width: 1200px) {
	.hidden_b1200 {
		display: none;
	}
}/* @media (min-width: 1200px) */


@media (max-width: 1199px) {
	header {
	    padding: 20px 0;
		margin: 0;
	}
	/*body.home header {
		margin: 0 0 20px;
	}*/
	#menu_toggle {
		display: block;
		background: transparent;
		height: 28px;
		width: 32px;
		position: relative;
		padding: 0;
		border: 0 none;
	}
	#menu_toggle span {
		display: block;
		background: #152D45;
		border-radius: 45px;
		height: 4px;
		width: 32px;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		left: 0;
		transition: all 0.3s;
	}
	#menu_toggle:before, #menu_toggle:after {
		content: '';
		display: block;
		background: #152D45;
		border-radius: 45px;
		height: 4px;
		width: 32px;
		position: absolute;
		left: 0;
		transition: all 0.3s;
	}
	#menu_toggle:before {
		top: 0;
	}
	#menu_toggle:after {
		bottom: 0;
	}
	body.main_menu_open #menu_toggle span {
		opacity: 0;
	}
	body.main_menu_open #menu_toggle:before {
		top: 12px;
		transform: rotate(45deg);
	}
	body.main_menu_open #menu_toggle:after {
		bottom: 12px;
		transform: rotate(-45deg);
	}
	
	#site-navigation {
		display: none;
		position: absolute;
	}
	body.main_menu_open #site-navigation {
		display: flex;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 10;
		background: #fff;
		box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
		padding: 20px 15px;
	}
	body.main_menu_open:before {
		display: block;
		content:'';
		top: 0;
		left: 0;
		z-index: 2;
		background: rgba(0, 0, 0, 0.3);
		position: fixed;
		width: 100%;
		height: 100%;
		
	}
	header .header__user {
		order: 3;
	}
	.header__user .red_btn_around {
		padding: 0 0 0 20px;
		color: #F85112;
		background: transparent;
		border: 0 none;
	}
	.header__user .red_btn_around:before {
	    background-image: url('images/icon_user_orange.svg');
	    left: 0;
	}
	header .select.orange_border .title {
		border: 0 none;
		padding: 0 20px 0 0;
	}
	header .select .title:after {
		right: 0;
	}
	#main_menu > li {
		margin: 0 30px 0 0;
	}
	header .logo .name {
		font-size: 27px;
	}
	header .logo .slogan {
		font-size: 10px;
	}
	header .logo .image {
		margin: 0 12px 0 0;
		width: 38px;
	}
}/* @media (max-width: 1199px) */




@media (max-width: 1023px) {
	
	.container_padding {
		padding: 41px;
	}
	.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=password] {
		padding: 11px 17px;
		height: 42px;
	}
	.red_btn_around, .red_btn_around_border {
		height: 42px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	footer {
		font-size: 10px;
	}
	footer .title {
		margin: 0 0 13px;
		font-size: 11px;
	}
	footer li + li {
		margin: 8px 0 0;
	}
	h1, .h1 {
		font-size: 20px;
	}
	.red_btn_around, .red_btn_around_border {
		font-size: 12px;
		padding: 13px 15px;
	}
	#breadcrumbs {
		font-size: 11px;
	}
	
	.page-content {
		margin: 0 0 50px;
	}
}/* @media (max-width: 1023px) */




@media (max-width: 767px) {
	.container_padding {
		padding: 20px;
	}
	.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=password] {
		padding: 9px 17px;
		height: 38px;
	}
	.red_btn_around, .red_btn_around_border {
		height: 38px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	#menu_toggle {
		height: 17px;
		width: 23px;
	}
	#menu_toggle span {
		height: 3px;
		width: 23px;
		margin-top: -2px;
	}
	#menu_toggle:before, #menu_toggle:after {
		height: 3px;
		width: 23px;
	}
	body.main_menu_open #menu_toggle:before {
		top: 7px;
	}
	body.main_menu_open #menu_toggle:after {
		bottom: 7px;
	}
	#site-navigation {
		flex-direction: column;
	}
	header .header__user {
		order: unset;
	}
	#main_menu_block {
		order: 2;
		width: 100%;
	}
	#main_menu_block + div.flex {
		width: 100%;
		margin: 0 0 20px;
	}
	header .header__user {
		margin: 0;
	}
	header .select .options {
		left: unset;
		right: 0;
	}
	#main_menu {
		flex-direction: column;
	}
	#main_menu > li {
		margin: 0;
		text-align: left;
		padding: 15px 0;
	}
	#main_menu > li + li {
		border-top: 1px solid #F1F8FF;
	}
	.section {
		margin: 60px 0;
	}
	.h2 {
		font-size: 20px;
	}
	.h4 {
		font-size: 14px;
	}
	.blue_bg.section {
		padding: 45px 0;
	}
	footer .line1 {
		flex-wrap: wrap;
	}
	footer .line1 > div {
		width: 45%;
	}
	footer .line1 > div.block_footer1 {
		width: 100%;
	}
	footer br {
		display: none;
	}
	footer .line2 > div {
		max-width: 250px;
		margin: 0 auto;
	}
}/* @media (max-width: 767px) */




@media (min-width: 577px) {
	.block_logo .mobile {
		display: none;
	}
}
@media (max-width: 576px) {
	.block_logo .desktop {
		display: none;
	}
	
	h1, .h1, .h2 {
		font-size: 18px;
	}
	.h4 {
		font-size: 14px;
	}
	

	ul.ac_results {
		border-radius: 5px;
		padding: 8px 0;
	}
	ul.ac_results li a {
		padding: 4px 12px;
		font-size: 10px;
	}
	
	
	.layer_callback {
		left: 5%;
		width: 90%;
		margin-left: 0;
	}
	
	.page-content {
		margin: 0 0 30px;
	}
} /* @media (max-width: 576px) */

@media (max-width: 479px) {
	html[lang] {
		margin: 0 !important;
	}
	#wpadminbar {
		display: none;
	}
	header .logo .name {
		font-size: 17px;
		margin: 0;
	}
	header .logo .slogan {
		display: none;
	}
	header .logo .image {
		margin: 0 8px 0 0;
		width: 24px;
	}
	.section {
		margin: 45px 0;
	}
	
	.red_btn_around, .red_btn_around_border {
		font-size: 12px;
		padding: 11px;
	}
	
	#breadcrumbs {
		font-size: 10px;
	}
	.red_btn_around.w250, .red_btn_around_border.w250 {
		width: 100%;
	}
}/* @media (max-width: 479px) */


#user_menu {
    padding: 0;
    margin: 0 0 0;
    list-style: none;
    gap: 25px;
}

.sampa24-button--main{
	color: #fff !important;
}

.page-deal .red_btn_around.start_deal{
	display: none !important;
}

#ui-datepicker-div, .ac_results{
	z-index: 999999 !important;
}

.m_wrapper{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.m_wrapper--home{
	display: block;
}

    .gallery {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .gallery__title {
      text-align: center;
      color: #333;
      margin-bottom: 24px;
      font-size: 1.8rem;
    }

    .gallery__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .gallery-item {
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-item:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .gallery-item__img {
      width: 100%;
      object-fit: cover;
      display: block;
    }

    .gallery-item__caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #1B4875;
      color: white;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
    }

    /* Адаптация под мобильные */
    @media (max-width: 600px) {
      .gallery__grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .gallery-item__img {
        height: 200px;
      }
    }
.entry-content table {margin-top: 25px;}
.entry-content td, .entry-content th {padding-left: 10px;}

.entry-content th {
      background-color: #a2c0cc;
	  text-align: left;
    }

.entry-content tr:nth-child(odd) {
      background-color: #e9f1f4;
    }

.entry-content tr:nth-child(even) {
      background-color: #cfe1e8;
    }

.entry-content tr:hover {
      background-color: #ddd;
      transition: background-color 0.3s ease;
    }

/* Карточная навигация Sampa24. */
header.sampa24-site-header { margin: 0; padding: 16px 0; border-bottom: 0; background: #fff; }
.sampa24-site-header__bar { position: relative; display: flex; align-items: center; gap: 28px; }
.sampa24-site-header .block_logo { flex: 0 0 auto; }
.sampa24-site-header .block_logo img { width: 220px; }
.sampa24-logo-lockup { position: relative; display: block; }
.sampa24-global-nav { display: flex; flex: 1 1 auto; align-items: center; justify-content: space-between; gap: 18px; min-width: 0; }
.sampa24-global-nav__links, .sampa24-global-nav__controls { display: flex; align-items: center; gap: 7px; }
.sampa24-global-nav__links a { display: inline-flex; align-items: center; gap: 8px; padding: 11px 13px; border: 1px solid transparent; border-radius: 12px; color: #254b72; font-size: 13px; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.sampa24-global-nav__links a:hover, .sampa24-global-nav__links a:focus-visible { border-color: #d8eaff; background: #f4f9ff; color: #f85112; }
.sampa24-global-nav__links a svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.sampa24-global-nav__controls { gap: 9px; }
.sampa24-city-control { display: inline-flex; align-items: center; gap: 6px; min-width: 0; padding: 8px 4px; border: 0; border-radius: 10px; background: transparent; color: #315675; font: inherit; line-height: 1.1; text-align: left; cursor: pointer; }
.sampa24-city-control > svg { flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: #f85112; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.sampa24-city-control strong { overflow: hidden; max-width: 112px; color: #173e68; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-city-control em { overflow: hidden; max-width: 84px; color: #879db4; font-size: 10px; font-style: normal; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-city-control__chevron { color: #f85112; font-size: 16px; line-height: .7; transform: translateY(-1px); }
.sampa24-city-control:hover, .sampa24-city-control:focus-visible { background: #f4f9ff; color: #173e68; }
.sampa24-global-nav__account { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; box-sizing: border-box; padding: 11px 15px; border-radius: 12px; background: #f85112; color: #fff !important; font-size: 13px; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.sampa24-global-nav__account:hover { background: #de430e; }
.sampa24-global-nav__account span { display: grid; place-items: center; width: 17px; height: 17px; border: 2px solid #fff; border-radius: 50%; color: transparent; }
.perfecty-push-settings-container,
#perfecty-push-settings-container { display: none !important; }
.sampa24-site-header .header__user, .sampa24-site-header .header__lang { margin: 0; }
.sampa24-site-header .sampa24-global-nav__lang .select .title { min-width: 72px; padding: 11px 30px 11px 13px; border: 1px solid #f85112; border-radius: 12px; color: #f85112; font-size: 13px; font-weight: 700; line-height: 1.2; }
.sampa24-site-header .sampa24-global-nav__lang .select .title:after { right: 13px; }
.sampa24-site-header .sampa24-global-nav__lang .options { width: 100%; }
.sampa24-site-header .sampa24-global-nav__lang .options > div { padding: 9px 12px; border-radius: 12px; }
.sampa24-city-dialog { width: min(430px, calc(100vw - 28px)); padding: 0; border: 1px solid #d2e6fb; border-radius: 18px; box-shadow: 0 24px 60px rgba(16, 47, 81, .25); color: #173e68; }
.sampa24-city-dialog::backdrop { background: rgba(16, 47, 81, .44); }
.sampa24-city-dialog form { position: relative; padding: 25px; }
.sampa24-city-dialog p { margin: 0 0 6px; color: #f85112; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sampa24-city-dialog h2 { margin: 0; font-size: 25px; }
.sampa24-city-dialog > form > span { display: block; margin-top: 7px; color: #7189a3; font-size: 13px; line-height: 1.45; }
.sampa24-city-dialog label { display: block; margin-top: 19px; color: #6c86a3; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sampa24-city-dialog input { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #cfe4ff; border-radius: 10px; color: #173e68; font: inherit; font-size: 15px; text-transform: none; }
.sampa24-city-dialog__actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; }
.sampa24-city-dialog__actions button { padding: 11px 13px; border: 1px solid #cfe4ff; border-radius: 21px; background: #fff; color: #315675; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.sampa24-city-dialog__actions button[type=submit] { border-color: #f85112; background: #f85112; color: #fff; }
.sampa24-city-dialog__close { position: absolute; top: 13px; right: 13px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 1px solid #d5e8ff; border-radius: 50%; background: #fff; color: #315675; font-size: 22px; cursor: pointer; }

/* Единая CTA-система: основной призыв всегда выглядит как кнопки блока заявок. */
.red_btn_around,
.red_btn_around_border {
	border: 1px solid #ff4d12;
	border-radius: 999px;
	background: #ff4d12;
	box-shadow: 0 8px 16px rgba(255, 77, 18, .16);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
}
.red_btn_around:hover,
.red_btn_around_border:hover {
	border-color: #e8460c;
	background: #e8460c;
	box-shadow: 0 11px 20px rgba(255, 77, 18, .23);
	color: #fff !important;
	transform: translateY(-1px);
}
.red_btn_around,
.red_btn_around_border {
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

@media (max-width: 1199px) {
	header.sampa24-site-header { padding: 13px 0; }
	.sampa24-site-header .btn_menu { display: block; margin-left: auto; }
	.sampa24-site-header #site-navigation { display: none; position: absolute; top: calc(100% + 6px); right: 0; left: 0; z-index: 20; padding: 14px; border: 1px solid #d5e8ff; border-radius: 16px; background: #fff; box-shadow: 0 18px 40px rgba(23, 62, 104, .16); }
	body.main_menu_open .sampa24-site-header #site-navigation { display: grid; gap: 14px; }
	.sampa24-global-nav__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
	.sampa24-global-nav__links a { justify-content: center; min-height: 48px; white-space: normal; text-align: center; }
	.sampa24-global-nav__controls { justify-content: space-between; padding-top: 12px; border-top: 1px solid #e5eff9; }
}

@media (max-width: 640px) {
	.sampa24-site-header__bar { gap: 12px; }
	.sampa24-site-header .block_logo img { width: clamp(176px, 52vw, 220px); }
	.sampa24-site-header #site-navigation { right: 0; left: 0; }
	.sampa24-global-nav__links { grid-template-columns: 1fr; }
	.sampa24-global-nav__links a { justify-content: flex-start; text-align: left; }
	.sampa24-global-nav__controls { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
	.sampa24-city-control { min-width: 0; }
	.sampa24-city-control em { display: none; }
	.sampa24-global-nav__account { justify-content: center; }
	.sampa24-site-header .sampa24-global-nav__lang { grid-column: 1 / -1; }
	.sampa24-site-header .sampa24-global-nav__lang .select { width: 100%; }
	.sampa24-site-header .sampa24-global-nav__lang .select .title { width: 100%; }
	.sampa24-city-dialog__actions { flex-direction: column; }
}
