* {
	margin: 0;
	padding: 0;
	/*border: 1px solid #f00 !important;*/
}

.main-header {
	position: relative;
	min-height: 70px;
	background-color: #23355d;
	color: #fff;
}

.main-header p {
	margin-bottom: 0;
}

.main-header .row {
	padding-top: 10px;	
}

.main-logo img {
	float: left;
	width: 45px;
}

.main-logo p {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 0.9;
	margin:9px 0 0 50px;
	text-decoration: none;
}

.main-logo span {
	font-size: 9px;
}

.main-logo a {
	color:#fff;	
}

.main-logo a:hover {
  text-decoration: none;
  color: #dbe0ff;
  transition: 0.3s;
}

.main-nav {
	margin-left: 30px;
}

.main-nav ul {
	display: block;
	margin-top: 16px;
    margin-left: 70px; 
}

.main-nav li {
	position: relative;
	list-style: none;
	float: left;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.main-nav a {
	color: #fff;
	padding: 15px;
}

.main-nav a:hover {
	text-decoration: none;
  	background-color: #1f2e50;
  	transition: .2s all;  
}

.main-nav a:active {
	text-decoration: none;
  	background-color: #344e8a;
  	transition: .2s all;  
}

.menu-btn {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	float: left;	
}

.menu-btn span, 
.menu-btn span::before,
.menu-btn span::after {
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 20px;
	height: 2px;
	margin-left: -10px;
	margin-top: -1px;
	background-color: #fff;
}

.menu-btn span::before,
.menu-btn span::after {
	content: "";	
	display: block;
	transition: 0.3s;	
}

.menu-btn span::before {
	transform: translateY(-6px);		
}

.menu-btn span::after {
	transform: translateY(6px);		
}

.menu-btn_active span {
	height: 0;		
}

.menu-btn_active span:before {
	transform: rotate(-45deg);		
}

.menu-btn_active span:after {
	transform: rotate(45deg);		
}

.burger-list {
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	min-height: 500px;
	background-color: #112042;
	z-index: 999;
}

.burger-list_active {
	display: block; 
	transition: .3s all; 
}

.burger-menu-in {
	margin-bottom: 40px;
	margin-top: 40px;
	list-style: none;
}

.burger-menu-in h6 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}

.burger-menu-in li {
	margin: 10px 0;
}

.burger-menu-in li a {
	list-style: none;
	font-size: 16px;
	color: #9499bb;
	padding: 10px 0;
}

.burger-menu-in a:hover {
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}

.search-wrap {
	position: relative;
	left: -30px;
	height: 50px;
	cursor: pointer;
}

.search-btn img {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
}

.search-hide {
	display: none;
	padding: 15px 0;		
}

.search-style {
	height: 40px;
	width: 100%;	
	border-radius: 2px;
	border: 1px solid #5b8cc9;
	border-radius: 0px;
}

input[type="text"] {
	padding-left: 15px;
}

.search-hide button {
	height: 40px;
	border-radius: 0px;
}

.breadcrumb {
	background-color: #fff;
	padding-left: 0;
}

.adaptive-menu {
	display: none;
	margin-left: 20;
	padding-bottom: 20px;
	border-bottom: 1px solid #5b8cc9;
}

.adaptive-menu li {
	float: left;
	list-style: none;
	margin-right: 20px;
}

.adaptive-menu li:last-child {
	margin-right: 0;
}

.adaptive-menu a {
	display: block;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #5b8cc9;
	color: #fff;
}

.adaptive-menu a:hover {
	color: #fff;
	background-color: #66a0e7;
	box-shadow: 0 10px 20px rgba(19,40,125,0.2);
	transition: .3s all;
}

.main-button:active {
	background-color: #5b8cc9;
	transition: .2s all;
}

.main-phone {
	margin-left: 50px;
}

.main-phone p {
	font-size: 13px;
}

.main-phone span {
	font-weight: bold;
}

