

/* Start:/local/components/bitrix/menu/templates/bootstrap_v4/style.css?171151982211973*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: var(--theme-color-second);
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }



/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.min.css?17097890864065*/
.basket-line-block{position:relative;padding-left:25px;white-space:nowrap;font-size:13px}.basket-line-block-icon-cart,.basket-line-block-icon-profile{position:relative;margin-right:10px}.basket-line-block-icon-cart:after,.basket-line-block-icon-profile:after{position:absolute;top:-1px;left:-25px;display:block;width:20px;height:20px;content:''}.basket-line-block-icon-profile:after{background:no-repeat center url(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/images/cart.svg)}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.vcenter{bottom:10px;top:auto !important}.bx-basket-item-list{display:none}}.bx-basket-fixed .basket-line-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .basket-line{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/template_styles.css?1748584226145955*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;var(--lt-gray-color)
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}


.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}



.bx-wrapper {  background-color: var(--initial-bg-color)}

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

.mobailElement {
        display: none !important;
}  
@media (max-width: 767px) {


	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }

        
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: var(--text-color);
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/images/phone.svg);
}


/*Меры поддержки банеры*/

.large__families__baner {
	background-color: var(--accent-color); 
    padding: 80px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right -60px top;
    background-size: contain;
    color: white;
    margin-bottom: 70px;
}

.large__families__baner h2 {
	margin-bottom: 15px;
}

.large__families__baner > div:last-child {
	margin: 30px 0;
}
.large__families__baner > div:last-child span {
	padding: 15px 0;
    border: 1px solid white;
    border-radius: 15px;
    width: 220px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}


.largeFamilyAccordion .accordion-item {
    border-bottom: 1px solid var(--text-color);
}

.largeFamilyAccordion .accordion-item:last-of-type {
    border-bottom: unset;
}


@media (max-width: 1160px) {
	.large__families__baner {
               background-position: right -60px bottom;
               background-size: 43%;
        }
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: var(--text-color);
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: var(--text-color);
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}


@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: var(--fs-smaller);
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: var(--fs-smaller);
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/bitrix/templates/eshop_bootstrap_v4/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/phone_white.svg);
	background-size: auto 21px ;
}



























/*********************************************КАСТОМНЫЕ СТИЛИ*************************************************/

@font-face {
    font-family: 'Montserrat';
    src: url('/local/fonts/montserrat/Montserrat-Bold.eot'),
         url('/local/fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('/local/fonts/montserrat/Montserrat-Bold.woff') format('woff'),
         url('/local/fonts/montserrat/Montserrat-Bold.ttf') format('truetype'),
		 url('/local/fonts/montserrat/Montserrat-SemiBold.eot'),
         url('/local/fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
         url('/local/fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
         url('/local/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 100 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/fonts/inter/Inter-Bold.eot'),
         url('/local/fonts/inter/Inter-Bold.woff2') format('woff2'),
         url('/local/fonts/inter/Inter-Bold.woff') format('woff'),
         url('/local/fonts/inter/Inter-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/fonts/inter/Inter-Regular.eot'),
         url('/local/fonts/inter/Inter-Regular.woff2') format('woff2'),
         url('/local/fonts/inter/Inter-Regular.woff') format('woff'),
         url('/local/fonts/inter/Inter-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
:root {
	--initial-bg-color: #fff;
	--initial-color: #fff;
--accent-color:#00A9C0;
	--hover-text-color: #474747;
--text-color: #474747;
--lt-blue-color:#FBFDFF;
--lt-gray-color: #D9D9D9;
--dk-gray-color: #757575;
--lt-accent-color: #edf8fa;
--fs-large: 47px;
--fs-larger2: 37px;
--fs-larger: 27px;
--fs-normal: 20px;/*30px;*/
--fs-smaller: 14px;
}

body {
font-size: var(--fs-normal);
color: var(--text-color);
 line-height: normal;
}
.title{
    margin-bottom: 50px;
	font-size: var(--fs-large);
}

ul { padding-left: 50px; }
/**************Шапка сайта (header)*****************/

.bx-nav-2-lvl {
	border-bottom: 1px solid var(--text-color);
}

.bx-nav-2-lvl a:hover {
	background: var(--text-color);

}

.bx-nav-2-lvl a p:hover {
	z-index: -1;
	color: var(--initial-color);
}

.bx-nav-2-lvl-link {
	padding: 0px;
}

.bx-nav-2-lvl-container {
//     top: calc(100%) !important;
	top: calc(100% ) !important;
}

.bx-nav-list-2-lvl {
	padding:  0;
}

.bx-hover {
	color: var(--initial-color);
}


#en-version-btn {
        font-size: var(--fs-larger2);
}
#visually-impaired-ver-btn {
        width: var(--fs-larger2);
}

.bx-nav-1-lvl:last-child .bx-nav-1-lvl-link {
    border-radius: 0 20px 20px 0;
}

.bx-nav-1-lvl:first-child .bx-nav-1-lvl-link {
    border-radius: 20px 0 0 20px;
}
header.bx-header {
        margin-bottom: 50px;
}
header.bx-header .container {
	width: 100%;
	margin: 0;
	max-width: 100%;
	padding: 0;
}
#head-baner a#site-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#head-baner {
    min-height: 338px;
    background-size: cover;
    background-position: center;
	background: url("/upload/medialibrary/cdf/h5jy8twdg64ybcumrbk0giiehwefm2pw.png") center / cover no-repeat;
    background-color: var(--initial-color);
}

		#head-baner > div{
			max-width: 1570px;
			margin: auto;
			/*height: 100%;*/
			padding: 50px 0 50px 0;

			display:flex;
			flex-direction: row;
			/*justify-content: space-between;*/

			color: white;
			line-height: 1.2;
		}
#head-baner > div > div:last-child {
       line-height: normal;
}

#nav-logo {    /*margin-right: 90px;*/ margin-right: 25px;}

		span.large-font {
			font-size: var(--fs-large);
                        font-weight: bold;
			letter-spacing: 3px;
		}

		span.huge-font {
			font-size: 62px;
			font-weight: bold;
			letter-spacing: 3px;
		}

		.main-navigation {

			margin: auto;
			position: relative;
			top: -20px;
		}

		.bx-top-nav-container {
			/*background: linear-gradient(110deg, #30acbd , #87d1bd );*/
			max-width: 1526px;
			margin: 0 auto;
			background: var(--accent-color);
			border-radius: 20px;
			padding: 0;
			box-shadow: 2px 3px 23px 13px rgba(0, 0, 0, 0.25);
                        min-width: auto !important;
		}
		.bx-top-nav-container .bx-nav-1-lvl-link {
			/*border-radius: 10px;*/
			padding: 40px 20px;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
a:hover, .btn-link:hover {color: white;}
.bx-hover .bx-nav-1-lvl-link-text {
        color: var(--initial-color);
        background: none;
        line-height: normal;
        display: inline-block;
}

span.bx-nav-2-lvl-link-text{
        line-height: normal;
        display: inline-block;
}

.bx-nav-1-lvl-link-text {
	color: inherit;
}

.bx-top-nav-container>.bx-nav-list-1-lvl {
	border-radius: 20px;
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover>.bx-nav-1-lvl-link .bx-nav-1-lvl-link-text, .bx-nav-1-lvl.bx-nav-parent:hover>.bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
color: var(--initial-color);background: none;
}

.bx-nav-2-lvl-link-text {
          font-size: var(--fs-smaller);
    color: var(--text-color);
	padding: 10px;
	line-height: 1.2em;
	margin:0;
}
		.nav-icons {
			height: 50px;
			width: 50px;
			/*border-radius: 50%;
			background-color: rgba(0, 169, 192, 1);
                        border: 13px solid rgba(0, 169, 192, 1);
                        box-shadow: 1px 1px 9px -4px #3b3b3b;*/
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
                .bx-nav-1-lvl-link-text {
                         text-align: center;
    font-family: 'Inter';
    font-weight: bold;
    font-size: var(--fs-smaller);

}

.bx-nav-1-lvl.bx-hover>.bx-nav-1-lvl-link, .bx-nav-1-lvl.bx-active>.bx-nav-1-lvl-link, .bx-nav-1-lvl:hover>.bx-nav-1-lvl-link {
           background-color: var(--text-color);
           color: var(--initial-color);
}
.bx-hover .bx-nav-1-lvl-link a {
       color: var(--initial-color);
}
.bx-nav-1-lvl:hover>.bx-nav-1-lvl-link:first-child {
          /* border-radius:10px 0 0 10px;*/
}
		.main-navigation ul {
			display: grid;
			color: var(--initial-color);		}

.main-navigation li a {
	    height: 100%;
}


/*Рабочая область*/
.workarea {
	max-width: 1264px;
     //max-width: 1526px;
     margin: auto;
}


/**************Подвал сайта (Footer)*****************/

.bx-footer {
		color: white;
    	margin: 0px auto;
    	margin-top: 70px;
/*background-blend-mode: multiply;
		opacity: 0.70;
		background-image: linear-gradient(
        to right,
        rgba(50, 174, 191, 1), 
        rgba(28, 185, 207, 1)
    ), url(http://dev-site-shop.digitalsar.ru/upload/medialibrary/8e9/u98ygfqk07z601nktfwkmn7amkqtp3ok.jpg);
         font-family: 'Montserrat', sans-serif; */
         background-color: var(--text-color);
		background-size: cover;
		background-position: center;
		font: 12px;
		
    	padding: 43px 15px;
    	font-size: var(--fs-smaller);
	}
	.bx-footer-content {
		display: flex;
		justify-content: space-between;
		min-height: 75px;
		margin: 0 auto;
		padding: 0;
		width: 85%;
		}

	.bx-footer-wrappLeftItem {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.bx-footer-wrappRightItem {
		display: flex;
		flex-direction: column;
		justify-content: end;
	}

	.bx-footer p {
		margin: 0;
	}

	.bx-footer-links {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		color: #fff;
    	/*color: var(--accent-color);*/
	}

.bx-footer-links a:hover {
	color: var(--initial-color);
	
}



/*****************ВЫПАДАЮЩИЙ СПИСОК***************/


.cat-open{
	background: none;
    border: none;
    font-size: medium;
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.cat-open:focus {
	outline:none;
}
.with__p__column p {
		page-break-inside: avoid;
    	break-inside: avoid;
	}
.category-accord label { font-size: initial; }

.category-accord .accordion-body {
	padding-left: 31px;
}
.category-accord .accordion-item.not-parent {
	/*padding-left: 31px;*/
	display: flex;
	align-items: center;
}

.category-accord h2 {
	border-bottom: 1px solid var(--accent-color);
        background: var(--lt-accent-color);
	border-radius: 7px;
}



#bottom-submit {
	position:sticky;
	bottom: 20px;
	/*float: right;*/
	justify-content: flex-end;
	z-index: 100 !important;
	margin-right: 95px;
}

#bottom-submit input[type=submit] {
	background: var(--accent-color);
	min-width: 156px;
	min-height: 58px;
	height: unset;
	border: none;
	color: white;
	padding: 5px 15px;
	transition: .2s;
	border-radius: 10px;
	font-size: var(--fs-normal);
	font-weight: bold;
	z-index: 15;
}
#bottom-submit input.neutral {
    background: var(--lt-gray-color);
    border: none;
    color: white;
    padding: 10px 30px;
    transition: .2s;
    border-radius: 6px;
}

#bottom-submit input[type=button]:hover {
	background: #81cebd;
}

#bottom-submit input[type=submit]:hover {
	background: #81cebd;
}
#bottom-submit input.neutral:hover {
	background: #d8e4e5;
}

#bottom-submit input[type=button] {
	background: var(--accent-color);
	min-width: 156px;
	min-height: 58px;
	border: none;
	color: white;
	padding: 5px 30px;
	transition: .2s;
	border-radius: 10px;
	font-size: var(--fs-normal);
	font-weight: bold;
}

.category-accord h2 {
    border-bottom: 1px solid var(--accent-color);
    display: flex;
    align-items: center;
}








/*список мер*/

#anketa > .calck_section_item:first-child > h3 {
	margin-top: 0;
}
.calck_wrapp_mobile_button {
	display: none;
}


.calck_btn_back_modify {
    background: none;
    border: none;
    outline: none;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.calck_btn_back_modify:focus {
      outline: none;
}


.measure-list-title {
	margin-bottom: 25px;
}

.measure-list .measure-item > div{
	display: flex;
    justify-content: space-between;
	font-size: var(--fs-normal);
	margin-bottom: 30px;
}
.measure-item-name {
	font-size: var(--fs-larger);
	color:#1c8b98;
	//font-size: var(--fs-normal);
}

.measure-list .measure-item > div:last-of-type {
    flex-direction: column;
}

.measure-item > div:first-child, .measure-item > div:last-child > div:last-child  {
	font-size: var(--fs-normal);

}
.measure-item > div:first-child {
	margin-bottom: 15px;
}
.measure-item > div:last-child > div:last-child {
	min-width: 20%;
	display: flex;
	align-items: center;
}

.measure-item {
	padding: 30px 0 0 0;
	position: relative;
	border-bottom: 1px solid var(--text-color);
	border-top: unset;
}

.measure-item	li::marker {
	color: var(--accent-color);
	font-size: 42px;
	line-height: 16px;
}
.measure-item a {
	text-decoration: none;
	z-index: 10;
	color: var(--text-color);
}

.measure-item-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: none !important;
}

.measure-tags {
	position: relative;
}

.measure-tags-li {
	list-style: none;
	position: relative;
	margin-top: 20px;
	margin-right: 23px;
	color: var(--text-color);
}

.measure-tags-listStyle {
	width: 16px;
	height: 16px;
	background: var(--accent-color);
	border-radius: 100%;
	top: 4px;
	position: absolute;
	left: -31px;
}

.measure-list > .measure-item:first-of-type {
	border-top: unset;
	padding: 0;
	border-bottom: 1px solid var(--text-color);
}

.measure-list > .measure-item:last-of-type {
	border: none !important;
}

.measure-item-name {
	font-size: var(--fs-larger);
}

.measure-tags-listStyle {
	top: 7px;
}


input[type=reset]{
    background: var(--text-color);
    border: none;
    padding: 3px 30px;
    transition: .2s;
    border-radius: 20px;
	color: var(--lt-blue-color);
	text-transform: uppercase;
	font-weight: bold;
}






:root{
    font-family: 'Inter';
}

body {
    font-family: 'Inter';
}
a {
    text-decoration: none;
    color: inherit;
}



a:hover, .btn-link:hover {
    color: inherit;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Inter';
}
h1 {
    font-size: var(--fs-large);
    /*font-size:40px;*/
    font-weight: bold;
}
h2 {
    font-size: var(--fs-large);
}
h3 {
    font-size: var(--fs-larger2);
}
h4 {
    font-size: var(--fs-larger);
}



.bx-content-section, .bx-header-section {
    background-color: transparent;
}

div#bx_basketFKauiI {
    display: none;
}



.bx-nav-1-lvl>a span {
    padding: 24px 14px 15px;
}

.bx-nav-angle-bottom {
   display:none;
}


/* Главная страница*/


	#carousel-inner, .carousel-item {
		height: 100%;
	}
	.carousel-item {
    	position: relative;
		/*left: -33%;*/
	}

	.carousel-item img {
		height: 100%;
		width: auto;
	}



	.carousel-indicators li{
		width: 24px;
		height: 24px;
		border-radius: 50%;
	}
        #carouselBanner li::marker{
		    content: '';
	}

.carousel-item > div {
    position: absolute;
    top: 0;
    padding: 30px;
}

.sonkoSocialSphere .accordion-item {
   border-bottom: 1px solid var(--text-color);
}

.sonkoSocialSphere .accordion-item:first-child .accordion-button{
    padding-top: 15px;
}
.sonkoSocialSphere .cat_of_recipients{
        margin-bottom: 65px;
}

/*сет новостей на главной (list.news)*/
#main-news-container {
	border-bottom: 1px solid var(--dk-gray-color); 
	padding-bottom: 50px;
}
	.news-date {
		margin-top: 30px;
	}

	.news-set {
		display:flex;
		gap: 40px;
	}

	.news-set > div {
		width: 50%;
	}
	.big-news > div:first-child {
		max-height: 500px;
		max-width: 735px;
		min-height: 350px;

		/*min-height: 260px;*/

		/*min-height: 332px;*/
		/*max-width: 735px;*/
		border-radius: 20px;
		background-position: center;
		background-size: cover;

		margin-bottom: 30px;
	} 

	.big-news, .small-news {
		padding-bottom: 30px;
	}

	.small-news {
		/*border-bottom: 1px solid var(--text-color);*/
		border-bottom: 1px solid var(--dk-gray-color);
	}

	.all-news-link {
		margin-top: 83px;
	}
        .all-news-link img { margin-left: 30px; }
	h2 {
		margin: 0;
	}


/*НОВОСТИ*/
.news-content img {
        width: 100%; 
        margin: 50px 0; 
        border-radius: 20px;
}
.news-content time {
	display: none;
}

