.pt-1 {
	padding-top: 1em;
}
.hidden {
	display: none !important;
}
hr {
	border: 1px solid;
	color: #e0e9ed;
	margin: 6px 26px;
}

hr.contact-hr {
	margin: 18px 0px;
}

input[readonly]{
	background-color: #f5f6f7;
}

a.no-link{
  color: inherit !important;
  border-bottom: none !important;
  font-weight: inherit !important;
}

.checkbox.contact-padding{
	padding-top: 16px;
}

.breadcrumb-row {
	width: 100%;
	padding: 15px 15px 25px 0;	
	/*background-color: #174990;	*/
	font-size: 16px;
	line-height: 1.5;
	/*background-image: url('/themes/site/mnd/img/header-icon.png');
	border-radius: 12px 12px 0 0;*/
}

.breadcrumb-row ul li {
  display: inline;
}

.breadcrumb-row a{
	font-weight: 700;
	color: #e8e4e4;
	border-bottom: 1px dashed;
}

.breadcrumb-row a:hover{
	/*font-weight: 700;*/
	color: #fff;
}

.breadcrumb-row ul li>span{
	color: #d6d0d0;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.breadcrumb-row ul li>a::after {
  content: "|";
  margin-left: 7px;
}

.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
}

.breadcrumb-row ul li:last-child::after {
  display: none;
}

.page-content {
	margin-top: 20px;
	margin-bottom: 50px;
	background: #fff;
	padding: 26px 24px 24px 24px;
	color: #333;	
}

@media (max-width: 1290px) {
  section.page-content.with_shadow::after {
    margin-bottom: -41px;
  }
}

.page-content h1, .page-content h2, .page-content h3{
	font-size: 24px;
	padding-bottom: 10px;
	color: #174990;
}

.page-content h2{
	font-size: 20px;
	padding-bottom: 8px;	
}

.page-content h3{
	font-size: 18px;
	padding-bottom: 8px;	
}

.page-content p, .news__content.full p{
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 160%;
	text-indent: 26px;
}

.sitemap-content p, .sitemap-content ul, .page-content.sitemap-content ul li {
	padding-bottom: 0px !important;
}

.page-content.sitemap-content ul {
	padding-top: 0px;
}

.page-content a, .news__content.full a, .section-block__item a{
	color: #174990;
	border-bottom: dashed 1px;
	font-weight: 700;	
}


.page-content a:hover, .news__content.full a:hover{
	color: #0076b2;
	border-bottom: none;
}

.page-content ul, .news__content.full ul, .page-content ol, .news__content.full ol{
	padding-top: 12px;
}

ol {
	counter-reset: item; 
	margin-left:40px;
}
ol li{	
	margin-left: 1rem;
	padding-bottom: 10px;	
	line-height: 160%;
	list-style-type:none;
	color: #333;
}
ol li::before {
	content: counter(item)". ";
    counter-increment: item;            
	color: #154A90;
	font-weight: 700;	
}
/*
ol {margin-left:20px;}
ol li {padding-left:0; list-style-type:decimal;}
ol li:before {background:none;}*/


.page-content ul li, .news__content.full ul li{
	padding-left: 52px;
	padding-bottom: 10px;
	list-style: none;
	line-height: 160%;
}

.page-content ul li::before, .news__content.full ul li::before{
  text-indent: 26px;
  content: '';
  padding-right: 26px;  
  background-image: url('/favicon-16x16.png');
  background-size: 10px 10px;  
  background-repeat: no-repeat;
  background-position: center center;
}

img.full-width {
	width: 100%;
	padding: 6px;
	margin-left: -26px;
}

img.img-center {
  padding: 6px;  
  max-width: calc(100% - 3rem);
}

img.img-30 {
	width: 30%;
	float: left;
}

img.img-40 {
	width: 40%;
	float: left;
}

.with-border {
	border-radius: 32px;
	border: 2px solid #ddd;	
}

h1.error-404{
	font-size: 12vw !important;
	font-weight: 700 !important;
	text-align: center;
}

.page-content table, .news__text_full table {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-collapse: collapse !important;	
	border-radius: 1px;
}

.page-content table th, .news__text_full table td{
	padding: 8px;
}

.page-content table td, .news__text_full table td {
	line-height: 1.5;
	padding: 5px;
}

table.table-head-color th {
	background: #0664a4;
	color: #fff;
	padding-left: 5px;
}

.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: #e8effe; /* #f4f6fa */
}

.table-striped > tbody > tr:hover {
	background-color: #cdd8ef;
}

.news__light{
	background-color: #0077b9;
}

