/* Fonts */


@font-face {
   font-family: PTSansNorrowBold;  
   src: url('../fonts/PTSansNorrowBold.eot'); 
   src: url('../fonts/PTSansNorrowBold.eot?') format('eot'), 
   url('../fonts/PTSansNorrowBold.woff') format('woff'), 
   url('../fonts/PTSansNorrowBold.ttf')  format('truetype'); 
}

@font-face {
   font-family: PTSansNorrow;  
   src: url('../fonts/PTSansNorrow.eot'); 
   src: url('../fonts/PTSansNorrow.eot?') format('eot'),
   url('../fonts/PTSansNorrow.woff') format('woff'), 
   url('../fonts/PTSansNorrow.ttf')  format('truetype');
}

/* END Fonts */

/* 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:PTSansNorrow;
	}
ol, ul {
	list-style: none;
}
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 */

html {
	width: 100%;
	min-width: 1030px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'PT Sans Narrow';
	width: 100%;
	min-width: 1030px;
}


.wrapper {
	width: 100%;
	min-width: 1030px;
	height: auto !important;
	height: 100%;
	background: #fff;
}

input, textarea {
outline: none;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: auto;
  padding-top: 9px;
	min-width: 100%;
}
.block_head {
width:940px;
margin: 0 auto;
position: relative;
 margin-bottom: 24px;
}
.v_menu ul {
  text-align: center;
}
.v_menu li {
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
}
.v_menu li a {
color:#375c99;
font-size: 16px;
text-decoration:none;
  padding-left: 2px;
  padding-right: 2px;
}
.v_menu li a:hover {
color: #b33945;
}
.block_head .login {
position:absolute;
right: 0px;
color:#375c99;
  top: 0px;
}
.login a {
color:#375c99;
font-size: 16px;
text-decoration:none;
}
.row_head {
margin-top: 14px;
}
.logo {
   display: inline-block;
  width: 184px;
  height: 62px;
}
.head_block_info {
  margin-left: 60px;
  display: inline-block;
  vertical-align: top;
}
.h_b_text {
  color: #375c99;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.h_b_text a{
text-decoration: none;
	  color: #375c99;
}

.h_b_text_sw {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-top: 10px;
}

.h_b_text_sw a{
text-decoration: none;
	color: #fff;
}

.h_b_text_sb {
  color: #375c99;
  display: block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 15px;
}

.h_b_text_sb a{
text-decoration: none;
	color: #375c99;
}

.icon_b {
  display: inline-block;
  vertical-align: middle;
    margin-right: 4px;
}

.icon_bk {
  display: block;
  vertical-align: middle;
  margin: auto;
}

.icon_bm {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 4px;
}

.head_block_info .h_b {
    margin-top: 15px;
  display: inline-block;
  margin-right: 42px;
  vertical-align: middle;
  line-height: 1.4;
}
.head_block_info .h_b_last {
    margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
    position: relative;
  left: 35px;
}
.row_menu {
background: #375c99;
width:100%;
height: 40px;
}
.row_menu .h_menu {
width:940px;
margin: 0 auto;
position: relative;
}
.h_menu ul {
  text-align: center;
}
.h_menu  li {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 3px;
  vertical-align: top;
  padding-left: 11px;
  padding-right: 11px;
  position: relative;

}
.h_menu li.home {
  padding-top: 8px;
  padding-bottom: 3px
}
.h_menu li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
    font-size: 20px;
}
.h_menu li.sep {
    padding-top: 6px;
  padding-right: 0;
  padding-left: 0;
  
}
.h_menu li.sep:hover {
background: none;
}
.h_menu li.home:hover {
background: none;
border:none;
}

.h_menu  li:active{
  background:#b23643;
  border-bottom: 5px solid #b23643;
}

.h_menu  li:hover{
/*background:#b23643;*/
  border-bottom: 5px solid #b23643;
}
.h_menu ul.sub {
    position: absolute;
  display: block;
  z-index: 9;
  background: #264476;
  min-width: 354px;
  left: 0;
  top: 40px;
  text-align: left;
  padding-bottom: 10px;
  border-radius: 0 0 4px 4px;
  padding-top: 10px;
}
.h_menu ul.sub li a {
text-transform: none;
}
.h_menu ul.sub li {
display: block;
}
.h_menu ul.sub li:hover{
border:none;
border-bottom: 1px solid #fff;
}
.babochka {
position: relative;
margin-top: 80px;
margin-bottom: 160px;
background: url(images/poloska.png) center center;
height: 152px;
background-size: cover;
}

.mid_text {
display: inline;
position: relative;
text:  #fff;

}

.center_babochka {background: url(images/butter_fly.png);
  width: 470px;
  height: 152px;
  margin-left: 25px;}
  
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 940px;
  margin: auto;
  display: table;
}
.left_block {
  width: 200px;
  float: left;
  min-height: 200px;
    margin: 0px 10px;
}
.content_blick {
  width: 700px;
  float: left;
  min-height: 200px;
    margin: 0px 10px;
}
.avatar {
  width: 150px;
  height: 150px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
}
.left_block h4 {
  color: #555;
  text-align: center;
  font-size: 17px;
}
.left_block h3 {
  color: #375C99;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.acaunt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #375C99 dotted;
}
.left_menu ul li {
  color: #375C99;
}
.left_menu ul li a{
  color: #375C99;
  text-decoration: none;
  
}