.news-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 60px;
	margin-top: 50px;

}
.news-list > div{
	display: flex;
	flex-direction: column;
	align-items: spacr-between;
	justify-content: space-between;
}
.pagination font:first-child, .pagination br{
	display: none;
}
.pagination font:last-child{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
        flex-wrap:wrap;
}
.pagination font.text > * {
	margin-left: 20px;
}
.pagination b {
	color: var(--accent-color);
}
/*
.pagination span {
	display: flex;
    justify-content: center;
    align-items: center;
	background: var(--text-color);;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	transition: .2s;
}
.pagination span:hover {
	background: var(--accent-color);

}
*/





/* КОНТАКТЫ*/


nav.left-tabs {
		width: 30%;
	}
	nav.left-tabs ul{
	    border-bottom: none;
	    display: block;
		width: 100%;

	}

	nav.left-tabs ul li button {
		width: 100%;
		outline: none;
		border: 1px solid #dee2e6;
    	border-right: none;
		border-radius: 0;
	}



	.contacts-page {
		/*display: flex;*/
		width: 100%;
	}
	.contacts-page	.tab-content {
		padding: 24px;
		/*width: 70%;*/
	}
	.contacts-page	.main-info {
		display: flex;
		margin: 120px 0;
	}
	.contacts-page	.main-info .image {
		min-height: 264px;
		max-height: 617px;
		min-width: 507px;
		background-position: center;
		background-size: cover;
                min-height: calc(35vw * 1.3);
                min-width: 35vw;
	}

	.contacts-page	.main-info address {
		padding: 24px;
		margin-left: 120px;
		width: 100%;
	}
	.contacts-page	.main-info	.fio {
		padding: 15px 60px;
		position: relative;
		left: -24px;
		margin-top: 60px;
		border: 1px solid var(--text-color);
		border-radius: 15px;
		width: fit-content;
	}

	.contacts-page #title {
		margin-top: 120px;
	}

	.contacts-page-link {
		background-size: cover;
		background-position: center;
		min-height: 350px;
		width: 100%;
		border-radius: 20px;
		padding: 50px 100px ;
		display: flex;
		flex-direction: column;
		justify-content: end;
		background-color: var(--lt-gray-color);
	}

/* КОНТАКТЫ V2*/

.employService {
  display: flex;
  border-bottom: 1px solid #ccc;
  min-height: 200px;
  transition: 0.5s all;
  }
.contact__person {
      display: grid;
      max-width: 600px;
      grid-template-columns: 1fr 2fr;
      gap: 30px 50px;
}
.contacts__list__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    justify-content: space-between;
    align-items: baseline;
}
	.contact__person__photo {
		position: relative;
		height: 250px;
		min-width: 250px;
		background-size: cover;
		/*background-position: center;*/
		border-radius: 20px;
	}
.contact__person__info {
        grid-column-start: 1;
        grid-column-end: 3;
}
	.contact__person__fio {
		border-radius: 20px;
		font-weight: bold;
		font-size: var(--fs-normal);
		max-width: 320px;
                text-transform: uppercase;
                line-height: inherit;
	}
	.contact__person__post {
		font-size: var(--fs-normal);
		margin-top: 8px;
		max-width: 630px;
	}
	.contact__person svg {
		margin-right: 10px;
		position: relative;
		min-width: 29px;
	}

	.contact__post__wrap {
		overflow-wrap: anywhere;
		cursor: pointer;
	}

.contact__post__wrap:hover {
	color:  var(--accent-color);;
}

.rectangle__wrapp {
	width: 250px;
	height: 250px;
	background-color: var(--accent-color);
	border-radius: 20px;
}

.contact__fioImg {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: var(--fs-smaller);
        gap: 20px;
        margin-bottom: 0;
}

	.contact__fioImg .d-flex:first-child {
		width: 215px;
	}

/*
.contact__wrapp__photo {
	display: flex;
	gap: 50px;
}
*/
.contact__fioImg p {
    margin: 0;
}
.d-flex {
	align-items: center;
	overflow-wrap: anywhere;
}

/*стили для текста*/

.text-styles > a {
	color: inherit;
}

	.text-styles a, .text-styles li::marker {
		/*color: #fff;*/
		/*color: var(--accent-color);*/
	}
	.text-styles a:hover {
		/*color: var(--lt-gray-color);*/
		color: color-mix(in srgb, var(--text-color), gray 50%);
	}
	.text-styles li::marker {
		color: var(--accent-color);
	}
	.text-styles blockquote  {
		border-left: 7px solid var(--accent-color);
                padding-left: 25px;
	}
	.text-styles table {
               border: none;
        }
	.text-styles table tr:nth-child(odd) {
                background: var(--lt-blue-color);
        }
	.text-styles table tr:first-child {
                background: var(--accent-color);
                color: white;
        }

        .text-styles table td {
               padding: 5px 15px; 
        }
        .text-styles img {
               width: 100%;
               height: auto;
        }
        .text-styles u {
               text-decoration: underline var(--accent-color);
        }
/**************************************/
.category-accord label {
    font-size: var(--fs-normal);
    text-transform: uppercase;
}

.category-accord input[type=checkbox] {
    height: 20px;
    min-width: 20px !important;
}
.category-accord h2 {
padding: 15px 0;
}
.accordion-item {
    padding-top: 50px;

}

.accordion-collapse {
	position: relative;
	/*background: rgba(0,169,192,10%);*/
	/*margin-top: 45px;*/

}

.accordion-collapse.collapse.show {
	/*margin-top: 45px;*/
	/*transition: 0.5s all;*/
	/*padding-left: 50px;*/
}

.accordion-collapse{
	margin-top: 45px;
	transition: 0s all;
}

.accordion-collapse::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,169,192,10%);
	background-size: cover;
	z-index: 0;
}


/*ссылки на меры поддержки*/

	.measures-page-link {
		background-size: cover;
		background-position: center;
		min-height: 748px;
		width: calc(50% - 12px);
		border-radius: 20px;
		padding: 100px;
		display: flex;
		flex-direction: column;
		justify-content: end;
		background-color: var(--lt-gray-color);
	}

	.container-links-page {
		display: flex;
		flex-wrap: wrap;
		gap: 25px;
		margin-top: 50px;
		color: var(--text-color);
	}




.big-news-title {
    font-size: var(--fs-larger);
    line-height: 1.2;
}

.big-news-descr {
    font-size: var(--fs-normal);
    line-height: 1.2;
}

.news-date {
    font-size: var(--fs-larger);
}

.small-news-title {
    font-size: var(--fs-larger);
    margin-top: 30px;
}


.main-section-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#carouselBanner {
    grid-column: 1 / span 2;
    margin: 0 75px 0 0;
}

.main-title-title {
   font-size: var(--fs-large);
   margin-bottom: 30px;
   text-transform: uppercase;
}

.main-title-descr {
    font-size: var(--fs-normal);
}

.main-measure-section {
    margin-top: 120px;
     padding-bottom: 100px;
     border-bottom: 2px solid #ccc;
}

.main-measure-wrapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content;
	gap: 50px 70px;
	/*grid-gap: 0px 45px;*/
}

.main-measure-block {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;

    font-size: var(--fs-larger);
}

.main-measure-descr {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: var(--fs-larger);
    font-weight: bold;

}


.image-container {
 position: relative;
 display: inline-block;
 width: 100%;
 height: 100%;
}

.image-main, .image-hover {
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 transition: opacity 0.5s ease-in-out;
}

.image-hover {
 opacity: 0;
}


.image-container:hover .image-main {
 opacity: 0;
}

.image-container:hover .image-hover {
 opacity: 1;
}

.main-title-title-descr {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.main-news-title {
    font-size: var(--fs-large);
    margin-top: 50px;
    margin-bottom: 30px;
}


	.mobile_gosName {
		display: none;
	}

	.gosuslugi-link {
		min-width: 288px;
	}



		.main-navigation .mobail {
			display: none;
		}
		.main-navigation . {
			display: none;
		}
                .mobail  ul  {border-left: 1px solid var(--lt-gray-color);}

		.mobail  ul > li {
			display: grid;
			grid-template-columns: 100fr 1fr;
		}

		.mobail  ul > li > a {
			z-index: 100;
                        display: inline-block;
                        padding: 5px;
		}

		.mobail  ul > li > div {
			display:none;
			transition: .1s;
			height: 0px;
			opacity: 0;

			grid-column-start: 1;
			grid-column-end: 3;
		}
		.mobail ul > li > div.open {
			display:block;
			opacity: 1;
		} 
.mobail  .bx-nav-2-lvl-link-text {padding: 5px; padding-left: 20px;}

#mobailbutton {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: end;
}

		#mobailnavcontent {
			background-color:var(--initial-color);
			color: var(--text-color);

			display: none;
			opacity: 0;
			min-height: fit-content;
			transition: .1s;
		}
		#mobailnavcontent.open {
			opacity: 1;
		}
		#mobailnavcontent li::marker {
			color: #ffffff00;
		}

#mobailnavcontent li * {
    color: var(--text-color);
    border-bottom: none;
    font-size: var(--fs-normal);
    font-weight: 500;
}

#mobailnavcontent li a:hover, #mobailnavcontent li a:hover > span, #mobailnavcontent li a:hover ~ p, #mobailnavcontent li p:hover ~ a, #mobailnavcontent li p:hover {
    background-color: var(--text-color);
    color: var(--initial-color);
}
#mobailnavcontent li a:hover ~ p path , #mobailnavcontent li p:hover path { stroke: var(--initial-color); }

/* РЕДАКТОР МЕР ПОДДЕРЖКИ */
.data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 30px;
}

.data-table select,  .data-table   input:not(.data-table   input[type=submit]):not(.data-table   input[type=button]) {
    /*overflow-x: auto;*/
    /*overflow-y: auto;*/
    width: 100%;
}

.data-table-list tbody td {
    border-bottom: 1px solid var(--accent-color);
    padding-left: 20px;
    vertical-align: sub;
	font-size : var(--fs-larger);
}

.data-table-list tbody td a svg {
  width: 40px;
  height: 40px;
}


/*СЛАЙДЕР*/

#carousel-inner {
	border-radius: 20px;
}

/*КАЛЬКУЛЯТОР*/

       .anketa {
			/*background: #eaf1ef;
            padding: 24px;
            border-radius: 10px*/
            margin-bottom: 24px;
		   position: relative;
		   padding: 0;
        }
        .anketa .answer-t-f {
            display: flex;

        }
        /*.anketa .answer-t-f > div {*/
        /*    margin-right: 24px;*/
        /*}*/

		#anketa {
			padding: 2px 0;
			overflow: hidden;
            margin-bottom: 100px;
            border-radius: 10px;
		}
		#anketa section {
			/*border-bottom: 1px solid var(--lt-gray-color);*/
			/*padding: 35px 0;*/
			display: flex;
			justify-content: space-between;
			display: grid;
    		grid-template-columns: repeat(2, calc(50% - 10px));
		}
		#anketa section > 	section {
			grid-column-start: 1;
			grid-template-columns: 1fr;
  			
		}

		#anketa section > h3, #anketa section > div {
			width: 100%;

		}


		#anketa section > div {
			display: flex;
			/*justify-content: space-between;*/
		} 
		#anketa section > div > div {
			display: block;


			/*margin: 55px 0;*/
			border-radius: 20px;
			line-height: 26px;
			flex-direction: column;
			//gap: 20px;
			//align-items: center;
			//height: 52px;
		}


		#anketa section select, #anketa section input[type=number], #anketa section input[type=text], .data-table select, .data-table input {
			font-size: var(--fs-normal);
			width: 100%;
			padding: 10px 10px;
			border: 1px solid var(--text-color);
			background: none;
			outline: none;
			color: var(--text-color);

			overflow-x: hidden;
			margin: 0;
			border-radius: 20px;
			min-height: 70px;
			/*height: fit-content;*/
		}

#anketa section input[type=number]::placeholder {
	color: var(--text-color);
}

		input[type='radio'] {
			width: 36px;
    		height: 36px;
			/*visibility: hidden;*/
			position: relative;
			margin-right: 12px;
			accent-color: #00a2b9;
		}
	 	input[type='radio']:after {
			width: 23px;
			height: 23px;
			border-radius: 15px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: transparent;
			position: absolute;
			content: '';
			display: inline-block;
			visibility: visible;
		}

		input[type='radio']:before {
			width: 36px;
			height: 36px;
			border-radius: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: var(--initial-color);
			position: relative;
			border: 1px solid var(--text-color);
			content: '';
			display: inline-block;
			visibility: visible;
		}

		input[type='radio']:checked:after {
			width: 23px;
			height: 23px;
			border-radius: 15px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);

			background-color: #00a9c0;

			content: '';
			display: inline-block;
			visibility: visible;
		}


.calck_resetButton {
	background-color: var(--text-color);
}

.calck_resetButton:hover {
	background: #81CEBD !important;
}

.calck_header {
	padding: 0 45px 115px 45px;
	display: flex;
	gap: 60px;
	border-bottom: 1px solid var(--text-color);
	color: var(--text-color);
}

.calck_item_title {
	font-size: var(--fs-larger);
	font-weight: bold;
	margin: 50px 0 30px 0;

}

.calck_section_item {
	grid-template-columns: 1fr;
}


.calck_item_label {
	font-size: var(--fs-normal);
	display: flex;
	align-items: center;
	margin-right: 125px;
	line-height: 0em;
	cursor: pointer;
}

.calck_item_label > input {
	cursor: pointer;
}

.anketa-wrapp-input > div {
	/*     margin: 25px 0 67px 0; */
	margin-top: 20px;
}

.anketa-wrapp-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reset-button {
	background: var(--text-color);
}

/* Container for the dropdown */
.dropdown {
	position: relative;
	display: inline-block;
	flex-direction: column;
	min-height: 70px;
}

/* Selected option container */
.dropdown-selected {
	position: absolute;
	background-color: transparent;
	color: var(--text-color);
	padding: 20px 65px 20px 15px;
	cursor: pointer;
	border: 1px solid var(--text-color);
	width: 100%;
	box-sizing: border-box;
	font-size: var(--fs-normal);
	line-height: 30px;
	border-radius: 20px;
}

/* Options container */
.dropdown-options {
	display: none;
	position: relative;
	background-color: var(--lt-blue-color);
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border: 1px solid var(--text-color);
}

/* Options within the dropdown */
.dropdown-option {
	color: var(--text-color);
	padding: 10px 0;
	margin: 0 15px;
	display: block;
	cursor: pointer;
	font-size: var(--fs-normal);
	align-items: baseline;
	position: relative;
}


.dropdown-option:hover {
	color: var(--accent-color);
	text-decoration: underline;
	text-decoration-style: solid; /* Устанавливаем стиль линии подчеркивания */
	text-decoration-color: var(--accent-color); /* Устанавливаем цвет линии подчеркивания */
	text-decoration-thickness: 2px; /* Устанавливаем толщину линии подчеркивания */
	text-underline-offset: 5px; /* Регулируем расстояние от текста до линии подчеркивания */
}



/* Placeholder option styling */
.dropdown-option.placeholder {

	border-bottom: 1px solid #B1B1B1;
	padding: 20px 70px 20px 0;
}

/* Show the dropdown options on hover */
.dropdown:hover .dropdown-options {
	display: block;
}




.close-button {
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 20px;
	font-size: var(--fs-larger2);
	transform: rotate(45deg);
	transition: transform 0.3s ease ;
	pointer-events: none;
}

.close-button.rotated {
	transform: rotate(0deg);
}

.bottom-submit-confirm {
	font-size:  var(--fs-normal);
	margin-right: 30px;
}

.bottom-submit-reset {
	font-size:  var(--fs-normal);
	font-weight: bold;
	background: var(--text-color);
	min-width: 156px;
}

.bottom-submit-reset:hover {
	background: #81cebd !important;
}



.calck_article {
	max-width: 593px;
	min-height: unset;
	border: 1px solid var(--text-color);
	border-radius: 20px;
	font-size: var(--fs-normal);
	font-weight: bold;
    padding: 50px;
	top: 110px;
	float: right;
         margin-bottom: 30px;
	margin-top: 0px;
	position: static;
}

.anketa-wrapper-forsticky {
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0;
	height: 100%;
	align-items: end;
}

.anketa-wrapp-forsticky_item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: sticky;
	top: 50px;
	z-index: 100;
}

.calck_btn_back {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--accent-color);
	min-width: 156px;
	height: 58px;
	border: none;
	color: white;
	padding: 5px 15px;
	transition: .2s;
	border-radius: 10px;
	font-size: var(--fs-normal);
	font-weight: bold;
}

.calck_btn_back:hover {
	background: #81cebd;
}

.calck_btn_back:focus {
	outline: none;
}



#measure-list {
	position: relative;
}




input[type='radio']:checked:before {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	border: 1px solid var(--text-color);
	content: '';
	display: inline-block;
	visibility: visible;
}

		.answer-t-f > div {
			display: flex;
    		align-items: center;
		}
		/*.answer-t-f input[type=radio] {*/
		/*	margin-right: 20px;*/
		/*}*/

		.anketa input[type=submit] {
			background: var(--accent-color);
			border: none;
			color: white;
			padding: 10px 30px;
			transition: .2s;
			border-radius: 10px;
			float: left;
		}

.anketa-add-del-btns {
    display:flex;
    justify-content: space-between;
    text-align: center;

}
.anketa-add-del-btns > div:first-child {
    background: var(--accent-color);
    border: none;
    color: #fff;
    transition: .2s;
    border-radius: 6px;
	min-width: 156px;
	height: 60px;
	font-size: var(--fs-normal);
	line-height: 60px;
	font-weight: bold;
}

