/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #fff;
}
ol, ul {
	list-style: none;
	border-collapse: ;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/16px 'Roboto', Arial, sans-serif;
}
.wrapper {
	min-width: 280px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	position: fixed;
	height: 110px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	min-width: 280px;
	display: block;
	z-index: 1400;
	border-bottom: 10px solid rgba(76,105,202,0.5);
	
}
.header:after {
	position: absolute;
	bottom:-20px;
	content: '';
	height: 10px;
	width: 100%;
	background-color:rgba(76,105,202,0.2);
}
.flr {
	display: flex;
	justify-content: space-between;
}
.m_sl {
	position: relative;
	text-align: center;
}
.m_sl img{
	max-width: 100%;
	height: auto;
	
}
.sl {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 30px;
	



}

#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: rgba(39,90,177,1);
z-index:1600;}

.contpre small{font-size:25px;}
 
.contpre{
width: 250px;
height: 100px;
position: absolute;
left: 50%;top: 48%;
margin-left:-125px;
margin-top:-75px;
color:#fff;
font-size:14px;
text-align:center;
line-height:20px;}
 
#p_prldr .svg_anm {
position: absolute;
width: 41px;
height: 41px;
background: url(images/oval.svg) center center no-repeat;
background-size:41px;    
margin: -16px 0 0 -16px;}
.pre_logo {
	font-size: 14px;
	color: #fff;
	padding: 20px 50px;
	text-decoration: none;
	font-weight:400;

	display: block;
	vertical-align: top;
	
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 10px auto;
}
.headerm a
{
	display:none;
	width: 23px;
	height: 18px;
	padding: 11px;
	position: fixed;
	z-index: 1500;
	box-sizing:initial !important;
	top: 20px;
	right: 20px;
	background-color:#4c69ca;
}
.headerm a:before,
.headerm a:after
{
	content: '';
	display: block;
	background: #fff;
	height: 3px;
}
.headerm a span
{
	background: #fff;
	display: block;
	height: 3px;
	margin: 4px 0;
}
#menu2:not( .mm-menu ){display:none;}


.navb {
	color: #a9b0c6;
	margin-top: 0px;
	margin-bottom: 10px;
}

.content .navb a, .navb i, .navb p, .navb p {
	color: #a9b0c6;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	margin-right: 5px;
	margin-left: 0;
	padding: 0;
	font-size: 14px;
}

.navb a:hover {
	text-decoration: none;
}