.left_menu div {
  color: #375C99;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}

.left_menu .rabsnami_textmmna {
  text-transform: none;
  color: #375C99;
  font-size: 18px;
  width: 100%;
  text-align: left;
  font-weight: bolder;
}

.hkvbkd {
  width: 270px;
  min-height: 300px;
  background: rgba(55, 92, 153, 0.71);
  margin-top: 100px;
  display: inline-table;
  margin-right: 150px;
}
.hkvbks
{
  min-width: 320px;
  min-height: ;
  background: rgba(55, 92, 153, 0.71);
  margin-top: 100px;
  display: inline-table;
  margin-left: 150px;
}
/* vstavka */
.iufhh {
  width: 18%;
  min-height: 200px;
  float: left;
  margin:1%;
  text-align: left;
}

.iufhh h3 {
  color: #fff;
  margin: 20px 0px;
  font-size: 18px;
  font-weight: 100;
}

.iufhh ul {

}
.iufhh ul li{

}
.iufhh ul li a {
  color: #fff;
  text-decoration: none;
}
.iufhh ul li a:hover {
  color: #999;
  text-decoration: none;
}
.vdb
{
  margin-top: 20px;
  background: #264476;
  display: -webkit-inline-box;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #1F3B69;
  border-right: 3px solid #1F3B69;
  margin-bottom: 10px;
  width: 120px;
}
.vdb2 {
  background: #264476;
  display: -webkit-inline-box;
  padding: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #1F3B69;
  border-right: 3px solid #1F3B69;
  width: 120px;
	float: right;
	margin-bottom: 10px;
}
.vdb4 {
  background: #264476;
  display: -webkit-inline-box;
  padding: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #1F3B69;
  border-right: 3px solid #1F3B69;
  width: 120px;
	float: right;
	margin-bottom: 10px;
}

.vdb6 {
  text-decoration: none;
}

.vdb3 
{
  background: #264476;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #1F3B69;
  border-right: 3px solid #1F3B69;
}



.content {
  position: relative;
  width: 940px;
  margin: 0px auto;
  display: table;
  float: initial;
}
.left_block {
  width: 200px;
  float: left;
  min-height: 200px;
    margin: 0px 10px;
}
.content_blick {
  width: 700px;
  float: left;
  min-height: 200px;
    margin: 0px 10px;
}
.avatar {
  width: 150px;
  height: 150px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
  background-size: 100%;
}

.avatar1 {
  width: 170px;
  height: 170px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 15px;
}

.left_block h4 {
  color: #555;
  text-align: center;
  font-size: 17px;
}
.left_block h3 {
  color: #375C99;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.acaunt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #375C99 dashed;
}
.left_menu ul li {
  color: #375C99;
}
.left_menu ul li a{
  color: #375C99;
  text-decoration: none;
  
}
.hkvbkd {
  width: 300px;
  height: 260px;
  background: rgba(55, 92, 153, 0.71);
  margin-top: 110px;
  position: ;
  text-align: left;
}
.hkvbks
{
  width: 340px;
  height: ;
  background: rgba(55, 92, 153, 0.71);
  margin-top: 100px;
  position: ;
  text-align: center;
  padding-bottom: 15px;
}
.iufhh {
  width: 18%;
  height: auto;
  float: left;
  margin:1%;
}

.iufhh h3 {
  color: #fff;
  margin: 20px 0px;
  font-size: 18px;
  font-weight: 100;
}


.iufhh ul {

}
.iufhh ul li{

}
.iufhh ul li a {
  color: #fff;
  text-decoration: none;
}
.iufhh ul li a:hover {
  color: #999;
  text-decoration: none;
}
.vdb
{
  background: #375c99;
  display: -webkit-inline-box;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #264476;
  border-right: 3px solid #264476;
  float: right;
}
.vdb
{
  background: #264476;
  display: -webkit-inline-box;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #1F3B69;
  border-right: 3px solid #1F3B69;
}
.vdb2 {
  background: #264476;
  display: -webkit-inline-box;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #1F3B69;
  border-right: 3px solid #1F3B69;
}
.vdb4 {
  background: #264476;
  display: -webkit-inline-box;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #1F3B69;
  border-right: 3px solid #1F3B69;
}

.zvon_block {
position: relative;
height: 260px;
text-align: center;
color: #375c99;
}

.zvon_text {
display: block;
position: static;
text-transform: uppercase;
color: #375c99;
text-decoration: none;
font-size: 40px;
text-align: center;
padding-top: 60px;
}

.zvon_textn {
display: block;
position: static;
text-transform: uppercase;
color: #626262;
text-decoration: none;
font-size: 40px;
text-align: center;
padding-top: 10px;
}

.vdb3 {
  background: #375c99;
  display: -webkit-inline-box;
  margin-top: 10px;
  color: #fff;
  width: 280px;
  height: 40px;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #264476;
  border-right: 3px solid #264476;
  float: center;
  text-align: center;
	
}

.vdb4 {
  text-decoration: none;
}

.t_but {
width: 280px;
position: relative;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 25px;
text-align: center;
padding-top: 10px;
}

.text_modal {
text-align: center;
}

.razdel {
position: static;
display: block;
margin: 0 auto;
}

.uslugi_con {
position: static;
display: block;
height: 360px;
text-align: center;
margin: auto;
color: #375c99;
}

.uslugi_text {
display: block;
position: static;
text-transform: uppercase;
color: #375c99;
text-decoration: none;
font-size: 40px;
text-align: center;
padding-top: 30px;
}

.uslugi_textr {
display: block;
position: static;
text-transform: uppercase;
color: #b23643;
text-decoration: none;
font-size: 40px;
text-align: center;
padding-top: 20px;
padding-bottom: 30px;
font-weight: bold;
}

.uslugi_small {
display: inline-block;
position: relative;
float: left;
width: 50%;
height: 220px;
vertical-align: top;
}

.uslugi_micro1 {
display: inline-block;
position: relative;
float: left;
width: 220px;
padding-top: 25px;
}


.icon {
display: inline-block;
position: relative;
float: left;
width: 150px;
padding-top: 25px;
}

.icon1 {
display: inline-block;
position: relative;
float: right;
width: 150px;
padding-top: 25px;
}

.icon2 {
display: inline-block;
position: relative;
float: right;
width: 150px;
padding-top: 25px;
padding-right: 25px;
}

.uslugi_textm {
display: block;
position: static;
text-transform: uppercase;
color: #375c99;
text-decoration: none;
font-size: 25px;
text-align: center;
padding-bottom: 20px;
}

.uslugi_textmr {
display: block;
position: static;
color: #b23643;
text-decoration: none;
font-size: 27px;
text-align: center;
vertical-align: middle;
padding-top: 80px;
}


.uslugi_textmw {
display: block;
position: static;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 25px;
text-align: center;
padding-top: 25px;
padding-bottom: 20px;
}

.uslugi_textmww {
display: block;
position: relative;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 28px;
text-align: center;
padding-top: 15px;
padding-bottom: 10px;
}

.uslugi_menu {
  color: #626262;
  display: compact;
  vertical-align: middle;
  text-decoration: none;
  font-size: 17px;
  text-align: left;
  word-wrap: break-word;
}

.uslugi_menu1 {
  color: #b23643;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 18px;
  text-align: left;
}

.small_per {
position: static;
width: 100%;
height: 5px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin-top: 20px;
margin-bottom: 20px;
}

.small_per1 {
position: static;
width: 100%;
height: 5px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin-top: 0px;
margin-bottom: 0px;
}

.bolshe {
position: static;
display: block;
height: 420px;
text-align: center;
color: #375c99;
vertical-align: middle;
}

.bolshe2 {
position: static;
display: block;
height: 350px;
text-align: center;
color: #375c99;
}

.bolshe_small {
display: inline-block;
position: relative;
float: left;
width: 50%;
height: 220px;
padding-top: 40px;
vertical-align: top;
}

.bolshe_small2 {
display: inline-block;
position: relative;
float: center;
width: 50%;
height: 220px;
padding-top: 40px;
vertical-align: top;
}

.input_con {
width: 440px;
height: 35px;
margin-top: 5px;
padding-left: 25px;
display: -webkit-inline-box;
color: #626262;
font-size: 25px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
float: right;
}

.input_conf {
width: 290px;
height: 35px;
margin-top: 5px;
margin-left: 6px;
padding-left: 25px;
display: -webkit-inline-box;
color: #626262;
font-size: 25px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
display: block;	
}

.input_conf_modal {
width: 360px;
height: 35px;
margin-top: 5px;
margin-left: 6px;
padding-left: 25px;
display: -webkit-inline-box;
color: #626262;
font-size: 25px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
display: block;	
}


.valid {
border: 2px solid green !important;
}
	
.error {
border: 2px solid #b23643 !important;
}

label.error {
border: 0;
position: relative;
display: none !important;
width: 469px;
color: #b23643;
}

.input_confk {
width: 430px;
height: 35px;
margin-top: 5px;
display: -webkit-inline-box;
color: #626262;
padding-left: 25px;
font-size: 25px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
}

.input_confk:focus {
width: 430px;
height: 35px;
margin-top: 5px;
display: -webkit-inline-box;
font-size: 25px;
text-decoration: none;
border-radius: 10px;
}

.input_con:focus {
width: 440px;
height: 35px;
margin-top: 5px;
padding-left: 25px;
display: -webkit-inline-box;
font-size: 25px;
text-decoration: none;
border-radius: 10px;
float: right;
}

.input_conf:focus {
}

.input_confareai {
width: 692px;
height: 80px;
margin-top: 30px;
margin-bottom: 10px;
display: -webkit-inline-box;
color: #626262;
font-size: 18px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
line-height: 1.3;
}

.input_confarea {
width: 290px;
height: 80px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 6px;
padding-left: 25px;
display: -webkit-inline-box;
color: #626262;
font-size: 25px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
}

.input_confarea_modal {
width: 360px;
height: 80px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 6px;
padding-left: 25px;
display: -webkit-inline-box;
color: #626262;
font-size: 25px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
}

.input_confarea_modal:focus {
}


.input_confareak {
width: 430px;
height: 130px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 6px;
padding-left: 25px;
display: -webkit-inline-box;
color: #626262;
font-size: 25px;
text-decoration: none;
border: 2px solid #375c99;
border-radius: 10px;
}

.input_confareak:focus {
width: 430px;
height: 130px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 6px;
padding-left: 25px;
display: -webkit-inline-box;
font-size: 25px;
text-decoration: none;
border-radius: 10px;
}

.input_confarea:focus {
height: 80px;
margin-top: 5px;
margin-left: 6px;
padding-left: 25px;
display: -webkit-inline-box;
font-size: 25px;
text-decoration: none;
border-radius: 10px;
}

.rabsnami {
position: static;
display: block;
height: 400px;
text-align: center;
color: #375c99;
}

.rabsnami1 {
position: static;
display: block;
height: 425px;
text-align: center;
color: #375c99;
}

.rabsnami_small {
display: inline-block;
position: relative;
float: left;
width: 33.3333%;
height: 300px;
padding-top: 40px;
vertical-align: top;
}

.rabsnami_small1 {
display: inline-block;
position: relative;
float: left;
width: 33.3333%;
padding-top: 40px;
vertical-align: top;
}

.ico_r {
display: inline-block;
position: relative;
padding-bottom: 30px;
}

.rabsnami_textm {
display: block;
position: static;
text-transform: uppercase;
color: #375c99;
text-decoration: none;
font-size: 20px;
text-align: center;
padding-bottom: 20px;
}

.rabsnami_textmm {
display: block;
position: static;
text-transform: none;
color: #375c99;
text-decoration: none;
font-size: 20px;
text-align: center;
padding-bottom: 20px;
}

.rabsnami_textmmn {
display: block;
position: static;
text-transform: none;
color: #375c99;
text-decoration: none;
font-size: 20px;
text-align: left;
padding-bottom: 5px;
padding-top: 15px;
}

.rabsnami_textmmna {
display: block;
position: static;
text-transform: none;
color: #375c99;
text-decoration: none;
font-size: 20px;
text-align: left;
padding-bottom: 5px;
}

.rabsnami_textmmna:hover {
display: block;
position: static;
text-transform: none;
color: #b33945;
text-decoration: none;
font-size: 18px;
text-align: left;
padding-bottom: 5px;
}

.rabsnami_textmm:hover {
display: block;
position: static;
text-transform: none;
color: #b33945;
text-decoration: none;
font-size: 20px;
text-align: center;
padding-bottom: 20px;
}

.rabsnami_textm:hover {
display: block;
position: static;
text-transform: uppercase;
color: #b33945;
text-decoration: none;
font-size: 20px;
text-align: center;
padding-bottom: 20px;
}

.rabsnami_menu {
  color: #626262;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  padding-bottom: 40px;
}

.klienti {
position: static;
display: block;
height: 250px;
text-align: center;
color: #375c99;
}

.us_nap {
position: static;
display: block;
padding-top: 40px;
text-align: center;
}

.k_ico {
display: inline-block;
position: relative;
padding-right: 1px;
padding-left: 2px;
vertical-align: middle;
}

.icon_bm {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 4px;
  top: 35px;
}

.mid_text {
display: block;
position: relative;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 42px;
font-weight: bold;
top: 50px;
width: 1030px; 
text-align: right;
margin: auto;
}

.center_babochka {background: url(images/butter_fly.png);
  width: 470px;
  height: 152px;
  margin-left: 25px;}

.karta {
 height:;
 position: static;
 display: block;
 padding-bottom: 40px;
}  

.karta3 {
 height: 340px;
 position: static;
 display: block;
 padding-bottom: 40px;
 padding-top: 15px;
}  

.karta_small {
width: 50%;
height: 85px;
float: left;
position: relative;
display: inline-block;
text-align: center;
vertical-align: middle;
padding-bottom: 20px;
}

.contacts {
padding-left: 30px;
}

.first_block {
position: relative;
display: inline-block;
width: 66.666%;
float: left;
padding-top: 45px;
}

.second_block {
position: relative;
display: inline-block;
width: 33.333%;
float: left;
text-align: center;
vertical-align: middle;
padding-top: ;
}

.karta_mini {
position: relative;
display: inline-block;
width: 100%;
float: left;
padding-top: 105px;
text-align: center;
vertical-align: middle;
}

.nap_nam {
width: 940px;
height: 430px;
margin: auto;
padding: static;
text-align: center;
display: block;
padding-top: 25px;
}

.inp_block {
width: 460px;
float: left;
margin-right: 20px;
padding-top: 25px;
position: static;
display: inline-block;
}

.are_block {
width: 460px;
float: left;
padding-top: 25px;
position: static;
display: inline-block;
}

.date_icon {
margin-left: 95px;
width: 160px;
height: 110px;
position: static;
display: block;
margin-bottom: 30px;
}

.krug {
width: 110px;
height: 110px;
position: relative;
display: table;
border: 3px solid #375C99;
border-radius: 55px;
text-transform: uppercase;
color: #375c99;
text-decoration: none;
font-size: 35px;
line-height: 0.5;
text-align: left;
background-color: #fff;
}

.krug1 {
width: 110px;
height: 110px;
position: relative;
display: table;
border: 3px solid #375C99;
border-radius: 55px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 35px;
line-height: 0.5;
text-align: left;
background-color: #375C99;
}

.krug:hover {
width: 110px;
height: 110px;
position: relative;
display: table;
border: 3px solid #375C99;
border-radius: 55px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 35px;
line-height: 0.5;
text-align: left;
background-color: #375C99;
}

.t1 {
position: relative;
display: inline-block;
top: 30px;
left: 20px;
float: left;
font-weight: bolder;
}

.t2 {
position: relative;
display: inline-block;
top: 35px;
left: 14px;
font-weight: normal;
font-size: 55px;
}

.t3 {
position: relative;
display: inline-block;
top: 45px;
left: 10px;
font-weight: bolder;
}

.t4 {
display: inline-block;
margin-top: 5px;
margin-right: 5px;
font-weight: normal;
color: #fff;
float: right;
font-size: 21px;
}

.god {
width: 100px;
height: 30px;
position: absolute;
display: table;
background-color: #b33644;
border-radius: 5px;
top: 126px;
left: 145px;
vertical-align: middle;
}

.selektor {
display: inline-block;
font-weight: normal;
margin-left: 17px;
margin-right: 17px;
color: #375C99;
float: center;
font-size: 24px;
text-transform: uppercase;
}

.pre_selektor {
display: inline-block;
margin-left: calc(50% - 100px);
margin-top: 0px; 
font-weight: bolder;
color: #375C99;
float: center;
font-size: 18px;
text-transform: uppercase;
}

text1 {
  color: #626262;
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 18px;
  text-align: left;
  margin-top: 25px;
  line-height: 1.3;
  font-weight: bolder;
  text-align: justify;
}



.left_menu ul li a:hover{
  color: #b33945;
  text-decoration: none;
}
.left_menu ul li ul {
  color: #375C99;
  padding-left: 15px;
}
.flor {
  width: 100%;
  margin: 10px 0px;
  min-height: 20px;
  display: inline-block;
}
.flor h1 {
  color: #375C99;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
}
.merr {
  width: 100%;
  min-height: 20px;
}
.dref {
  width: 100%;
  min-height: 200px;
  background: #264476;
  border-radius: 10px;
  display: inline-flex;
  border: 3px solid #264476;
  border-bottom: 5px solid #264476;
}

.dref1 {
  width: 100%;
  min-height: 200px;
  background: #264476;
  border-radius: 10px;
  display: inline-block;
  border: 3px solid #264476;
  border-bottom: 5px solid #264476;
  text-align: center;
}

.dref1 a {
text-decoration: none;
color: #fff;
}

.dref1 a:hover {
text-decoration: none;
color: #264476;
}

.sd {
  width: 50%;
  min-height: 20px;
  float: left;
  text-align: left;
}
.sdd{
  width: 50%;
  min-height: 20px;
  float: left;
  text-align: right;
}
font#wer {
  float: right;
  padding-right: 5px;
}