main {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.back-btn a {
	text-decoration: none;
	color: #999;
}
 
 .backlist {
 	display: block;
 	width: 230px;
 	padding: 10px 30px;
 	border: 1px solid #dee5ec;
 	border-radius: 3px;
}

 .backlist img {
 	width: 11px;
 	margin-right: 10px;
 }

.one-new {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.one-new data {
	color: #999;
}

.one-new h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 600;
}

.text-new {
	margin: 20px 0 30px 0;
}

.news-img-item {
	width: 100%;
	height: 420px;
	margin-bottom:10px;
}

.prewiew-new img {
	object-fit: cover;
}

.img-gallery {
	width: 210px;
	height: 140px;
	float: left;
	margin: 0 20px 20px 0;
}

.gallery img {
	object-fit: cover;
	opacity: 1;
    transition: opacity 124ms linear, transform 124ms linear;
}

.gallery a:hover img {
    opacity: 0.8;
}

.other-news {
	padding: 20px 0;
}

.other-news h5{
	font-size: 18px;
}

.all-content-btn {
	color: #999;
}

.main-slider {
	margin-bottom: 30px;
}

.carousel-inner {
	height: 453px;
	position: relative;
}

.carousel-caption {
	position: absolute;
	top: 240px;
	left: 80px;
	text-align: left;
}

.carousel-caption data {
	padding: 5px 10px;
	background-color: #181a28;
	margin-bottom: 0;
}

.carousel-caption a {
	background-color: #181a28;
}

.carousel-caption h4 {
	margin-top: 15px;
	font-size: 26px;
	line-height: 1.3;
}

.carousel-caption a {
	color: #fff;
}

.carousel-caption a:hover {
  text-decoration: none;
  color: #5b8cc9;
}

.main-news h4 {
	margin-bottom: 20px;
	font-weight: 600;
}

.new-capt,.capt-news {
	margin-bottom: 15px;
	border-radius: 3px;
	width: 100%;
	height: 240px;
}

.general-new img {
	object-fit: cover;
}

.general-new h5 {
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
}

.general-new a {
	display: block;
	color: #000;
}

.general-new a:hover {
  text-decoration: none;
  color: #5b8cc9;
  transition: .3s all;
}

.general-new a:hover img {
  opacity: 0.8;
  transition: .3s all;
}

.general-new span {
	display: block;
	margin-top: 15px;
}

.general-new data {
	display: block;
	color: #999;
	font-size: 16px;
	margin-top: 20px;
}

.news-list {
	margin-top: 50px;
	margin-bottom: 0;
	padding-left: 0px;
}

.news-list li {
	list-style: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #eef0f3;
	padding-bottom: 5px;
	
}

.news-list li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.news-list li a {
	list-style: none;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.news-list li a:hover {
  text-decoration: none;
  color: #4993f1;
  transition: .3s all;
}

.news-list li p {
	margin: 0;
}

.news-list li data {
	display: block;
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}

.all-news {
	border-bottom: 1px solid #e0e7f3;
	padding-bottom: 40px;
}

.info-notar {
	padding-bottom: 40px;
	padding-top: 40px;
}

.info-notar ul {
	padding-top: 20px;
}

.notar-list li {
	list-style: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #eef0f3
}

.notar-list li:last-child {
	border-bottom: none;
}

.notar-list li a {
	list-style: none;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.notar-list li a:hover {
  text-decoration: none;
  color: #5b8cc9;
  transition: .3s all;
}

.notar-list li data {
	display: block;
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}

.official-act {
	padding: 50px;
	border-radius: 3px;
	margin-bottom: 40px;
	background-color: #f5f6ff;
}

.official-act h5 {
	margin-bottom: 30px;
}

.official-act-list li {
	list-style: none;
	margin-bottom: 30px;
}

.official-act-list li a {
	list-style: none;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.official-act-list li data {
	display: block;
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.official-act-list li:last-child {
	margin-bottom: 0px;
}

.official-act-list li a:hover {
  text-decoration: none;  
  color: #5b8cc9;
  transition: .3s all;
}

.official-act-list .act-img {
	float: left;
	margin-bottom: 50px;
	padding-top: 5px;
}

.official-act-list .act-img img{
	width: 40px;
	height: 100%;
}

.official-act-list .list-item p {
	display: block;
	padding-left: 60px;
}

.banner {
	position: relative;
	overflow: hidden;	
	margin-bottom: 30px;
}

.banner-size {
	height: 453px;
	width: 100%;
}

.banner a:hover img {
  opacity: 0.8;
  transition: .3s all;
}

.banner h4 {
	position: absolute;
	top: 370px;
	left: 40px;
	color: #fff;
}

.phone-2 {
	margin-bottom: 20px;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #5b8cc9;
	align-content: center;
	text-align: center;
	border-radius: 2px;
}

.phone-2 p {
	margin-bottom: 0;
	font-size: 16px;
}

.phone-2 b {
	margin-left: 10px; 
}

.people-info-wrap  {
	background-color: #f5f6ff;
	padding-top: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.people-info {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.all-sing-up {
	display: block;
	margin-bottom: 20px;
}

.people-info-wrap h5 {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.people-info-wrap span {
	font-size: 16px;
	font-weight: normal;
}

.people-info-wrap hr {
	margin: 0 auto;
	width: 60px;
	height: 1px;
	background-color: #5b8cc9; 
}

.people-info-wrap p {
	display: block;
	margin: 15px 0;	
}

.people-info-wrap data {
	display: block;
	margin: 20px 0;	
}

.office .hide-block {
	padding: 0 15px;
}
 
.hide-btn {
	padding: 15px 0;
	border-top: 1px solid #ececec;
}

.hide-btn h6 {
	display: block;
	margin-bottom: 0;
	padding: 0 30px;
}

.hide-btn:hover {
	background-color: #5b8cc9;
	color: #fff;
	box-shadow: 0 10px 20px rgba(19,40,125,0.2);
	transition: .2s all;
}

.hide-block {
	text-align: center;
}

.main-btn {
	width: 100%;
	height: 55px;
	background-color: #5b8cc9;
	border: none; 
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	margin-bottom: 20px;
}

.img-mail {
	margin-right: 10px;
	width: 23px;
}

.sign-up-btn {
	width: 50%;
	height: 45px;
	margin-bottom: 20px;
}

.main-btn:hover {
	background-color: #66a0e7;
	box-shadow: 0 10px 20px rgba(19,40,125,0.2);
	transition: .3s all;
}

.main-btn:active {
	background-color: #5b8cc9;
	transition: .2s all;
}

.other-links {
	padding-top: 10px;
	margin-bottom: 40px;
}

.other-links h5 {
	margin-bottom: 20px;
	display: block;
}

.other-links-list {
	margin-bottom: 20px;
	display: block;
}

.other-links-list li {
	list-style: none;
	margin-bottom: 10px;
}

.other-links-list li a {
	list-style: none;
	display: block;
	color: #000;
}

.other-links-list li a:hover {
  text-decoration: none;  
  color: #5b8cc9;
  transition: .3s all;
}

.other-links-list li a:active {
  text-decoration: none;  
  background-color: #fff;
  transition: .2s all;
}

.other-button {
	margin-top: 20px;
}

.other-button a {
	list-style: none;
	color: #000;
}

.other-button a:hover {
  text-decoration: none;  
  color: #777;
}

.links-item p {
	margin-bottom: 0;
	padding-left: 70px;
	line-height: 1.3;
	font-weight: 600;
}

.links-item p span {
	font-size: 14px;
	font-weight: normal;
}

.links-item a {
	padding: 10px 0 10px 10px;
}

.links-item img {
	float: left;
}

.reports {
	padding-top: 30px;
	border-top: 1px solid #e0e7f3;
	margin-bottom: 30px;
}

.reports h5 {
	margin-bottom: 20px;
	display: block;
}

.reports li {
	list-style: none;
	margin-bottom: 25px;
}

.reports li a {
	list-style: none;
	display: block;
	color: #000;
	margin-bottom: 20px;
}

.reports li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.reports li a:hover {
  text-decoration: none;  
  color: #777;
}

footer {
	padding-bottom: 40px;
	background-color: #112042;
}

.footer-main-menu {
	padding-top: 50px;
}

.footer-main-menu h5 {
	color: #fff;
	margin-bottom: 20px;
}

.footer-main-menu li {
	list-style: none;
	margin-bottom: 10px;
}

.footer-main-menu li a {
	color: #9094b1;
}

.footer-main-menu li a:hover {
	text-decoration: none;
	color: #fff;
	transition: .2s all;
}

.footer-main-menu p {
	color: #9094b1;
	line-height: 2;
}


/*========================*/


.new-prev {
	width: 120px;
	height: 80px; 
}

.news-list-item img {
	object-fit: cover;
	float: left;
	margin-right: 20px;
}

.news-list-item img {
	content: "";
  	clear: both;
 	display: table;
}


.news-list-all {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0px;
}

.news-list-all li {
	list-style: none;
	border-bottom: 1px solid #eef0f3;
	padding: 15px 0 15px 10px;
}


.news-list-all li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	height: 120px;
	margin-bottom: 10px;
}

.news-list-all li a {
	list-style: none;
	display: block;
	color: #000;
	cursor: pointer;
}

.news-list-all li a:hover {
  text-decoration: none;
  color: #5b8cc9;;
  transition: .2s all;
}

.news-list-all img {
	transition: opacity 124ms linear, transform 124ms linear;
}

.news-list-all a:hover img {
    opacity: 0.8;
}



.news-list-all li h6 {
	padding-top: 10px;
	font-weight: normal;
	line-height: 1.4;
}

.news-list-all li data {
	display: block;
	color: #999;
	font-size: 14px;

}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #112042;
    border-color: #112042;
}

   .page-link {
    padding: 0.7rem .9rem;
}


/*===Официальное опубликование===*/


.official-main {
	background-color: #f5f6ff;
}

.official-search {
	margin-top: 30px;
	margin-bottom: 30px;	
	padding: 30px 30px 10px 30px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
}

.official-search label {
	font-weight: bold;
	font-size: 14px;
}

.official-search-hide {
	display: block;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 10px;
}

.search-act-btn {
	margin-top: 30px;
	width: 100%;
	height: 40px;
	background-color: #5b8cc9;
	border: none; 
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	margin-bottom: 20px;
}

.search-act-btn:hover {
	background-color: #66a0e7;
    box-shadow: 0 10px 20px rgba(19,40,125,0.2);
    transition: .3s all;
}

.search-btn-in {
	margin-top: 10px;
}

.search-act-btn:active {
    background-color: #5b8cc9;
    transition: .2s all;
}

.official-act-wrap {
	margin-top: 20px;
	padding: 20px 30px;
	background-color: #fff;
	border: 1px solid #eee;	
	border-radius: 3px;	
}

.official-list-act {
	margin-bottom: 40px;
}

.official-list-act li {
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
 
 .official-act-wrap data {
	float: left;
	color: #757575;
	margin-right: 20px;
 }

 .official-list h6 {
 	line-height: 1.5;
 }

 .info-act p {
 	margin-bottom: 10px;
 }

 .official-act-wrap li a {
 	text-decoration: none;
 	color: #000;
 }

 .official-act-wrap li a:hover {
 	color: #4993f1;
  	transition: .2s all;
 }


 /*========================*/

.contact-wrap {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 40px;
	background-color: #fff;
	border: 1px solid #eee;	
	border-radius: 3px;	
}

.contact-wrap h5 {
	margin-bottom: 20px;
}

.other-contact-wrap {
	margin-top: 20px;
}

.main-adress {
	margin-top: 43px;
}

.contact-wrap p {
	margin-bottom: 10px;
}

.map-frame {
	margin-top: 20px;
}


.contact-item {
	padding: 30px 30px 10px 30px;
	background-color: #fff;
	border: 1px solid #eee;	
	border-radius: 3px;	
}

.contact-item h6 {
	margin-bottom: 30px;
}

.contact-item {
	margin-bottom: 10px;
}

.contact-item p {
	float: left;
	margin-right: 50px;
}


/*========================*/


.content-wrap {
	margin-top: 20px;
}

.message-info {
	margin-top: 30px;
	margin-bottom: 40px;
}

.message-form-wrap {
	margin-top: 30px;
	margin-bottom: 40px;
}

/*========================*/


.form-wrap {
	margin-top: 30px;
	padding: 40px;
	border-radius: 3px;
	margin-bottom: 40px;
	background-color: #f5f6ff;
}

.message-form-wrap label {
	font-size: 14px;
}

.message-form-wrap .destination {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.sign-up-person {
	margin-bottom: 20px;
}


.input-style {
	height: 45px;
	width: 100%;	
	border-radius: 2px;
	border: 1px solid #ddd;
	border-radius: 0px;
}

.message-area-style {
	padding: 15px;
	height: 280px;
	width: 100%;	
	border-radius: 2px;
	border: 1px solid #ddd;
	border-radius: 0px;
}

.name-info-wrap p {
	font-size: 12px;
	color: #999;	
}

.name-info-wrap .custom-checkbox {
	margin-bottom: 20px;
}

.radio-wrap {
	padding-bottom: 40px;	
	border-bottom: 1px solid #ddd;
}

.radio-item {
	margin-top: 10px;
}

.form-person {
	display: none;
}

.form-just {
	display: none;
}

.name-info-wrap {
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
}

.input-area {
	margin-top: 20px;
}

select {
    padding-left: 15px;
}

.file-btn label{
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #5b8cc9;
	border: none; 
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	cursor: pointer;
}

/*========================*/


.page-name {
	margin-bottom: 30px;
}

.content-list {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-bottom: 30px;
}

.content-list-item {
	width: inherit;
	float: left;
	background-color: #fff;
}

.content-list a {
	padding: 17px 30px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #000;
}

.content-list a:hover {
	background-color: #5b8cc9;
	color: #fff;
	transition: .2s all;
}

.content-list a:active {
	background-color: #23355d;
	color: #fff;
}

.content-list .active {
	background-color: #5b8cc9;
	color: #fff;
}


.panel {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	border-radius: 2px;
}

.panel-heading h6 {
	margin-bottom: 0;
	color: #000;
}

.panel-heading a {
	display: block;
	padding: 20px 30px;
	height: 100%;
	width: 100%;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.panel-heading a:hover {
	background-color: #5b8cc9;
	color: #fff;
	transition: .2s all;
}

.panel-heading a:active {
	background-color: #23355d;
	transition: .2s all;
}

.panel-body-item {
	padding: 20px 30px;
	border-top: 1px solid #ddd;
}

.panel-body span {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}

.panel-body p {
	margin-bottom: 0;
}

.panel-body a p {
	margin: 0;
}


/*========================*/


.sing-up-list {
	margin-top: 30px;
}
 
 .sing-up-item {
 	padding: 20px;
 	border-bottom: 1px solid #ddd;
 }

 .sing-up-item h6 {
	margin-bottom: 20px;
 }

.nav-tabs {
	margin-top: 30px;
}

.nav-tabs a {
	color: #5b8cc9;
}

.nav-link {
    display: block;
    padding: 1rem 2rem;
}


/*========================*/

.appeals-wrap {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 30px 0;
}

.appeals-list {
	margin-bottom: 20px;
}

.appeals-list h6 {
	margin-left: 30px;
	margin-bottom: 30px;
}

.appeals-list a {
	padding: 20px 30px;
	width: 100%;
	display: block;
	border-top: 1px solid #eee;
	text-decoration: none;
	color: #000;
}

.appeals-list data {
	margin-top: 10px;
	display: block;
	color: #999;
}

.appeals-list a:hover {
	color: #5b8cc9;
	transition: .2s all;
}

.appeals-list a:active {
	color: #23355d;
	transition: .2s all;
}

.appeals-text {
	padding-right: 30px;
}

.appeals-text section {
	margin: 50px 0;	
}

.appeals-text h4 {
	margin: 20px 0;
	line-height: 1.4;	
}

.appeals-text a {
	padding: 15px 30px;
	background-color: #dee0f3;
	text-decoration: none;
	color: #000;
	border-radius: 2px;
}

.appeals-text a:hover {
	background-color: #5b8cc9;
	color: #fff;
	transition: .2s all;
}

.appeals-text a:active {
	background-color: #23355d;
	transition: .2s all;
}





@media (min-width: 992px) and (max-width: 1199.98px) { 


	.main-nav ul {
		display: none !important;
	}
	
	.main-nav li {
	    margin-right: 18px;
	}

	.menu-btn {
		margin-left: 60px;
	}

	.adaptive-menu {
		display: block;
		margin-top: 20px;
	}

	.main-logo span {
   		font-size: 9px;
	}

	.burger-menu-in {
	    margin: 20px 0;
	}

	.search-wrap {
	    left: -27px;
	}

	.main-phone {
		margin-left: 45px;
	}

	.main-slider {
		margin-bottom: 20px;
	}

	.carousel-inner {
		height: 380px;
	}

	.carousel-caption {
	    top: 160px;
	    left: 80px;
	}

	.all-news {
		padding-bottom: 0;
	}

	.general-new {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
	}	

	.general-new img {
		float: left;
		margin-right: 20px;
		object-fit: cover;
	}

	.general-new h5 {
		font-size: 20px;
	}

	.general-new a {
		margin-bottom: 20px;
	}

	.general-new data {
		margin-top: 10px;
	}	

	.capt-news {
		height: 200px;
	}
	
	.news-list-wrap {
		margin-bottom: 30px;
	}

	.news-list {
	    margin-top: 0px;
	    margin-bottom: 20px;
	}

	.official-act {
	    padding: 30px 0 20px 30px;
	    margin-bottom: 40px;
	}

	.official-act {
	    padding: 30px;
	}

	.banner {
		height: 380px;
   		width: 290px;
	}

	.banner h4 {
		top: 300px;
		left: 20px;
	}	

	.links-item {
	    margin-bottom: 0px;
	}

	.links-item p {
	    margin-bottom: 0;
		padding-top: 0;
	}

	.search-act-btn {
		margin-bottom: 15px;
	}	
}



/* Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) and (max-width: 991.98px) {

	.main-nav ul {
		display: none !important;
	}

	.burger-list {
		min-height: 600px;
	}

	.adaptive-menu {
		display: block;
		margin-top: 20px;
	}

	.main-nav {
		margin-left: 20px;
	}

	.search-wrap {
	    left: 10px;
	}

	.new-capt {
		height: 380px;
	}

	.capt-news {
		height: 220px;
	}

	.main-phone {
		margin-left: 90px;
	}

	.all-news {
		padding-bottom: 0;
	}

	.main-slider {
		margin-bottom: 20px;
	}

	.carousel-inner {
		height: 420px;
	}

	.burger-menu-in {
	    margin-bottom: 20px;
	    margin-top: 0;
	    list-style: none;
	}

	.carousel-caption {
	    top: 220px;
	    left: 80px;
	}

	.main-news {
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}

	.general-new {
		margin-bottom: 10px;
	}

	.general-new img {
		float: left;
		margin-right: 20px;
	}

	.general-new h5 {
		padding-top: 10px;
		font-size: 18px;
	}

	.general-new data {
	    margin-top: 20px;
	}

	.news-list-wrap {
		margin-bottom: 40px;
	}

	.news-list {
	    margin-top: 0px;
	}

	.info-notar {
	    border-top: none;
	}
	
	.official-act {
	    padding: 40px;
	    margin-bottom: 40px;
	}

	.banner img {
		object-fit: cover;
	}

	.banner h4 {
		top: 230px;
	}	

	.banner-size {
		height: 300px;
	}	

	.hide-btn {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.links-item {
	    margin-bottom: 0px;
	}

	.links-item p {
	    margin-bottom: 0;
	    padding: 10px 0 10px 70px;
	}


	.search-act-btn {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.official-act-wrap data {
		float: none;	
	} 

	.main-adress {
		margin-top: 0px;
		margin-bottom: 20px;
	}

}


/* Малые девайсы («ландшафтные телефоны», >= 576px)*/

@media (min-width: 576px) and (max-width: 767.98px) {

	.main-nav ul, .main-slider  {
		display: none;
	}

	header {
		height: 86px;
	}

	.adaptive-menu {
		display: block;
		margin-top: 10px;
		border-bottom: none;
	}

	.adaptive-menu li {
		float: none;
		margin-top: 10px;
		width: 100%;
	}
	
	.burger-list a {
		padding: 10px;
		font-size: 16px;
	}

	.burger-menu-in {
		margin: 0;
	    text-align: center;
	    border-top: 1px solid #333;
	    padding-top: 20px;
	}
	
	.new-capt {
		height: 280px;
	}

	.capt-news {
		height: 280px;
	}

	.main-phone {
		display: none;
	}

	.search-wrap {
		display: none;
	}

	.general-new img {
		width: 100%;
	}

	.general-new h5 {
		font-size: 18px;
	}

	.general-new a {
		margin-bottom: 30px;
	}

	.general-new {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
	}	

	.news-list {
	    margin-top: 0px;
	}

	.info-notar {
	    border-top: none;
	}
	
	.official-act {
	    padding: 40px;
	    margin-bottom: 40px;
	}

	

	.links-item {
	    margin-bottom: 0px;
	}

	.links-item p {
	    margin-bottom: 0;
	    padding: 10px 0 10px 70px;
	}
	
	.footer-main-menu {
		text-align: center;
	}

	footer {
		height: 100%;
	}

	.search-act-btn {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.official-act-wrap data {
		float: none;	
	} 

	.main-adress {
		margin-top: 0px;
		margin-bottom: 20px;
	}

}


@media (min-width: 300px) and (max-width: 576px) {

	.main-nav ul, .main-slider  {
		display: none;
	}

	header {
		height: 65px;
	}

	.main-logo p {
		font-size: 13px;
		margin-top: 5px;
		line-height: 1;
	}

	.main-logo span {
		font-size: 8px;;
	}

	.main-nav {
		margin-left: 0;
	}


	.main-phone {
		display: none;
	}

	.search-wrap {
		display: none;
	}

	.adaptive-menu {
		display: block;
		margin-top: 10px;
		border-bottom: none;
	}

	.adaptive-menu li {
		float: none;
		margin-top: 10px;
		width: 100%;
	}

	.search-wrap {
		left: 20px;
	}
	
	.burger-list a {
		padding: 10px;
		font-size: 16px;
	}

	.burger-menu-in {
		margin: 0;
	    text-align: center;
	    border-top: 1px solid #333;
	    padding-top: 20px;
	}

	.general-new img {
		width: 100%;
	}

	.news-list-wrap {
		margin-bottom: 30px;
	}

	.general-new h5 {
		font-size: 18px;
	}

	.general-new a {
		margin-bottom: 30px;
	}
	
	.one-new h3{
		font-size: 24px;
	}


	.general-new {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
	}	

	.img-gallery {
		width: 100%;
		height: 280px;		
	}

	.news-list {
	    margin-top: 0px;
	}

	.info-notar {
	    border-top: none;
	}
	
	.official-act {
	    padding: 40px;
	    margin-bottom: 40px;
	}

	.new-capt {
		height: 280px;
	}

	.capt-news {
		height: 220px;
	}

	.news-img-item {
		height: 280px;
	}

	.form-wrap {
    padding: 21px;
}

	.banner {
		display: none;
	}

	.banner-2 {
		display: none;
	}

	.links-item {
	    margin-bottom: 0px;
	}

	.links-item p {
	    margin-bottom: 0;
	    padding: 10px 0 10px 70px;
	}
	
	.footer-main-menu {
		text-align: center;
	}

	.search-act-btn {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.official-act-wrap data {
		float: none;
	} 

	.main-adress {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}
iframe{
border : 0px;
}

/*.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}*/