nav#menu2 {
	height: auto !important;
}
.mm-listview li {
	float: none!important;
}
.content .lic {
	outline: none;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.sl_wr {
	box-sizing: border-box;
	position: relative;
	display: block;
	color: #fff;
	padding:33px 30px 37px 30px;
		font-style: italic;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	line-height: 23px;
	margin: 0 auto;
	border-left:5px solid #638fe9;
	text-align: left;
	width: 90%;
	background-color:rgba(38,63,142,0.85);}
.flr2 {
	width: 49%;
	
}
.logo {
	width:24%;
	overflow: hidden;
}
.telb {
	margin-top: 33px;
	width:15%;
	overflow: hidden;
}
.mail {
	margin-top: 33px;
	width:15%;
	overflow: hidden;
}
.addr {
	margin-top: 33px;
	width:30%;
	overflow: hidden;
}
.zakaz {
	margin-top: 28px;
	width: 17%;
	background-color: #4c69ca;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	text-align: center;
	font-weight: 500;
	height:49px;
	line-height: 49px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.zakaz:hover {background-color: #5c7be4;}
.mb {
	background-color:#f5f5f5;
	padding: 160px 0 40px 0;
}
.mb_in {
	background-color:#f5f5f5;
	padding: 140px 0 20px 0;
}
.listuslugi {
	justify-content: center;
	flex-wrap: wrap;
}
.listuslugi .u_item {
	width: 23%;
	margin:0 10px;
	margin-bottom: 20px;
}
.mb h1 {
    font-size: 24px;
    font-weight: 500;
    color: #373737;
    padding: 20px 0;
	text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
#map {
	max-width:100%;
	min-width:290px;
	position:relative;
	z-index:900;
	margin-top:26px;
	height:415px;
	display:block;
	margin-bottom:60px;}
.faqform {
    padding: 20px 20px 20px 20px;
    text-align: center;
    background-color: #fff;
	margin-top:20px;
	border:1px solid #e0e0e0;
	margin-bottom:20px;
	
}
.znpes {
	text-align:center;
	margin:0 auto;
	clear:both;
	cursor:pointer;
	font-weight:bold;
	border:none;
	text-decoration:none;font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:16px;
	padding:10px 30px 10px 30px;
	margin-top:15px;
	margin-bottom:20px;
	background-color:#4c69ca;
	width:312px;
	font-weight:500;
	text-transform:uppercase;
-webkit-transition: color, background-color ease-out 0.3s;
	-moz-transition: color, background-color ease-out 0.3s;
	-o-transition: color, background-color ease-out 0.3s;
	transition: color, background-color ease-out 0.3s;}
.znpes:hover{
	color:#fff;
	background-color:#5B79DC;}
.faqform .styler {
	margin:0 auto;
	min-width:300px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:16px;
	height:auto;
	background-color:#FFF;
	color:#000;
	border-top:2px solid #e0e0e0;
	border-left:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
	border-right:2px solid #e0e0e0;
	padding:9px 0 10px 10px;
	outline:none;
	display:block;
	margin-bottom:15px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;}
.faqform .styler:hover {border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-bottom:2px solid #d2d2d2;}
.faqform .styler:focus {border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	box-shadow:inset 0 0px 5px rgba(11,28,86,0.1);}

	
.faqform .styler::-webkit-input-placeholder       {text-indent:none;   transition: none;}
.faqform .styler::-moz-placeholder                {text-indent:none;   transition: none;}
.faqform .styler:-moz-placeholder                 {text-indent:none;   transition: none;}
.faqform .styler:-ms-input-placeholder            {text-indent:none;   transition: none;}
.faqform .styler:focus::-webkit-input-placeholder {text-indent:0; transition: none;}
.faqform .styler:focus::-moz-placeholder          {text-indent:0; transition: none;}
.faqform .styler:focus:-moz-placeholder           {text-indent:0; transition: none;}
.faqform .styler:focus:-ms-input-placeholder      {text-indent:0; transition: none;}

.animated-modal .styler {
	margin:0 auto;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:16px;
	height:auto;
	background-color:#FFF;
	color:#000;
	border-top:2px solid #e0e0e0;
	border-left:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
	border-right:2px solid #e0e0e0;
	padding:9px 0 10px 10px;
	outline:none;
	display:block;
	margin-bottom:15px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;}
.animated-modal .styler:hover {border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-bottom:2px solid #d2d2d2;}
.animated-modal .styler:focus {border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	box-shadow:inset 0 0px 5px rgba(11,28,86,0.1);}


.animated-modal .styler::-webkit-input-placeholder       {text-indent:none;   transition: none;}
.animated-modal .styler::-moz-placeholder                {text-indent:none;   transition: none;}
.animated-modal .styler:-moz-placeholder                 {text-indent:none;   transition: none;}
.animated-modal .styler:-ms-input-placeholder            {text-indent:none;   transition: none;}
.animated-modal .styler:focus::-webkit-input-placeholder {text-indent:0; transition: none;}
.animated-modal .styler:focus::-moz-placeholder          {text-indent:0; transition: none;}
.animated-modal .styler:focus:-moz-placeholder           {text-indent:0; transition: none;}
.animated-modal .styler:focus:-ms-input-placeholder      {text-indent:0; transition: none;}

.mb_in h1 {
    font-size: 24px;
    font-weight: 900;
    color: #373737;
    padding: 20px 0 10px 0;
	text-align: center;
    margin-bottom: 0px;
    
}
.animated-modal {
  max-width: 550px;
	min-width: 280px;
  border-radius: 4px;
  overflow: hidden;
  font: 14px/16px 'Roboto', Arial, sans-serif;
	text-align: center;
  transform: translateY(-50px);
  transition: all .7s;
}
.animated-modal input {
	font: 14px/16px 'Roboto', Arial, sans-serif;
	border:1px solid #cdd2e2;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	margin: 10px auto;
	outline: none;
	width: 80%;
	   -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.animated-modal textarea {
	font: 14px/16px 'Roboto', Arial, sans-serif;
	border:1px solid #cdd2e2;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	margin: 10px auto;
	outline: none;
	width: 80%;
	   -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.animated-modal input:hover {border:1px solid #ABB2C8;}
.animated-modal textarea:hover {border:1px solid #ABB2C8;}
.animated-modal .btn:hover {
	background-color: #5E7BD9;
}
.animated-modal h2 {
	font-size: 22px;
	color: #275ab1;
	margin-bottom: 10px;
	font-weight: 500;
}
.animated-modal .btn {
	border: 0;
	display: block;
	width: 80%;
	margin: 10px auto;
	cursor: pointer;
	outline: none;
	padding: 14px;
	color: #fff;
	font: 16px/18px 'Roboto', Arial, sans-serif;
	box-sizing: border-box;
	background-color:#4c69ca;
	   -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.bimg {
	display: flex;
	align-items: center;
	height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
}
.content .bimg img {
	max-width: 100%;
	padding: 0;
	width: 100%;
	height: auto;
}
.animated-modal p {
	color: #76787d;
	margin-bottom: 20px;
}
.animated-modal h2, .animated-modal input, .animated-modal textarea, .animated-modal button,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
	text-align: center;
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal input,
.fancybox-slide--current .animated-modal textarea,
.fancybox-slide--current .animated-modal button{
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}
.fancybox-slide--current .animated-modal input {
  transition-delay: .4s;
}
.fancybox-slide--current .animated-modal textarea {
  transition-delay: .5s;
}
.fancybox-slide--current .animated-modal button {
  transition-delay: .6s;
}




.u_item {
	position: relative;
	width: 96%;
	min-height: 88px;
	background-color: #fff;
	display: flex;
	text-decoration: none;
	color: #373737;
	font-weight: 600;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 26px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 3px solid #c3ceec;
}
.u_item:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 0%;
	right: 50%;
	bottom:-3px;
	background-color: #8195cb;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.u_item:after {
	content: '';
	position: absolute;
	height: 3px;
	width:0%;
	left: 50%;
	bottom:-3px;
	background-color: #8195cb;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.u_item:hover:after {
	height: 3px;
	width: 50%;
}
.u_item:hover:before {
	height: 3px;
	width: 50%;
}
.u_item:hover {box-shadow: 0 0 30px rgba(0,0,0,0.2);
-moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);}
.u_item .i_con {
	width:90px;
	text-align: center;
	min-width: 90px;
	display: block;

	
}
.u_item .i_con img {
	max-width: 100%;
	height: auto;
}
.u_item .p {
	width: 80%;
}
.mr_bl {
	margin: 10px 0;
	width: 100%;
	text-align: center;
	display: block;
	border-bottom:1px solid #dddddd;
}
.morebtn {
	position:relative;
	top: 8px;
	padding: 10px 20px;
	text-decoration: none;
	color: #777777;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.morebtn:hover {box-shadow: 0 0 30px rgba(0,0,0,0.2);
	top: 10px;
}
#menu-wrapper {
	width: 44%;margin-top: 27px;
}
#menudesc
{
	clear:both;
	margin: 0;
	width:100%;
	padding: 0px 0 0 0;
	list-style: none;
	background-color:transparent;
}

#menudesc li
{
	float: left;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
}
#menudesc .first a{
	
	border-left:none;
	border-top:none;} 
#menudesc .last a{
	border-right:none;
	border-bottom:none;} 
#menudesc a 
{
	float: left;
	padding:15px 14px 15px 14px;
	background-color:#fff;
	border-bottom:4px solid #fff;
	color: #373737;
	font-size:14px;
	text-decoration: none;
	font-weight:500;
	line-height:16px;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	
}
#menudesc .active {border-bottom:4px solid #4073db;}
#menudesc a:hover
{
	background-color:transparent;
	color:#373737;
	border-bottom:4px solid #a3bdf2;
}

 
#menudesc li:hover > ul
{
	display: block;
}
 
/* Sub-menu */
 
#menudesc ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top:50px;
    left: 0;
	text-align: left;
	color: #000;
    z-index: 99999;    
    background: #257ccc;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
  
   
}
 
#menudesc ul ul
{
  top: 0;
  left: 280px;
}

#menudesc ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  

}
 
#menudesc ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
 
#menudesc ul a
{    
    padding:13px;
	border-right:none;
	border-left:none;
	width: 320px;
	height: auto;
    line-height: 1;
    display: block;
	font-weight:500;
	font-size:14px;
    float: none;
	text-transform: none;
	color: #373737;
	border-bottom:1px solid #e5e5e5;
}
 
*html #menudesc ul a /* IE6 */
{    
	height: 10px;
}
 
*:first-child+html #menudesc ul a /* IE7 */
{    
	height: 10px;
}
 
#menudesc ul a:hover
{
   background-color:#eceff5;
	border-bottom:none;
	border-bottom:1px solid #e5e5e5;
	
}
 
#menudesc ul li:first-child > a
{
 
}
 
#menudesc ul li:first-child > a:after
{
   
}
 
#menudesc ul ul li:first-child a:after
{
    left: -8px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #3399ff;
}
 
#menudesc ul li:first-child a:hover:after
{
    border-bottom-color:#66ccff; 
}
 
#menudesc ul ul li:first-child a:hover:after
{
    border-right-color: #66ccff; 
    border-bottom-color: transparent; 	
}
 
 
#menudesc ul li:last-child > a
{

}
 
/* Clear floated elements */
#menudesc:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	
	content: " ";
	clear: both;
	height: 0;
}
 
* html #menudesc             { zoom: 1; } /* IE6 */
*:first-child+html #menudesc { zoom: 1; } /* IE7 */


/* flexMenu styles */
#menudesc .flexMenu-viewMore {
	float:left;}
#menudesc .flexMenu-viewMore > a {
	float:left;
  background-color:transparent;
}

.flexMenu-viewMore.active > a, .flexMenu-viewMore > a:hover {
  background-color: #257ccc;
}

#menudesc .flexMenu-popup {
  list-style-type: none;
  padding:0;
  left:auto;
  right:0px;
  background-color: #257ccc;

  margin: 0;
}