html ul.tabs li.active a font#wer
{
color: #c00000;

}
ul.tabs li a font#wer:hover
{
color:#c00000;

}
ul.tabs li a:hover > ul.tabs li a font#wer
{
color:#c00000;

}
p#fdhf {
  color: #375C99;
  font-weight: 500;
  margin-left: 20px;
  font-size: 20px;
  padding: 3px;
}
p#fdhf2 {
  color: #375C99;
  font-weight: 500;
  float: right;
  font-size: 20px;
  padding: 3px;
}
a#fdhd {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
  background-color: #264476;
  border-radius: 5px;
}

.klach {
width: 43px;
height: 19px;
border: 2px solid #264476;
display: inline-block;
border-radius: 10px;
padding-top: 2px;
float: right;
}

.fshf22 {
  width: 160px;
  margin: auto;
  min-height: 27px;
  padding-top: 30px;
}
.star {
  background: url(images/star.png);
  width: 14px;
  height: 13px;
  display: block;
  float: left;
  margin: 1px;
}
.star:hover {
  background: url(images/star2.png);
  width: 14px;
  height: 13px;
  display: block;
  float: left;
  margin: 1px;
}

input[type=submit]{
display: none;
}

#zayavka_s {
display: none;
}

.msg {
position: absolute;
left: calc(50% - 100px;);
top: -20px;
width: 200px;
color: #777;
}