.anketa-add-del-btns > div:first-child:hover {
	background: #81cebd;
}

.anketa-add-del-btns > div:last-child:hover {
    background: #81cebd;
}

.anketa-add-del-btns > div {cursor:pointer}
.anketa-add-del-btns > div:last-child {
    /*background: var(--lt-gray-color);*/
	background: var(--text-color);
    border: none;
    transition: .2s;
    border-radius: 6px;
	min-width: 156px;
	height: 60px;
	font-size: var(--fs-normal);
	line-height: 60px;
	font-weight: bold;
	color: #fff;
}



div[data-role=bx-menu-mobile] {
    display: none;
}

.btn_addLink {
	/*width: 200px;*/
	/*height: 50px;*/
	padding: 10px 30px;
	border-radius: 6px;
	text-align: center;
	background: var(--accent-color);
	color: white;
}

.btn_addLink:hover {
	color: white;
	background: #81cebd;
}



.table__list > div > div:last-child > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
	margin-bottom: 15px;
}

.military_adresses.table__list > div {
	grid-template-columns: 0fr 1fr 2fr;
}
.military_adresses.table__list > div > div:first-child {
	margin-right: 0;
}


.military_adresses.table__list > div > div:last-child > div {
	gap: 30px;
}
.military_title {
	font-weight: bold;
	font-size: 32px;

}

.millitary_descr {
 	white-space: pre;
	text-wrap: wrap;
}

.quote_img {
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}

.measure-item-link {
	position: absolute;
    width: 100%;
    height: 100%;
}


/* Меры поддержки Защитники*/

.wrappMilitaryAccrodion .accordion-item {
	border-bottom: 1px solid var(--text-color);
}
.wrappMilitaryAccrodion .accordion-item:last-of-type {
border-bottom: unset;
}


    .accordion-wrappButton {
        margin-top: 30px;
        display: flex;
        justify-content : flex-start;
        gap: 70px;
        margin-bottom: 30px;
    }

    .militaryBanner {
        position: relative;
        background: var(--accent-color);
            padding: 50px 297px 55px 88px;
        border-radius: 16px;
	min-height: 480px;
	font-size: var(--fs-larger2);
	font-weight: bold;
      
    	line-height: normal;
    }

.militaryBanner > p {
  color: white;
}

    .militaryBannerImg {
        position: absolute;
        right: 0;
        bottom: 0px;
    }
.militaryBannerAbstractIco {
	position: absolute;
	bottom: 100px; 
    	right: 175px;
}
.militaryButtonSupp {
	color: var(--bs-light);
    	background: var(--hover-text-color);
    	padding: 30px 35px;
	min-width: 593px;
        border-radius: 12px;
        font-weight: bold;
        text-align: center;
        font-size: var(--fs-normal);
}


.wrappMilitaryButtons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px 70px;
    margin: 30px 0;
}

/* БАННЕР ЗАЩИТНИКИ*/

.helpContractBanner {
	display: flex;
	justify-content: unset;
	align-items: unset;
	width: 100%;
	height: 481px; 
	background: var(--text-color);
	border-radius: 20px;
	margin-top: 30px;
	min-height: 130px;
	color: var(--initial-color);
}

.helpContractBanner div:first-child {
	padding: 45px;
}

.helpContractBanner div:first-child > p {
	font-size: 156px;
	font-weight: bold;
	margin: 0;
	line-height: 130px;
    text-align: center;
}


.helpContractBanner div:last-child {
	padding: 50px 40px 0 60px;
	background: var(--accent-color);
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.helpContractBanner div:last-child > p {
	font-size: var(--fs-large);
	font-weight: bold;
}



.helpContractBanner div:last-child > a {
	display: flex;
	font-size: var(--fs-normal);
	font-weight: bold;
	background: var(--text-color);
	border-radius: 10px;
	max-width: 284px;
	height: 105px;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
	position: relative;
	z-index: 1;
}

.helpContractBanner div:last-child a p {
	margin:0;
}


.helpContractBanner div:last-child > img {
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 20px;
}

/*Баннер защитники конец*/


   /* Стили для контрастной версии */

.class_for_border {

	border-bottom: 1px solid var(--text-color);
}

.max_width_none {
	max-width: unset;
}



.grid_template_unset {
	color: var(--text-color);
}


    .high-contrast-whiteBg {
        background: var(--text-color) !important;
        color: #fff;
    }

    .high-contrast {
        color: var(--text-color) ;
		/*background-color: #000;*/
		background-color: var(--initial-bg-color);
		/*filter: invert(1)*/
    }

    .high-contrast a {
        color: var(--text-color);
    }
     .high-contrast .socialServiceButton  a, .high-contrast a.mentalButtonAkt, a.social_sono_info_link,  .EmploymentOfCitizens > .blue__button  {
        color: var(--initial-color) !important; 
    }
    





    .high-contrast div:focus {
        background-color: #fd0;
        color: var(--text-color);
    }



.dropdown_menu_cont {
    border-right: 1px solid var(--text-color);
    border-left: 1px solid var(--text-color);
    border-bottom: 1px solid var(--text-color);
}

.color_white_cont {
	line-height: 22px;
}

.bx_nav_list_2_lvl_cont {
    background: var(--initial-color);

}

.news-list-img-cont {
    color: #fff !important;
}

.useful_resources {
    color: #474747;
}

.useful_resources_descr {
    color: inherit !important;
}


 .useful_resourcesCont {
	 /*back*/
    /*background-color: #000 !important;*/
	 border: 1px solid var(--text-color) !important;
	 width: 100% !important;
	 /*min-height: 140px !important;*/
	 /*min-height: fit-content !important;*/
	 min-height: 100% !important;
	 height: fit-content !important;
	background-color: var(--initial-color) !important;
 }

.useful_resourcesCont > div {
	visibility: hidden;
	/*display: none !important;*/
}

.useful_resourcesCont > img {
	display: none;
}

  .useful_resourcesCont > a:hover {
     background: unset;
  }

.useful_resourcesCont:hover {
     color: var(--text-color);
}

.useful_resourcesCont > p {
	color: var(--text-color) !important;
}

.grid_template_unset {
	grid-template-columns: unset;
}

.display_none {
	display: none;
}

.block_cont {
    color: var(--text-color);
}

.h3_cont {
    color: var(--text-color);
}

.hover_block_title_cont {
    color: var(--text-color);
}

.title_contact_cont {
    color: var(--text-color);
}

.availability_ico {
    position: absolute;
    right: 100px;
    bottom: 150px;
    cursor: pointer;
	min-height: 50px;
}

.input_cont {
    color: var(--text-color) !important;
}

.input_cont::placeholder {
    color: var(--text-color) !important;
}

.input_cont::placeholder {color: white;}

.dropdown_options_cont {
    color: #fff;
    background: var(--text-color);
}

.steps__card__icon__cont {
    filter: invert(1);
}

.footer_cont {
    background: unset;
}

.news-list-b-contrast {
    color: var(--text-color);
}


.right_contrast_action  span {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	margin-right: 20px;
	cursor: pointer;
}

.right_contrast_action  p {
	margin-right: 45px;
	font-size: var(--fs-large);

}

.right_contrast_action  span:last-child {
	margin-right: unset;
}


.right_contrast_action span {
	background: #fff;
	border: 1px solid var(--text-color);
}

.right_contrast_action span:nth-child(2) {
	border: 1px solid #fff;
	background: black;
}

.right_contrast_action span:nth-child(3) {
	background: #9ED1FF;
	border: 1px solid #054d8d;
}

.right_contrast_action span:nth-child(4) {
	background: #F7F3D6;
	border: 1px solid #4d4b43;
}
.right_contrast_action span:nth-child(5) {
	background: #463324;
	border: 1px solid #a9e44d;
}

.left_contrast_action  p > b {
	margin-right: 25px !important;
	font-size: var(--fs-large);
}

.left_contrast_action  p {
	margin-right: 25px !important;
	font-size: calc(var(--fs-larger) + 3px);
	cursor: pointer;
}

.left_contrast_action  p:last-child {
	margin-right: unset !important;
}


.contrast_action {
	justify-content: space-between;
	align-items: center;
	display: none;
	width: 1052px;
	height: fit-content;
	border: 1px solid var(--text-color);
	border-radius: 20px;
	margin: 0 auto 50px;
	padding: 40px;
	flex-wrap: wrap;
}





.contrast_action > div {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.contrast_action_flex {
	display: flex;
}

.contrast_action > div > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.accordion-button:focus-visible {
/*     border: 3px solid black; */
    box-shadow: 0 0 0 5px black, 0 0 0 10px white; 
    border-radius: 20px;
}

.block:focus {
    border: 3px solid var(--text-color);
      border-radius: 20px;
}

.hover-a:focus-visible {
    border: 3px solid var(--text-color);
    border-radius: 20px;
}

.black_bg_cont {
       background: var(--text-color);
}

.hover-a-fix {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.hover-a-fix:focus-visible {
	border: 3px solid var(--text-color);
	border-radius: 20px;
}
.mobileVisuallyImpaired {
		display: none;
	}
	/*КОНЕЦ КОНТРАСТ*/

.contacts-page .col-1 {width: fit-content;}

		@media (max-width : 1700px) {
			.contacts-page .main-info address {
				margin-left: 45px;
			}
			.contacts-page .col-1 {
				width: fit-content;
			}
                        
		}

                @media (max-width : 1570px) {
                         .decorate-blockquote {    
                                flex-direction: column;
                                align-items: center;
                         }
                }
		@media (max-width : 1335px) {
			.contacts-page .main-info {
				flex-direction: column;
			}
			.contacts-page .main-info address {
				margin-left: 0px;
			}
			.contacts-page .main-info .image{
				width: 50%;
				height: 585px;
			}
		}
		@media (max-width : 1230px) {
			.main-navigation, .main-navigation > div {
				width: 100%;
				padding: 0;
				position: static;
			}
			.main-navigation ul, .bx-top-nav-container {
				border-radius: 0;
			}
			.main-navigation .mobail {
				display: block;
			}
			.main-navigation .bx-nav-list-1-lvl {
				display: none;
			}
			.main-page section > div.row {
				flex-direction: column;
			}
			.main-page section > div.row article {
				width: 100%;
				margin-left: 0;
			}
			#anketa section {
				display: flex;
				flex-direction: column;
			}
			.measures-page-link {width: 100%;}
		}
                @media (max-width : 1100px){
                          .news-content img {width: 100%}
                }
		@media (max-width : 1000px) {
                        .contacts__list__container{
                                 grid-template-columns: 1fr;
                                 
                                 
                         }
			.workarea {
				width: calc(100% - 20px - calc(var(--bs-gutter-x) / 2));
				margin: 0 20px;
			}

			.news-list, .news-set {
				display: flex;
				flex-direction: column;
			}
			.news-set > div {width: 100%;}
			.decorate-blockquote > div:last-child {
				width: 100%;
			}
			.decorate-blockquote {  
				padding: 80px 5%;  
				padding-left: 100px;
			}
			.decorate-blockquote > div:first-child {display:none}
                         #mobailbutton, .mobail ul > li {  width: calc(100% - 20px)}
                #nav-logo { right: -130px;}
#nav-logo {
    position: absolute;
    /*right: calc(-33vw / 2);*/
    /*right: calc(-22vw / 2);*/
	right: 0;
	margin-right: 0;
    height: 100%;
    /*top: -20px;*/
    top: -10px;
    opacity: 0.3;
}





.small-news {border-bottom:none}

#head-baner > div > div:last-child {z-index:10; padding: 0 20px;}
#head-baner > div {position:relative;}

		}


/*  ПАНЕЛЬ АДМИНИСТРАТОРА ДЛЯ РЕДАКТИРОВАНИЯ */

.admin-ed-panel > a {
		background-color: var(--accent-color);
		color: white;
		font-weight: bold;
		font-size: var(--fs-larger);
		border-radius: 20px;
		padding: 20px;
		display:flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 20px;
		min-height: 250px;
		min-width: 100px;
		transition: .3s;
    	text-align: center;
	}
	.admin-ed-panel > a:hover  {

		background-color: var(--text-color);
	}
	.admin-ed-panel svg {
		height: auto;
		width: var(--fs-larger2);
		margin: 0 10px;
		opacity: 0.7;
	}
	.admin-ed-panel {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr;
		margin-top: 70px;
	}

.item-title {
	display: block;
    color: #006b7a;
}

.data-table sel ect {
	max-width: 55vw;
}


/*thead, tbody, tfoot, tr, td, th  {
	max-width: 55vw
} */


.data-table sel ect option {
	/*min-width: 75vw;*/
	border: 1px solid #ccc;
}


option {
	text-wrap: wrap;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	font-size: var(--fs-normal);
}

label {
	font-size: var(--fs-normal);

}

.requiredText {
	text-align: end;
}



td {
	font-size: var(--fs-normal);
        vertical-align: top;
}

/*body {*/
/*	transform: scale(0.5);*/
/*	transform-origin: 0 0;*/
/*	width: 200vw;*/
/*	height: 200vh;*/
/*}*/






/*Категории*/


.search_wrappCategories {
	display: flex;
	flex-direction: column;
}

.search_mainCategories {
	height: fit-content;
	width: 593px;
	height: 88px;
	padding: 10px 38px 10px 38px;
	border-radius: 20px;
	border: 1px solid var(--text-color);
	outline: none;
	color: var(--text-color);
	overflow-x: hidden;
	margin-right: 47px;
	margin-bottom: 40px;
}

.accordion-wrapp-mod {
	width: 850px;
	margin-right: 345px;
}


.accordion-label-mod2 {
	/*font-size: var(--fs-larger) !important;*/
	font-weight: bold !important;
	margin-bottom: 30px;
}

.accordion-wrapp-mod p {
	font-size: var(--fs-larger);
	font-weight: 100;
	margin: 0;
}

.accordion-header-mod {
	border: 0 !important;
	padding: 0 !important;
	background: unset !important;
	display: flex;
	align-items: center;
}


/* Скрываем оригинальный чекбокс */
.cat-open-input {
	visibility: hidden;
	position: absolute;
}

/* Стилизуем обертку */
.accordion-wrapp-checkbox {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;

	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}

/* Стилизуем активное состояние чекбокса */
.cat-open-input:checked + .accordion-wrapp-checkbox::before {
	content: '';
	position: absolute;
	width: 14px; /* Размер зеленого круга внутри */
	height: 14px;
	background-color: green; /* Цвет зеленого круга */
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.accordion-wrapp-wrapp-checkbox {
	position: relative;
	min-width: 44px;
	min-height: 44px;
	border: 1px solid var(--text-color);
	border-radius: 100%;
	margin-right: 70px;
}

.accordion-svg {
	z-index: 9;
}

.accordion_button_svg {
	position: absolute;
	right: 10px;
	width: 44px;
	height: 44px;
}

.measure-button-submit {
	width: 631px;
	height: 131px;
}

.measure-button-reset {
	width: 300px;
	height: 100px;
}

/* Занятость населения */

.table__list > div:last-of-type {
		border: unset;
	}
       .social_tbody_flex tr:last-of-type > td  {
		border: unset;
      }

	.wrapperEmploymentEvents .social_tbody_flex:first-of-type {
		border-bottom: unset !important;
	}
    
        #bx_eshop_wrap .bx-content-section article div:nth-child(7) td:nth-child(3){
                border-bottom:1px solid var(--text-color);
        }



/*Центры занятости населения*/


.table__list > div:last-of-type {
		border: unset;
	}

.table__list > div {
    display: grid;
    padding: 30px 0;
    border-bottom: 1px solid var(--text-color);
    grid-template-columns: 0fr 1fr 1fr;
    /*gap: 60px;*/
}
.table__list > div > div:first-child	{
	padding-top: 0;
        font-weight: bold;
        margin-right: 30px;
}
.table__list > div  > div:last-child	{
        margin-left: 30px;
}


.upper__text {text-transform: uppercase;}
.center__text {text-align: center;}
.only_button { width: 50% }
.page__title {
	margin-bottom: 50px;
}
.bradcramps {
	margin-bottom: 50px;
        text-indent: -50px;
        margin-left: 45px;
}

/*/// Меры соц поддержки// */


.block-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

h3 {
    margin: 0;

}

.block {
	width: 100%;
	height: 275px;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid var(--text-color);
	border-radius: 20px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.block:hover {
	background-color: var(--accent-color);
	/*    transition: 0.5s; */
	border-color: transparent; /* При наведении бордер остается прозрачным */
}

.hover-image {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}

.block:hover .hover-image {
	opacity: 1;
	transition: 0.5s all;
}

.block-title {
	/*position: absolute;*/
	bottom: 30px;
	left: 20px;
	right: 20px;
	font-size: var(--fs-larger);
	font-weight: bold;
}

.hover-a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: end;
	top: 0;
	left: 0;
	z-index: 1;
}

.block:hover .hover-a {
	color: #fff;
	transition: 0.3s;
}

.block-change-img {
	position: relative;
	/*top: 20px;*/
	filter: invert(1);
        width: 145px;
    height: 205px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
}



/*
.container-links-page > :first-child > div > :nth-child(2)  {
	width: 87px;
	height: 212px;
}
.container-links-page > :nth-child(2) > div > :nth-child(2) {
	height: 191px;
}

.container-links-page > :nth-child(3) > div > :nth-child(2) {
	width: 86px;
	height: 180px;
}

.container-links-page > :nth-child(5) > div :nth-child(2) {
	width: 94px;
	height: 186px;
}

.container-links-page > :nth-child(7) > div :nth-child(2) {
	width: 80px;
	height: 185px;
}

#sonkoListID:first-child:nth-child(1) > div > div {
	width: 106px;
	height: 195px;
}
*/
.block:hover .block-change-img {
	transition: transform 0.5s;
	transform: translateY(10px);
	filter: none !important;
}


.main-news-section-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 157px;
	color: var(--text-color);
    gap: 50px;
}