.lt-ie8 .flexMenu-popup {
}

#menudesc .flexMenu-popup a {
	padding:13px;
  border-bottom: 1px solid #e5e5e5;
  width:200px;
  display: block;
}

.flexMenu-popup a:hover {
  background-color: #006363;
  color: #fff;
  display: block;
}
 #menudesc .flexMenu-popup ul
{
	position:absolute;
  top: 0;
  left:-222px;
}
 #menudesc .flexMenu-popup ul li a {
	 background-color:#1c1c1c;}
 #menudesc .flexMenu-popup ul li a:hover {
	 opacity:1;}
	 
.logo {
	position: relative;
	margin-top: 30px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #275ab1;
	padding: 4px 0 5px 70px;
}
.footer .logo {
	position: relative;
	margin-top: 30px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #275ab1;
	padding: 4px 0 5px 70px;
}
.logo:before {
	left: 0;
	top: 0px;
	content:'';
	width: 48px;
	height: 49px;
	position: absolute;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
.telb p {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #373737;
}
.footer .telb p {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 0;
	color: #373737;
}
.footer .mail p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 0;
	color: #373737;
}
.footer .addr p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	font-weight: 700;
	color: #373737;
}
.footer a {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #6d6d6d;
}
.telb i {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #c4c4c4;
}
/* Middle
-----------------------------------------------------------------------------*/