.error_comment {
position: relative;
top: 10px;
width: 100%;
color: #777;
text-align: center;
margin: 0 auto;
}

#dfsdf {
  float: right;
  color: #777;
  margin-top: -17px
}

#write_it {
  color: #fff;
}

#write_it_2 {
 color: #fff;
}


ul.tabsk {
 
}
ul.tabsk li {
display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 5px;
}
ul.tabsk li a {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 5px;
}

html ul.tabsk li.active, html ul.tabsk li.active a, html ul.tabsk li.active a:hover {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 17px;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
  background-color: #264476;
  border-radius: 5px;
}

.small_dref {
position: relative;
display: inline-block;
width: 225px;
min-height: 380px;
float: left;
background-color: #375c99;
margin-left: 4px;
margin-right: 4px;
border-radius: 10px;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
border-color: #fff;
margin-bottom: 2px;
}

.small_dref:hover {
position: relative;
display: inline-block;
height: 330px;
float: left;
background-color: #fff;
color: #264476;
border-color: #264476;	
}





/* Vkladki
-----------------------------------------------------------------------------*/
ul.tabs {
  width: 30%;
  margin-left: 1%;
  float: left;
}
ul.tabs li {
 margin-bottom: 3px;
}
ul.tabs li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  outline: none;
  border-radius: 10px 0px 0px 10px;
  font-size: 20px;
  padding: 2px;