.news__arh{
	background-color: #5D95B4;
}

.mr-1 {
	margin-right: 20px;
}

.posters__media {
	position: relative;  
}
.posters__media img {
	padding: 6px;
	width: 100%;  
	top: 0;
	left: 0;  
	border-radius: 20px;
}

.posters__label{
	top: 16px;
}

div.tags_panel{
	text-align: center;
	margin: 24px 0 0 0;
	max-height: 76px;
	overflow: hidden;
	/*display: flex;*/
}

.tags_panel h2 {
	display: inline-block;
	font-weight: 700;
	font-size: 17px;
	color: #174990;
	margin-right: 20px;
}

span.tags {
	background:#0b53b5;
	padding: 5px 12px 6px 12px;
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1.35;
}

span.tags:hover{
	background: #174990;
}

span.tags.active {
	background: #ff9523;
}

span.tags.active:hover { 
	background: #f0840f;
}

.posters__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	/*display: flex;*/
	display: block;
	padding: 32px 0;
}

.pages_n {
	background-color: #154a90;
	padding: 8px;
	border-radius: 5px;
	min-width: 22px;
	display: block;
	text-align: center;
	margin-right: 8px;
}

.pages_n.active{
	background-color: #ff9523;
}

.tags.spoiler {
	background: #0077b9;
}
.tags_panel_spoiler a {
	background: #cddcef;
	width: 120px;
	margin-top: 5px;
	text-align: center;
	border-radius: 0 0 10px 10px;
	height: 20px;
	color: #333;
}

.arrow {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;	
}

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

a.icons {
	border-bottom: none !important;
}

img.icons {
	height: 24px;
}

.bottom_links {
	float: right;
	display: flex;
	align-items: end;
}
.ya-share2 ul li::before{
	background: none !important;
	padding-right: 0px!important;	
}

.ya-share2 a {
	border-bottom: none !important;
}

.btn-medium {
	background: #154A90;
	border-radius: 8px;  
	min-height: 46px;
	width: 100%;
	padding: 5px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
	white-space: nowrap;
}

.btn-medium.pushkin {
	background: #0077b9;
}

img.pushkin {
	height: 25px;
	padding-right: 10px;
}

.btn-medium.payment{
	background: #FF9523;
}

.btn-medium.payment:hover{
	background: #df790c;
}

@media (max-width: 600px) {
	.posters__label {
		width: auto;
	}
}
@media (max-width: 479.98px) {	
	img.pushkin {
		height: 16px;
		padding-right: 10px;
	}
	
	.btn-medium {
		font-size: 12px;
		min-height: 26px;
		width: 100%;
		padding: 5px 24px;
	}
}

.gb__panel{
	position: relative;
	display: flex;
	width: 100%;
}
.gb__label_date{
	background: #0077B9;
	text-transform: capitalize;
	min-height: 36px;
	right: -10px;
    left: auto;
}

.sitemap_empty_a {
	color: #174990;  
	font-weight: 700;
}

.posters__title.sitemap {
	background: #0077b9;
}

.sitemap-content li.spoiler>ul {
	display: none;
}

.sitemap-content li.spoiler>i.close::after {
	text-indent: 26px;
	content: '⏵';
	color: #174990;
	padding-right: 26px;
	font-style: normal;    
}

.sitemap-content li.spoiler>i.open::after {
	text-indent: 26px;
	content: '▼';
	color: #174990;
	padding-right: 26px;
	font-style: normal; 	
	font-size: 12px; 
}

.sitemap-content span.date{
	background: #174990;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	margin-right: 10px;
}

.images-item, { width: 25%; padding: 10px; }
.images-item img{ width: 100%;}
.images-item.w2 { width: 50%; }

img.lazy {
	display: none !important;
}
.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}