.main-news-section-bottom-title {
    position: absolute;
    top: -104px;
    font-weight: bold;
	color: var(--text-color);
}


.useful_resources {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    position: relative;
    min-height: 200px;
    border: 1px solid var(--text-color);
    border-radius: 20px;
    padding: 25px;
}

.useful_resources_img {
	/*position: absolute;*/
	height: 62px;
}

.useful_resources_descr {
    bottom: 30px;
    font-size: var(--fs-normal);
    color: #474747;
}

.useful_resources_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.useful_resources_img1 {
	width: 46px;
	height: 55px;
}

.useful_resources_img2 {
	width: 71px;
	height: 55px;
}

.useful_resources_img3 {
	width: 49px;
	height: 54px;
}

.useful_resources_img4 {
	width: 188px;
	height: 62px;
}

.useful_resources_img5 {
	width: 35px;
	height: 62px;
}

.useful_resources_img6 {
	width: 51px;
	height: 58px;
}


.main_question_ico {
    margin-top: 50px;
    float: right;
}

/*
.hover-a:focus {
    border: 2px solid var(--text-color);
    border-radius: 20px;
}
*/

.social_tbody_flex > tr > td:nth-child(2) {
    padding: 30px 70px 15px 3px !important;
	width: 50%;
}

 .social_tbody_flex td {
        padding: 30px 3px; 
	border-bottom: 1px solid var(--text-color);
    }


/* Замещающие семьи*/

.heartImgBodyZamSemi {
	max-width: 502px;
	max-height: 427px;
}


	.heartImgBodyZamSemiMobile {
		display: none;
	}
	.bradcrampsArrowMobile {
		display: none;
	}



/* Службы занятости - социально обслуживание населения */


.socBanner {
	position: relative;
	min-height: 371px;
	padding: 62px 297px 62px 88px;
	background: var(--accent-color);
        color: var(--initial-color);
	font-size: var(--fs-larger2);
	line-height: normal;
	border-radius: 16px;
	margin-bottom: 30px;
            font-weight: bold;
}

.socWomanNotepadImg {
	position: absolute;
	bottom: 0;
	right: 0;
}

.socialServiceButton:hover {
	background: #81CEBD;
	transition: 0.2s ease;
}

.socialServiceButton {
 color: var(--initial-color);
    background: var(--text-color);
    max-height: fit-content;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    font-size: var(--fs-normal);
	min-width: unset;
    width: 100%;
    padding: 30px 35px;
    text-transform: uppercase;
	border: unset;

               display: flex;
               align-items: center;
               justify-content: center;
}

.socServiceLi {
    margin-bottom: 15px;
    position: relative;
    font-size: var(--fs-normal);
    list-style: none;
}

.socServiceLi::before {
    background: var(--accent-color);
    width: 17px;
    height: 17px;
    border-radius: 100%;
    content: "";
    float: left;
    position: absolute;
    left: -53px;
    top: 10px;
}

.socServiceGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 50px 70px;
	margin-bottom: 70px;
}

.socServiceGridItem {
    display: flex;
    flex-direction: column;
    font-size: var(--fs-larger);
}

.socServiceGrid .socServiceGridItem:nth-child(3) > img {
   width: 141px;
	height: 116px;
	margin-bottom: 30px;
}

.socServiceGrid .socServiceGridItem:nth-child(4) > img {
   width: 96px;
   height: 116px;
	margin-bottom: 30px;
}

.socServiceGrid .socServiceGridItem:nth-child(5) > img {
   width: 192px;
   height: 134px;
	margin-bottom: 30px;
}


.socServiceGrid .socServiceGridItem:nth-child(6) > img {
   width: 93px;
   height: 127px;
	margin-bottom: 30px;
}

.socServiceGrid .socServiceLi::before {
	left: -33px
}


	.reaching80 {
		margin-top: 70px;
	}

	.reaching80 > h2 > b {
		letter-spacing: -0.2px;
	}

	.reaching80Subtitle {
		margin: 30px 0 50px 0;
	}	

	.reaching80Banner {
		position: relative;
		border-radius: 20px;
		color: var(--initial-color);
		font-size: var(--fs-larger2);
		font-weight: bold;
		line-height: normal;
		padding: 59px 272px 59px 88px;
		background: var(--accent-color);
		border-radius: 16px;
		letter-spacing: 0.66px;
		line-height: 41px;
	}

	.reaching80Descr {
		margin-top: 40px;
	}

	.reaching80Banner > p {
		margin: 0;
	}

	.reaching80Banner > img {
		position: absolute;
		bottom: 0;
		right: 0;
		border-radius: 16px;
	}


	.reaching80Grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		gap: 50px 110px;
		align-items: flex-end;
		margin-top: 30px;
		align-items: flex-start;
	}

	.reaching80Grid > div > p {
		margin-top: 30px;
		margin-bottom: 0;
		font-weight: bold;
 		font-size: var(--fs-larger);
		line-height: normal;
	}

	.reaching80Grid > div:nth-child(2) > img {
		width: 122px;
		height: 116px;
	}

	.reaching80Grid > div:nth-child(3) > img {
		width: 133px;
		height: 116px;
	}

	.reaching80Grid > div > img:last-child {
		height: unset;
		margin-top: -55px;
	}


	.reaching80Grid > div:first-child > img:first-child {
			width: 87px;
			height: 116px;
		}
	/* 07.11*/
	/* 07.11*/
	.socMeasuresTitle {
		margin-top: 70px;
		font-size: var(--fs-larger);
		margin-bottom: 0;
	}

	.socMeasureWrappButton {
		display: flex;
		justify-content: space-between;
		gap: 30px;
		margin-bottom: 30px;
	}

	.socMeasureAccrodionSubtitle {
		margin-bottom: 30px
	}

	.socMeasureReaching80Paragraph {
		margin-bottom: 30px;
	}

	.socMeasureWrappButton > a {
		display: flex;
		height: 105px;
    	justify-content: center;
    	align-items: center;
 		width: 593px;
  		text-align: center;
	}

	.socMeasuresWrappButton3elem {
	    display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px;
    	margin-bottom: 50px;
	}

	.socMeasuresWrappButton3elem > .blue__button {
		width: 593px;
		height: 105px;
		text-align: center;
	}

	.socMeasuresFeedback {
		font-size: var(--fs-larger);
		color: var(--text-color);
		margin-bottom: 30px;
		line-height: normal;
	}

	.socMeasuresContact > div:nth-child(2) {
		margin: 30px 0;
	}

	.socMeasuresContact > div:nth-child(2)  > img {
		margin-right: 20px;
		width: 48px;
    	height: 42px;
	}

	.socMeasuresContact > div:last-child > img {
		margin-right: 20px;
		width: 44px;
    	height: 32px;
	}

	.socMeasuresContact > div > p {
		margin-bottom: 0;
	}

	.socMeasuresContact > div {
		align-items: center;
	}

	.reaching80BannerMobile {
		display: none;
	}

	.reaching80BannerMobile > p {
		margin-top: 15px;
	}

	.socMeasureParagraph {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.general__info__measures > p:first-child {
		margin-bottom: 50px;
	}

	.general__info__measures h4 {
			margin: 50px 0 30px 0
		}

	.socMeasureButtonReestr {
		margin-top: 35px;
		margin: 35px 0 0 0;
		min-height: 105px;
	}

	.general__info__measures > .blue__button:first-of-type {
		margin-bottom: 35px;
	}


	/* 07.11*/
	/* 07.11*/

/* Главная ЖС 22.01.2025*/




.main-lifeSituations-wrappImg-item > a {
	display: block;
    width: 115%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
	z-index: 2;
}

.main-lifeSituations-wrappImg {
	cursor: pointer;
}

.main-lifeSituations {
    position: relative;
    padding: 70px 0;
}

.main-lifeSituations:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; /* Ширина на весь экран */
    height: 100%;
    background-image: url("/upload/medialibrary/a3f/03cd4seuwlye2g1or92io1y2hem213iq.png");
    background-repeat: no-repeat;
    background-size: 100% 873px;
}

.main-lifeSituations h3 {
    font-size: var(--fs-large);
    color: var(--initial-color);
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.main-wrapp-lifeSituations {
    margin-top: 50px;
}
.main-wrapp-lifeSituations {
    display: flex;
    gap: 0 72px;
    z-index: 1;
    position: relative;
}
.main-wrapp-lifeSituations > div:first-child {
    background: var(--accent-color);
    width: 100%;
    border-radius: 20px;
    max-width: 599px;
    min-height: 627px;
}

.main-wrapp-lifeSituations > div:last-child > div {
    margin-bottom: 30px;
    border-radius: 20px;
}

.main-wrapp-lifeSituations > div:last-child > div:last-child {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 189px;
    background: var(--accent-color);
    margin-bottom: unset;
}

.main-wrapp-lifeSituations > div:last-child > div:last-child > p {
    color: var(--initial-color);
    font-size: var(--fs-larger);
    margin-bottom: unset;
    font-weight: bold;
    text-align: center;
}

.main-wrapp-lifeSituations > div:last-child > div:last-child > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 189px;
    z-index: 2;
}

.main-wrapp-lifeSituations > div:first-child > p:first-child {
    color: var(--initial-color);
    font-size: var(--fs-larger);
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.main-wrapp-lifeSituations > div:first-child > p:last-child {
    font-size: var(--fs-normal);
    color: var(--initial-color);
}

.main-wrapp-lifeSituations > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 112px;

}

.main-lifeSituations-wrappImg:first-of-type {
    position: relative;
}

.main-lifeSituations-wrappImg:nth-child(2) {
    position: relative;
}

.main-lifeSituations-wrappImg-item {
    position: relative;
    min-height: 189px;
    border-radius: 20px;
    width: 599px;
}

.main-lifeSituations-wrappImg-item > img {
    position: absolute;
    right: 42px;
    min-height: 189px;
       max-width: 593px;
}

.main-lifeSituations-wrappImg-item:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 767px;
    max-height: 189px;
    overflow-y: hidden;
}


.main-lifeSituations-wrappImg img {
    //transition: transform 0.5s ease; /* Плавный переход для transform */
    transition: all 1s ease;
}

.main-item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 593px;
    height: 189px;
    border-radius: 20px;
    transition: all 1s ease;
} 



.main-info-js p {
transition: opacity 0.5s ease; /* Плавное изменение прозрачности */
}

.main-info-js p.hidden {
opacity: 0; /* Скрываем текст */

}

.main-info-js p.visible {
opacity: 1; /* Показываем текст */
}


.main-lifeSituations-mobileImg {
    display: none;
}

.main-js-mobile-descr {
    display: none;
}

.main-js-mobile-contrast {
    display: none;
}


@media(max-width: 1270px) {

    .main-wrapp-lifeSituations {
        gap: 0 30px;
    }
}


@media(max-width: 1120px) {

  .main-wrapp-lifeSituations > div:last-child > div:last-child > a {
    min-height: 100%;
  }
	.main-wrapp-lifeSituations > div:last-child > div:last-child > p {
		width: unset !important;
	}
	.main-wrapp-lifeSituations > div:last-child > div:last-child {
		border-radius: 5px !important;
	}

    .main-wrapp-lifeSituations > div:first-child {
        display: none;
    }

    .main-lifeSituations-wrappImg-item {
        display: none;
    }

    .main-wrapp-lifeSituations {
        justify-content: center;
    }

    .main-lifeSituations-mobileImg {
        display: block;
        width: 100%; 
    }

    .main-lifeSituations:before {
        background: none;
    }

    .main-wrapp-lifeSituations > div:last-child > div:last-child {
        margin-top: 25px;
    }

    .main-lifeSituations h3 {
        color: var(--hover-text-color);
    }

    .main-lifeSituations {
        padding: unset;
    }

    .main-wrapp-lifeSituations {
        margin-top: 15px;
    }

    .main-wrapp-lifeSituations > div:last-child > div {
        margin-bottom: 25px;
    }

    .main-wrapp-lifeSituations > div:last-child > div:last-child {
        width: 100%;
        min-height: 47px;
        border-radius: 5px;
    }

    .main-js-mobile-descr {
        display: block;
        color: var(--hover-text-color);
    }

}


/* Службы занятости Аккордеон*/

.EmploymentOfCitizens > .blue__button {
    background: var(--text-color);
    color: var(--initial-color);
    font-size: var(--fs-normal);
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    max-width: 593px;
    height: 105px;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.EmploymentOfCitizens .accordion-item:not(:first-child){
    border-color: var(--text-color);
    border-top-style: solid;
    border-top-width: 1px;
}


.simple__accordion button {
    display: inline-block;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 30px 0;
    font-size: var(--fs-larger);
    position: relative;
    color: var(--text-color);
}
.simple__accordion button { 
    outline: none;
}
.simple__accordion hr {
   opacity: 1;
    height: 2px;
    color: #d0d0d0;
    margin: 0;
}
.simple__accordion hr:last-of-type {
   display: none;
} 


.simple__accordion .accordion-header svg { transition: all 0.3s ease 0s; }
.simple__accordion button.accordion-button > * {
    width: fit-content;
    max-width: calc(100% - 80px);
}
.accordion-item {padding-top: 0}
.simple__accordion .accordion-collapse::before {
    display: none;
}
.simple__accordion .accordion-collapse {margin-top: 0;}


.accrodionWrappOther .accordion-item {
    border-bottom: 1px solid var(--text-color);
}

.accrodionWrappOther .accordion-item:last-of-type {
    border-bottom: unset;
}


h2 {
	text-transform: uppercase;
}

.employmentСenterТumbers {
	color:var(--accent-color);
}
.employmentСenterTitle {
	font-weight: bold;
}

.employmentСenterLink {
	color: var(--accent-color);
}

.employmentEventsTitle {
text-transform: none;
font-size: var(--fs-larger);
}

.employmentEventsLink {
   position: relative;
}

.employmentEventsLink::before {
   background: var(--accent-color);
    width: 17px;
    height: 15px;
    border-radius: 100%;
    content: "";
    float: left;
    position: absolute;
    left: -43px;
    top: 8px;
}


/* стандартная голубая кнопка */
.blue__button {
    background: var(--accent-color);
    min-width: 156px;
    border: none;
    color: white !important;
    padding: 22px 30px;
    transition: .2s;
    border-radius: 10px;
    font-size: var(--fs-normal);
    font-weight: bold;
    display: inline-block;
}
.blue__button:hover {
    background: #81cebd;
    color: white;
}

.work_russia_button {
	height: 105px;
	text-align: center;
	line-height: 105px;
	padding: 0;
}

.measure-item-li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 430px;
	padding-left: 33px;
}


/*Меры поддержки отступ после абзацев*/


	.mb-120{
		margin-bottom: 120px;
	}

/*Меры поддержки шаги достижения целей*/
	.steps__card__measures__container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: min-content;
		gap: 50px 70px;
		margin-top: 50px; 
	}
	.steps__card__measures img{
	    margin-bottom: 30px;
	}
	.steps__card__measures h4 {
		margin-bottom: 30px;
	}
	.general__info__measures h4 {
		margin-bottom: 30px;
	}
.general__info__measures ul {
    padding-left: calc(17px + 30px);
}

/* SONO */

.helpSonoMinzdravLi {
	margin-bottom: 30px;
	font-weight: bold;
	position: relative;
	font-size: var(--fs-larger);
}

.helpSonoMinzdravLi::before {
 	background: var(--accent-color);
    width: 17px;
    height: 17px;
    border-radius: 100%;
    content: "";
    float: left;
    position: absolute;
    left: -40px;
    top: 10px;
}


.link_gosuslugi_form:hover {
color: color-mix(in srgb, var(--text-color), gray 50%);

}


.militaryLiIco {
    margin-bottom: 15px;
    position: relative;
    font-size: var(--fs-normal);
    list-style: none;
}

.militaryLiIco::before {
 	background: var(--accent-color);
    width: 17px;
    height: 17px;
    border-radius: 100%;
    content: "";
    float: left;
    position: absolute;
    left: -47px;
    top: 5px;
}





/* МОДАЛЬНОЕ ОКНО */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*МЕРА ПОДДЕРЖКИ*/


.wrapperEmploymentEvents .social_tbody_flex td {
    padding: 30px 3px 15px 3px !important;
    border-bottom: 1px solid var(--text-color);
}

.wrapperEmploymentEvents .link_gosuslugi_form  {
       margin-bottom: 50px;
       width: 593px; 
    }

.wrapperEmploymentEvents .social_tbody_flex:first-of-type {
    border-bottom: 1px solid var(--text-color);
}

.social_tbody_flex > tr:first-of-type > td{
   border-top: unset;		
}






.submitAnApplication {
  color: var(--fs-larger);
  margin-left: 50px;
}
.housingServices .gosuslugi-link {
   margin: 30px 0 0 50px;
   background: #F0F8FF;
}