.container {
	width: 100%;
	display: flex;
}
.content {
	box-sizing: border-box;
	padding:3% 2% 3% 0;
	min-height: 200px;
	width: 70%;
}
.content img {
	padding: 15px;
}
.content a {
	color: #275ab1;}
.content a:hover {
	text-decoration: none;
}
.content table tr td {	font-size:14px;
	line-height:20px;
	padding:15px;}
.content table tr th {	font-size:14px;
	line-height:20px;
	color: #4c69ca;
	background-color:#f3f6ff;
	padding:15px;}
.content table tr{
	border-bottom:1px solid #ede6dc;
}
.content table {
	color:#626262;
	margin:30px 0;}	
	.content .bxslider {
	margin-left:0;}
.cntnt {
	box-sizing: border-box;
	padding:1% 0% 3% 0;
	min-height: 300px;
	width: 100%;
}
.content .tpns {
	margin-bottom:20px !important;
	line-height:22px !important;}
	.content .topnews {
	font-size:16px;
	line-height:43px;
	height:auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	color:#322c27;
	background-color:#fff;
	display:block;
	z-index:100;
	position:relative;
	text-decoration:none;
	font-weight:700;
	}
.tndt {
	color:#637ebe;
	margin-right:0px;
	margin-bottom: 10px;
	display:block;}
.content .pager {
	margin:35px 0 15px 0;}
.content .pager a, .content .pager i {
	margin:0;
	padding:0;}
.content .pager i {background:#4c69ca;
padding:6px 12px 6px 12px;
border-radius:2px;
	font-size:14px;
	line-height:16px;
	color:#fff;
	box-shadow:inset 0 -1px 3px rgba(0,0,0,0.2);
	margin:5px 7px 5px 0;}
.content .pager a {
	margin:5px 7px 5px 0;
	display:inline-block;
	color:#2f2f2f;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	padding:5px 10px 5px 10px;
	border-radius:2px;
	box-shadow:0 2px 2px rgba(119,119,119,0.4);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	}
.content .pager a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fcfcfc+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */}	