.news__gallery{
    position: relative;
    width: 100%;
    display: flex;
    gap: 10px;
    
}
.news__gallery_column{
    flex:1;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.news__gallery_post{
    position: relative;
    overflow: hidden;
    width:100%;
}

.news__gallery img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.news__gallery_overlay{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background:#161616;
    display: flex;	
    align-items: center;
    justify-content: center;
    opacity:0;
    transition:0.5s;
    border-radius: 5px;
}

.news__gallery_post:hover .news__gallery_overlay{
    opacity: 0.5;
    cursor: pointer;
}

.menu__item_button>.menu__sub-list {
	right: 0;
	left: auto;
}

.menu__item_button .menu__link{
	background-color: #FF9523;
	padding: 10px;
	border-radius: 5px;
}

.svg-icon, .svg-icon.small, .form__error-icon:after {	
	content: '';
	display: inline-block;
	width: 25px;
	height: 24px;	
	background-repeat: no-repeat;	
}

.svg-icon.small {	
	width: 16px;
	height: 16px;
}

.svg-eye {background-image: url('../img/sprite.svg#eye');}
.svg-google {background-image: url('../img/sprite.svg#svg-google');}
.svg-vk {background-image: url('../img/sprite.svg#svg-vk');}
.svg-yandex {background-image: url('../img/sprite.svg#svg-yandex');}
.svg-mail {background-image: url('../img/sprite.svg#svg-mail');}
.svg-ok {background-image: url('../img/sprite.svg#svg-ok');}
.svg-error {background-image: url('../img/sprite.svg#svg-error');}
.svg-search {background-image: url('../img/sprite.svg#svg-search');width: 19px;height: 20px;}

.form__error-icon:after {
	background-image: url('../img/sprite.svg#svg-error');
	width: 16px;
	height: 16px;
	display: block;
}
.required:after {
	background-image: url('../img/sprite.svg#required');
	content: '';
	display: inline-block;
	width: 6px;
	height: 12px;
	margin-left: 4px;	
	top: 3px;
	position: absolute;
	background-color: white;
	background-repeat: no-repeat;	
}

a.form__link.linked:after{
	background-image: url('../img/sprite.svg#svg-check');
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	margin-left: 45px;    
}
.form__link.linked {
	background-color: #e5f5d5;
}

.checkbox.error>.checkbox__label::before {
	border-color: red;
}

p.error {
	font-size: 12px;
	font-weight: 400;
	line-height: 1rem;
	color: var(--orange);
}
p.error:before {
	background-image: url('../img/sprite.svg#svg-error');
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;	
	margin-right: 8px;	
	background-repeat: no-repeat;	
}

.success-block{
	background-color: #eff5e8;
	padding: 10px;
	border-radius: 10px;
}


/* gallery in news */
.swiper.news-swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper.news-swiper > .swiper-pagination > .swiper-pagination-bullet {
	background-color: #FF9523;
	opacity: 0.5;
}

.swiper.news-swiper > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1	;
}

.swiper.news-swiper > .swiper-wrapper > .swiper-slide {
	text-align: center;	
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
}

.swiper.news-swiper > .swiper-wrapper > .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end gallety news */

#map {
	width: 100%;
	height: 300px;
}

.mt-3 {
	margin-top: 2rem !important;
}

@media (min-width: 531px) {
	.width-20 {	width: 30% !important;}
	.width-30 {	width: 30% !important;}
	.width-35 {	width: 35% !important;}
	.width-40 {	width: 40% !important;}
	.width-50 {	width: 50% !important;}
}

@media (max-width: 530px) {
	.width-50 {	width: 100% !important;}
}

.table li.table__item{
	padding-left: 6px;
}
.table li.table__item:nth-child(even) {
	background-color: #fff;
}  

.search-results__item .orange, .page-content a.orange {
	color: var(--orange) !important;
}

.uploader-item {
	padding:0;
	/*margin:0 5px 5px;*/
	margin-left: 5px;
	width:150px; 
	height:125px; 
	border:1px solid #d8d8d8;
	border-radius:2px;
	background:url("./../img/photo.svg") center no-repeat #fff; 
	background-size:50%; 
	opacity:.7; 
	cursor:pointer;
	display: inline-block !important;
}
.uploader-item:hover {
	opacity:.9; 
	transition:all .5s ease 0s;
}