height: 40px;
	  position: relative;
}
ul.tabs li a:hover {
  background: #FFF;
  border-radius: 7px 0px 0px 7px;
  color: #264476;
  padding: 2px;
  height: 40px;
}	
html ul.tabs li.active, {
  background: #fff;
  color: #264476;
  border-radius: 7px 0px 0px 7px;
  font-size: 20px;
  
	height: 40px;
}
html ul.tabs li.active a,html ul.tabs li.active a:hover{
  background: #fff;
  color: #264476;
  border-radius: 7px 0px 0px 7px;
  font-size: 20px;
  padding-right: 2px;
	height: 40px;
	padding-left: 10px;
}
.tab_container {
  border-radius: 0px 7px 7px 7px;
  border-top: none;
  clear: both;
  float: right;
  width: 69%;
  background: #fff;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.tab_containerb {
  border-radius: 0px 7px 7px 7px;
  border-top: none;
  clear: both;
  float: right;
  width: 69%;
  background: #fff;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
  padding: 10px;
  font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.l_left {
  width: 31%;
  min-height: 200px;
  float: left;
}
.l_right {
  width: 100%;
  min-height: 120px;
  float: left;
  background: #fff;
  border-radius: 7px;
  padding: 10px;
  display: inline-table;
}

.ddf_bot {
position: relative;
display: table;
width: auto;
height: 70px;
width: 510px;
margin-top: -80px;
left: 32%;
}

.chendg {
  width: 100%;
  min-height: 20px;
  margin-bottom: 5px;
	cursor:pointer;
}
.sel_checkb {
  background: url(images/select1.png);
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.ddd {
  float: left;
  display: flex;
}
.ddf {
  float: left;
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px #375C99 dashed;
  width: 415px;
}

.sroki_paket {
  position: absolute;
  display: inline-block;
  font-size: 18px;
	font-weight: bolder;
	top: 20px;
	left: 0;
}

ul.tabs li.active a span.srok_this {
position: absolute;
  text-align: right;
  font-size: 18px;
  text-align: center;
   color: #264476;
	font-weight: bolder;
	top: 24px;
    right: 7px;
}
ul.tabs li:hover > a span.srok_this {
position: absolute;
  text-align: right;
  font-size: 18px;
  text-align: center;
   color: #264476;
	font-weight: bolder;
	top: 24px;
    right: 7px;
}
.srok_this {
position: absolute;
  text-align: right;
  font-size: 18px;
  text-align: center;
   color: #FFF;
	font-weight: bolder;
	top: 24px;
    right: 7px;
}
.ddf1 {
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px dashed;
  width: 200px;
  text-align: left;
  line-height: 1.2;
}

#sdag1{
  background: url(images/select.png);
}

#sdag{
  background: url(images/select2.png);
}
.sagha {
  float: left;
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px #375C99 dashed;
  width: 415px;
  border-bottom: 1px #FFFFFF dashed;
  text-transform: uppercase;
  color: #B33945;
}
.fklgh {
  text-align: center;
  font-size: 18px;
  color: #375C99;
}

.l_left_text {
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 7px;
  padding-top: 7px;
  line-height: 1.2;
}

.l_left_textbb {
  margin: 0;
  width: auto;
  text-align: left;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-right: 10px;
  line-height: 1.2;
	vertical-align: bottom;
}

.l_left_textbbb {
  width: 135px; 
  margin: auto 0;	
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  vertical-align: bottom;
}

.l_left_textbbbb {
  width: auto; 
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: block;
  line-height: 1;
}

