@font-face {
	font-family: "Manrope";
	src: url("fonts/Manrope-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Manrope";
	src: url("fonts/Manrope-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Manrope";
	src: url("fonts/Manrope-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Manrope";
	src: url("fonts/Manrope-ExtraBold.ttf");
	font-weight: 800; 
	font-style: normal;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	/*font-family: "Verdana", sans-serif;*/
	font-family: "Manrope", sans-serif;
	overflow-x: hidden;
	margin: 0;
	font-weight: normal;
}
img {max-width: 100%;}
.hidden {
	display: none;
}

* {box-sizing: border-box;}
h2,h3,h4,h5,h6,h7,h8 {font-size: 16px; margin: 0 0 15px 0;}
p{margin: 0 0 15px 0;}

a.button {text-decoration: none; color: #fff; display: block; margin: 0 auto; padding: 15px 25px; border-radius: 5px; font-size: 19px;}
a.button.blue {background: #51ade0}
a.button.blue:hover {color: #51ade0; background: #fff; box-shadow: 0 10px 12px -2px rgba(0, 0, 0, 0.2);}

.innerwrapper {display: block; margin: 0 auto; max-width: 1470px; }

.flex {display: flex; justify-content: space-between; gap: 10px;}


header .topline {padding: 10px; text-align: center; color: #fff; background: #0070b3;}
header .sline {padding-bottom: 5px; box-shadow: 0 10px 12px -2px rgba(0, 0, 0, 0.2); padding-top: 20px;}
header .sline .innerwrapper_big {display: grid; margin: 0 auto; max-width: 1675px;   grid-template-columns: auto 1fr; grid-auto-rows: auto; gap: 10px 50px;}
header .sline .innerwrapper_big > div:nth-child(1) {grid-row: span 2;}
header .sline .innerwrapper_big > div {display: flex; align-items: center; gap: 10px;}
header .hname {font-size: 20px; color: #000659; font-weight: 800}
header .hname span{display: block;  color: #3392bd;  font-weight: 600;}

header .hphone {font-size: 19px; color: #000659; }
header .hphone a{font-size: 19px; color: #4d65ab; text-decoration: none;}
header .wtime {font-size: 19px; color: #000659;   line-height: 120%;}
header .wtime span{color: #4d65ab; display: block; }
.header_top {justify-content: space-between;}
header .header_menu  {padding-top: 5px; border-top: 1px solid #e6eef3}
header .header_menu nav {width: 100%; }
header .header_menu nav ul {display: flex; justify-content: space-between; gap: 10px; width: 100%; padding: 0; margin: 0;}
header .header_menu nav ul li{list-style: none;}
header .header_menu nav ul li a{text-decoration: none; font-size: 20px; color: #09105f; text-transform: uppercase;}
header .header_menu nav ul li a:hover {text-decoration: underline; text-decoration-style: dashed;}


section.newsblock, section.bottomslider, section.gosuslugiplace, .footersearch{padding-top: 55px; overflow: hidden;}
section.maincontent {padding-bottom: 35px;}





.swiper-button-next-d, .swiper-button-prev-d  {position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../img/slider-arrow.png") 50% 50% no-repeat;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  z-index: 2;
  pointer-events: initial;}
.swiper-button-next-d { right: 40px; transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);}
.swiper-button-prev-d { left: 40px;}
.swiper-button-next-d:hover, .swiper-button-prev-d:hover  {background: #0070b3 url("../img/slider-arrow.png") 50% 50% no-repeat;}


.statistic-block {
  margin-top: 55px;
  background-size: cover;
  background-image: url("../img/ico/statistic_block.jpg");
  background-position: center top;
}
.statistic-block .flex { flex-wrap: wrap; gap: 0;}
.statistic-block:before,
.statistic-block:after {
  display: table;
  content: " ";
}
.statistic-block:after {
  clear: both;
}
.statistic-block .statistic-node .statistic-index {
  padding: 60px 0;
  color: #fff;
}
.statistic-block .statistic-node .statistic-index strong,
.statistic-block .statistic-node .statistic-index span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.statistic-block .statistic-node .statistic-index strong {
  font-size: 72px;
}
.statistic-block .statistic-node .statistic-index span {
  font-size: 18px;
  font-weight: 300;
}


.newsartb {display: grid;  grid-template-columns: 1fr 1fr; gap: 35px;}
.news_tabs, .articles_tabs {padding: 45px 30px;  border-radius: 5px;display: flex;  flex-direction: column;  justify-content: space-between; /* height: calc(100% - 90px);*/}
.news_tabs {background: #ebf3f7;}
.articles_tabs {background: #f4f4f4;}
.news_tabs p.zag, .articles_tabs p.zag {font-family: "Manrope"; font-size: 39px; color:#002a57; }
.news_wrap,.articles_wrap {display: flex; flex-direction: column; justify-content: space-between; gap: 15px; padding-top: 35px; font-family: "Manrope"; flex-grow: 1;}
.news .newsdate {font-size: 20px; color:#1b3959; width: 100%; display: block;}
.news .newsname {font-size: 19px; color:#000; text-decoration: underline;}
.news:hover .newsname {text-decoration: none;}
.news_wrap > *:nth-child(1) {display: flex;  gap: 10px;  align-items: start;  grid-template-columns: 1fr 1fr; padding-bottom: 20px;}
.news_wrap > *:nth-child(1) > div {display: flex;  gap: 15px;  justify-content: start;  height: 100%;  flex-direction: column;}
.news_wrap > *:nth-child(1) > div > span  {display: block; width: 100%;}
.news_wrap a {text-decoration: none; color: #000; padding-bottom: 10px;}
.news_wrap > *:nth-child(1) .newsdate {padding-top:10px; font-size: 26px; color:#1b3959;}
.news_wrap > *:nth-child(1) .newsname {font-size: 22px; text-decoration: none;}
.news_wrap > *:nth-child(1) .newshref {font-size: 19px; color:#003267; text-decoration: underline; padding-top: 30px;}
.news_wrap > *:nth-child(1):hover .newsname {text-decoration: underline;} 
.news_wrap > *:nth-child(1):hover .newshref {text-decoration: none;}



footer .footerfline {padding: 100px 0 75px;background: #ebf3f7;}
footer .fname {font-size: 32px; color:#002a57;}

footer .footercontacts {display: flex;  gap: 30px;  padding-top: 80px;  justify-content: space-between;}

.footer_phone p, .footer_address p, .footer_soc p{font-size: 24px; color:#002a57; margin-bottom: 20px; font-family:"Manrope";}
.footer_phone, .footer_address {padding: 5px 0 0 60px;}
.footer_phone {background: url(../img/ico/timeico.png) 0 0 no-repeat;}
.footer_address {background: url(../img/ico/addrico.png) 0 0 no-repeat;}

footer .soclist {display: flex; gap: 10px; }
footer .soclist img {display: block;}

footer .footersearch form {display: flex; width: 100%;  max-width: 850px; position: relative;}
footer .footersearch input {width: 100%; display: flex; height: 70px; border: none; border-radius: 15px; font-size: 24px; font-family: "manrope"; padding: 0 35px; }
footer .footersearch button {height: 100%;
  position: absolute;
  right: 0;
  border-radius: 0;
  background: url(../img/ico/search.png) 50% 50% no-repeat;
  width: 70px;
  border: none;
  cursor: pointer;
  padding: 0 15px 0 0;}


.footersline .flex {padding: 30px 0; align-items: center;}
.footersline p {font-size: 20px; color: #002a57; font-family:"Manrope";}


.maincontent h1.page-title {padding: 15px 0 20px;
	margin-bottom: 10px;
	margin-top: 0;}
.maincontent .contentwrap {display: flex;  gap: 30px;}
.maincontent .contentwrap > div.contentwrap_main {flex-grow: 1; width: calc(100% - 320px); padding: 15px 0;}
.maincontent .contentwrap aside {width: 320px; flex-grow: 0;}
.contentwrap aside ul{margin: 0; padding: 0;}
.contentwrap aside ul li{list-style: none;}
.contentwrap aside ul li a {color: #0054a6;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  font-weight: 400;
  padding: 15px 30px; 
  display: block;
    font-family: "Manrope";
  }
.contentwrap aside ul li a:hover, .contentwrap aside ul li.active a {background: #0070b3;
  color: #fff;

  text-decoration: none;}
.maincontent .contentwrap > div h1, .maincontent .contentwrap > div h2, .maincontent .contentwrap > div h3, .maincontent .contentwrap > div h4, .maincontent .contentwrap > div h5 {margin: 0 0 15px 0;}
.maincontent img.regimg {width: 100%; display: block; max-width: 100%;}
.maincontent a { font-size: inherit;  color: #3392bd; text-decoration: none;}
.maincontent a:hover {text-decoration: underline;}
.maincontent img {max-width: 100%;}



.grey-line {
  margin: 150px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.07);
  padding: 0px 40px 40px 40px;
}
.grey-line:before,
.grey-line:after {
  display: table;
  content: " ";
}
.grey-line:after {
  clear: both;
}
.grey-line .book {
  margin: -150px 0px 0px 0px;
  float: left;
}
.grey-line .text {
  margin: 120px 0px 0px 0px;
}
.grey-line .text p {
  margin: 0px 0px 20px 0px;
}
.grey-line .text p a {
  display: inline-block;
  margin-top: 10px;
  color: #00588d;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
  .grey-line
  .text
  p
  a:after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}
  .grey-line
  .text
  p:last-of-type
  a:before {
}



.contentwrap_main table {border-spacing: 0px;
  border: 1px solid #d0d0d0;
  width: 100%;
  max-width: 100%;}
  
.contentwrap_main table td{vertical-align: top;
  width: auto;
  height: auto; border: 0px;
  padding: 8px;
  font-size: 14px;
  }
  
.contentwrap_main table  h5, .contentwrap_main table  h6, .contentwrap_main table  h4 {margin: 0px 0px 10px 0px;
  color: #3392bd;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;} 
  
.contentwrap_main table tbody tr td + td {
  border-left: 2px solid #d0d0d0;
  vertical-align: top;
  width: auto !important;
  height: auto !important;
}

.contentwrap_main table tbody tr:not(.blue):nth-of-type(2n+2) {
  background-color: #efefef;
}  
 
.spoiler {
  margin: 0 0px 20px 0;
  overflow: hidden;
}
.spoiler h2,.spoiler h3,.spoiler h4,.spoiler h5,.spoiler h6 {color: #00588d;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;}
  
  
  
.spoiler .spoiler-label {
  display: block;
  cursor: pointer;
}
.spoiler .spoiler-label * {
  margin: 0px !important;
}
.spoiler .spoiler-label > * {
  max-width: calc(100% - 20px);
  display: inline-block;
}
.spoiler .spoiler-label:before {
  float: left;
  content: "";
  width: 9px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px !important;
  background-image: url("../img/spoiler.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.spoiler .spoiler-content {
  height: 0px;
  margin: 10px 0px 0px 0px;
  overflow: hidden;
  transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  -ms-transition: height 0.4s linear;
  -moz-transition: height 0.4s linear;
  -webkit-transition: height 0.4s linear;
}
.spoiler.open  .spoiler-content {
	 height: auto;
}
.spoiler.open .spoiler-label:before {
  transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
} 
.btn-eye {text-align: center; color: #003366; text-decoration: none;}
.btn-eye svg {display: block; margin: 0 auto;}
.btn-eye span{display: block; font-size: 18px; display: none;}
.zapis_header {display: flex; gap: 0 20px; align-items: center;}

header .sline .innerwrapper_big > div.header_hidden_filials {display: none; text-align: center;}
.header_hidden_filials a.button {padding: 5px 10px;}