.board .image-box-upload {
	display: inline-block;
	position:relative;
	margin: 0 5px 5px;
}
.board .img_del {
	position:absolute; 
	right:-2px; 
	top:-2px; 
	width:20px; 
	height:20px; 
	padding:0; 
	border-radius:0;
	background:url(./../img/sprite_old.svg#ico_delete_i) no-repeat 0 0 #656f7e; 
	box-shadow:none;
}
.board .image-box-upload .img_box {
	display:inline-block; 
	padding-top:0; 
	height:125px; 
	width:150px;
}
#photo-line {	
	align-items: center;
}
/* пользовать для всех модулей? */
input[type="button"].img_del {
	position:absolute;
	cursor: pointer;
	top:-2px;
	right:-2px;
	padding:0;
	height:20px;
	width:20px;
    border-radius:0;
	box-shadow:none;
	background:url(./../img/sprite_old.svg#ico_delete_i) no-repeat center #0076B2; 
	background-size:12px;
}
input[type="button"].img_del:hover {
	background:url(./../img/sprite_old.svg#ico_delete_i) no-repeat center #ff0000; 
	background-size:12px;
}

div.loader-gif {
	background: url("./../img/loader.gif") no-repeat rgba(0, 0, 0, 0);
    width: 65px;
	height: 65px;
	margin: 20px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.paginate {
	width: 100%;
	padding-top: 2rem;
}

.boards-last__tab.active {
	background-color: #154a90;
	color: white;
	cursor: inherit;
}

.news__head.img__head{
	font-size: 18px;
	padding-top: 2em;
	margin-bottom: 0px;
}

.footer__column a {
	color: #eeee82;
	border-bottom: 1px dashed #eeee82;
}

.footer__column .footer__socials a {
	border-bottom: none !important;
}

.boards-last__body h3 {
	color: #0b53b5;
	font-size: 18px;
}

.text-default.text-content a {
	color: var(--orange);
	border-bottom: 1px dashed var(--orange);
}

.text-default.text-content a:hover {
	color: #0b53b5;
}

.img-left {
	padding: 6px;
    margin-right: 25px;
	float: left;
}

.img-center {
	padding: 6px;
    margin-right: 25px;
	float: center;
}

.img-small-radius {
	padding: 12px;
	border-radius: 14px;
}

a.big_img {
	text-decoration: none;
	border-bottom: none !important;
}

@media (max-width: 500px) {
	.img-left, .img-center {
		 width: 100% !important;
		 float: left;
	}
}
	
ul.text_links li::before{
	display: none; 
}

ul.text_links li a img {
	width: 36px;
	margin-right: 16px;
	border-bottom: none;
}

ul.text_links li a.nolink{
	border-bottom: none;
}

.btn-white {
	color: #fff !important;
	border-bottom: none !important;
}

.board-meta__edit{
	display: block;	
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}

.board-meta__edit .board-visibility__img{
	padding: 6px;
	/*margin-left: 6px;*/
	background-color: #e5e5e5;
	border-radius: 9px;
	opacity: 0.7;
	cursor: pointer;
}

.board-meta__edit .board-visibility{
	margin-left: 3px;
	margin-right: 0;
}

.board-meta__edit .board-visibility__img:hover{
	opacity: 1;
}

/* Modal window */
.h_v_center {
	display:flex; 
	justify-content: center; 
	align-items: center;
}
.fixed {
	width:100%; /*что бы верстка не складывалась по ширине*/
	overflow:hidden;
}
.modal_box {
	display:flex; 
	position:fixed; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	z-index:9999;
	background:rgba(0,0,0,.5);
	border:0; 
	padding:0;
	margin:0;
}

.modal {
	font-size:14px; 
	background:#FFF; 
	overflow:hidden; 
	padding:5px; 
	min-width:320px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.modal_box:before, .modal_box:after {
	border:0;
}

.modal_title, .modal_content, .modal_buttons {
	padding:10px;
}
.modal_content, .modal_buttons {
	background:#F5F4F5;
	color: #0a2548;
}
.modal_title {
	position:relative; 
	min-height:40px; 
	padding-right:40px; 
	background:#CCD1D9;
}
.modal_title {
	color:#333;
}
.modal_box.error {
	font-weight:300; 
	color:red;
}
.modal_box.error .modal_content {
	position:relative; 
	padding-left:30px;
}
.modal_box.error .modal_content:before {
	position:absolute; content:''; top:50%; margin-top:-6px; left:10px;
width:12px; height:12px; background: url(./images/icons.png) no-repeat -208px -40px;}

.modal_buttons {
	border-top:1px solid #CCD1D9;
	display: flex;
}

.modal_buttons input[type="button"]{
	cursor:pointer;
}
.modal_close {
	position:absolute; 
	top:10px; 
	right:10px; 
	padding:0; 
	width:20px; 
	height:20px; 
	text-indent:-9999px;
	background: url(../img/icons.png) no-repeat -422px 0 #656f7e; 
	box-shadow:none;
	cursor: pointer;
}
.modal_close:hover {
	background-color:#434A54;
}
.modal_buttons .group_btn {margin:0 5px;}
.modal_buttons .group_btn button, .modal_buttons .group_btn input, .modal_buttons .group_btn .btn {margin:0;}
.modal_buttons input, .modal_buttons button, .modal_buttons .btn {margin:0 1rem;}


.form-line-btn .btn {
	width: auto;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.ckeditor-html5-video video {	
	padding: 10px;
	border-radius: 32px;
	border: 2px solid #ddd;
}

.mt-2 {
	margin-top: 2em;
}