.content h1 {
	font-size: 22px;
	font-weight: 500;
	color: #373737;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom:1px solid #e5e5e5;
	line-height: 24px;
}
.cntnt h3 {
	font-size: 22px;
	font-weight: 500;
	color: #373737;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom:1px solid #e5e5e5;
	line-height: 24px;
}
.cntnt h5 {
	font-size: 22px;
	font-weight: 500;
	color: #373737;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom:1px solid #e5e5e5;
}
.pre {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	
}
.pre li {
	width: 49%;
	color: #373737;
	font-size: 14px;
	line-height: 22px;
	background-image: url( ../images/gal.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 10px 0 10px 47px;
	margin: 0px 0;
	box-sizing: border-box;
}
.content p {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
}
.right_menu li a {
    padding: 6px;
    color: #263a7d;
    box-sizing: border-box;
    border-bottom: 1px solid #dfe6fb;
    text-decoration: none;
    display: block;
	font-weight: 700;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
}
.right_menu li a:hover {background-color: rgba(255, 255, 255, 0.9);}
.right_menu {
	    background-color: rgba(176, 194, 255, 0.1);
	margin-bottom: 20px;
}
.right_menu li {
	margin-bottom: 0px;
}
.content h2 {
	color: #275ab1;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 24px;
	text-transform: uppercase;
}
.content ul {
	margin-bottom: 20px;
}
.content ul li {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 20px;
}
.content ol li {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	list-style-type:decimal;
	margin-left: 20px;
	line-height: 20px;
}
.content ol {
	margin-bottom: 20px;
}
.more_cbtn {
	display: inline-block;
	margin: 20px 0;
	padding: 15px 50px;
	border: 1px solid #babfcb;
	text-decoration: none;
	border-radius: 3px;
	color: #858991;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
}
.more_cbtn:hover {border: 1px solid #8a8d93;color: #44474e;}
.soc_b {
	margin: 40px auto;
	width: 260px;
	text-align: center;
}
.soc_b h4 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #373737;
	font-weight: 500;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	width: 30%;
	padding:3% 0 1% 2%;
	box-sizing: border-box;
	
}
.right-sidebar h2 {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 500;
	color: #373737;
	padding: 20px 0;
	border-bottom:1px solid #e5e5e5;
	text-transform: uppercase;
}
.right-sidebar h3 {
	font-size: 22px;
	margin-bottom: 0px;
	font-weight: 500;
	color: #373737;
	padding: 20px 0;
	border-bottom:1px solid #e5e5e5;
}
.nws_bl {
	margin-top: 20px;
}
.nws_dt {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	color: #637ebe;
}
.nws_lnk {
	font-size: 14px;
	line-height: 20px;
	color: #707070;
}
.nws_lnk:hover {
	opacity: 0.8;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 370px;
	position: relative;
	background: #f6f6f6;
	border-top: 9px solid #a3bdf2;
}
.footer p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 30px;
}
.footer:before {
	position: absolute;
	width: 100%;
	height: 9px;
	top: 0px;
	content:'';
	background-color: #e3e7f2;
}
.footer .flr {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
	.listuslugi .u_item {
    width: 30%;
    margin: 0px 10px 20px;
}
	.faqform .styler {
    margin: 0 auto;
		margin-bottom: 10px;
		min-width: 220px;}
	.znpes {
		width: 235px;
	}
	.mb_in {
    background-color: #f5f5f5;
    padding: 110px 0 20px 0;
}
	.telb {
    margin-top: 20px;
    width: 20%;
    overflow: hidden;
}
	.logo {
    width: 30%;
    overflow: hidden;
}
	.logo {
    position: relative;
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(39, 90, 177);
    text-decoration: none;
    padding: 7px 0px 7px 65px;
}
	.zakaz {
    margin-top: 20px;
    width: 20%;
    background-color: #4c69ca;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
	.header .flr {
		
		padding: 0 65px 0 0;
	}
	.headerm a { 
	display: block;}
	
	#menu-wrapper {
		display: none;
	}
	.header {
    position: fixed;
    height: 78px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 280px;
    display: block;
    z-index: 1400;
    border-bottom: 10px solid rgba(76,105,202,0.5);
}
	.mb {
    background-color: #f5f5f5;
    padding: 120px 0 40px 0;
}
	.u_item .i_con {
    width: 20px;
    text-align: center;
    min-width: 20px;
		margin: 0 15px;
    display: block;
}
	.u_item {
	position: relative;
	width: 96%;
	min-height: 66px;
	background-color: #fff;
	display: flex;
	text-decoration: none;
	color: #373737;
	font-weight: 500;
	align-items: center;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 3px solid #c3ceec;
}
	.content h1 {
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
	.right-sidebar h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #373737;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
		text-transform: uppercase;
}
	.content p {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
}
	.cntnt h3 {
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
	.cntnt h5 {
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
	.footer .logo {
    position: relative;
    margin-top: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #275ab1;
    padding: 4px 0 5px 70px;
}
}
@media screen and (max-width: 768px) { 
	.listuslugi {
		display: flex !important;
	}
	.tablecon {
		width: 100%;
		overflow-x: auto;
	}
	.mb_in {
    background-color: rgb(245, 245, 245);
    padding: 140px 0px 20px;
}
	.footer .telb {
		width: 100%;
		margin: 0;
		margin: 10px 0;
		text-align: left;
	}
	.footer .telb p {
		font-size: 16px;
	}
	.footer {
		height: auto;
		display: block;
		padding: 0 0 20px 0;
	}
	.footer .f_lnk {
		display: block;
		margin-bottom: 20px;
	}
	.footer .logo {
		width: 100%;
		margin: 0;
		margin: 20px 0 10px 0;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		box-sizing: border-box;
		 padding: 5px 0px 5px 55px;
	}
		.logo {
    position: relative;
    margin-top: 13px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(39, 90, 177);
    text-decoration: none;
    padding: 5px 0px 5px 55px;
}
.logo:before {
    left: 0;
    top: 0px;
    content: '';
    width: 39px;
    height: 40px;
    position: absolute;
    background-image: url(../images/mlogo.png);
    background-repeat: no-repeat;
}
	.flr {
		display: block;
		padding: 0 !important;
	}
	.logo {
		margin-top: 10px;
		font-size: 14px;
    width: 100%;
		box-sizing: border-box;
		display: block;
    overflow: hidden;
}
	.headerm a {
		top: 10px;
		right: 15px;
	}
	.telb {
		margin-top: 10px;
		display: inline-block;
		width: 47%;
		float: left;
		margin-right: 2%;
	}
	.header {
    position: fixed;
    height: 115px;
    width:100%;
    max-width: 100%;
    min-width: 280px;
    display: block;
    z-index: 1400;
    background: rgb(255, 255, 255);
    border-bottom: 10px solid rgba(76, 105, 202, 0.5);
}
	.telb p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #373737;
}
	.wrapper {
    min-width: 280px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}
	.zakaz {
		margin-top: 10px;
		display: inline-block;
		float: right;
		font-size: 12px;
		width: 50%;
		margin-right: 0;
	}
	.header:after {
	position: absolute;
	bottom:-20px;
	content: '';
		left: 0;
	height: 10px;
	width: 100%;
	background-color:rgba(76,105,202,0.2);
}
	.flr2 {
    width: 100%;
		margin-bottom: 20px;
}
	.mb {
    background-color: rgb(245, 245, 245);
    padding: 150px 0px 40px 0;
}
	.sl_wr {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.u_item {
		width: 100%;
	}
	.container {
    width: 100%;
    display: block;
}
	.content {
    box-sizing: border-box;
    padding: 3% 0% 1% 0;
    min-height: 200px;
    width: 100%;
}
	.right-sidebar {
    width: 100%;
    padding: 3% 0 3% 0%;
    box-sizing: border-box;
		margin-bottom: 20px;
}
	.pre {
		display: block;
}
	.pre li {
		width: 100%;
	}
}
@media screen and (max-width: 667px) {
.listuslugi .u_item {
    width: 45%;
    margin: 0px 10px 20px 0;
}

}
@media screen and (max-width: 414px) { 
	.listuslugi .u_item {
    width: 100%;
    margin: 0px 0px 20px 0;
}

.content .lic {
			width:100%;
			margin:0 auto;
			text-align:center;}
}

@media screen and (max-width: 320px) { 
.logo {
    position: relative;
    margin-top: 13px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(39, 90, 177);
    text-decoration: none;
    padding: 5px 0px 5px 50px;
}
	.owl-carousel2 {
		display: none !important;
	}
}