.l_left_textb {
  margin: auto;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.1right_bottom {
position: static;
display: block;
}



.innfo li {
  float: left;
  text-align: center;
  padding: 0px 10px;
}
ul.innfo {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #264476;
  display: flex;
  border: 3px solid #264476;
  border-radius: 10px 10px 0px 0px;
}

html ul.innfo li.innfo, html ul.innfo li.innfo a, html ul.innfo li.innfo a:hover {
  background: #264476;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  padding: 2px;
  border-top:none;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}

.knopka {
text-decoration: none;
color: #fff;
padding: 4px 16px;
background: #b23643;
font-size: 20px;
border-radius: 10px;
border-bottom: 3px solid #8d2832;
border-right: 3px solid #8d2832;
float: right;
}

.sdfj {
  width: 100%;
  float: left;
  min-height: 130px;
  background: #fff;
  border: 3px solid #264476;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
  margin-top: -3px;
}
.innfo li.active {
  background: #fff;
  color: #A0A0A0;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  padding: 2px;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}

.innfo li{
  background: #264476;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  padding: 2px;
  border-top:none;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}

.innfo  li:not(.active){
  border-right: ;
}

.innfo li.active a {
  text-decoration: none;
  color: #264476;
  display: block;
  outline: none;
  font-size: 16px;
  padding: 2px;
  font-weight: 600;
}
.innfo li  a {
  text-decoration: none;
  color: #fff;
  display: block;
  outline: none;
  font-size: 16px;
  padding: 2px;
}

.innfo_container h5 {
  color: #375C99;
  text-transform: uppercase;
  font-size: 17px;
width: 100%;
text-align: center;
margin: 0 auto;
	padding: 15px;
}

.innfo_container h4 {
  color: #375C99;
  text-transform: uppercase;
  font-size: 17px;
width: 100%;
text-align: center;
margin: 0 auto;
	padding: 15px;
}

ol li{
background-size: 0px 0px;
}

ol li:first-child{
background-size: 0px 0px;
}

ol li:last-child{
background-size: 0px 0px;
}

.inside_big {
position: relative;
display: table;
width: calc(100% - 15px);
border-top: 1px solid #375C99;
border-bottom: 1px solid #375C99;
margin-left: 15px;
margin-right: 15px;
}

.inside_left {
position: relative;
display: inline-block;
float: left;
margin-left: 25px;
}

.inside_right {
position: relative;
display: inline-block;
float: right;
margin-right: 25px;
background-image: url(/images/grom.png);
	background-position: left;
	background-repeat: no-repeat;
	background-position: left;
}

.innfo_container {
  border-top: none;
  clear: both;
  width: calc(100% - 20px);
  position: relative;
  text-align: left;
  background: #fff;
	padding-bottom: 10px;
	border-radius: 0 0 10px 10px;
}

.innfo_container table, td, tr{
	border: 1px solid #264476;
	margin: 0 auto;
	padding: 0px;
}

.innfo_container table {
width: calc(100% - 80px);
margin-left: 50px;
	margin: o auto;
	margin-bottom: 30px;
	margin-top: 15px;
}

.innfo_container p{
  color: #626262;
  font-size: 17px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;  
	padding-bottom: 10px;
  line-height: 1.2;
}

.innfo_container text {
  color: #626262;
  font-size: 17px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;  
	padding-bottom: 10px;
  line-height: 1.2;
text-indent: 10px;
}

.innfo_container li{
  color: #626262;
  font-size: 17px;
  text-align: left;
  margin-left: 40px;
  padding-top: 20px;
  line-height: 1.3;
  list-style-type: disc;
}

/*ol.no_line li{
 list-style-type: disc;
 padding: 0px;
 margin-left: 40px;
}

.no_line ol li{
 list-style-type: disc;
 padding: 0px;
 margin-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/

.innfo_container ol.algo li{
  background-size: 5px 100%;
  position: relative;
  display: -webkit-box;
  background-image: url(/images/line_line.png);
  background-repeat: repeat-y;
  background-position: 36px 0;
	padding-left: 20px;
	margin: 0;
	list-style-type: none;
}

.innfo_container ol.algo li:first-child {
  background-size: 5px 30px;
  background-repeat: repeat-y;
  background-position: 36px 32px;
  padding-top: 0px;
	padding-left: 20px;
	margin: 0;
	list-style-type: none;
	margin-top: 20px;
}

.innfo_container ol.algo li:last-child {
  background-repeat: no-repeat;
  background-size: 5px 30px;
  padding-bottom: 0px;
  margin-bottom: 20px;
	padding-left: 20px;
	margin: 0;
	list-style-type: none;
}

.poryadkovi_nomer{
	position: relative;
	display: inline-block;
	float: left;
    width: 30px;
	height: 24px;
	background-color: #375C99;
	border-radius: 19px;
	color: #fff;
	padding-top: 4px;
	font-weight: bolder;
	text-align: center;
	margin-top: -10px;
	border: 4px solid #fff;
}

.poryadkovi_nomer1{
	position: relative;
	display: inline-block;
	float: left;
    width: 30px;
	height: 24px;
	background-color: #375C99;
	border-radius: 19px;
	color: #fff;
	padding-top: 4px;
	font-weight: bolder;
	text-align: center;
	margin-top: -10px;
	margin-left: -32px;
	border: 4px solid #fff;
}

.opis_dov {
color: #8c8c8c;
font-size: 17px;
text-align: left;
padding-left: 15px;
padding-right: 15px;  
padding-top: 10px;
line-height: 1;
text-indent: 10px;
width: 50%;
	margin: auto 0;
}

.algoritm {
width: 38px;
min-height: 100%;
display: inline-block;
float: left;
}

.belayev p {
color: #626262;
font-size: 17px;
text-align: left;
padding-left: 15px;
padding-right: 15px;  
padding-bottom: 10px;
line-height: 1.2;
text-indent: 10px;
}

.belayev ol {
padding-top: 5px;
padding-bottom: 15px;
}

.belayev li {
color: #626262;
font-size: 17px;
text-align: left;
margin-left: 30px;
margin-right: 15px;  
padding-bottom: 5px;
line-height: 1.2;
list-style-type: disc;
}

.enter_text {
position: relative;
display: inline-block;
width: calc(100% - 50px);
text-indent: 10px;
}

.enter_text1 {
position: relative;
display: inline-block;
width: 485px;
text-indent: 10px;
font-size: 18px;
color: #b33945;
}

.enter_text3{
position: relative;
display: inline-block;
width: auto;
font-size: 18px;
color: #375b99;
vertical-align: top;
padding-left: 15px;
}

.enter_text6{
position: relative;
display: inline-block;
width: auto;
font-size: 18px;
color: #375b99;
vertical-align: top;
padding-left: 15px;
}

.enter_textn{
position: relative;
display: block;
width: auto;
font-size: 18px;
color: #375b99;
vertical-align: top;
padding-left: 15px;
width: 200px;
display: table-cell;
}

.middle_en_text {
position: relative;
display: inline-block;
width: 485px;
text-indent: 10px;
font-size: 17px;
color: #8c8c8c;
}

.middle_en_textn {
position: relative;
display: block;
text-indent: 15px;
font-size: 14px;
color: #8c8c8c;
width: 100%;
}

.doverie {
	position: table;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #5271a7;
	width: calc(100% - 15px);
	margin-left: 15px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
}

.doverie_all {
	display: inline-block;
	margin: auto 0;
	padding-left: 20px;
	width: 25%;
}

.doverie:first-of-type {
    border-top: 0px;
	padding-top: 10px;
}

.iconnnnn {
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 20px;
	text-align: center;
	margin: auto 0;
}

.iconnnn {
max-width: 180px;
}

.doverie_all {
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
	text-align: left;
}

.innfo_container .reg_doc li {
min-height: 50px;
	list-style-type: none;
	padding-left: 32px;
}

.innfo_container .reg_doc li:first-child{
background-image: url(/images/grom.png);
background-position: left bottom;
background-repeat: no-repeat;
background-size:  10px 17px;
background-position: 14px 100%;
}

.innfo_container .reg_doc li:last-child{
background-image: none;
background-position: none;
background-repeat: no-repeat;
background-position: none;
}

.innfo_container .reg_doc li{
background-image: url(/images/grom.png);
background-position: left bottom;
background-repeat: no-repeat;
background-size:  10px 17px;
background-position: 14px 100%;
}

.separator {
	position: relative;
	display:  inline-block;
	float: left;
    height: 100%;
    width: 4px;
    border-left: 1px solid #b23643;
    border-right: 1px solid #b23643;
}

.innfo_container span{
  color: #375C99;
  text-transform: uppercase;
  font-size: 18px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.innfo_container h2{
  color: #375C99;
  text-transform: uppercase;
  font-size: 18px;
	padding-left: 15px;
  padding-top: 20px;
  line-height: 1;
}

.belayev h2, .belayev h3{
  color: #375C99;
  text-transform: uppercase;
  font-size: 18px;
	padding-left: 15px;
  padding-top: 20px;
  line-height: 1;
}

.innfo_container h3{
  color: #375C99;
  text-transform: uppercase;
  font-size: 18px;
	padding-left: 15px;
  padding-top: 20px;
  line-height: 1;
}

.info_content {
text-align: left;
width: 100%;
position: relative;
}

.fishka_img {
position: relative;
display: block;
margin: auto;
}


.flor h3 {
  color: #375C99;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}
.coment {
  width: 100%;
  min-height: 170px;
}
.coment_one {
width: 700px;
min-height: 50px;
position: relative;
display: block;
vertical-align: top;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #000;
float: left;
}

.coment_two {
width: 635px;
height: 50px;
float: left;
position: relative;
display: block;
vertical-align: top;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #000;
}

.coment_text {
position: static;
display: block;
color: #626262;
padding-left: 20px;
}

.avatar_small {
position: relative;
width: 50px;
height: 50px;
display: inline-block;
border: 2px solid #375C99;
border-radius: 5px;
vertical-align: middle;
}

.mape {
  width: 100%;
  min-width: 1030px;
  min-height: 600px;
  background: url(images/mape.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: 102% auto;
  -webkit-background-size: 100% auto;
  -khtml-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.footer_main {
  background: #375c99;
  width: 100%;
  min-height: 200px;
  position: relative;
}
.footer_footer
{
background:#264476;
width: 100%;
min-height: 100px;
position: relative;
}

#ss{
  width: 25px;
  height: 25px;
  margin: 2px;
  background-image: url(images/img/socset.png);
  float: left;
}

.vk{}
.fb{  background-position: -30px 0px;}
.tv{  background-position: -60px 0px;}
.gg{  background-position: -90px 0px;}
.dsdd {
  width: 116px;
  display: inline-block;
}

ul.fer 
{
  position: relative;
  width: 100%;
  margin: auto;
  display: table;
}
ul.fer li
{
  display: table-cell;
}
.fffd {
  min-height: 60px;
  padding-top: 20px;
}
.dfdss {
  color: #fff;
  float: left;
  margin: 18px 8px;
}
.year {
  color: #fff;
  float: left;
  margin: 10px 0px;
}
#iiimg
{
  width: 30px;
  height: 30px;
  margin: 2px;
  background-image: url(images/img/footer.png);
  float: left;
}
.sssd {
  color: #fff;
  float: left;
  margin: 17px 5px;
  
}

.sssd a{
text-decoration: none;
	color: #fff;
}
.add
{
  background-position: 8px 0px;
    margin-top: 10px !important;
}
.time {
  background-position: -22px 0px;
  margin-top: 10px !important;
}
.maill
{
  background-position: -83px 0px;
    margin-top: 10px !important;
}










.squaredFour1 {
  width: 18px;
  margin: 0px auto;
  margin-right: 10px;
  position: relative;
}
.squaredFour1 label {
  cursor: pointer;
  position: absolute;
  top: 0;
  border-radius: 4px;
  background: url(images/select1.png);
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.squaredFour1 label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(images/select.png);
}

.squaredFour1 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour1 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squaredFour2 {
  width: 18px;
  margin: 0px auto;
  margin-right: 10px;
  position: relative;
}
.squaredFour2 label {
  cursor: pointer;
  position: absolute;
  top: 0;
  border-radius: 4px;
  background: url(images/select1.png);
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.squaredFour2 label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(images/select.png);
}

.squaredFour2 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour2 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squaredFour3 {
  width: 18px;
  margin: 0px auto;
  margin-right: 10px;
  position: relative;
}
.squaredFour3 label {
  cursor: pointer;
  position: absolute;
  top: 0;
  border-radius: 4px;
  background: url(images/select1.png);
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.squaredFour3 label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(images/select.png);
}

.squaredFour3 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour3 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.squaredFour4 {
  width: 18px;
  margin: 0px auto;
  margin-right: 10px;
  position: relative;
}
.squaredFour4 label {
  cursor: pointer;
  position: absolute;
  top: 0;
  border-radius: 4px;
  background: url(images/select1.png);
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.squaredFour4 label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(images/select.png);
}

.squaredFour4 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour4 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#cvd {
  color: #626262;
  font-size: 18px;
  text-align: center;
}

#cvd1 {
  color: #626262;
  font-size: 15px;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  line-height: 1.3;
}

.cvd3 {
  display: inline-block;
  color: #375C99;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  padding-top: 0px;
  line-height: 1.3;
  vertical-align: top;
}

.cvd4 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 1.3;
}

#cvd2 {
  color: #626262;
  font-size: 17px;
  text-align: center;
  padding-left: 20px;
  padding-top: 20px;
  line-height: 1.3;
}


#cvd2 font {
  color: #375C99;
  text-transform: uppercase;
  font-size: 18px;
}

#cvd1 font {
  color: #375C99;
  text-transform: uppercase;
  font-size: 18px;
}

#cvd font {
  color: #375C99;
  text-transform: uppercase;
}

p.dshgh {
  text-align: center;
  color: #fff;
  width: 100%;
}
a.vdbdf {
  background: #375c99;
  display: -webkit-inline-box;
  padding: 5px 20px;
	width: 100px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #264476;
  border-right: 3px solid #264476;
  float: right;
}
a.vdbdf:hover {
  background: #4167A6;
  display: -webkit-inline-box;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 3px solid #264476;
  border-right: 3px solid #264476;
  float: right;
}
a.vdbdf2 {
  text-decoration: none;
  color: #fff;
  padding: 8px 22px;
  background: #b23643;
  font-size: 26px;
  border-radius: 10px;
  border-bottom: 3px solid #8d2832;
  border-right: 3px solid #8d2832;
  float: right;
  margin-left: 5px;
}
a.vdbdf3000 {
  text-decoration: none;
  color: #fff;
  padding: 4px 16px;
  background: #b23643;
  font-size: 20px;
  border-radius: 10px;
  border-bottom: 3px solid #8d2832;
  border-right: 3px solid #8d2832;
  margin: 0 auto;
  margin-top: 15px;
}

a.vdbdf3000:hover {
   text-decoration: none;
  color: #fff;
  padding: 4px 16px;
  background: #BB3C4A;
  font-size: 20px;
  border-radius: 10px;
  border-bottom: 3px solid #8d2832;
  border-right: 3px solid #8d2832;
  margin: 0 auto;
  margin-top: 15px;
}

a.vdbdf2:hover {
   text-decoration: none;
  color: #fff;
  padding: 8px 22px;
  background: #BB3C4A;
  font-size: 26px;
  border-radius: 10px;
  border-bottom: 3px solid #8d2832;
  border-right: 3px solid #8d2832;
  float: right;
  margin-left: 5px;
}


.rozdelitel {
  width: 100%;
  min-height: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #375C99;
  border-top: 1px solid #375C99;
}


/* Modal -----------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -348px auto 0;
	min-width: 1000px;
	height: 348px;
	background: #BFF08E;
	position: relative;
}

.selector {
color: #375C99;
}

.selector:hover {
color: #b33945;
}

.selector:active {
color: #b33945;
}

@media screen and (max-device-width: 500px){
	html {
	width: 100%;
	overflow-y: scroll;
	}
	body {
	width: 100%;
	margin: 0;
	}
	content {
	margin: 0;
	width: 100%;
	}
}

/* DOP ---------------------------------------------------------------------------------*/
.uslugi_text {
display: block;
position: static;
text-transform: uppercase;
color: #375c99;
text-decoration: none;
font-size: 40px;
text-align: center;
padding-top: 30px;
}

.men_small {
	width: 170px;
	height: 170px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	display: inline-block;
}

.mens {
position: static;
display: block;
text-align: center;
}

.mens li{
display: inline-block;
}

.men_small h4 {
  color: #555;
  text-align: center;
  font-size: 17px;
  height: 50px;
  padding-top: 15px;
}
.men_small h3 {
  color: #375C99;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.acaunt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #375C99 dotted;
}

.avatar {
  width: 150px;
  height: 150px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
}

.avatar1 {
  width: 170px;
  height: 170px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
}

.good_job {
  width: 100%;
  color: #555;
  text-align: left;
  font-size: 16px;
}

.j_text{
  padding-top: 20px;
}

.j_text p{
  text-indent: 20px;
	text-align: justify;
}

.avatar {
  width: 150px;
  height: 150px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
}

.avatar_on {
  width: 170px;
  height: 170px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
}

.men_small {
	width: 170px;
	height: 170px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	display: inline-block;
}

.mens {
position: static;
display: block;
text-align: center;
}

.mens li{
display: inline-block;
}

.men_one {
  width: 100%;
  height: 290px;
  border: 3px solid #375C99;
  border-radius: 10px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.men_one h4 {
  font-size: 16px;
}

.men_one h3 {
  font-size: 19px;
}

.men_text {
	position: relative;
	display: inline-block;
	float: right;
	width: 730px;
	text-align: left;
}

.men_text h4 {
  color: #555;
  text-align: left;
  font-size: 16px;
}

.men_text h3 {
  color: #375C99;
  text-align: left;
  font-size: 17px;
  padding-top: 28px;
  padding-bottom: 20px;
}

/* ------------------------*/
.ac_img {
position: relative;
width:100%;
height: 100%;
background-image: url(images/akciin.png);
background-size: contain;
background-repeat: no-repeat;
}

.kvadro {
width: 110px;
height: 110px;
position: relative;
display: table;
border: 3px solid #375C99;
border-radius: 10px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 35px;
line-height: 0.5;
text-align: left;
background-color: #fff;
background-image: url(images/akciin.png);
background-size: contain;
background-repeat: no-repeat;
}

.kvadro:hover{
width: 110px;
height: 110px;
position: relative;
display: table;
border: 3px solid #375C99;
border-radius: 10px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 35px;
line-height: 0.5;
text-align: left;
background-color: #375C99;
background-image: url(images/akcii.png);
background-size: contain;
background-repeat: no-repeat;
}
.sos {
  position: relative;
  left: -16px;
  
}