.housingServicesTitle {
       font-size: var(--fs-larger);
    margin: 30px 0 50px 0;
}

.housingServices .militaryLiIco {
padding-left: 50px;
}

.housingServices .militaryLiIco::before {
     left: 0;
}


.housingServices > ul > li {
    list-style: none;
}

/**/
	.measure-container .tel{
		display: inline-block;
		margin-right: 24px;
                margin-left: 15px;
                color: var(--accent-color);
	}
	.measure-container a {
		text-decoration:none;
	}

	.gosuslugi-link span:first-child {
		color: blue;
	}
	.gosuslugi-link span {
		color: red;
		font-weight: bold;
		font-size: 30px;
	}
	.gosuslugi-link  {
		background: aliceblue;
		width: fit-content;
		padding: 15px;
		border-radius: 10px;
                margin-top: 30px;
	}
	.gosuslugi-link a {
		display: inline-block;
		margin-left: 24px;
		padding: 10px 22px;
		background: #5ca6e4;
        font-size: var(--fs-normal);
		color: white;
		border-radius: 5px;
                transition: .3s;

	}
	.back-btn {
		display: block;
		margin-bottom:	50px;
	}
	.back-btn svg {
		position: relative;
		top: -2px;
	}

	.measure-container ul  {
		padding-left: 20px;
	}

	.measure-container li::marker {
    	content: '— ';
	}
	.measure-container h3 {
		margin-top: 30px ;
		margin-bottom: 30px ;
	}
	.measure-container h1 {
		margin-bottom: 50px;
                text-transform: uppercase;
	}

.measure-container-backSvg {
    transform: rotate(90deg);
    margin-right: 20px;
}

.not-gosuslugi-link {
    margin-top: 30px;
    width: 600px;
    min-height: 85px;
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.zameshchayushchieSemiAccordion .accordion-item {
    border-bottom: 1px solid var(--text-color);
}

.zameshchayushchieSemiAccordion .accordion-item:last-of-type {
    border-bottom: unset;
}


.zameshchayushchie_semi_banner {
	position: relative;
	min-height: 295px;
        background: var(--accent-color);
        font-size: var(--fs-larger2);
        font-weight: bold;
	color: var(--bs-light);
	border-radius: 16px;	
	line-height: normal;
	padding: 80px 400px 80px 88px;
	margin-bottom: 72px;
}
.zameshchayushchie_semi_bannerImg {
	position: absolute;
    bottom: 0;
    right: 0;
}

.zameshchayushchie_semi_bannerIco {
	position: absolute;
    bottom: 105px;
    right: 120px;
}


.zameshchayushchie_semi_block {
	margin-bottom: 50px;
}


.zameshchayushchie_semi_title {
		font-size: var(--fs-normal);
	}
	.zameshchayushchie_semi {


		/*display: flex;
		justify-content: space-between;
		gap: 0 30px;*/
		position: relative;
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	gap: 0 30px !important;


		border-bottom: 1px solid var(--text-color);
    	padding-bottom: 50px;
	}
	.zameshchayushchie_semi_block_content {
		
		border-radius: 20px;

	}
	.zameshchayushchie_semi_title {
		margin-bottom: 50px;
	}
	.zameshchayushchie_semi_block_title {
		font-size: var(--fs-larger);
		font-weight: bold;
		margin-bottom: 20px;
	}

	.heartImgBodyZamSemi {
	    position: absolute;
        top: 335px;
        right: 60px;
        width: 30vw;
	}
}



	.main-news-section-bottom {
		grid-template-columns: 1fr 1fr 1fr !important;
	}

	.main-news-section-bottom-title {
		position: absolute !important;
	}

	.container-links-page.main-measure-wrapp {
		gap: 50px 70px;
	}

.socMeasureParagGosUslugi {
	margin-bottom: 30px;
}

.addLineHeight27 {
	line-height: 27px;
}

/*Многодетные баннер */

.identificationLargeFamilies {
   position: relative;
   max-width: 1253px;
    max-height: 372px;
   margin-top: 30px;

}

.identificationLargeFamilies_mobileBg {
  display: none;
}

.identificationLargeFamilies_bannerText {
    position: absolute;
    top: 88px;
    left: 88px;
    font-size: var(--fs-larger2);
    border-radius: 20px;
    color: white;
    font-weight: bold !important;
	margin: 0 !important;
}

.identificationLargeFamilies_button   {
    display: block !important;
    position: absolute;
    bottom: 88px;
    left: 88px;
    width: 218px;
    height: 71px;
    border: none;
    border-radius: 16px;
    color: var(--accent-color);
    font-size: var(--fs-normal);
    font-weight: bold;
    background: white;
    cursor: pointer;
    line-height: 71px;
    text-align: center;
    z-index: 999;
}


/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: fit-content;
  min-width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/*Меры поддержки РАС*/

	.bannerMain {
		display: none;
	}
	.bannerTextMobile {
		display: none;
	}


.bannerRas {
    position: relative;
    background: var(--accent-color);
    border-radius: 16px;
    font-size: var(--fs-larger2);
    padding: 62px 237px 62px 88px;
    color: var(--initial-color);
    font-weight: bold;
    min-height: 372px;
   line-height: normal;
   margin-bottom: 30px
}

.imgBannerRas {
     position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 16px;
}

.imgBannerAbstractRas {
position: absolute;
    right: 0;
    bottom: 20px;
}
.mentalTitle {
margin: 50px 0 30px 0;
font-weight: bold;
font-size: var()
}

.mentalButtonAkt {
    display: block;
    height: 105px;
    border-radius: 16px;
    border: none;
    background: var(--text-color);
    color: var(--initial-color);
    width: 593px;
    text-align: center;
    line-height: 105px;
    margin: 30px 0 50px 0;
    font-weight: bold;
}

.mentalButtonAkt:hover {
	background: #81CEBD;
	transition: 0.2s ease;
}

.rasPurposes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 50px 78px;
    margin-top: 50px;
	font-size: var(--fs-larger);
}

.rasPurposes > div > img {
    margin-bottom: 30px;
}
.rasPurposes p {
    margin-bottom: 0;
}

.rasContacts {
display: grid;
grid-template-columns: 1fr 1fr;
margin: 50px 0;
    gap: 78px;
}

.rasContactsElem {
display: flex;
}

.rasContactsElem > img {
   margin-right: 25px;
   width: 45px;
   height: 47px;
}

/*ОБРАТНАЯ СВЯЗЬ*/


	.assessmentMobile {
		display: none;
	}

	.assessmentDescr {
		display: none;
	}


#assessment {
		position: fixed;
		right: 30px;
		bottom: 20px;
                z-index: 10;
		width: fit-content;
	}
	#assessment a {
    display: block;
    height: 73px;
    width: 92px;
    background-position: center;
    background-size: contain;
    background-Image: url(/upload/medialibrary/cfe/kiv4lavydg13z744qi74dyxyth77qtt9.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}


#assessment:after {
    content: "";
    width: 141px;
    height: 154px;
    background: var(--initial-color);
    display: block;
    position: relative;
    opacity: 0;
}

#assessment:before {
    content: "поделитесь вашим мнением";
    width: 100px;
    height: 35px;
    background: transparent;
    position: relative;
    color: var(--text-color);
    display: block;
    line-height: normal;
    text-transform: uppercase;
    font-size: 10px;
}

.socMeasuresContact {
	font-size: var(--fs-larger);
}

.socMeasuresContact > div {
	font-size: var(--fs-normal);
}


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: var(--text-color);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: var(--accent-color);
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  color: white;
}

/*p {
	margin: unset;
}*/
.scrollOn { overflow-x: auto; overflow-y: hidden;}

.color_link {
	color: var(--accent-color);
	}

/* СОНКО В СОЦИАЛЬНОЙ СФЕРЕ */

.sonkoSocialSphere .social_sono_info_link_container:last-of-type {
	margin: 30px 0 30px 0;
}
.sonkoSocialSphere .accordion-item:last-of-type {
border-bottom: 1px solid var(--text-color);
}


#bx_incl_area_3 .main-title-title-descr {
    margin-bottom: 20px;
}

.social_sono_info_link_container {
    margin: unset;
   margin-bottom: 30px;
}

.ul_doc_list li:before {
    height: 43px;
    width: 43px;
}


#subAccordionPanels .accordion-header button {
    color: var(--dk-gray-color);
}
#subAccordionPanels .accordion-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 70px;
}
#subAccordionPanels .accordion-body p{
    margin-bottom: 30px;
}

#subAccordionPanels .accordion-body .reestrContactsLeftInfo p:last-of-type {
   margin-bottom: 15px;
}

#subAccordionPanels .accordion-body .list_services p:last-of-type {
	margin-bottom: 30px;
  }

.accordion-body .accordion-item:last-of-type {
	border-bottom: unset !important;
  }  

.reestrContacts{
    gap: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.reestrContacts > div {
    display: flex;
    gap: 15px;
    align-items: center;
}
.reestrContacts > div img {
    max-width: 40px;
    height: fit-content;
}

.list_services li:before {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    background: var(--accent-color);
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 9px;
}
.list_services li {
    margin-bottom: 30px;
    position: relative;
      padding-left: 20px;
	  list-style: none;
}

.list_services ul {
	padding-left: 25px;
}



.uls_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 70px;
    margin-top: 50px;
}

.uls_container > figure{
    margin: 0px;
}

.uls_container figcaption {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: var(--fs-larger);
}

.uls_container > figure:last-child{
    grid-column-start: 1;
    grid-column-end: 3;
}


.uls_container li{
    grid-template-columns: var(--fs-larger2) 1fr;
    display: grid;
    gap: 30px;
}

.ul_doc_provision {
    padding: 0;
}
.ul_doc_provision li {
    margin-bottom: 30px
}
.ul_doc_provision li::marker {
    color: transparent;
}
.ul_doc_provision li:before{
    content: "";
    height: 33px;
    width: 39px;
    display: block;
    background-image: url(/upload/medialibrary/318/64rzh3ux7rtzpw4cjbz5qp7jw0rwzf15.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.ul_person_cats{
    padding: 0;
}
.ul_person_cats li {
    margin-bottom: 30px
}
.ul_person_cats li::marker {
    color: transparent;
}
.ul_person_cats li:before{
    content: "";
    height: 33px;
    width: 39px;
    display: block;
    background-image: url(/upload/medialibrary/70e/pbnezvxgnbhiree6t3knoaum75bn8tm7.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 30px;
}


.ul_doc_list{
    padding: 0;
}
.ul_doc_list li {
    margin-bottom: 30px
}
.ul_doc_list li::marker {
    color: transparent;
}
.ul_doc_list li:before{
    content: "";
    height: 43px;
    width: 43px;
    display: block;
    background-image: url(/upload/medialibrary/aa2/f393qgnhzqkm6uk3mexfltwpr4zhep2j.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.docs_list_columns_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    margin-top: 30px;
    
}

.social_sono_info_link_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    margin: 30px 0;
}
.social_sono_info_link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-light);
    background: var(--text-color);
    color: var(--initial-color);
    min-height: 105px;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    font-size: var(--fs-normal);
    min-width: unset;
    text-transform: uppercase;
}

.social_sono_info_link:hover {
	background: #81CEBD;
	transition: 0.2s ease;
}

/*	.table__list > div > div:last-child {
		margin-left: 50px;
}*/
/*.table__list > div {
		gap: 30px;
}*/

.link_gosuslugi_form:hover{
color: 
color-mix(in srgb, var(--text-color), gray 50%);
}

housingServicesTitle {
    font-size: var(--fs-normal);
    margin-top: 50px;
}


.membersSvoTitle {
   font-size: var(--fs-larger);
   font-weight: bold;
}

	.bx-footer-mobile {
		display: none;
                margin-top: 30px;
	}
.sonoHealth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 50px 68px;
}
.sonoHealth div:nth-child(1) img {
    width: 107px;
    height: 140px;
}

.sonoHealth div:nth-child(2) img {
    width: 107px;
    height: 140px;
}

.sonoHealth div:nth-child(3) img {
   width: 137px;
    height: 140px;
}

.sonoHealth div h4 {
margin: 30px 0;
}

.sonoHealth > div:nth-child(1) {
  grid-column: 1; 
  grid-row: 1;
}

.sonoHealth > div:nth-child(2) {
  grid-column: 1; 
  grid-row: 2;
}

.sonoHealth > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.sonoHealth ~ a {
    margin-top: 20px;
}

.bx-top-nav-container {
    box-shadow: unset;
}


/*Выравнивание расстояния до футера*/


.accordion-body:last-of-type .reestrContacts:last-of-type {
    margin-bottom: 0px !important;
}




/*МОДАЛЬНОЕ ОКНО БИТРИКС*/
#ajax-add-answer {
	display: none;
	width: 800px; 
	min-height : 400px;
    max-width: 100%;
}



.popup-window-close-icon {
	right: calc((100vw - 1252px) / 2 + 45px);
    top: 115px;
    background-color: var(--text-color);
    opacity: 1;
    width: 82px;
    height: 82px;
    border-radius: 50%;
	background-image: url(/upload/medialibrary/97e/l1934e85iid5yr35klwqn0x1p3sw15o0.png);
	background-repeat: no-repeat;
    background-position: center;
}
.popup-window-close-icon:after {
    display: none;
}

.popup-window-titlebar {
	display: none;
		/*
    height: 49px;
    margin-top: 60px;
    margin-left: 70px;
    margin-bottom: 50px;
		text-transform: uppercase;*/
}
.popup-window-with-titlebar .popup-window-content {
	margin: 70px auto ;
    padding: 60px 70px 60px 70px;
    background-color: white;
    color: var(--text-color);
}
.popup-window {
	font: inherit;
	width:100% !important;
	height:100% !important;
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
}
.popup-window.popup-window-with-titlebar {
    padding: 0;
}
.popup-window-content {
    border-radius: 30px;
    max-width: 100%;
    margin: 5px;
	margin-top: 70px;
    max-height: fit-content;
}

.access-title-bar {
	margin-bottom: 50px;
}

.nonePC {
     display: none;
}

.reaching80 > p{
     margin-top:30px;
     margin-bottom:50px;
}

.reaching80-links{
     width:100%;
     display: flex;
     justify-content: space-between;
}
.reaching80-links-text{
     display:none;
}

.mobile-a{
     display:none;
}

.mobile-image {
    display: none;
}


/* ЖС Трудоустройство */


.village-unv-employment-banner {
    position: relative;
    border-radius: 20px;
    color: var(--initial-color);
    font-size: var(--fs-larger2);
    font-weight: bold;
    line-height: normal;
    padding: 59px 272px 59px 88px;
    background: var(--accent-color);
    border-radius: 16px;
    letter-spacing: 0.66px;
    line-height: 41px;

    margin: 50px 0;
}
.village-unv-employment-banner > img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 16px;
}

.village-unv-employment-banner p {
	white-space: nowrap;
	max-width: 90%;
}

.village-unv-employment-banner-mobile {
    display: none;
}

.village-unv-employment-banner-mobile img {
	width: 100%;
	/*margin: 25px 0; */
}

.village-unv-employment-banner-mobile p  {
	margin-top: 25px;
}

.village-unv-employment-for {
	min-height: 345px;
        margin: 50px 0;

	background-image: url(/upload/medialibrary/57f/a06pdafarjnpb0vd3zgwf7k2ebzudmal.png);
        background-size: contain;
        background-repeat: no-repeat;
	background-position: bottom;
}

.village-unv-employment-for div {
	max-width: 50%;
	white-space: nowrap;
	font-size: var(--fs-larger);
    font-weight: bold;
    line-height: 1.1;

}
.village-unv-employment-for div:first-child {
	margin-bottom: 30px;
}

.village-unv-employment-for.mobail {
	display: none;
	background: none;
	margin: 25px 0;
}
.village-unv-employment-for.mobail img {
	width: 100%;
	margin: 25px 0;
}
.village-unv-employment-for.mobail div {
	max-width: 100%;
}
.village-unv-employment-for.mobail div:first-child {
	font-size: var(--fs-normal);
	margin-bottom: 0px;
}
.village-unv-employment-for.mobail div:last-child {
	font-size: var(--fs-larger2);
	text-align: center;
}

.village-unv-employment-measures {

}

p.mgv-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.socMeasuresFeedback {
	margin-top: 20px;
}

.gosuslugi-life-situations {
    display: flex
;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
}

.gov-for-people img{
	max-width: 431px;
	width: 100%;
}

@media (max-width: 1300px) {

    .helpContractBanner {
        height: unset;
    }

    .helpContractBanner div:last-child > img {
        width: 60vw;
    }
    .helpContractBanner div:last-child > a {
        max-width: 16vw;
        height: 7vw;
    }

	.workarea {
		margin: 0 20px;
	}
	.not-gosuslugi-link {
		width: unset;
		max-width: 600px;
	}
	.big-news > div:first-child {
		min-height: 27vw;
	}
}

@media (max-width: 1280px) {

	.heartImgBodyZamSemi {
		top: 35%;
	}

	.identificationLargeFamilies_bannerText {
		top: 20%;
	}

	.identificationLargeFamilies_button {
		bottom: 20%;
	}


   #carouselBanner {
        margin: 0;
   }
   .carousel-item img {
        height: auto;
        width: 100%;
   }


		.main-title-title  {
			margin: 30px 0;
		}


	.admin-custom-title {
		font-size: 7vw;
	}

         .main-section-slider {
	         grid-template-columns: 1fr;
	}

	.main-news-section-bottom-title  {
			position: absolute !important;
		}

	.main-news-section-bottom {
		grid-template-columns: 1fr 1fr 1fr !important;
	}
        #carousel-indicators_id, #carousel-control-prev {
                bottom: 0;
         }


		.zameshchayushchie_semi {
			grid-template-columns: 1fr 1fr;
			gap: 100px 30px;
		}
		.zameshchayushchie_semi_block_content {
			width: 100%;
			height: 100%;
		}

	.zameshchayushchie_semi > div:first-child {
		max-width: unset;
	}

	.zameshchayushchie_semi > div:last-child {
		max-width: unset;
	}

              

}

@media (max-width:1260px){
          .reaching80-links{
                        flex-direction:column;
                        align-items:center;
               }
               .desktop-a:first-of-type{
                        margin-bottom:20px;
               }
}


@media (max-width: 1200px) {
	.anketa-wrapp-forsticky_item {
		max-width: 40vw;
	}
	.anketa-wrapp-forsticky_item > div {
		margin-right: unset !important;
		width: 100%;
	}
	.anketa-wrapp-forsticky_item > div > div {
		width: 100%;
		margin-right: unset;
        display: flex;
        justify-content: space-between;
	}
	.anketa-wrapp-forsticky_item > div > div > input {
		margin-right: unset !important;
	}
	.anketa-wrapp-forsticky_item > div > div > input:first-of-type {
		order: 2;
	}
   
  }

@media(max-width: 1150px) {
  .identificationLargeFamilies_bannerText {
   font-size: var(--fs-larger);
   }
 }


@media(max-width: 1130px) {
	.accordion-wrapp-mod {
		margin-right: 200px;
	}
 .measure-list .measure-item > div {flex-direction: column;}
.measure-regulations {
    display: block;
	margin: 15px 0 10px 0;
    width: 288px;
    height: 50px;
    background: var(--text-color);
    border-radius: 10px;
    color: var(--initial-color) !important;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
}

@media (max-width: 1100px ) {

	.anketa-wrapp-forsticky_item {
		max-width: 40vw;
	}
}


@media(max-width: 1064px) {
    .helpContractBanner div:first-child > img {
        width: 15vw;
    }
    .helpContractBanner div:first-child > p  {
        text-align: center;
        font-size: 100px;
    }

    .helpContractBanner div:last-child {
        padding: 50px 40px 50px 60px;
        background: var(--accent-color);
        position: relative;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }	

    .helpContractBanner div:last-child > p {
        font-size: var(--fs-larger2);
    }

}



@media (max-width: 1050px)  {
/*
        .contact__wrapp__photo {    
                  order: 3; 
                  gap: 10px;
                  margin-top: 10px;
          }
*/
        .contrast_action_flex {
             flex-wrap: wrap;
             max-width: 100%;
      }
}

@media(max-width: 1034px) {
	.reaching80Grid > div:first-child {
		max-height: 175px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}



@media(max-width: 1024px) {

	.zameshchayushchie_semi_banner {
        font-size: var(--fs-larger);
    }


		.main-measure-wrapp > .block:nth-child(3) {
			height: unset;
		}

		.main-measure-wrapp > .block:nth-child(4) {
			height: unset;
		}


		.main-measure-wrapp > .block:nth-child(3) > div {
			height: 155px !important;
		}

		.main-measure-wrapp > .block:nth-child(4) > div {
			height: 155px !important;
		}

		
		.main-news-section-bottom {
			grid-template-columns: 1fr 1fr !important;
		}
		.militaryBanner {
		font-size: var(--fs-larger);
		}


              
	}



@media (max-width: 1000px) {
	.big-news > div:first-child {
		min-height: 41vw;
	}
	.bannerRas {
		font-size: var(--fs-larger);
		padding: 62px 350px 62px 88px;
	}

	.anketa-wrapper-forsticky {
		position: relative;
	}

	.anketa-wrapp-forsticky_item {
        max-width: unset;
		margin: 0 auto;
    }
}

@media(max-width: 950px) {
  .identificationLargeFamilies_bannerText {
   font-size: var(--fs-normal);
   }
 .identificationLargeFamilies_button {
   width: 160px;
    height: 60px;
    line-height: 60px;
   }
 }


@media(max-width: 950px) {
	.popup-window .blue__button  {
		width: 100% ;
	}
	.popup-window {
		left: 0 !important;
	}
	.popup-window-close-icon {
		width: 41px;
		height: 41px;
		background-size: 20px;

	}

	.popup-window-content { 
		background-image: none !important;
		margin: 70px 5px !important ;
		width: calc(100% - 10px) !important ;
	}
}

@media (max-width: 940px)  {

 .zameshchayushchie_semi_banner {
        font-size: var(--fs-larger);
    }



         .contact__fioImg {    align-self: baseline;}
         .contact__person__fio {max-width: fit-content;}
         .contact__person svg { width: 20px;}
/*
         .contact__wrapp__photo {
                  flex-direction: column;
                  align-items: center;
         }
*/
}

@media(max-width: 900px) {

    .helpContractBanner div:first-child {
        padding: 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .helpContractBanner div:last-child > p {
        font-size: var(--fs-larger);
    }


	.big-news > div:first-child {
		min-height: 47vw;
	}
	#bottom-submit {
		right: 25px;
		/*bottom: 30px !important;*/
	}
	
	.calck_article {
		width: unset;
		position: static;
		min-height: unset;
	}

	#assessment  {
		bottom: 105px !important ;
	}

	#assessment > a  {
		width: 100px;
		height: 100px;

	}
         .measure-item-li {display:block}

        /*  ЖС Трудоустройство в обр. орг. */

	.village-unv-employment-banner p {
		max-width: 100%;
	}
	.village-unv-employment-banner {
    	        padding-right: 190px;
	}

        .gosuslugi-life-situations {
                flex-direction: column-reverse;
                align-items: baseline;
         }

}


@media (max-width: 864px) {

	.reaching80Grid > div:first-child {
		max-height: unset;
	}

	.reaching80Banner > p {
		line-height: normal;
	}

		.reaching80Banner {
			font-size: var(--fs-larger);
		}


	.reaching80 > h2 {
		font-size: var(--fs-larger2);
	}

	  .zameshchayushchie_semi_banner {
        padding: 25px;
        min-height: unset;
     }
        

    .zameshchayushchie_semi_bannerImg {
        display: none;
    }
    .zameshchayushchie_semi_bannerIco {
        display: none;
    }


	 .zameshchayushchie_semi_banner {
        min-height: unset;
        padding: 25px;
    }

    /*СНИЗУ ОПЕЧАТКА ПРВЕРИТЬ НУЖНО ЛИ ЭТО???*/
    /*.zameshchayushchie_semi_bannerIco {
        dipslay: none;
    }
    .zameshchayushchie_semi_bannerImg {
        dispaly: none;
    }*/


	.socBanner {
	padding: 62px 250px 62px 88px;
	font-size: var(--fs-larger);
	}
}

@media(max-width: 805px) {
	.imgBannerAbstractRas {
    display: none;
}

.imgBannerRas {
    display: none;
}

.bannerRas {
    padding: 62px 62px 62px 88px;
}
}

@media(max-width: 805px) {


    .helpContractBanner div:first-child {
        padding: 25px;
    }
    .helpContractBanner div:last-child > a {
        max-width: 20vw;
    }
    .helpContractBanner div:last-child > p {
        font-size: var(--fs-larger);
    }


	 .heartImgBodyZamSemi {
        display: none;
    }
    .zameshchayushchie_semi {
        gap: 0;
    }


		.zameshchayushchie_semi {
			grid-template-columns: 1fr;
		}
		.zameshchayushchie_semi > div:last-child > div{
			height: unset;
	} 
	}



@media (max-width: 800px) {
	.big-news > div:first-child {
		min-height: 51vw;
	}
    #subAccordionPanels .accordion-body, 
    .uls_container, 
    .docs_list_columns_container 
    {
        grid-template-columns: 1fr;
    }
    .uls_container > figure:last-child {
        grid-column-end: auto;
    }

}


@media (max-width:768px){
      .reaching80-links{
              flex-direction:row;
              justify-content: space-around;
      }
      .desktop-a{
             display:none;
      }
      .mobile-a{
             display:block;
      }
     .desktop-image {
             display: none; 
      }
      .mobile-image {
             display: block; 
      }

      .reaching80 > p{
             margin-top:15px;
             margin-bottom:25px;   
        }
}


@media (max-width: 767px) {


    .reaching80 {
		margin-top: unset;
	}


 			 :root { 
 					--fs-large: 20px;
                   --fs-larger2: 20px;
                   --fs-larger: 18px;
                   --fs-normal: 14px;
                   --fs-smaller: 3vw;
               }
         .only_button { width: 100% }

        .military_adresses > div:first-child {
		display: none;
	}
	.military_adresses.table__list > div {
		grid-template-columns: 1fr;
	}
        

		.reaching80Banner {
			display: none;
		}

		.reaching80BannerMobile {
			display: block;
		}

		.reaching80BannerMobile > img {
			width: 100%;
		}



         .contact__person {
               grid-template-columns: 1ft;
         }
         /* .contact__person__info {
                grid-column-end: auto;
                grid-row-start: 2;
         }
         .contact__fioImg {
                  grid-row-start: 3;
                  grid-column-start: 1;
         }*/
         .contact__person {
                 gap: 15px;
         }
         .contact__fioImg {
                 font-size: var(--fs-normal);
          }
          .contact__fioImg .d-flex {
                 align-items: flex-start;
         }
         .contact__person__post p {
                 margin: 0;
         }
         .mobailElement {
                display: block !important;
         }
         .noneMobailElement {
                display: none !important;
         }



		 .zameshchayushchie_semi_block {
			margin-bottom: 35px;
		}


		.zameshchayushchie_semi {
			padding-bottom: unset;
		}
        
        .sonkoSocialSphere .accordion-item:first-child .accordion-button{
            padding-top: 0px;
        }
        .sonkoSocialSphere .cat_of_recipients {
            margin-bottom: 25px;
        }


        .helpContractBanner {
			flex-direction: column;
		}
		.helpContractBanner div:first-child {
			flex-direction: row;
			justify-content: center;
		}
		.helpContractBanner div:last-child {
		   border-top-right-radius: unset;
		   border-bottom-left-radius: 20px;
		}
		.helpContractBanner div:last-child > p {
			font-size: var(--fs-larger2);
			max-width: 355px;
		}

		.helpContractBanner div:last-child > a {
			max-width: 30vw;
			height: 10vw;
		}

		.helpContractBanner div:first-child > img {
      	    width: 100px;
    	}

	.reaching80Descr {
		font-weight: bold;
	}


.bx-footer-mobile {
        display: block;
        background: unset;
        padding: 35px 15px 10px 15px;
		color: var(--initial-color);
    }
		.bx-footer-links {
			color: var(--inital-color);
	}

.wrapperEmploymentEvents .social_tbody_flex > tr {
   border-bottom: unset;
}

.wrapperEmploymentEvents .employmentEventsTitle:first-of-type {
    margin-bottom: 25px !important;
}



.wrapperEmploymentEvents .employmentEventsLink {
margin-left: 25px;
} 

.wrapperEmploymentEvents .employmentEventsLink::before {
        top: 2px;
        left: -28px;
    width: 17px;
    height: 17px;
} 

.wrapperEmploymentEvents table tr > td:first-child {
   display: none;
}

.wrapperEmploymentEvents > h4 {
    margin-bottom: 15px;
}

.employmentEventsTitle {
    margin-bottom: unset !important;
}


/*111*/

.social_tbody_flex > tr > td:nth-child(2) {
    border-top: 1px solid var(--text-color);
    border-bottom: unset;
    padding: 30px 3px;
}

.social_tbody_flex > tr  {
   margin: unset;

}

.social_tbody_flex td {
   padding: unset;
    border-bottom: unset;
}

.social_tbody_flex > tr  {
    border-bottom: unset;
}




               .page__title {
                    margin-bottom: 25px;
               }

.bx-footer {
			display: none;
		}

		.bx-footer-mobile {
				display: block;
			    background: var(--text-color);
    			color: var(--initial-color);
				padding: 35px 15px 10px 15px;
		}

		.bx-footer-content {
			    flex-direction: column;
				text-align: center;
		}
		.bx-footer-title {
			    font-size: var(--fs-normal);
				font-weight: bold;
				    text-transform: uppercase;
				text-align: center;
			}


		  .bx-footer-mobile .bx-footer-wrappRightItem {
			margin-top: 15px;
		}

		.bx-footer-mobile .bx-footer-wrappRightItem >* {
			margin-bottom: 15px;
		}




	.zameshchayushchie_semi_banner {
			display: none;
		}
		.heartImgBodyZamSemiMobile {
			display: block;
        	margin: 0 auto;
			margin-bottom: 25px;
		}
		.zameshchayushchie_semi_block_content {
			font-size: var(--fs-normal);
		}


	.bannerRas, .large__families__baner, .militaryBanner, .socBanner   {
        display: none;

    	}
	    .bannerMain {
         display: block;
		margin-bottom: 25px;
    	}
		.bannerTextMobile {
			display: block;
			margin-bottom: 25px;
		}
		.bannerImgMobile {
			width: 100%;
		}


	.militaryBanner {
		padding: 50px;
    		min-height: unset;
	}

	.militaryBannerImg {
		display: none;
	}
	
	.militaryBannerAbstractIco {
		display: none;
	}
        .socialServiceButton { 
                padding: 14px 5px ;
                border-radius: 5px;
        }
	
	.social_tbody_flex > tr > td:nth-child(2) {
    padding-right: 4px;
	}

	table tr > td:first-child {
    color: var(--accent-color);
    font-weight: 600;
	}



      .social_tbody_flex > tr {
	    display: flex;
 	     flex-direction: column;
             padding-bottom: 15px;
             margin: 30px 0;
              border-bottom: 1px solid var(--text-color);
	}

		.main-measure-wrapp {
			grid-template-columns: 1fr;
			 gap: 50px 70px;
		}
		.main-measure-wrapp > .block:nth-child(3) > div {
			height: 180px !important;
		}
		.main-measure-wrapp > .block:nth-child(4) > div {
			height: 180px !important;
		}



	.big-news > div:first-child {
		min-height: 50vw
	}

	.search_mainCategories {
		max-width: 593px;
		width: unset;
	}
	.accordion-wrapp-mod {
		margin-right: 60px;
	}

        .bx-top-nav-container {display: block !important;}
         nav > ul {display: none;}
         #mobailnavcontent svg {
                transition: .1s;
                height: calc(var(--fs-normal) + 5px);
                width: calc(var(--fs-normal) + 5px);
         }

		.admin-ed-panel > a {
				font-size: 1em;
		}

	.main-custom-title {
		font-size: 7vw;
	}

	.data-table-list tbody td {
		font-size: 22px;
	}
	.data-table-list tbody td a svg {
		width: 30px;
		height: 30px;
	}


/* МЕРЫ СОЦ ПОДДЕРЖКИ */
        .accordion.simple__accordion {
               margin-bottom: 25px;
        } 
        .simple__accordion button {
               padding: 25px 0;
        }
        .steps__card__measures__container {
               grid-template-rows: none;
        }
        .simple__accordion button {
               flex-direction: column;
               align-items: center;
               text-align: center;
         }
         .steps__card__measures {
               display: flex;
               flex-direction: column;
         }
         .steps__card__icon {
                   margin: 0 auto 15px auto;
         }
         .steps__card__measures h4 {
                   text-align: center;
         }
         .steps__card__measures__container {
                   gap: 35px 70px;
         }
         .militaryLiIco::before {
              left: -32px;
              top: 4px;
         }
         .general__info__measures ul {
              padding-left: 32px !important;
          }

         .socServiceGridItem {
	       align-items: center;
               text-align: center;
               gap: 15px;
	}
        .socServiceGrid {
               gap: 15px;
         }
/*кнопки*/
         .accordion-wrappButton {
              gap: 15px;
              margin: 0;
              text-transform: uppercase;
         }

/* Мера поддержки */
        .measure-container .tel {
              margin-right: 0px; 
              margin-left: 15px;
              width: calc(100% - 45px);
        }
        
        .measure-container h3  {
                  margin-top: 35px 15px;
        }
        .not-gosuslugi-link {
                 margin-top: 15px;
         }
         .table__list > div > div:last-child {
                margin-left: 0;
         }
          .table__list > div > div:last-child p, .table__list > div > div:last-child a  {
                margin: 0 !important;
         }
         .wrapperEmploymentEvents .social_tbody_flex:first-of-type {
                border-bottom: 1px solid var(--text-color);
          }

         .uls_container li {
               display: flex;
               gap: 10px;
               align-items: center;
               flex-direction: column;
               text-align: center;
         }
         .uls_container figcaption {
               text-align: center;
         }
         .uls_container, .docs_list_columns_container {
               gap: 0;
          }
         .uls_container ul {
               margin-bottom: 0;
          }

         .social_sono_info_link_container { 
               grid-template-columns: 1fr;     
               gap: 25px;
          }
         .social_sono_info_link {
                   border-radius: 5px;
                   padding: 22px;
                   min-height: fit-content;
         }


          .sonoHealth > div {
                    grid-row: auto !important;
                    grid-column: auto !important;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
           }
           .sonoHealth {
                    grid-template-columns: 1fr;
                    gap: 15px;
           }
           .bradcramps  {
                    margin-bottom: 0;
            }
            .ul_doc_provision li:before, .ul_person_cats li:before, .ul_doc_list li:before {
                    margin-right: 0;
            }






            .social_tbody_flex > tr { 
                padding-bottom: 25px;
     }
     
     
     .wrapperEmploymentEvents .social_tbody_flex td {
        padding: 0 3px 15px 3px !important;
     
     }
     
     
     .social_tbody_flex > tr > td:nth-child(2) {
         padding: 0 !important;
     }
     
     
        .wrapperEmploymentEvents .social_tbody_flex > tr {
        margin: 0;
     }
     
          .wrapperEmploymentEvents .employmentEventsTitle {
             margin-top: 25px;
     }  
     
      .wrapperEmploymentEvents .link_gosuslugi_form  {
             width: 100%;
             margin-bottom: 25px;
         }
     
     .social_tbody_flex > tr > td:nth-child(2) {
             border-top: unset;
             width: 100%   
         }


    /*Служба занятости, адаптив кнопки*/
    .EmploymentOfCitizens > .blue__button{
        height: 72px;
        font-size: var(--fs-normal);
        margin-bottom: 35px;
    }
    .EmploymentOfCitizens .accordion-item:first-child{
        border:unset;
    }
    .EmploymentOfCitizens .accordion-body p{
        margin-bottom: 35px;
    }
    .titleEmploymentOfCitizensOffer {
    padding-bottom: 35px;
    border-bottom-width: 0px;
    }


    /* ЖС Трудоустройство */

    .village-unv-employment-banner-mobile, .village-unv-employment-for.mobail {
        display: block;
    }

	p.mgv-30 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

      .village-unv-employment-for div {     white-space: initial; }
/* Логотип "Государство для людей" */
        
	.gov-for-people{ 
		order: 2;
		margin-top: 25px;
	}
	.sec-with-order {
		display:grid;
                grid-template-columns: 100%;
	}
	.sec-with-order > * {
		order: 1;
	}
	.sec-with-order > .gov-for-people {
		order: 2;
	}
	.contact-us {
		order: 3;
		margin-top: 25px;
	}

}




@media (max-width: 767px) {
		.accordion-wrappButton {
			margin: unset;
			margin-bottom: 25px;
		}

	.socMeasureButtonReestr {
		width: 100%
	}
	}


@media (max-width: 680px) {


               .brackets > div { display:none}
               .decorate-blockquote {    padding: 80px 5%;}
                .measures-page-link, .contacts-page-link {    padding: 20px;     min-height: 460px;}
                .contacts-page .col-1 svg { width: 6vw; height: auto;}
                .contacts-page .main-info .image { height: calc(100vw*2); min-width: auto; width: 100%}
              
                .bx-footer-content {flex-direction: column;     gap: 20px;}
                .pagination span {
                     width: calc(var(--fs-normal) * 2);
                     height: calc(var(--fs-normal) * 2);
                     padding-top: calc(var(--fs-normal) / 5);
                 }
                .pagination span svg {
                     width: var(--fs-normal);
                     height: var(--fs-normal) ;
                 }
               #head-baner > div >div:nth-child(2n) {z-index: 10;}

              .main-news-section-bottom {
		        grid-template-columns: 1fr;
	       }
                .table__list > div {
		display: grid;
		grid-template-columns: 1fr 20fr;
		grid-template-rows: 2fr;
		gap: 20px;
	}

	.table__list > div > div:first-child {
		grid-column-start: 1;
		grid-row-start: 1;
		grid-row-end: 3;
	}

        .large__families__baner {    
                padding: 30px;
                background-image: none !important;
        }
        .large__families__baner > div:last-child span{    margin-bottom: 15px;}
        .steps__card__measures__container {grid-template-columns: 1fr;}
        .with__p__column * {    column-count: 1 !important;}

        .contacts__list__container {    grid-template-columns: 1fr;}

        .calck_btn_back {
              position: static;
              margin-bottom: 30px;
         }
         .measure-item-li {display:grid}

		.main-measure-wrapp > .block:nth-child(3) > div {
			height: 141px !important;
		}
		.main-measure-wrapp > .block:nth-child(4) > div {
			height: 141px !important;
		} 

        .simple__accordion .accordion-body * {
              column-count: 1 !important;
         }
         .simple__accordion .accordion_button_svg {
                  position: static;
         } 
         #subAccordionPanels .accordion-body p {
                 margin-bottom: 1rem;
         }
         .list_services li {
                 padding-left: 5px;
                 margin-bottom: 15px;
         }
         .list_services li:before { top: 5px; }
         #subAccordionPanels .accordion-body {
                 gap: 0;
         }
         .reestrContacts > div img {
                 max-width: 28px;
          }
		  .reestrContacts > div:last-of-type {
			margin-bottom: 30px;
		  }
}


@media(max-width: 678px) {
  .identificationLargeFamilies_mobileBg {
   display: block;
   width: 100%; 
  height: 100%;
   }
 .identificationLargeFamilies_bannerText {
    display: none;
   }
   .identificationLargeFamilies_button {
      width: 100%;
        height: 100%;
        background: transparent;
        left: 0;
        top: 0;
        line-height: unset;
        content-visibility: hidden;
   }
   .identificationLargeFamilies_bg {
    display: none;
   }
}


@media (max-width:660px){
.reaching80-links{
              flex-direction:column;
   
        }
        .mobile-a:last-of-type{
              margin-top:16px;
        }


}



@media (max-width: 620px) {


		.workarea {
		margin: 0 16px;
	}


		#bottom-submit > div {
		  display: flex;
		  width: 100%;
		}

	.mentalButtonAkt {
    width: unset;
	}

 .bannerRas {
        padding: 25px;
        min-height: unset;
    }

	.socBanner {
	 padding: 60px 35px 35px 35px;
	}
.socWomanNotepadImg {
	display: none;
	}

         
}



@media(max-width: 568px) {

        .main-navigation ul {
                padding-left: 25px;
	}

	.heartImgBodyZamSemiMobile {
		width: 100%;
	}
	
	.rasContactsElem > img {
		margin-right: 15px;
	}

    .back-btn > svg {
        width: 30px;
        height: 30px;
    }

    .back-btn {
        margin-bottom: 35px;
    }

        body {
                line-height: 1.2;
        }
	header.bx-header {
		margin-bottom: 45px;
	}
	.calck_article {
		margin-top: 35px;
		padding: 22px 24px;
	}

	.calck_article > p {
		margin-bottom: 0;
	}

	.dropdown-selected {
		line-height: normal;
	}

	.dropdown-option {
		line-height: normal;
	}

	.assessmentMobile {
		justify-content: flex-start;
	}

	.measure-item-name {
    	font-size: var(--fs-normal);
	}

	.title {
		margin-bottom: 35px;
	}

	.calck_btn_back_modify {
		margin-bottom: 45px;
	}

	.reaching80Grid {
		gap: 20px 110px !important;
	}

	.reaching80Grid > div:first-child > img:first-child {
		width: 105px;
    	height: 140px;
	}


	.reaching80Grid > div > p {
		margin-top: 15px;
		line-height: normal;
	}

	.socMeasureButtonReestr {
		margin-top: 35px;
		margin: 25px 0 35px 0;
		min-height: 81px;
		padding: 0 10px;
	}

	.general__info__measures > p:first-child {
		margin-bottom: 35px;
	}

		.general__info__measures h4 {
			margin-bottom: 15px;
			margin: 35px 0 15px 0;
		}

	.socMeasureButtonReestr {
		margin-top: 25px;
	}

		.reaching80 {
			margin-top: 0;
		}

       

	.reaching80 > h2  {
    	margin-top: 0;
	}


  .reaching80Subtitle {
        margin: 25px 0 35px 0;
    }


	.socMeasureWrappButton >.blue__button {
			height: 81px;
	}

	.socMeasuresWrappButton3elem > .blue__button {
			height: 81px;
	}

        .work_russia_button {
			height: 62px;
			text-align: center;
			line-height: 62px;
			padding: 0;
	}

	.reaching80Grid > div:nth-child(2) > img {
			width: 147px;
			height: 140px;
	}

	.reaching80Grid > div:nth-child(3) > img {
		width: 134px;
		height: 116px;

	}

	.socServiceGrid {
		grid-template-columns: 1fr;
		margin-bottom: unset;
	}



	.reaching80Banner > h2 {
		font-size: var(--fs-larger);
	}

	#bottom-submit {
        position: fixed;
    }


	.wrappMilitaryButtons {
		grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
	}

        

	.wrappMilitaryAccrodion .accordion-item:first-child .accordion-button {
		padding: 10px;
}


	#assessment {
			display: none;
		}

		.assessmentDescr {
			display: block;
			margin-bottom: unset;
		}

		.assessmentMobile {
			display: flex;
			justify-content: flex-start;
			font-size: var(--fs-large);
                        margin-top: 35px;
                        text-transform: uppercase;
		}

		.assessmentMobile > a {
			display: block;
			height: 90px;
			margin-right: 18px;
			width: 106px;
			background-position: center;
			background-size: contain;
			background-Image: url(/upload/medialibrary/cfe/kiv4lavydg13z744qi74dyxyth77qtt9.png);
			background-repeat: no-repeat;
			position: relative;
			z-index: 10;
		}



		.wrapperSubstituteFamilies .page__title {
			font-size: var(--fs-large);
		}
		.bradcrampsArrow {
			display: none;
		}
		.bradcrampsArrowMobile {
			display: block
			}
		.bradcramps {
			 display: flex;
    		 align-items: center;
			 text-indent: 0; 
           margin-left: 0;
		}

		.bradcramps > b {
			font-size: 8px;
		}

.rasPurposes {
			margin-bottom: 35px;
		}
		.bannerTextMobile {
			font-size: var(--fs-normal);
		}
		.wrapperRas > h4 {
			font-size: var(--fs-normal);
		}
		.wrapperRas > p {
			    font-size: var(--fs-normal);
		}
		.rasContacts > div > div > p {
			font-size: var(--fs-normal);
		}
		.wrapperRas > h2 {
			font-size: var(--fs-normal);
		}



.upper__text .page__title {
       font-size: var(--fs-larger);
}
.housingServicesTitle {
    font-size: var(--fs-normal);
    margin-top: 50px;
}

		.main-measure-wrapp > .block:nth-child(3) > div {
			height: 148px !important;
		}
		.main-measure-wrapp > .block:nth-child(4) > div {
			height: 150px !important;
		} 

		#carouselBanner {
			margin: 0;
		}
		.main-news-section-bottom {
			grid-template-columns: 1fr !important;
			margin-top: 195px;
		}
		.main-news-section-bottom-title  {
			    top: -175px;
		}




	.search_mainCategories {
		width: unset;
		max-width: 593px;
	}
		.search_mainCategories {
			margin-right: 0;
			height: 30px;
            padding: 8px 39px 8px 15px;
		}

	#bottom-submit > input {
		border-radius: 0 !important;
		margin-right: 0 !important;
	}
	.accordion-wrapp-wrapp-checkbox {
		margin-right: 25px;
	}
	.sono_minzdrav_help_title {
		font-size: 8vw;
	}
	.not-gosuslugi-link {
		width: fit-content;
		/*max-width: 600px;*/
	}
	.bx-footer {
		padding: 50px 15px 60px 15px;
	}
	.calck_article {
		margin-bottom: 0;
	}

	#bottom-submit {
		width: 100%;
		left: 0;
		bottom: 0 !important;
	}
	#bottom-submit > div {
		display: flex;
		width: 100%;
	}
	#bottom-submit > div > input {
		margin-right: 0 !important;
		border-radius: 0 !important;
	}
	#bottom-submit input:nth-child(1) {
		min-width: 30%;
		order: 2;
	}
	#bottom-submit input:nth-child(2) {
		min-width: 70%
	}
	.calck_item_label {
		margin-right: 70px;

	}


	#assessment  {
		bottom: 80px !important ;
	}

	#assessment:before {
		width: 81px;
	}

	#assessment > a  {
		width: 75px;
		height: 75px;

	}
	.pagination font.text > * {
		margin-left: 5px;
	}


       .carousel-indicators li{
		width: 9px;
		height: 9px;
	}

        /* Логотип "Государство для людей" */

	.gov-for-people{ 
		margin-top: 0;
	}

}


@media(max-width: 568px) {
       .nonePC {
                  display: initial;
        }
	/* Службы занятости правки*/

	.titleEmploymentOfCitizensOffer {
		padding-bottom: 5px;
	}
	.EmploymentOfCitizens > .blue__button {
		height: 62px;
	}

	.container-links-page.main-measure-wrapp {
		gap: 25px 70px;
		margin-top: 25px;
	}

	.container-links-page.main-measure-wrapp > .block-container > .block {
		height: 136px !important;
	}


        /*Центры служб занятости правки */
 
        .page__title {
                 font-size: var(--fs-larger2);
         }

         .text-styles {
                 margin-top: 10px !important;
          }

          .table__list > div {
                 gap: 0;
                 padding: 25px 0;
          }

          .table__list > div > div:first-child {
                 margin-right: 15px;
           }

           .table__list > div > div:last-child > p {
                 padding-bottom: 15px;
            }

   

	/*РАС */

	.rasPurposes > div > p {
		text-align: center;

	}

.rasContacts > div:first-child > .rasContactsElem:nth-child(3) {
	margin-top: 15px;
}



 .wrapperRas > h2 {
	font-size: var(--fs-larger2);
}

	.rasContacts {
		margin: 35px 0;
		gap: 35px;
	}

	.rasContacts > div > h4 {
		margin-bottom: 15px;
		font-weight: bold;
	}

	.mentalTitle {
		margin: 35px 0 15px 0;
	}

.mentalButtonAkt {
	margin: 25px 0 35px 0;
	height: 62px;
	line-height: 62px;
			border-radius: 10px;
}

.ras_descr_title {
	margin: 15px 0 35px 0;
}


	.rasContactsElem {
		align-items: center;
	}

	.militaryLiIco::before {
		width: 12px;
		height: 12px;
		top: 3px !important;
	}

    .gosuslugi-link {
        min-width: 288px;
    }

    .housingServicesTitle {
        margin-top:0;
        margin: 0 0 25px 0;
    }

    .page__title {
        margin-bottom: 25px;
    }


    .gosuslugi-link a {
        margin-left: 8px;
    }

		.desktop_gosName {
			display: none;
		}
		.mobile_gosName {
			display: unset;
		}

		.gosuslugi-link {
			padding: 10px 8px;
		}



	.bx-footer-copyright  {
		margin-bottom: unset;
	}

	.bx-footer-content {
		width: unset;
	}

	.bx-footer-wrappLeftItem > p {
		margin-bottom: unset;
	}

	.contrast_none_active {
		width: unset;
	}

	#anketa section > div {
		flex-direction: column;
		gap:15px;
	}


	.calck_item_title {
		margin: 25px 0 15px 0;
	}

	.anketa-wrapp-input > div {
		margin-top: unset;
	}

	.calck_wrapp_mobile_button {
		display: block;
	}

	.calck_wrapp_button_desktop {
		display: none !important;
	}

	#anketa {
		margin-bottom: 25px;
	}

	.calck_wrappButton {
		display: none;
		margin-top: 25px;
	}

	#bottom-submit .calck_wrappButton > input {
		border-radius: 5px !important;
	}

	#bottom-submit {
		position: relative;
	}

	#bottom-submit > div {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.anketa {
		margin-bottom: unset;
	}

	.measure-tags-listStyle {
		top: 1px;
                width: 12px;
                height: 12px;
	}

	.measure-item {
   		 padding: 25px 0 0 0;
	}

	.measure-item-li {
		grid-template-columns: 1fr;
	}

	.measure-list .measure-item > div {
		margin-bottom: 15px;
	}

	.measure-tags-li {
		margin-top: 15px;
	}

	.measure_reglament_link {
		width: 100%;
		height: 47px;
		background: var(--text-color);
		border-radius: 5px;
		display: flex;
        justify-content: center;
        align-items: center;
		margin-top: 15px;
	}

	.measure_reglament_link > a {
		color: var(--initial-bg-color);
		font-size: var(--fs-normal);
		clip-path: inset(0 calc(100% - 9ch) 0 0);
        text-transform: uppercase;
        font-weight: bold;
	}

.socServiceGrid .socServiceGridItem:nth-child(3) > img {
	margin-bottom: unset;
}

.socServiceGrid .socServiceGridItem:nth-child(4) > img {
	margin-bottom: unset;
}

.socServiceGrid .socServiceGridItem:nth-child(5) > img {
	margin-bottom: unset;
}


.socServiceGrid .socServiceGridItem:nth-child(6) > img {
	margin-bottom: unset;
}

	.socServiceGrid .socServiceGridItem:nth-child(3) > img {
		margin-top: unset
	}


	.accordion-wrappButton > .socialServiceButton {
		height: 62px;
	}


	.socServiceGrid .socServiceGridItem > img {
		margin-top: 20px;
	}



		.socMeasureReaching80Paragraph2 {
    		margin-top: 0;
		}

		.socMeasureParagraph {
			margin-top: 15px;
		}

		.socMeasureUl {
			margin-bottom: 0;
		}

		.reaching80Grid {
			grid-template-columns: 1fr;
		}

		.reaching80Grid > div {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}


		.reaching80Grid > div:last-child {
			display: none;
		}

		.socMeasuresTitle {
			text-align: center;
			margin: 35px 0 25px 0;
		}

		.reaching80Grid > div > p  {
			text-align: center;
		}

		.reaching80Descr {
			margin: 0 0 25px 0;
		}


		.reaching80Grid > div > img {
			margin-top: 15px;
		}

		.socMeasureWrappButton {
			flex-direction: column;
		}
		.socMeasureWrappButton > a {
			width: unset;
		}

		.socMeasuresWrappButton3elem {
			gap: 15px;
			margin-bottom: 35px;
		}

		.socMeasuresWrappButton3elem > a {
			display: flex;
			justify-content: center;
			align-items: center;
		}


        /* Правки Мобильной версии ГЛАВНАЯ */
	.main-title-title {
		margin: 25px 0;
	}
	p.main-title-descr {
		margin-top: 0 !important;
	}
	.main-measure-section {
		margin-top: 35px  !important;
	}
	p.main-title-descr:last-child {
		margin-bottom: 0;
	}
	
	.main-measure-section {
		padding-bottom: 35px !important;
	}
	.main-title-title-descr {
		margin-bottom: 35px;
	}
	
	.block { 
                height: 176px !important;
                border-radius: 10px;
        }
	.block-title {
		font-size: var(--fs-normal);
	}
	
	.block-change-img {
		height: 110px !important;
	}
	
	.main-measure-wrapp {
		gap: 25px 70px;
	}

	.main-news-title {
		margin: 35px 0;
	}
	.big-news > div:first-child {
                border-radius: 10px;
		margin-bottom: 15px;
	}
	
	.news-date {
		margin-top: 15px;
		font-size: 20px;
                margin-bottom: 0;
	}
        .big-news {
                padding-bottom: 35px;
         }
	.small-news {
                padding-bottom: 25px;
         }
	.small-news {
		border-bottom: 1px solid var(--dk-gray-color);
	}
	.small-news:first-child {
		border-top: 1px solid var(--dk-gray-color);
	}
	.news-set {
		gap: 0;
	}
	
	.all-news-link {
		margin-top: 35px;
	}
	
	.all-news-link h3 {
		font-size: var(--fs-larger2) !important ;
	}
	.all-news-link img {
		margin-left: 15px;
	}
	.main-news-section-bottom {
		grid-template-rows: repeat(5, auto);
		margin-top: 35px;
	}
	.main-news-section-bottom-title {
		position: static !important;
	}


	.useful_resources_descr {
		font-size: var(--fs-larger2);
	}
	.useful_resources {
		padding: 15px;
		min-height: 170px;
	}
	.main-news-section-bottom {
		row-gap: 25px;
	}

	#main-news-container {
		padding-bottom: 35px;
	}

/* Правки мобильной версии Контакты */
	.contact__fioImg {
		gap: 15px;
	}
	.contact__person p {
		margin-bottom: 0;
	}
	.contact__fioImg .d-flex {
		align-items: center;
	}
        .contacts__list__container {
		gap: 35px;
	}
       .contact__person__info {
                grid-column-end: auto;
                grid-row-start: 2;
         }
         .contact__fioImg {
                  grid-row-start: 3;
                  grid-column-start: 1;
         }

         .rectangle__wrapp {height: calc(100vw - 40px);     min-width: calc(100vw - 40px);}
         .contact__person__photo {height: calc(100vw - 40px);     min-width: calc(100vw - 40px);}
/* Правки мобильной версии Все новости */

	.news-list {
		margin-top: 25px;
		gap: 30px;
	}
	
	.news-list .big-news > div:first-child {
		margin-bottom: 15px;
	}
	
	.news-list .big-news h4 	{
		margin-bottom: 15px;
	}
	
	.news-list .big-news {
		padding-bottom: 0;
	}
	
		/* Пагинация мобильная */
	
	.pagination font.text > *:not( 
		.pagination font.text > *:nth-child(1),
		.pagination font.text > *:nth-child(2),
		.pagination font.text > *:nth-last-child(2),
		.pagination font.text > *:nth-last-child(1) ) {
		display: none;
	}
	
	.pagination span svg {
		height: 37px;
		width: auto;
	}
	
	.pagination font:last-child {
		justify-content: space-between;
		margin-top: 20px;
	}
	
	/* шапка сайта */
	header.bx-header {
		margin-bottom: 35px;
	}

/* Правки мобильная версия Одна новость */


	.news-content {
		display: grid;
	}
	.news-content img {
		order: 1;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.news-content h3 {
		order: 2;
		font-size: var(--fs-normal);
		margin-bottom: 15px;
	}
	.news-content article {
		order: 3;
	}
	
	.news-content time {
		display: block;
		order: 4;
		margin-top: 15px;
		font-size: var(--fs-larger2);
	}

/* Правки мобильная версия Категории */
        .search_mainCategories {
		border-radius: 10px;
	}
	.categories-title-mobail {
		margin-bottom: 15px;
	}
	.search_wrappCategories p {
		font-size: var(--fs-larger);
		margin-bottom: 0;
	}
	.measure-item:nth-child(1) {
		padding: 0;
	}
	#measure-list > div:nth-child(4) {
		padding: 0;
	}


         .social_tbody_flex > tr:last-child{
                 padding-bottom:0;
         }

         .wrapperEmploymentEvents .social_tbody_flex td:last-child {
                  padding: 0 3px 0 3px !important;
          }

/* Правки мобильная версия Военослужащие */

	.wrappMilitaryButtons {
		gap: 15px;
		margin: 25px 0;
	}
	
	.housingServices p, 
        .housingServices li, 
        .popup-window li {
		margin-bottom: 15px !important;
		margin-top: 15px !important;
	}
	.housingServices ul	{
		margin-left: 0 !important;
                padding-left: 27px;
	}
	.housingServices li:last-child{margin-bottom: 0 !important;}
	.housingServices li:first-child,
	.housingServices p:first-child {margin-top: 0 !important;}
	.gosuslugi-link {
		margin: 15px 0 25px 0 !important;
	}
	.housingServices .militaryLiIco {
		padding-left: calc(15px + 12px);
	}


	.table__list > div > div:last-child > div:last-child {
		margin-bottom: 0;
	}
	
	.military_adresses.table__list > div > div:first-child {
		display: none;
	}
	
	.military_adresses.table__list > div > div:nth-child(2) {
		margin-bottom: 15px;
	}
		/* Всплывающее окно */
	#popup-window-content-my_answer {
		padding: 25px 15px;
		border-radius: 10px;
	}
	.popup-window-close-icon {
		width: 35px;
		height: 35px;
		right: 15px !important;
	}

	.accordion .accordion-body > *:last-child {
		margin-bottom: 15px !important;
	}

	.socMeasuresFeedback {
		margin-top: 10px;
	}

/* Замещающие семьи */
        .simple__accordion > .accordion-item:last-child .accordion-button.collapsed {
              padding-bottom: 0;
        }
        .simple__accordion button:not(.simple__accordion button.collapsed) {
              padding-bottom: 15px;
        }
       

/*СОНКО  соц.обсл. мобильная адаптация*/
    .uls_container {
        margin-top: 0;
    }

    .uls_container figcaption {
        margin-bottom: 25px;
    }

    .ul_doc_provision {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .uls_container li {
        width: 184px;
    }

    .sonkoSocialSphere .cat_of_recipients {
        margin-bottom: 25px;
    }

    .ul_person_cats {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .housingServices li {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .docs_list_columns_container {
        margin-top: 0;
    }

    .ul_doc_list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

   .uls_container ul {
        margin-bottom: 25px;
    }
    
/*СОНКО  здрав. мобильная адаптация*/

     .sonoHealth div h4 {
	margin: 15px 0 25px 0;
        width: 200px;
	text-align: center;
      }
      .sonoHealth ~ a {
          margin-top: 0px;
       }

/* Правки мобильная версия Многодетные семьи */


	.bannerTextMobile {
		margin-bottom: 25px;
	}
	h4.bannerTextMobile {
		font-size: var(--fs-larger);
		margin-bottom: 15px;
                margin-top: 25px;
	}
	.general__info__measures h4 {
		margin-top: 25px !important;
	}
	.identificationLargeFamilies {
		margin-top: 15px;
	}

	ul li:last-child {
		margin-bottom: 0;
	}

        .accordion-body {
               padding-bottom: 10px;
        }

        .wrapperEmploymentEvents > h4 {
	       margin-bottom: 15px;
        }


        .wrapperEmploymentEvents .link_gosuslugi_form {
	       margin-bottom: 0;
         }

         .wrapperEmploymentEvents .employmentEventsTitle:first-of-type {
	       margin-bottom: 15px !important;
          }

          .wrapperEmploymentEvents .employmentEventsLink::before {
	       width: 12px;
	       height: 12px;
          }

          .main-navigation ul {
               padding-top: 5px;
          }

}



@media (max-width : 560px) {


	.upper__text .page__title {
        font-size: var(--fs-larger2);
    }

	.rasContacts {
		grid-template-columns: 1fr;
	}
	.rasPurposes {
		grid-template-columns: 1fr;
	}

	.rasPurposes > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}


			.contacts-page .main-info .image{
				width: 100%;
				height: 585px;
			}

       .main-news-section-bottom-title {
		position: static;
	}
        .accordion-wrappButton {    flex-direction: column;}
         .contrast_action > div {flex-wrap: wrap;}
}



@media(max-width: 500px) {
	.popup-window-with-titlebar .popup-window-content {
		padding: 30px 30px 30px 30px;
	}
	.popup-window-close-icon {
		top: 90px  !important;
		right: 30px  !important;
	}
	.popup-window ul {
		padding-left: 2rem !important;
	}
}

@media (max-width : 500px) {
        .military_adresses.table__list > div > div:last-child > div {
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.military_adresses.table__list > div {gap: 0;}

	.military_adresses.table__list > div {padding: 15px 0;}
	.admin-ed-panel {
		grid-template-columns: 1fr;
		margin-top: 60px;
	}
	.admin-ed-panel > a {
				font-size: 1.5em;
		}
	.data-table-list tbody td {
		font-size: 16px;
	}

       form table.data-table{
            display: flex;
            flex-direction: column;
       }
       form table.data-table tr {
            display: flex;
            flex-direction: column;
            width: 100%;
       }

thead, tbody, tfoot, tr, td, th, .data-table select  {    max-width: none;}
}


@media(max-width: 480px) {
		#head-baner {
		background-color: var(--text-color);
		background: var(--text-color);
			text-align: center;
		}

		.availability_ico {
			cursor: pointer;
			height: 55px;
			width: 63px;
			margin-bottom: -40px;


			position: relative; 
			 right: 0; 
			 bottom: 0; 
			 cursor: pointer; 
			 min-height: unset;; 
		}

		.mobileVisuallyImpaired {
			display: block;
			margin-top: 45px;
			color: var(--initial-color);
		}

		#head-baner a#site-title  {
			height: unset;
		}

		#head-baner > div {
			flex-direction: column;
		}

		#nav-logo {
			opacity: 1;
			position: relative;
			margin-bottom: 5px;
			width: 75px;
			height: 100px;
		}

		.main-custom-title {
			font-size: var(--fs-larger2);
			width: 310px;
			margin: auto;
    	}

		span.large-font {
			font-size: var(--fs-larger2);
			letter-spacing: 0;
		}

		#head-baner > div {
			padding: 50px 0 25px 0;
		}

	}



    @media (max-width : 450px) {
  
        .accordion-button {
                 font-size: var(--fs-normal);
        }

        
  }

@media(max-width: 390px) {
		.main-measure-wrapp > .block:nth-child(3) > div {
			height: 150px !important;
		}

		.main-measure-wrapp > .block:nth-child(4) > div {
			height: 157px !important;
		}
	}






@media (max-width: 360px) {

	.heartImgBodyZamSemiMobile {
        width: 290px;
        height: 245px;
    }

	.contrast_none_active {
		height: 100px;
	}

	 .reaching80 > h2 {
        font-size: var(--fs-larger2);
		max-width: 258px;
    }

		.socMeasureAccrodionSubtitle {
    		margin-bottom: 25px;
		}

	.socMeasureWrappButton {
		gap: 15px;
	}

	.socMeasuresContact > div:nth-child(2) {
		margin: 15px 0 20px 0;
	}

	#head-baner {
		height: 290px;
		min-height: unset;
	}

	#head-baner > div {
		padding: 25px 0 25px 0;
	}

	.main-custom-title {
		font-size: var(--fs-normal);
		width: unset;
	}

	span.large-font  {
		font-size: var(--fs-normal);
	}

}


.backgroundError, 
.background404 {
    background: #474747;
}

.bx-404-container {
    margin-top: 140px; 
}

.bx-error-block, 
.bx-404-block {
	position: relative;
    top: -30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--initial-bg-color);
    font-size: 590px;
    font-weight: bold;
    max-height: 590px;

}

.bx-404-block {
    top: 0;
    width:100%
}

.forMain {
    color: white;
    text-align: center;
    margin-top: 50px;
    font-size: 27px;

}

.forMain a	{
    display: inline-block;
    background: var(--accent-color);
    border-radius: 10px;
    padding: 50px 70px;
    font-weight: bold;
}

.titleError,
.title404 {
    color: white;
    text-align: center;
    font-size: var(--fs-large);
        font-weight: bold;
        text-transform: uppercase;
     margin-top:75px;
}

.bx-404-block img {
	width: 100%;
}



@media ( max-width: 1300px) {
	.bx-error-block	{font-size: 49vw;}
}

@media ( max-width: 500px)	{
         .bx-404-container {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-top: 0;
         }

	.titleError, .title404	{
		font-size: var(--fs-normal);
		position: relative;
		top: -70px;
	}

         .title404	{
		position: static;
		width: 210px;
                margin-top: 15px;
                margin-bottom: 35px;
	}

	.bx-error-container .forMain	{
		margin-top: 0;
		position: relative;
		top: -50px;
	}
         .bx-404-container .forMain {
		margin-top: 0;
		position: relative;
		top: 0;
                width: 100%;
                margin-bottom: 5px;
         }
	.forMain	a	{
		padding: 15px 50px;
		width: 100%;
		text-transform: uppercase;
		font-weight: 600;
		font-size: var(--fs-normal);
                border-radius: 5px;
	}
}




.not-margin-bottom {
	margin-bottom: 0;
}


/*  ссылка Государство для людей  */
.full-width-container {
	width: 100vw;
	left: 0;
	position: absolute;
}
.fb-abs-gov-for-people-big {
	min-height: 149px;
}
.gov-for-people-big {
	background-image: url(/upload/medialibrary/a9f/ekkfjiqmng1nvxg8wf9ys0jsk40ml79g.png), url(/upload/medialibrary/678/sh3emaay5r3bw982ducg32x15uxmi5eb.png);
	background-position: center right -30px, center right;
	background-repeat: no-repeat;
	background-size: 240px, cover;

	color: white;
	display: flex;
	min-height: 149px;
	align-items: center;
	column-gap: 70px;
	position: relative;
	padding: 0 38px;

	max-width: 1526px;
	margin: 0 auto;
}

.gov-for-people-big > div:nth-child(2) {
	max-width: 703px;
	font-size: 31px;
	font-weight: bold;
}
.gov-for-people-big > div:nth-child(4) {
	position: absolute;
	right: 91px;
}
.gov-for-people-big > div:nth-child(4) img, .gov-for-people-big > div:nth-child(1) img{
	max-height: 100%;
	width: auto;
}
.gov-for-people-big a {
	font-size: 16px;
	border: 1px solid white;
	border-radius: 30px;
	padding: 8px 30px;
}

@media(max-width: 1400px) {
	.gov-for-people-big {
		column-gap: 30px;
	}

	.gov-for-people-big > div:nth-child(4) {
		right: 30px;
	}
}

@media (max-width: 1260px) {
	.gov-for-people-big {
		background-position: center right -70px, center right;

		padding-right: 145px;
	}
	.gov-for-people-big > div:nth-child(3) {
		position: absolute;
	}
	.gov-for-people-big a {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

}
@media (max-width: 885px) {
	.gov-for-people-big {
		min-height: 105px;
		padding: 14px 16px;
		flex-direction: column;
		align-items: start;
		gap: 15px;
		justify-content: center;
		background-position: center right -35px, center right;
		background-size: 150px, cover;
	}
	.gov-for-people-big {
		padding-right: 14px;
	}

	.gov-for-people-big > div:nth-child(1) {
		height: 19px;
	}
	.gov-for-people-big > div:nth-child(2) {
		font-size: 13px;
		max-width: 240px;
	}

	.gov-for-people-big > div:nth-child(4) {
		height: 61px;
		width: 61px;
	}
}
@media (max-width: 400px) { 
	.gov-for-people-big { background-position: center right -63px, center right -70px }
}

/* End */
/* /local/components/bitrix/menu/templates/bootstrap_v4/style.css?171151982211973 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.min.css?17097890864065 */
/* /bitrix/templates/eshop_bootstrap_v4/template_styles.css?1748584226145955 */
