body{
    font-size: 16px;
    background: #f2f8ff;
    color: #000;
    font-family: 'ProximaNova-Regular', sans-serif;
    position: relative;
}

a{
	color: #3e1d00;
}

a:hover{
	color: #a54d00;
}

#section1{
	display: none;;
	height: 2px !important;
	padding: 0px;
	margin: 0px;
	background: #dd3c2e;
	position: relative;
	width: 100%;
}


/*navbar*/

.affix{
      top:0;
      width: 100%;
      z-index: 1000 !important;
}

@media (max-width: 1000px) {
    .affix {
        position: static;
    }
}

.navbar {
      margin-bottom: 0px;
      background: #ffffff;
      text-align: justify;
      border: none;
      border-radius: 0;
      padding-top: 15px;
      padding-bottom: 5px;
      border-top: 3px solid #dd3c2e;
}

.navbar .navbar-brand{
	width: 100%;
	max-width: 26%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #000 !important;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding-top: 7px;
}

@media screen and (max-width: 992px) {
	.navbar .navbar-brand{
		display: block;
		width: 50%;
		max-width: none;
		padding: 0px;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	.navbar .navbar-brand{
		display: block;
		width: 100%;
		max-width: none;
		padding: 2px 0px 0px 0px;
		float: left;
	}
}

.navbar .navbar-brand:hover{
	color: #e05245;
}

.navbar .navbar-brand:active{
	color: #e05245;
}

.navbar .navbar-brand img{
	width: 40px;
	display: inline-block;
	margin-top: -12px;
}

.affix ~ .container-fluid {
     position: relative;
     top: 50px;
}

.navbar .navbar-collapse ul{
	width: 100%;
	max-width: 47%;
	text-align: center;
	float:  left;
	margin: 0px;
	padding-top: 10px;
}

@media screen and (max-width: 992px) {
	.navbar .navbar-collapse ul{
		display: none;
	}
}

.navbar .container{
	text-align: center;
}

.navbar .container .inline-block{
	display: block;
	text-align: center;
	padding:  0px;
}


.navbar .container .collapse.navbar-collapse{
	padding: 0px;
}

@media screen and (max-width: 767px) {
	.navbar .container .collapse.navbar-collapse{
		display: block;
		visibility: inherit;
		border: none;
	}
}

.navbar .container .collapse.navbar-collapse h1{
	padding: 0px;
	margin: 0px;
}

.navbar .navbar-collapse ul li{
	display: inline-block;
	float: none;
	margin: 0px;
	padding: 0px;
}

.navbar .navbar-collapse ul li.menu-section1.active a{
	/*background: #3c1bff;*/
	background: none;
	color: #000;
}

.navbar .navbar-collapse ul li a{
	color: #0e0000 !important;
	/*text-shadow: 1px 1px 1px #ff5407;*/
	font-size: 16px;
	margin: 0px;
	padding: 15px 7px 15px 7px;
	text-transform:  uppercase;
}

.navbar .navbar-collapse ul li a:hover,
.navbar .navbar-collapse ul li.menu-section1.active a:hover{
	/*background: #dd3c2e;*/
	color: #fff;

	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }

  @-webkit-keyframes pulse{
  	0% {
  		-webkit-transform: scale3d(1, 1, 1);
  		transform: scale3d(1, 1, 1);
  		}
  		50% {
  			-webkit-transform: scale3d(1.05, 1.05, 1.05);
  			transform: scale3d(1.05, 1.05, 1.05);
  			}
  			100% {
  				-webkit-transform: scale3d(1, 1, 1);
  				transform: scale3d(1, 1, 1);
  				}
  				}
  				@keyframes pulse {
  					0% {
  						-webkit-transform: scale3d(1, 1, 1);
  						transform: scale3d(1, 1, 1);
  						}
  						50% {
  							-webkit-transform: scale3d(1.05, 1.05, 1.05);
  							transform: scale3d(1.05, 1.05, 1.05);
  							}
  							100% {
  								-webkit-transform: scale3d(1, 1, 1);
  								transform: scale3d(1, 1, 1);
  								}
  								} 

.navbar .navbar-collapse ul li.active a{
	/*background: #dd3c2e;*/
	background: none !important;
	color: #000 !important;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

	@-webkit-keyframes pulse{
		0% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			}
			50% {
				-webkit-transform: scale3d(1.05, 1.05, 1.05);
				transform: scale3d(1.05, 1.05, 1.05);
				}
				100% {
					-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1);
					}
					}
					@keyframes pulse {
						0% {
							-webkit-transform: scale3d(1, 1, 1);
							transform: scale3d(1, 1, 1);
							}
							50% {
								-webkit-transform: scale3d(1.05, 1.05, 1.05);
								transform: scale3d(1.05, 1.05, 1.05);
								}
								100% {
									-webkit-transform: scale3d(1, 1, 1);
									transform: scale3d(1, 1, 1);
									}
									}


.navbar .navbar-text{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 28%;
	padding: 8px 0px 17px 39px;
	margin: 0px;
	float:  left;
}

@media screen and (max-width: 992px) {
	.navbar .navbar-text{
		display: block;
		width: 50%;
		max-width: none;
		padding: 3px 0px 0px 0px;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	.navbar .navbar-text{
		display: block;
		width: 100%;
		max-width: none;
		padding: 13px 0px 13px 0px;
		float: left;
	}
}

.navbar .navbar-text img{
	width: 40px;
}

.navbar .navbar-text a{
	color: #000;
	pointer-events: auto !important;
}

.navbar .navbar-text a:hover{
	color: #444;
}

.navbar .navbar-text .text2{
	display: inline-block;
	font-size: 16px;
	margin-top: 5px;
}

.navbar .navbar-text .text2 img{
	width: 25px;
	margin-right: 5px;
}


/*bg-banner*/

.bg-banner{
	background: url(/images/site-system/bg-banner.jpg) no-repeat center top;
	background-size: 100% 100%;
	z-index: 0;
	position: relative;

}

.bg-banner .container{
	background: rgba(255, 255, 255, 0.2);
	width: 100%;	
	height: 100%;
	min-height: 500px;	
	max-height: 700px;
}

.bg-banner .container .row{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.bg-banner .container .row .block-banner-1{
	padding-top: 70px;
	padding-bottom: 130px;
}

@media screen and (max-width: 992px) {
	.bg-banner .container .row .block-banner-1{
		padding: 0px;
		text-align: center;
		
	}
}

.bg-banner .container .row .block-banner-1 h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 60px;
	text-shadow: 2px 2px 0px #000000;
	color: #ffffff;
	line-height: 65px;
	letter-spacing: 3px;
}

@media screen and (max-width: 600px) {
	.bg-banner .container .row .block-banner-1 h2{
		font-size: 40px;
		line-height: 55px;		
	}
}

.bg-banner .container .row .block-banner-1 h2 span{
	color: #db2c1d;
}

.bg-banner .container .row .block-banner-1 p{
	font-size: 30px;
	font-weight: bold;
	color: #5f6075;
	line-height: 45px;
	/* text-shadow: 2px 2px 0px #000000; */
}

@media screen and (max-width: 600px) {
	.bg-banner .container .row .block-banner-1 p{
		font-size: 25px;
		
	}
}

.bg-banner .container .row .block-banner-1 p span{
	background: #db2c1d;
	padding: 5px 20px 5px 20px;
	border-radius: 0px 50px 0px 50px;
	color:  #fff;
	display:  inline-block;
}


.bg-banner .container .slide-text .banner-row .block-banner-1{
	text-align: left;
	font-size: 39px;
	font-weight: bold;
	padding-top: 70px;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #000;
}

.bg-banner .container .row .block-banner-2{
	text-align: right;
	padding-top: 20px;
}

@media screen and (max-width: 992px) {
	.bg-banner .container .row .block-banner-2{
		padding: 0px;
		text-align: center;
}
}

.bg-banner .container .row .block-banner-2 img{
	width: 450px;
}

@media screen and (max-width: 600px) {
	.bg-banner .container .row .block-banner-2 img{
		width: 300px;
}
}


/*banner-form*/

.bg-banner-form{
	top: -85px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.bg-banner-form .container{
	background: #fff;
	width: 100%;
	max-width: 950px;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	text-align: center;
	padding: 30px 20px 40px 20px;
	box-shadow: 0px 5px 38px #565555;
	background: #fbfeff;
	line-height: 40px;
}

@media screen and (max-width: 992px) {
	.bg-banner-form{
		padding: 0px;
		text-align: center;
		margin: 0px;
		top: 0px;
}

.bg-banner-form .container{
	width: 100%;
	max-width: none;
}

}

.bg-banner-form .container .row .banner-form h3{
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 0px 0px 0px #252525;
	line-height: 35px;
}

.bg-banner-form .container .row .banner-form h3 span{
	display: inline-block;
}

.bg-banner-form .container .row .banner-form h3 span a{
	color: #000;
}

.bg-banner-form .container .row .banner-form h3 span a:hover{
	color: #444;
}

.bg-banner-form .container .row .banner-form p{
	font-size: 18px;
}

@media screen and (max-width: 600px) {
	.bg-banner-form .container .row .banner-form p{
	font-size: 18px;
	line-height: 20px;
}
}

.bg-banner-form .container form p{
	display: inline-block;
}

.bg-banner-form .container form input{
	border: 2px solid #bbbbbb;
	padding: 5px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 30px;
	background: #eee;
}

.bg-banner-form .container input[type="submit"]{
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #bbbbbb;
	background: #db2c1d;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

.bg-banner-form .container input[type="submit"]:hover{	
	border: 2px solid #000000;
	background: #5f6075;
}


/*bg-willing-to-offer*/

.bg-willing-to-offer{
	padding-top: 100px;
}

.bg-willing-to-offer h3{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 70px;
}

.bg-willing-to-offer .container .row .willing-to-offer{
	text-align: center;
}

.bg-willing-to-offer .container .row .willing-to-offer{
	padding-top: 100px;
}

.bg-willing-to-offer .container .row .div-willing-to-offer{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px #cbdaea;
	min-height: 460px;
}

@media only screen and (max-device-width: 992px) {
	
	.bg-willing-to-offer .container .row .div-willing-to-offer{
		min-height: 420px;
}
}

.bg-willing-to-offer .container .row .div-willing-to-offer img{
	margin-top: -100px;
	margin-bottom: 10px;
}

@media only screen and (max-device-width: 1200px) {
	
	.bg-willing-to-offer .container .row .div-willing-to-offer img{
		width: 100%;
}
}

@media only screen and (max-device-width: 992px) {
	
	.bg-willing-to-offer .container .row .div-willing-to-offer img{
		width: 170px;
}
}

.bg-willing-to-offer .container .row .div-willing-to-offer h5{
	font-weight: bold;
	font-size: 20px;
	min-height: 45px;

}

.bg-willing-to-offer .container .row .div-willing-to-offer p{
	min-height: 120px;
}

.bg-willing-to-offer .container .row .willing-1 .div-willing-to-offer span{
	text-align: center;
	display: block;
	color: #db2c1d;	
	font-size: 25px;
	font-family: impact;
	line-height: 25px;
	min-height: 26px;
}

.bg-willing-to-offer .container .row .willing-4 .div-willing-to-offer span{
	text-align: center;
	display: block;
	color: #db2c1d;	
	font-size: 25px;
	font-family: impact;
	line-height: 25px;
	min-height: 51px;
}

.bg-willing-to-offer .container .row .willing-2 .div-willing-to-offer span,
.bg-willing-to-offer .container .row .willing-3 .div-willing-to-offer span{
	text-align: left;
	display: block;
	color: #db2c1d;	
	font-size: 25px;
	font-family: impact;
	line-height: 25px;
}

.bg-willing-to-offer .container .row .willing-2 .div-willing-to-offer span del,
.bg-willing-to-offer .container .row .willing-3 .div-willing-to-offer span del{
	color: #5f6075;
	font-size: 20px;
}

.bg-willing-to-offer .container .row .willing-2 .div-willing-to-offer img.flag-sale,
.bg-willing-to-offer .container .row .willing-3 .div-willing-to-offer img.flag-sale{
	width: 80px;
	margin: -17px -25px 0px 0px;
	float: right;
}

.bg-willing-to-offer .container .row .div-willing-to-offer a{
	padding: 5px 25px 5px 25px;
	border-radius: 5px;
	border: 2px solid #bbbbbb;
	background: #db2c1d;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000;
	display: block;
	width: 80%;
	margin: 15px auto 0 auto;
}



.bg-willing-to-offer .container .row .willing-to-offer-12{
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 992px) {
	.bg-willing-to-offer .container .row .willing-to-offer-12{
		padding-left: 15px;
		padding-right: 15px;
}
}



.test-quiz{
	padding-top: 30px;
	padding-bottom: 70px;
	text-align: center;
}

.test-quiz h2{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

.test-quiz .marquiz__container > img{
	width: 200px;
	position: relative;
	margin-left: -750px;
}

.test-quiz a{
	padding: 15px 25px 15px 25px;
	border-radius: 5px;
	border: 2px solid #bbbbbb;
	background: #db2c1d;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: -48px auto 0 auto;

}




.bg-willing-to-offer .container .row .div-willing-to-offer-12{
	padding-left: 13px;
	padding-right: 13px;
}

.bg-willing-to-offer .container .row .div-willing-to-offer-12 .willing-to-offer-12-2{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px #cbdaea;	
}

.bg-willing-to-offer .container .row .div-willing-to-offer-12 img{
	width: 150px;
}

.bg-willing-to-offer .container .row .div-willing-to-offer-12 .willing-to-offer-12-1,
.bg-willing-to-offer .container .row .div-willing-to-offer-12 .willing-to-offer-12-3{
	text-align: center;
}


.bg-willing-to-offer .container .row .div-willing-to-offer-12 .willing-to-offer-12-2 ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.bg-willing-to-offer .container .row .div-willing-to-offer-12 .willing-to-offer-12-2 ul li{
	font-size: 18px;
	line-height: 30px;
	text-shadow: 0px 0px 0px #000;
	color: #42424e;
	text-align: left;
}

.modal-willing-to-offer{
	padding: 20px;
	font-size: 20px;
	text-align: center;
}

.modal-willing-to-offer span{
	color: #db2c1d;	
	font-size: 23px;
	font-family: impact;
	line-height: 25px;
}

.modal-willing-to-offer del{
	color: #5f6075;
	font-size: 22px;
	font-family: impact;
}


/*bg-about-me*/

.bg-about-me{
	/* padding-top: 100px; */
	padding-bottom: 100px;
}

.bg-about-me h4{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 70px;
	padding-top:  100px;
}

.bg-about-me .container .row.top,
.bg-about-me .container .row.middle{
	font-size: 20px;
	line-height: 35px;
}

.bg-about-me .container .about-me-top-1{
	padding: 10px 10px 0px 10px;
}

.bg-about-me .container .about-me-top-1 > div{
	background: url(/images/site-system/about-me-top-1.jpg) no-repeat center bottom;
	background-size: auto 100%;
	padding-top: 340px;
	padding-bottom: 332px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #d1dfef;
}

@media screen and (max-width: 1200px) {
	.bg-about-me .container .about-me-top-1 > div{
		padding-top: 400px;
		padding-bottom: 420px;
}
}

@media screen and (max-width: 992px) {
	.bg-about-me .container .about-me-top-1 > div{
		padding-top: 150px;
		background-size:  100% auto;
		background-position: bottom;
}
}

@media screen and (max-width: 550px) {
	.bg-about-me .container .about-me-top-1 > div{
		padding-top: 50px;
		background-size:  100% auto;
		background-position: bottom;
}
}

@media screen and (max-width: 450px) {
	.bg-about-me .container .about-me-top-1 > div{
		padding-top: 0px;
		padding-bottom: 320px;
		background-size:  100% auto;
		background-position: bottom;
}
}

.bg-about-me .container .about-me-top-1 img{
	width: 100%;
	max-width: 370px;
}

.bg-about-me .container .about-me-top-2 > div{
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	color: #000;
	text-shadow: 0px 0px 0px #000;
	font-size: 22px;
	box-shadow: 0px 0px 10px #5e888d;
}

.bg-about-me .container .about-me-top-2 > div a{
	background: #dd3c2e;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	box-shadow: 0px 3px 0px #b02f23;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 2px solid #c7392c;	
	text-align: center;
}

@media screen and (max-width: 992px) {
	.bg-about-me .container .about-me-top-2 > div a{
		display: block;
}
}

.bg-about-me .container .about-me-top-2 > div a:hover{
	background: #5f6075;
	box-shadow: 0px 3px 0px #444454;
	text-decoration: none;
	border: 2px solid #606175;
}


.bg-about-me .container .about-me-middle-2 > div{
	background: #5e888d;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
	font-size: 22px;
	box-shadow: 0px 0px 10px #5e888d;
}

.bg-about-me .container .about-me-middle-3 > div{
	background: #5f6075;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
	font-size: 22px;
	box-shadow: 0px 0px 10px #534843;
}

.bg-about-me .container .about-me-middle-3 > div strong{
	background: #dd3c2e;
	padding: 3px 10px 3px 10px;
	text-shadow: 1px 1px 0px #000;
}

.bg-about-me .container .about-me-top-2,
.bg-about-me .container .about-me-middle-2,
.bg-about-me .container .about-me-middle-3,
.bg-about-me .container .about-me-bottom-1{
	padding: 10px 10px 10px 10px;
}

.bg-about-me .container .about-me-bottom-1 > div{
	background: #bccf21;
	padding: 15px;
	border-radius: 10px;
	color: #000;
	text-shadow: 0px 0px 0px #000;
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #728a0e;
}

.bg-about-me .container .about-me-bottom-1:hover > div{
	background: #5c6636;
	color: #c9c6c6;
	box-shadow: 0px 0px 10px #000000;
	text-decoration: none;
}

.bg-about-me .container .about-me-bottom-1:hover{
	text-decoration: none;
}



.test-quiz-2{
	padding-top: 80px;
	padding-bottom: 00px;
	text-align: center;
}

.test-quiz-2 .marquiz__container > img{
	width: 200px;
	position: relative;
	margin-left: -750px;
}

.test-quiz-2 a{
	padding: 15px 25px 15px 25px;
	border-radius: 5px;
	border: 2px solid #bbbbbb;
	background: #db2c1d;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: -55px auto 0 auto;

}



.bg-about-me .container .row.middle-2{
	padding-bottom: 60px;
}

.bg-about-me .container .row.middle-2 .about-me-middle-2-1,
.bg-about-me .container .row.middle-2 .about-me-middle-2-2,
.bg-about-me .container .row.middle-2 .about-me-middle-2-3{
	text-align: center;
}

.bg-about-me .container .row.middle-2 .about-me-middle-2-1 h5,
.bg-about-me .container .row.middle-2 .about-me-middle-2-2 h5,
.bg-about-me .container .row.middle-2 .about-me-middle-2-3 h5{
	font-size: 20px;
	font-weight: bold;
}

.bg-about-me .container .row.middle-2 .about-me-middle-2-1 img,
.bg-about-me .container .row.middle-2 .about-me-middle-2-2 img,
.bg-about-me .container .row.middle-2 .about-me-middle-2-3 img{
	width: 100%;
}

.bg-about-me .container .row.middle-2 .about-me-middle-2-1 span,
.bg-about-me .container .row.middle-2 .about-me-middle-2-2 span,
.bg-about-me .container .row.middle-2 .about-me-middle-2-3 span{
	font-size: 20px;
	text-transform: uppercase;
}


/*about-me-2*/

.bg-about-me-2 .container .row .about-me-2-1{
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

.bg-about-me-2 .container .row a{
	color: #fff;
	border: 2px solid #fff;
	padding: 8px;
	border-radius: 10px;
	display: inline-block;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 0px 0px 1px #000;
}

.bg-about-me-2 .container .row h5{
	font-size: 27px;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: -1px;
	margin-bottom: 30px;
	/* text-shadow: 1px 1px 1px #000; */
}

.bg-about-me-2 .container .row h5 span{
	/* font-weight: bold; */
	font-size: 50px;
	font-family: impact;
	/* text-shadow: 1px 1px 1px #000; */
}

.bg-about-me-2 .container .row .about-me-2-1 > div{
	margin-top: 5px;
	margin-bottom: 10px;
}

.bg-about-me-2 .container .row .about-me-2-2 > div{
	margin-top: 10px;
	margin-bottom: 15px;
}

.bg-about-me-2 .container .row .about-me-2-1 .about-me-2-1-1{
	background: #5e888d;
	padding: 25px 35px 45px 35px;
	border-radius: 10px;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
	font-size: 22px;
	box-shadow: 0px 0px 10px #5e888d;
	margin: 0px 0px 20px 0px;
}

.bg-about-me-2 .container .row .about-me-2-1 .about-me-2-1-2{
    background: #bccf21;
	padding: 25px 35px 45px 35px;
	border-radius: 10px;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
	font-size: 22px;
	box-shadow: 0px 0px 10px #728a0e;
}

.bg-about-me-2 .container .row .about-me-2-2{
	padding: 10px;
}

.bg-about-me-2 .container .row .about-me-2-2 .about-me-2-2-1{
	background: #5f6075;
	padding: 229px 35px 216px 36px;
	border-radius: 10px;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
	font-size: 22px;
	box-shadow: 0px 0px 10px #534843;
	margin:  0px;
}


/*bg-comment*/

.bg-comment{
	/* padding-top: 100px; */
	padding-bottom: 25px;
}

.bg-comment .container h4{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 50px;
}

.bg-comment #comments-slider {
	margin: 0px auto;
	width: 100%;
	color:#000000;
}

.bg-comment .quote {
	background: #e8e8e8;
	padding: 15px 20px 0px 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.bg-comment .quote:after {
 content: '';
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 20px 18px 0 18px;
 border-color: #f0f0f0 transparent transparent transparent;
 position: relative;
 top: 37px;
 left: 20px;
}
.bg-comment .persona {
 margin-left: 25px;
 margin-bottom: 25px;
}

.bg-comment .persona .photo {
 background-color: #ccc;
 border-radius: 100px;
 width: 60px;
 height: 60px;
 float: left;
 margin-right: 10px;
}

.bg-comment .persona p {
 position: relative;
 top: 5px;
 text-transform: uppercase;
}

.bg-comment .persona p:nth-child(2) {
 font-size: 16px;
 font-weight: 600;
 margin-bottom: 0;
}
.bg-comment .persona p:nth-child(3) {
 font-size: 14px;
 color: #777;
}

.bg-comment .persona a{
	color: #dd3c2e;
	font-weight: bold;
}


.bg-comment .owl-item .well{
	background: #fff
}

.bg-comment .owl-item .well .quote{
	font-size: 18px;
	background: #f0f0f0;
	box-shadow: 0px 0px 20px #c1cddc;
}





/*bg-top-footer*/

.bg-top-footer{
	background: url(/images/site-system/footer-top.jpg);
	background-size: auto 100%;
	background-position: bottom;
	background-repeat-y:  no-repeat;
}

.bg-top-footer .container{
	padding-top: 130px;
	padding-bottom: 130px;
}

.bg-top-footer .container .row > div > div{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #777;
	text-align: center;
	padding-left: 10px;
	padding-right: 43px;
}

.bg-top-footer .container .row > div > div h5{
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 0px 0px 0px #252525;
	line-height: 35px;
}

.bg-top-footer .container .row > div > div p{
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

.bg-top-footer .container .row > div > div p > a{
	color: #000;
}

.bg-top-footer .container .row > div > div p > a:hover{
	color: #444;
}

.bg-top-footer .container .row > div > div input{
	border: 2px solid #bbbbbb;
	padding: 5px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 30px;
	background: #eee;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.bg-top-footer .container .row > div > div select{
	border: 2px solid #bbbbbb;
	padding: 9px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 30px;
	background: #eee;
	width: 100%;
	color: #757575;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bg-top-footer .container .row > div > div .time{
}

.bg-top-footer .container .row > div > div .time > p{
	width: 100%;
	text-align: right;
}

.bg-top-footer .container .row > div > div .time label{
	display: inline-block;
	color: #757575;
	padding-top: 10px;
	padding-left: 10px;
}

.bg-top-footer .container .row > div > div .time select{
	border: 2px solid #bbbbbb;
	padding: 9px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: -10px;
	line-height: 30px;
	background: #eee;
	width: 90px;
	color: #757575;
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 5px;
}


.bg-top-footer .container .row > div > div input[type="submit"]{
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	margin-top: 10px;
	border: 2px solid #bbbbbb;
	background: #db2c1d;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
}

.bg-top-footer .container .row > div > div input[type="submit"]:hover{	
	border: 2px solid #000000;
	background: #5f6075;
}




/*footer*/

footer{
	background: #131313;
    width: 100%;
    border-top: 10px solid #323232;
}

footer .container.top{
	padding-top: 10px;
	padding-bottom: 20px;
}

footer .container.top .row .navbar-brand{
	text-align: center;
	color: #fff;
	padding-right: 50px;
}

@media only screen and (max-device-width: 1200px) {	
	footer .container.top .row .navbar-brand{
    padding-right: 0px;
}
}

@media only screen and (max-device-width: 992px) {	
	footer .container.top .row .navbar-brand{
		margin-bottom: 40px;
}
}



footer .container.top .row .navbar-brand span{
	color: #fff;
	line-height: 35px;
	text-align: center;
	padding-top: 7px;
}


footer .container.top .row .navbar-brand img{
	width: 40px;
	display: inline-block;
	margin-top: -12px;
}




footer .container.top .row .navbar-text{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 8px 30px 17px 0px;
	margin: 0px;
}

@media only screen and (max-device-width: 992px) {	
	footer .container.top .row .navbar-text{
		text-align: center;
		padding: 0px;
}
}

footer .container.top .row .navbar-text img{
	width: 40px;
}

footer .container.top .row .navbar-text a{
	color: #fff;
}

footer .container.top .row .navbar-text a:hover{
	color: #ccc;
}

footer .container.top .row .navbar-text p.text2{
	margin-top: 10px;
	font-size: 17px;
	text-shadow: 0px 0px 0px #000;
}

footer .container.top .row .navbar-text p.text2 img{
	width: 30px;
	margin-right: 5px;
}





footer .container.bottom{
	color: #888;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .container.bottom .footer-1{
	text-align: left;
}

@media only screen and (max-device-width: 992px) {	
	footer .container.bottom .footer-1{
		text-align: center;
}
}



footer .container.bottom .footer-2{
	text-align: center;
}

footer .container.bottom .footer-2 button{
	display: inline-block;
	width: 100%;
	background: none;
	padding: 0px;
	border: none;
	color: #d0d0d0
}

footer .container.bottom .footer-2 button:hover{
	opacity: 0.8;
}


footer .container.bottom .footer-3{
	text-align: right;
}



@media only screen and (max-device-width: 1000px) {
	
	.revealator-slideup,
	.revealator-slideright,
	.revealator-slideleft,
	.revealator-zoomin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
}



















/*simpleForm*/

.simpleForm{
	text-align: center;
	display: inline-block;
}

.simpleForm input{
	border-radius: 5px;
	padding: 8px 15px 8px 15px;
	color: #666;
}

.simpleForm textarea{
	border-radius: 2px;
	padding: 5px 15px 5px 15px;
	color: #666;
}

.simpleForm input[type="submit"]{
	background: #e39411;
	border-radius: 5px;
	border: none;
	padding: 10px 30px 10px 30px;
	border: 1px solid #79510f;
	color: #fff;
}

.simpleForm input[type="submit"]:hover{
	color: #ddd;
	background: #9a6815;
	border: 1px solid #50360a;
}


/*zakaz-obr-zvonok*/

.zakaz-obr-zvonok{
	width: 130px;
	position: fixed;
	right: 0px;
	top: 75%;	
}

.zakaz-obr-zvonok ul{
	padding: 0px;
	margin: 0px;
}

.zakaz-obr-zvonok ul li{
	padding: 0px;
	margin: 0px;
}

.zakaz-obr-zvonok ul li a{
	padding: 10px 10px 10px 15px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	background: #1b3979;
	border-radius: 10px 0px 0px 10px;
}

.zakaz-obr-zvonok ul li a:hover{	
	padding: 10px 10px 10px 15px;
	background: #060d1b;
	color: #aaa;
}


@media only screen and (max-device-width: 900px) {
	
	.zakaz-obr-zvonok{
	display: none;
	}
}




/*---------------------------------------------*/


/*header-banner  o-kompanii*/

div.header-banner.o-kompanii{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.o-kompanii{
		background-size: auto 100%;
	}
}


div.header-banner.o-kompanii h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}



/*header-banner tseny-na-uslugi*/

div.header-banner.tseny-na-uslugi{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.tseny-na-uslugi{
		background-size: auto 100%;
	}
}


div.header-banner.tseny-na-uslugi h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}



article.tseny-na-uslugi #collapse-group .panel.panel-default .panel-heading{
	background: url(/images/site-system/bg-header.jpg) center top no-repeat;
	background-size: auto auto;
}


article.tseny-na-uslugi #collapse-group .panel.panel-default .panel-heading a{
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}



/*header-banner otzyvy*/

div.header-banner.otzyvy{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.otzyvy{
		background-size: auto 100%;
	}
}


div.header-banner.otzyvy h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}



article.otzyvy .row div p iframe{
	border: 3px solid #1b3979;
	border-radius: 5px;
	box-shadow: 5px 5px 0px #bbb;
}



/*header-banner kontakty*/

div.header-banner.kontakty{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.kontakty{
		background-size: auto 100%;
	}
}


div.header-banner.kontakty h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}


/*header-banner stati*/

div.header-banner.stati{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.stati{
		background-size: auto 100%;
	}
}


div.header-banner.stati p.h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}




article.o-kompanii p{
	 text-align: justify;
     text-indent: 30px;
}



/*advokat-po-grazhdanskim-delam*/

div.header-banner.advokat-po-grazhdanskim-delam{
	background: url(/images/uslugi-i-tseny/advokat-po-grazhdanskim-delam/advokat-po-grazhdanskim-delam.jpg) right top no-repeat;
	background-size: 100% auto;	
}

div.header-banner.advokat-po-grazhdanskim-delam h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.advokat-po-grazhdanskim-delam p{
	 text-align: justify;
     text-indent: 30px;
}

article.advokat-po-grazhdanskim-delam h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-grazhdanskim-delam h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-grazhdanskim-delam h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.advokat-po-grazhdanskim-delam p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.advokat-po-grazhdanskim-delam .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.advokat-po-grazhdanskim-delam .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.advokat-po-grazhdanskim-delam .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.advokat-po-grazhdanskim-delam .row.vazhno-block .vazhno-2{
}



article.advokat-po-grazhdanskim-delam table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*vazhno*/

.row.vazhno{
	background: #1b3979;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.row.vazhno .vazhno-1{
	text-align: center;
	font-size: 80px;
}

.row.vazhno .vazhno-2{
	padding-top: 20px;
	padding-bottom: 15px;
}



.zakazat-uslugu{
	text-align: center;
}

.zakazat-uslugu ul li a{
	text-align: center;
	padding: 10px 10px 10px 15px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase; 
	background: #1b3979;
	border-radius: 10px;
	width: 250px;
	display: inline-block;

}

.zakazat-uslugu ul li a:hover{	
	padding: 10px 10px 10px 15px;
	background: #060d1b;
	color: #aaa;
}




/*advokat-po-arbitrazhnym-delam*/


div.header-banner.advokat-po-arbitrazhnym-delam{
	background: url(/images/uslugi-i-tseny/advokat-po-arbitrazhnym-delam/advokat-po-arbitrazhnym-delam.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.advokat-po-arbitrazhnym-delam h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.advokat-po-arbitrazhnym-delam p{
	 text-align: justify;
     text-indent: 30px;
}

article.advokat-po-arbitrazhnym-delam h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-arbitrazhnym-delam h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-arbitrazhnym-delam h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.advokat-po-arbitrazhnym-delam p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.advokat-po-arbitrazhnym-delam .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.advokat-po-arbitrazhnym-delam .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.advokat-po-arbitrazhnym-delam .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.advokat-po-arbitrazhnym-delam .row.vazhno-block .vazhno-2{
}



article.advokat-po-arbitrazhnym-delam table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*zhilishchnye-spory*/


div.header-banner.zhilishchnye-spory{
	background: url(/images/uslugi-i-tseny/zhilishchnye-spory/zhilishchnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.zhilishchnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.zhilishchnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.zhilishchnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zhilishchnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zhilishchnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.zhilishchnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.zhilishchnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.zhilishchnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.zhilishchnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.zhilishchnye-spory .row.vazhno-block .vazhno-2{
}



article.zhilishchnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*semejnye-spory*/


div.header-banner.semejnye-spory{
	background: url(/images/uslugi-i-tseny/semejnye-spory/semejnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.semejnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.semejnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.semejnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.semejnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.semejnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.semejnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.semejnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.semejnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.semejnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.semejnye-spory .row.vazhno-block .vazhno-2{
}



article.semejnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}




/*zemelnye-spory*/


div.header-banner.zemelnye-spory{
	background: url(/images/uslugi-i-tseny/zemelnye-spory/zemelnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.zemelnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.zemelnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.zemelnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zemelnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zemelnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.zemelnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.zemelnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.zemelnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.zemelnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.zemelnye-spory .row.vazhno-block .vazhno-2{
}


article.zemelnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*oformlenie-nasledstva*/


div.header-banner.oformlenie-nasledstva{
	background: url(/images/uslugi-i-tseny/oformlenie-nasledstva/oformlenie-nasledstva.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.oformlenie-nasledstva h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.oformlenie-nasledstva p{
	 text-align: justify;
     text-indent: 30px;
}

article.oformlenie-nasledstva h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.oformlenie-nasledstva h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.oformlenie-nasledstva h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.oformlenie-nasledstva p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.oformlenie-nasledstva .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.oformlenie-nasledstva .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.oformlenie-nasledstva .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.oformlenie-nasledstva .row.vazhno-block .vazhno-2{
}


article.oformlenie-nasledstva table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}


/*zashchita-prav-potrebitelya*/


div.header-banner.zashchita-prav-potrebitelya{
	background: url(/images/uslugi-i-tseny/zashchita-prav-potrebitelya/zashchita-prav-potrebitelya.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.zashchita-prav-potrebitelya h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.zashchita-prav-potrebitelya p{
	 text-align: justify;
     text-indent: 30px;
}

article.zashchita-prav-potrebitelya h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zashchita-prav-potrebitelya h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zashchita-prav-potrebitelya h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.zashchita-prav-potrebitelya p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.zashchita-prav-potrebitelya .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.zashchita-prav-potrebitelya .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.zashchita-prav-potrebitelya .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.zashchita-prav-potrebitelya .row.vazhno-block .vazhno-2{
}


article.zashchita-prav-potrebitelya table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}


/*spory-s-salonami-krasoty*/


div.header-banner.spory-s-salonami-krasoty{
	background: url(/images/uslugi-i-tseny/spory-s-salonami-krasoty/spory-s-salonami-krasoty.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.spory-s-salonami-krasoty h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.spory-s-salonami-krasoty p{
	 text-align: justify;
     text-indent: 30px;
}

article.spory-s-salonami-krasoty h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-salonami-krasoty h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-salonami-krasoty h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.spory-s-salonami-krasoty p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.spory-s-salonami-krasoty .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.spory-s-salonami-krasoty .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.spory-s-salonami-krasoty .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.spory-s-salonami-krasoty .row.vazhno-block .vazhno-2{
}


article.spory-s-salonami-krasoty table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}


/*spory-s-bankami*/


div.header-banner.spory-s-bankami{
	background: url(/images/uslugi-i-tseny/spory-s-bankami/spory-s-bankami.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.spory-s-bankami h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.spory-s-bankami p{
	 text-align: justify;
     text-indent: 30px;
}

article.spory-s-bankami h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-bankami h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-bankami h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.spory-s-bankami p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.spory-s-bankami .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.spory-s-bankami .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.spory-s-bankami .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.spory-s-bankami .row.vazhno-block .vazhno-2{
}


article.spory-s-bankami table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*avtoyurist*/

div.header-banner.avtoyurist{
	background: url(/images/uslugi-i-tseny/avtoyurist/avtoyurist.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.avtoyurist h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.avtoyurist p{
	 text-align: justify;
     text-indent: 30px;
}

article.avtoyurist h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.avtoyurist h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.avtoyurist h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.avtoyurist p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.avtoyurist .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.avtoyurist .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.avtoyurist .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.avtoyurist .row.vazhno-block .vazhno-2{
}


article.avtoyurist table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*yuridicheskoe-soprovozhdenie-biznesa*/


div.header-banner.yuridicheskoe-soprovozhdenie-biznesa{
	background: url(/images/uslugi-i-tseny/yuridicheskoe-soprovozhdenie-biznesa/yuridicheskoe-soprovozhdenie-biznesa.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.yuridicheskoe-soprovozhdenie-biznesa h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.yuridicheskoe-soprovozhdenie-biznesa p{
	 text-align: justify;
     text-indent: 30px;
}

article.yuridicheskoe-soprovozhdenie-biznesa h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.yuridicheskoe-soprovozhdenie-biznesa h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.yuridicheskoe-soprovozhdenie-biznesa h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.yuridicheskoe-soprovozhdenie-biznesa p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block .vazhno-2{
}


article.yuridicheskoe-soprovozhdenie-biznesa table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*trudovye-i-pensionnye-spory*/


div.header-banner.trudovye-i-pensionnye-spory{
	background: url(/images/uslugi-i-tseny/trudovye-i-pensionnye-spory/trudovye-i-pensionnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.trudovye-i-pensionnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.trudovye-i-pensionnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.trudovye-i-pensionnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.trudovye-i-pensionnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.trudovye-i-pensionnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.trudovye-i-pensionnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.trudovye-i-pensionnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.trudovye-i-pensionnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.trudovye-i-pensionnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.trudovye-i-pensionnye-spory .row.vazhno-block .vazhno-2{
}


article.trudovye-i-pensionnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}












/*forma-zakazat-uslugu*/

.forma-zakazat-uslugu{
	background: #1b3979;
	padding: 20px 20px 0px 20px;
	color: #fff;
	border-radius: 10px;
}
 
.forma-zakazat-uslugu .moduletable{
	text-align: center;
}

.forma-zakazat-uslugu .moduletable input{
	margin: 10px;
}



















/**main**/

main{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

main .container-fluid{
	max-width: 1300px;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #23a045;
}


/*article*/

main article{
	overflow: hidden;
}


/*breadcrumb*/

.content_one{
    width: 100%;
}

.content_one .breadcrumb{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.content_one .breadcrumb li img{
    display: none;
}


/*hi-text*/

main .content_two{
	margin: 10px 0px 10px 0px;
}

main .content_two .hi-text{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

main .content_two .hi-text h1{
	font-size: 20px;		
}



/*article blog - obshiu vid*/

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"]{
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"]:hover{
	border: 1px solid #23a045;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] img{
	border-radius: 5px;
	width: 100%;
	height: auto;
}


main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .page-header{
	margin: 0px 0px 3px 0px;
	padding-bottom: 15px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .page-header h2{
	margin-left: 20px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info{
	display: block;
	min-height: 25px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info .article-info-term{
	display: none;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info .category-name{
	display: inline-block;
}


main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info .published{
	display: inline-block;
	margin-left: 20px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .icons .btn-group.pull-right{
	margin: -6px 0px 0px 0px;
	color: #000;
}



/*jcomments-links - chitat dalee*/


main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links{
	width: 100%;
	margin-top: 20px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .readmore-link{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	color: #fff;
	text-align: center;

	background: #23a045;
	background: -moz-linear-gradient(top, #23a045 0%, #1e8930 50%, #23a045 100%);
	background: -webkit-linear-gradient(top, #23a045 0%,#1e8930 50%,#23a045 100%);
	background: linear-gradient(to bottom, #23a045 0%,#1e8930 50%,#23a045 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a045', endColorstr='#23a045',GradientType=0 );
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .readmore-link:hover{
	color: #fff;
	text-decoration: none;

	background: #038857;
	background: -moz-linear-gradient(top,  #038857 0%, #03774b 50%, #038857 100%);
	background: -webkit-linear-gradient(top,  #038857 0%,#03774b 50%,#038857 100%);
	background: linear-gradient(to bottom,  #038857 0%,#03774b 50%,#038857 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038857', endColorstr='#038857',GradientType=0 );
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .comments-link{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	color: #23a045;
	text-align: right;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .comments-link:hover{
	color: #038857;
}



/*article - material*/

main .container-fluid .row article .item-page{
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

main .container-fluid .row article .item-page .page-header{
	margin: 0px 0px 3px 0px;
	padding-bottom: 15px;
}

main .container-fluid .row article .item-page .page-header h2{
	margin-left: 20px;
	color: #264d13;
}

main .container-fluid .row article .item-page .article-info{
	display: block;
	min-height: 25px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

main .container-fluid .row article .item-page .article-info .article-info-term{
	display: none;
}

main .container-fluid .row article .item-page .article-info .category-name{
	display: inline-block;
}


main .container-fluid .row article .item-page .article-info .published{
	display: inline-block;
	margin-left: 20px;
}

main .container-fluid .row article .item-page .icons .btn-group.pull-right{
	margin: -6px 0px 0px 0px;
	color: #000;
}


/*article - rubriki*/

article .content-category{
	padding: 10px;
	text-align: center;
} 

article .content-category a{
}

article .content-category .cat-children div{
	width: 250px;
	height: 80px;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	padding-top: 25px;
	border-radius: 10px;
}

article .content-category .cat-children div:hover{
	background: #eee;
}

article .content-category .cat-children div h3{
	border: none;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

article .content-category .cat-children div h3 span{
	padding: 5px 10px 5px 10px;
	background: green;
	margin: 0px;
}


/*article - xmap*/

article #xmap{
	background: #fff;
	padding: 10px;
	color: #000;
}

article #xmap a{
	color: #000;
}

article #xmap .muted{
	display: none;
}


/*pagination*/

main .container-fluid .row article .pagination{
    width: 100%;
    text-align: center;
}

main .container-fluid .row article .pagination .counter.pull-right{
    display: none;
}

main .container-fluid .row article .pagination ul{
    list-style-type: none;
    width: 100%;
}

main .container-fluid .row article .pagination ul li{
    display: inline-block;
    margin: 10px 5px 5px 5px;
    color: #fff;
}

main .container-fluid .row article .pagination ul li a{
    background: #23a045;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}

main .container-fluid .row article .pagination ul li a:hover{
    background: #038857;
    border-radius: 5px;
    padding: 8px;
    color: #eee;
}

main .container-fluid .row article .pagination ul li span{
    background: #038857;
    border-radius: 5px;
    padding: 8px;
    color: #eeee
}

main .container-fluid .row article .pagination ul li a{
    color: #fff;
}


/*readmore*/

p.readmore{
	text-align: right;
}

p.readmore a.btn{
	font-size: 16px;
	background: #3a5793;
	color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 15px #3a5793;
}

p.readmore a.btn:hover{
	font-size: 16px;
	background: #101c35;
	color: #e4e4e4;
	border-radius: 10px;
}



/*left-sidebar and right-sidebar*/

main .container-fluid .row .left-sidebar,.right-sidebar{
	padding-left: 5px;
	padding-right: 5px;
}

main .container-fluid .row .left-sidebar .side_dis,.right-sidebar .side_dis{
	background: url(../images/bg_dis.jpg) right bottom no-repeat;
	background-size: 100% auto;
}

/*left-sidebar*/

.left-sidebar .side_dis{
	width: 100%;
	display: inline-block;
	border: 1px solid #23a045;
	border-radius: 10px;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}

.left-sidebar .side_dis:hover{
	border: 1px solid #038857;
}

.left-sidebar .side_dis .name_modul{
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-radius: 10px;
	font-size: 16px;
	margin-bottom: 10px;

	background: #23a045;
	background: -moz-linear-gradient(top, #23a045 0%, #1e8930 50%, #23a045 100%);
	background: -webkit-linear-gradient(top, #23a045 0%,#1e8930 50%,#23a045 100%);
	background: linear-gradient(to bottom, #23a045 0%,#1e8930 50%,#23a045 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a045', endColorstr='#23a045',GradientType=0 );
}

.left-sidebar .side_dis .name_modul:hover{
	background: #038857;
	background: -moz-linear-gradient(top,  #038857 0%, #03774b 50%, #038857 100%);
	background: -webkit-linear-gradient(top,  #038857 0%,#03774b 50%,#038857 100%);
	background: linear-gradient(to bottom,  #038857 0%,#03774b 50%,#038857 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038857', endColorstr='#038857',GradientType=0 );

}

.left-sidebar .side_dis a{
	color: #3a3a3a;
}


/*right-sidebar*/

.right-sidebar .side_dis{
	width: 100%;
	display: inline-block;
	border: 1px solid #23a045;
	border-radius: 10px;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}

.right-sidebar .side_dis:hover{
	border: 1px solid #038857;
}

.right-sidebar .side_dis .name_modul{
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-radius: 10px;
	font-size: 16px;
	margin-bottom: 10px;

	background: #23a045;
	background: -moz-linear-gradient(top, #23a045 0%, #1e8930 50%, #23a045 100%);
	background: -webkit-linear-gradient(top, #23a045 0%,#1e8930 50%,#23a045 100%);
	background: linear-gradient(to bottom, #23a045 0%,#1e8930 50%,#23a045 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a045', endColorstr='#23a045',GradientType=0 );
}

.right-sidebar .side_dis .name_modul:hover{
	background: #038857;
	background: -moz-linear-gradient(top,  #038857 0%, #03774b 50%, #038857 100%);
	background: -webkit-linear-gradient(top,  #038857 0%,#03774b 50%,#038857 100%);
	background: linear-gradient(to bottom,  #038857 0%,#03774b 50%,#038857 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038857', endColorstr='#038857',GradientType=0 );
}

.right-sidebar .side_dis a{
	color: #3a3a3a;
}


/*instrument_rudrik*/

.right-sidebar .instrument_rudrik ul{
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

.right-sidebar .instrument_rudrik ul li{
	margin-bottom: 13px;
}



/*obo mne*/

.side_dis.obo_mne p{
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

.side_dis.obo_mne img{
	border-radius: 5px;
}

.side_dis.obo_mne p a{
	width: 100%;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/*rubriki*/ 

.side_dis.rubrik{ 
} 

.side_dis.rubrik ul.categories-module{ 
list-style-type: none; 
padding: 0px 0px 0px 0px; 
} 

.side_dis.rubrik ul.categories-module li{ 
width: 100%; 
margin: 0px; 
padding: 0px 0px 0px 5px; 
} 


/* 
.side_dis.rubrik li:before { 
content: '-'; 
display: inline-block; 
margin: 0px; 
padding: 0px; 
} 
*/ 


.side_dis.rubrik ul.categories-module li h4{ 
display: inline-block; 
font-size: 15px; 
margin: 3px 0px 3px 0px; 
width: 100%; 
padding: 0px 0px 2px 0px; 
border-bottom: 1px solid #eee; 
} 

.side_dis.rubrik ul.categories-module li ul{ 
list-style-type: none; 
padding: 0px; 
margin: 0px; 
} 

.side_dis.rubrik ul.categories-module li ul li{ 
margin: 0px; 
padding: 0px; 
} 

.side_dis.rubrik ul.categories-module li ul li h5{ 
display: inline-block; 
font-size: 14px; 
margin: 3px 0px 3px 0px; 
width: 100%; 
padding: 0px 0px 2px 5px; 
border-bottom: 1px solid #eee; 
} 

/* 
.side_dis.rubrik ul.categories-module li ul li:before { 
content: '-'; 
display: inline-block; 
margin-left: 10px; 
} 
*/ 








/*contacts-info-block*/

.contacts-info-block{
	width: 100%;
	min-height: 200px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 5px solid #ff7700;
}


/*contacts-info-menu */

.contacts-info-block .container.top-contacts-info-block{
	width: 100%;
	padding: 0px;
	margin: 0px;	
	color: #fff;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu div.col-xs-12.col-sm-12.col-md-12{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132 .megamenucss132{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132 .megamenucss132 #js-mainnav{
	width: 100%;
	border: none;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132 .megamenucss132 #js-mainnav .childcontent-inner-wrap.dropdown-menu{
	background: #fff;
}


.contacts-info-block .container.top-contacts-info-block .row.row-info-menu img{
	width: 25px;
	margin-right: 10px;
}

#jux_memamenu132 #js-mainnav.megamenu .js-megamenu.dropdown-menucssjs-meganav {
	width: 100%;
}


/*contacts-info-block*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block{
	padding-top: 10px;
}


/*contacts-info-block-1*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-1{
	padding-top: 5px;
	font-size: 16px;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-1 a{
	color: #fff;
}



/*contacts-info-block-2*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2{
	text-align: center;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul{
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li{
	padding: 0px;
	margin: 0px;
	border-radius: 0px;	
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li a{
	padding: 20px 0px 15px 0px;
	margin: 0px;
	border-radius: 0px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	background: none;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li a:hover{
	background: none;
	color: #aaa;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li.active a{
	background: none;
	text-decoration: underline;
}


/*contacts-info-block-3*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-3{
	text-align: center;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-3 h4{
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-3 img{
	margin: 3px;
}

/*contacts-info-block-4*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-4{
	text-align: center;
	overflow: hidden;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-4 #vk_groups{
	display: inline-block;
}














footer .container .row .footer-2 ul.personalnykh-dannykh{
	border-bottom: 1px solid #eee;
	margin-bottom: 8px !important;
	padding-bottom: 8px ! important;
	width: 100%;
}

footer .container .row .footer-2 ul.personalnykh-dannykh li.item-246{
	
}

footer .container .row .footer-2 ul.personalnykh-dannykh li.item-246 a{
	color: #000 !important;
}

footer .container .row .footer-2 ul.personalnykh-dannykh li.item-246 a:hover{
	color: #aaa !important;
}

footer .container .row .footer-2 p{
	display: inline-block;
}

footer .container .row .footer-2 .moduletable{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

footer .container .row .footer-2 .moduletable ul li a{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}


footer .container .row .footer-2 ul.nav.menu{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

footer .container .row .footer-2 ul.nav.menu li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

footer .container .row .footer-2 ul.nav.menu li a{
	display: inline-block;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

footer .container .row .footer-2 ul.nav.menu li a:hover{
	background: none;
}




/*knopka na verh*/
#back-top {
	position: fixed;
	bottom: 15%;
	right: 10%;
	z-index: 999;
	width: 100px;body{
    font-size: 16px;
    background: #f2f8ff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

a{
	color: #3e1d00;
}

a:hover{
	color: #a54d00;
}

#section1{
	display: none;;
	height: 2px !important;
	padding: 0px;
	margin: 0px;
	background: #dd3c2e;
	position: relative;
	width: 100%;
}


/*navbar*/

.affix{
      top:0;
      width: 100%;
      z-index: 9999 !important;
}

.navbar {
      margin-bottom: 0px;
      background: #ffffff;
      text-align: justify;
      border: none;
      border-radius: 0;
      padding-top: 15px;
      padding-bottom: 5px;
      border-top: 3px solid #dd3c2e;
}

.navbar .navbar-brand{
	width: 100%;
	max-width: 23%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	padding-top: 7px;
}

.navbar .navbar-brand:hover{
	color: #e05245;
}

.navbar .navbar-brand img{
	width: 40px;
	display: inline-block;
	margin-top: -12px;
}

.affix ~ .container-fluid {
     position: relative;
     top: 50px;
}

.navbar .navbar-collapse ul{
	width: 100%;
	max-width: 53%;
	text-align: center;
	float:  left;
	margin: 0px;
}

@media screen and (max-width: 1000px) {
	.navbar .navbar-collapse ul{
		text-align: center;
	}
}

.navbar .container{
	text-align: center;
}

.navbar .container .inline-block{
	display: block;
	text-align: center;
	padding:  0px;
}


.navbar .container .collapse.navbar-collapse{
	padding: 0px;
}

.navbar .navbar-collapse ul li{
	display: inline-block;
	float: none;
	margin: 0px;
	padding: 0px;
}

.navbar .navbar-collapse ul li.menu-section1.active a{
	/*background: #3c1bff;*/
	background: none;
	color: #000;
}

.navbar .navbar-collapse ul li a{
	color: #0e0000;
	/*text-shadow: 1px 1px 1px #ff5407;*/
	font-size: 18px;
	margin: 0px;
	padding: 15px 7px 15px 7px;
}

.navbar .navbar-collapse ul li a:hover,
.navbar .navbar-collapse ul li.menu-section1.active a:hover{
	background: #dd3c2e;
	color: #fff;

	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }

  @-webkit-keyframes pulse{
  	0% {
  		-webkit-transform: scale3d(1, 1, 1);
  		transform: scale3d(1, 1, 1);
  		}
  		50% {
  			-webkit-transform: scale3d(1.05, 1.05, 1.05);
  			transform: scale3d(1.05, 1.05, 1.05);
  			}
  			100% {
  				-webkit-transform: scale3d(1, 1, 1);
  				transform: scale3d(1, 1, 1);
  				}
  				}
  				@keyframes pulse {
  					0% {
  						-webkit-transform: scale3d(1, 1, 1);
  						transform: scale3d(1, 1, 1);
  						}
  						50% {
  							-webkit-transform: scale3d(1.05, 1.05, 1.05);
  							transform: scale3d(1.05, 1.05, 1.05);
  							}
  							100% {
  								-webkit-transform: scale3d(1, 1, 1);
  								transform: scale3d(1, 1, 1);
  								}
  								} 

.navbar .navbar-collapse ul li.active a{
	background: #dd3c2e;
	color: #fff; 

	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

	@-webkit-keyframes pulse{
		0% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			}
			50% {
				-webkit-transform: scale3d(1.05, 1.05, 1.05);
				transform: scale3d(1.05, 1.05, 1.05);
				}
				100% {
					-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1);
					}
					}
					@keyframes pulse {
						0% {
							-webkit-transform: scale3d(1, 1, 1);
							transform: scale3d(1, 1, 1);
							}
							50% {
								-webkit-transform: scale3d(1.05, 1.05, 1.05);
								transform: scale3d(1.05, 1.05, 1.05);
								}
								100% {
									-webkit-transform: scale3d(1, 1, 1);
									transform: scale3d(1, 1, 1);
									}
									}


.navbar .navbar-text{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 25%;
	padding: 8px 0px 17px 0px;
	margin: 0px;
	float:  left;
}

.navbar .navbar-text img{
	width: 40px;
}


/*bg-banner*/

.bg-banner{
	background: url(/images/site-system/bg-banner.jpg) no-repeat center top;
	background-size: 100% 100%;
	z-index: 0;
	position: relative;

}

.bg-banner .container{
	background: rgba(255, 255, 255, 0.2);
	width: 100%;	
	height: 100%;
	min-height: 500px;	
	max-height: 700px;
}

.bg-banner .container .row{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.bg-banner .container .row .block-banner-1{
	padding-top: 70px;
	padding-bottom: 130px;
}

.bg-banner .container .row .block-banner-1 h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 60px;
	text-shadow: 2px 2px 0px #000000;
	color: #fff;
	line-height: 65px;
	letter-spacing: 3px;
}

.bg-banner .container .row .block-banner-1 h1 span{
	color: #db2c1d;
}

.bg-banner .container .row .block-banner-1 p{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	text-shadow: 2px 2px 0px #000000;
}

.bg-banner .container .row .block-banner-1 p span{
	background: #db2c1d;
	padding: 5px 20px 5px 20px;
	border-radius: 0px 50px 0px 50px;
}


.bg-banner .container .slide-text .banner-row .block-banner-1{
	text-align: left;
	font-size: 39px;
	font-weight: bold;
	padding-top: 70px;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #000;
}

.bg-banner .container .row .block-banner-2{
	text-align: right;
	padding-top: 20px;
}

.bg-banner .container .row .block-banner-2 img{
	width: 450px;
}


/*banner-form*/

.bg-banner-form{
	margin-top: -85px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.bg-banner-form .container{
	background: #fff;
	width: 100%;
	max-width: 950px;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	text-align: center;
	padding: 30px 20px 40px 20px;
	box-shadow: 0px 5px 38px #565555;
	background: #fbfeff;
	line-height: 40px;
}

.bg-banner-form .container .row .banner-form h2{
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 0px 0px 0px #252525;
}

.bg-banner-form .container .row .banner-form p{
	font-size: 18px;
}

.bg-banner-form .container input{
	border: 2px solid #bbbbbb;
	padding: 5px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 30px;
}

.bg-banner-form .container button{
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #bbbbbb;
	background: #db2c1d;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}


/*bg-willing-to-offer*/

.bg-willing-to-offer{
	padding-top: 100px;
}

.bg-willing-to-offer h3{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 70px;
}

.bg-willing-to-offer .container .row .willing-to-offer{
	text-align: center;
}

.bg-willing-to-offer .container .row .willing-to-offer{
	padding-top: 100px;
}

.bg-willing-to-offer .container .row .div-willing-to-offer{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px #cbdaea;
}

.bg-willing-to-offer .container .row .div-willing-to-offer img{
	margin-top: -100px;
	margin-bottom: 10px;
}

.bg-willing-to-offer .container .row .div-willing-to-offer h5{
	font-weight: bold;
	font-size: 20px;
}

.bg-willing-to-offer .container .row .div-willing-to-offer span{
	text-align: center;
	display: block;
	color: #db2c1d;
	font-weight: bold;
	font-size: 25px;
	text-shadow: 0px 0px 0px #db2c1d;
}

.bg-willing-to-offer .container .row .div-willing-to-offer button{
	padding: 5px 25px 5px 25px;
	border-radius: 5px;
	margin-top: 10px;
	border: 2px solid #bbbbbb;
	background: #db2c1d;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000;
}







/*bg-about-me*/

.bg-about-me{
	padding-top: 100px;
}

.bg-about-me h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 70px;
}

.bg-about-me .container .about-me-top-1{
	padding-top: 50px;
	text-align: center;
}

.bg-about-me .container .about-me-top-1 img{
	width: 100%;
	max-width: 400px;
}

.bg-about-me .container .row.top,
.bg-about-me .container .row.middle{
	font-size: 20px;
	line-height: 40px;
}








/*bg-comment*/

.bg-comment{
	padding-top: 100px;
	padding-bottom: 25px;
}

.bg-comment .container h3{
	font-weight: bold;
	text-align: center;
	font-size: 45px;
	margin-bottom: 50px;
}

.bg-comment #comments-slider {
	margin: 0px auto;
	width: 100%;
	color:#000000;
}

.bg-comment .quote {
	background: #e8e8e8;
	padding: 15px 20px 5px 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.bg-comment .quote:after {
 content: '';
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 20px 18px 0 18px;
 border-color: #e8e8e8 transparent transparent transparent;
 position: relative;
 top: 37px;
 left: 20px;
}
.bg-comment .persona {
 margin-left: 25px;
 margin-bottom: 25px;
}

.bg-comment .persona .photo {
 background-color: #ccc;
 border-radius: 100px;
 width: 60px;
 height: 60px;
 float: left;
 margin-right: 10px;
}

.bg-comment .persona p {
 position: relative;
 top: 5px;
 text-transform: uppercase;
}

.bg-comment .persona p:nth-child(2) {
 font-size: 16px;
 font-weight: 600;
 margin-bottom: 0;
}
.bg-comment .persona p:nth-child(3) {
 font-size: 14px;
 color: #777;
}


/*bg-top-footer*/

.bg-top-footer{
	background: url(/images/site-system/footer-top.jpg);
	background-size: auto 100%;
	background-position: bottom;
	background-repeat-y:  no-repeat;
}

.bg-top-footer .container{
	padding-top: 130px;
	padding-bottom: 130px;
}

.bg-top-footer .container .row > div > div{
	background: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #777;
}

/*footer*/

footer{
	background: #131313;
    width: 100%;
    border-top: 10px solid #212121;
}

footer .navbar.navbar-inverse{
	background: none;
	border: none;
	color: #fff;
}

footer .navbar.navbar-inverse a.navbar-brand{
	color: #fff;
}

footer .navbar.navbar-inverse ul.nav.navbar-nav li a{
	color: #fff;
}

footer .navbar.navbar-inverse .navbar-text{
	color: #fff;
}

footer .container.bottom{
	color: #888;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .container.bottom .footer-1{
	text-align: left;
}

footer .container.bottom .footer-2{
	text-align: right;
}












/*simpleForm*/

.simpleForm{
	text-align: center;
	display: inline-block;
}

.simpleForm input{
	border-radius: 5px;
	padding: 8px 15px 8px 15px;
	color: #666;
}

.simpleForm textarea{
	border-radius: 2px;
	padding: 5px 15px 5px 15px;
	color: #666;
}

.simpleForm input[type="submit"]{
	background: #e39411;
	border-radius: 5px;
	border: none;
	padding: 10px 30px 10px 30px;
	border: 1px solid #79510f;
	color: #fff;
}

.simpleForm input[type="submit"]:hover{
	color: #ddd;
	background: #9a6815;
	border: 1px solid #50360a;
}


/*zakaz-obr-zvonok*/

.zakaz-obr-zvonok{
	width: 130px;
	position: fixed;
	right: 0px;
	top: 75%;	
}

.zakaz-obr-zvonok ul{
	padding: 0px;
	margin: 0px;
}

.zakaz-obr-zvonok ul li{
	padding: 0px;
	margin: 0px;
}

.zakaz-obr-zvonok ul li a{
	padding: 10px 10px 10px 15px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	background: #1b3979;
	border-radius: 10px 0px 0px 10px;
}

.zakaz-obr-zvonok ul li a:hover{	
	padding: 10px 10px 10px 15px;
	background: #060d1b;
	color: #aaa;
}


@media only screen and (max-device-width: 900px) {
	
	.zakaz-obr-zvonok{
	display: none;
	}
}




/*---------------------------------------------*/


/*header-banner  o-kompanii*/

div.header-banner.o-kompanii{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.o-kompanii{
		background-size: auto 100%;
	}
}


div.header-banner.o-kompanii h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}



/*header-banner tseny-na-uslugi*/

div.header-banner.tseny-na-uslugi{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.tseny-na-uslugi{
		background-size: auto 100%;
	}
}


div.header-banner.tseny-na-uslugi h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}



article.tseny-na-uslugi #collapse-group .panel.panel-default .panel-heading{
	background: url(/images/site-system/bg-header.jpg) center top no-repeat;
	background-size: auto auto;
}


article.tseny-na-uslugi #collapse-group .panel.panel-default .panel-heading a{
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}



/*header-banner otzyvy*/

div.header-banner.otzyvy{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.otzyvy{
		background-size: auto 100%;
	}
}


div.header-banner.otzyvy h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}



article.otzyvy .row div p iframe{
	border: 3px solid #1b3979;
	border-radius: 5px;
	box-shadow: 5px 5px 0px #bbb;
}



/*header-banner kontakty*/

div.header-banner.kontakty{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.kontakty{
		background-size: auto 100%;
	}
}


div.header-banner.kontakty h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}


/*header-banner stati*/

div.header-banner.stati{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0px;
	color: #000;
	background: url(/images/site-system/header-banner.jpg) right bottom no-repeat;
    background-size: 100% auto;	    
}

@media screen and (max-width: 1000px) {
	div.header-banner.stati{
		background-size: auto 100%;
	}
}


div.header-banner.stati p.h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}




article.o-kompanii p{
	 text-align: justify;
     text-indent: 30px;
}



/*advokat-po-grazhdanskim-delam*/

div.header-banner.advokat-po-grazhdanskim-delam{
	background: url(/images/uslugi-i-tseny/advokat-po-grazhdanskim-delam/advokat-po-grazhdanskim-delam.jpg) right top no-repeat;
	background-size: 100% auto;	
}

div.header-banner.advokat-po-grazhdanskim-delam h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.advokat-po-grazhdanskim-delam p{
	 text-align: justify;
     text-indent: 30px;
}

article.advokat-po-grazhdanskim-delam h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-grazhdanskim-delam h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-grazhdanskim-delam h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.advokat-po-grazhdanskim-delam p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.advokat-po-grazhdanskim-delam .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.advokat-po-grazhdanskim-delam .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.advokat-po-grazhdanskim-delam .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.advokat-po-grazhdanskim-delam .row.vazhno-block .vazhno-2{
}



article.advokat-po-grazhdanskim-delam table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*vazhno*/

.row.vazhno{
	background: #1b3979;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.row.vazhno .vazhno-1{
	text-align: center;
	font-size: 80px;
}

.row.vazhno .vazhno-2{
	padding-top: 20px;
	padding-bottom: 15px;
}



.zakazat-uslugu{
	text-align: center;
}

.zakazat-uslugu ul li a{
	text-align: center;
	padding: 10px 10px 10px 15px;
	margin: 0px;
	color: #fff;
	text-transform: uppercase; 
	background: #1b3979;
	border-radius: 10px;
	width: 250px;
	display: inline-block;

}

.zakazat-uslugu ul li a:hover{	
	padding: 10px 10px 10px 15px;
	background: #060d1b;
	color: #aaa;
}




/*advokat-po-arbitrazhnym-delam*/


div.header-banner.advokat-po-arbitrazhnym-delam{
	background: url(/images/uslugi-i-tseny/advokat-po-arbitrazhnym-delam/advokat-po-arbitrazhnym-delam.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.advokat-po-arbitrazhnym-delam h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.advokat-po-arbitrazhnym-delam p{
	 text-align: justify;
     text-indent: 30px;
}

article.advokat-po-arbitrazhnym-delam h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-arbitrazhnym-delam h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.advokat-po-arbitrazhnym-delam h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.advokat-po-arbitrazhnym-delam p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.advokat-po-arbitrazhnym-delam .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.advokat-po-arbitrazhnym-delam .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.advokat-po-arbitrazhnym-delam .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.advokat-po-arbitrazhnym-delam .row.vazhno-block .vazhno-2{
}



article.advokat-po-arbitrazhnym-delam table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*zhilishchnye-spory*/


div.header-banner.zhilishchnye-spory{
	background: url(/images/uslugi-i-tseny/zhilishchnye-spory/zhilishchnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.zhilishchnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.zhilishchnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.zhilishchnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zhilishchnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zhilishchnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.zhilishchnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.zhilishchnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.zhilishchnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.zhilishchnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.zhilishchnye-spory .row.vazhno-block .vazhno-2{
}



article.zhilishchnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*semejnye-spory*/


div.header-banner.semejnye-spory{
	background: url(/images/uslugi-i-tseny/semejnye-spory/semejnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.semejnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.semejnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.semejnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.semejnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.semejnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.semejnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.semejnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.semejnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.semejnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.semejnye-spory .row.vazhno-block .vazhno-2{
}



article.semejnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}




/*zemelnye-spory*/


div.header-banner.zemelnye-spory{
	background: url(/images/uslugi-i-tseny/zemelnye-spory/zemelnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.zemelnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.zemelnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.zemelnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zemelnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zemelnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.zemelnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.zemelnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.zemelnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.zemelnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.zemelnye-spory .row.vazhno-block .vazhno-2{
}


article.zemelnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*oformlenie-nasledstva*/


div.header-banner.oformlenie-nasledstva{
	background: url(/images/uslugi-i-tseny/oformlenie-nasledstva/oformlenie-nasledstva.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.oformlenie-nasledstva h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.oformlenie-nasledstva p{
	 text-align: justify;
     text-indent: 30px;
}

article.oformlenie-nasledstva h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.oformlenie-nasledstva h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.oformlenie-nasledstva h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.oformlenie-nasledstva p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.oformlenie-nasledstva .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.oformlenie-nasledstva .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.oformlenie-nasledstva .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.oformlenie-nasledstva .row.vazhno-block .vazhno-2{
}


article.oformlenie-nasledstva table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}


/*zashchita-prav-potrebitelya*/


div.header-banner.zashchita-prav-potrebitelya{
	background: url(/images/uslugi-i-tseny/zashchita-prav-potrebitelya/zashchita-prav-potrebitelya.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.zashchita-prav-potrebitelya h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.zashchita-prav-potrebitelya p{
	 text-align: justify;
     text-indent: 30px;
}

article.zashchita-prav-potrebitelya h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zashchita-prav-potrebitelya h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.zashchita-prav-potrebitelya h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.zashchita-prav-potrebitelya p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.zashchita-prav-potrebitelya .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.zashchita-prav-potrebitelya .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.zashchita-prav-potrebitelya .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.zashchita-prav-potrebitelya .row.vazhno-block .vazhno-2{
}


article.zashchita-prav-potrebitelya table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}


/*spory-s-salonami-krasoty*/


div.header-banner.spory-s-salonami-krasoty{
	background: url(/images/uslugi-i-tseny/spory-s-salonami-krasoty/spory-s-salonami-krasoty.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.spory-s-salonami-krasoty h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.spory-s-salonami-krasoty p{
	 text-align: justify;
     text-indent: 30px;
}

article.spory-s-salonami-krasoty h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-salonami-krasoty h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-salonami-krasoty h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.spory-s-salonami-krasoty p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.spory-s-salonami-krasoty .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.spory-s-salonami-krasoty .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.spory-s-salonami-krasoty .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.spory-s-salonami-krasoty .row.vazhno-block .vazhno-2{
}


article.spory-s-salonami-krasoty table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}


/*spory-s-bankami*/


div.header-banner.spory-s-bankami{
	background: url(/images/uslugi-i-tseny/spory-s-bankami/spory-s-bankami.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.spory-s-bankami h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.spory-s-bankami p{
	 text-align: justify;
     text-indent: 30px;
}

article.spory-s-bankami h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-bankami h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.spory-s-bankami h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.spory-s-bankami p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.spory-s-bankami .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.spory-s-bankami .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.spory-s-bankami .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.spory-s-bankami .row.vazhno-block .vazhno-2{
}


article.spory-s-bankami table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*avtoyurist*/

div.header-banner.avtoyurist{
	background: url(/images/uslugi-i-tseny/avtoyurist/avtoyurist.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.avtoyurist h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.avtoyurist p{
	 text-align: justify;
     text-indent: 30px;
}

article.avtoyurist h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.avtoyurist h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.avtoyurist h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.avtoyurist p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.avtoyurist .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.avtoyurist .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.avtoyurist .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.avtoyurist .row.vazhno-block .vazhno-2{
}


article.avtoyurist table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*yuridicheskoe-soprovozhdenie-biznesa*/


div.header-banner.yuridicheskoe-soprovozhdenie-biznesa{
	background: url(/images/uslugi-i-tseny/yuridicheskoe-soprovozhdenie-biznesa/yuridicheskoe-soprovozhdenie-biznesa.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.yuridicheskoe-soprovozhdenie-biznesa h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.yuridicheskoe-soprovozhdenie-biznesa p{
	 text-align: justify;
     text-indent: 30px;
}

article.yuridicheskoe-soprovozhdenie-biznesa h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.yuridicheskoe-soprovozhdenie-biznesa h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.yuridicheskoe-soprovozhdenie-biznesa h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.yuridicheskoe-soprovozhdenie-biznesa p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.yuridicheskoe-soprovozhdenie-biznesa .row.vazhno-block .vazhno-2{
}


article.yuridicheskoe-soprovozhdenie-biznesa table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}



/*trudovye-i-pensionnye-spory*/


div.header-banner.trudovye-i-pensionnye-spory{
	background: url(/images/uslugi-i-tseny/trudovye-i-pensionnye-spory/trudovye-i-pensionnye-spory.jpg) right no-repeat;
	background-size: 100% auto;	
}

div.header-banner.trudovye-i-pensionnye-spory h1{
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	text-align: left;
	font-family: 'Alice', serif;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

article.trudovye-i-pensionnye-spory p{
	 text-align: justify;
     text-indent: 30px;
}

article.trudovye-i-pensionnye-spory h2{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.trudovye-i-pensionnye-spory h3{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}


article.trudovye-i-pensionnye-spory h4{
	border-left: 4px solid #1b3979;
	padding: 10px;
	color: #1b3979;
	font-size: 30px;

background: -moz-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(27,57,121,0.05) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1b3979', endColorstr='#00ffffff',GradientType=1 );
}



article.trudovye-i-pensionnye-spory p.zag-ul-li{
	color: #1b3979;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	background: #eaecf1;
}


article.trudovye-i-pensionnye-spory .row.vazhno-block{
	border: 1px solid #1b3979;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 20px;
	color: #1b3979;
	margin-left: 0px;
	margin-right: 0px;
}

article.trudovye-i-pensionnye-spory .row.vazhno-block .vazhno-1{
	text-align: center;
}

article.trudovye-i-pensionnye-spory .row.vazhno-block .vazhno-1 img{
	width: 90px;
	height: auto;
}

article.trudovye-i-pensionnye-spory .row.vazhno-block .vazhno-2{
}


article.trudovye-i-pensionnye-spory table h2{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}












/*forma-zakazat-uslugu*/

.forma-zakazat-uslugu{
	background: #1b3979;
	padding: 20px 20px 0px 20px;
	color: #fff;
	border-radius: 10px;
}
 
.forma-zakazat-uslugu .moduletable{
	text-align: center;
}

.forma-zakazat-uslugu .moduletable input{
	margin: 10px;
}



















/**main**/

main{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

main .container-fluid{
	max-width: 1300px;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #23a045;
}


/*article*/

main article{
	overflow: hidden;
}


/*breadcrumb*/

.content_one{
    width: 100%;
}

.content_one .breadcrumb{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.content_one .breadcrumb li img{
    display: none;
}


/*hi-text*/

main .content_two{
	margin: 10px 0px 10px 0px;
}

main .content_two .hi-text{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

main .content_two .hi-text h1{
	font-size: 20px;		
}



/*article blog - obshiu vid*/

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"]{
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"]:hover{
	border: 1px solid #23a045;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] img{
	border-radius: 5px;
	width: 100%;
	height: auto;
}


main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .page-header{
	margin: 0px 0px 3px 0px;
	padding-bottom: 15px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .page-header h2{
	margin-left: 20px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info{
	display: block;
	min-height: 25px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info .article-info-term{
	display: none;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info .category-name{
	display: inline-block;
}


main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .article-info .published{
	display: inline-block;
	margin-left: 20px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .icons .btn-group.pull-right{
	margin: -6px 0px 0px 0px;
	color: #000;
}



/*jcomments-links - chitat dalee*/


main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links{
	width: 100%;
	margin-top: 20px;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .readmore-link{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	color: #fff;
	text-align: center;

	background: #23a045;
	background: -moz-linear-gradient(top, #23a045 0%, #1e8930 50%, #23a045 100%);
	background: -webkit-linear-gradient(top, #23a045 0%,#1e8930 50%,#23a045 100%);
	background: linear-gradient(to bottom, #23a045 0%,#1e8930 50%,#23a045 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a045', endColorstr='#23a045',GradientType=0 );
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .readmore-link:hover{
	color: #fff;
	text-decoration: none;

	background: #038857;
	background: -moz-linear-gradient(top,  #038857 0%, #03774b 50%, #038857 100%);
	background: -webkit-linear-gradient(top,  #038857 0%,#03774b 50%,#038857 100%);
	background: linear-gradient(to bottom,  #038857 0%,#03774b 50%,#038857 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038857', endColorstr='#038857',GradientType=0 );
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .comments-link{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	color: #23a045;
	text-align: right;
}

main .container-fluid .row article .blog .items-leading div[itemprop="blogPost"] .jcomments-links .comments-link:hover{
	color: #038857;
}



/*article - material*/

main .container-fluid .row article .item-page{
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

main .container-fluid .row article .item-page .page-header{
	margin: 0px 0px 3px 0px;
	padding-bottom: 15px;
}

main .container-fluid .row article .item-page .page-header h2{
	margin-left: 20px;
	color: #264d13;
}

main .container-fluid .row article .item-page .article-info{
	display: block;
	min-height: 25px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

main .container-fluid .row article .item-page .article-info .article-info-term{
	display: none;
}

main .container-fluid .row article .item-page .article-info .category-name{
	display: inline-block;
}


main .container-fluid .row article .item-page .article-info .published{
	display: inline-block;
	margin-left: 20px;
}

main .container-fluid .row article .item-page .icons .btn-group.pull-right{
	margin: -6px 0px 0px 0px;
	color: #000;
}


/*article - rubriki*/

article .content-category{
	padding: 10px;
	text-align: center;
} 

article .content-category a{
}

article .content-category .cat-children div{
	width: 250px;
	height: 80px;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	padding-top: 25px;
	border-radius: 10px;
}

article .content-category .cat-children div:hover{
	background: #eee;
}

article .content-category .cat-children div h3{
	border: none;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

article .content-category .cat-children div h3 span{
	padding: 5px 10px 5px 10px;
	background: green;
	margin: 0px;
}


/*article - xmap*/

article #xmap{
	background: #fff;
	padding: 10px;
	color: #000;
}

article #xmap a{
	color: #000;
}

article #xmap .muted{
	display: none;
}


/*pagination*/

main .container-fluid .row article .pagination{
    width: 100%;
    text-align: center;
}

main .container-fluid .row article .pagination .counter.pull-right{
    display: none;
}

main .container-fluid .row article .pagination ul{
    list-style-type: none;
    width: 100%;
}

main .container-fluid .row article .pagination ul li{
    display: inline-block;
    margin: 10px 5px 5px 5px;
    color: #fff;
}

main .container-fluid .row article .pagination ul li a{
    background: #23a045;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}

main .container-fluid .row article .pagination ul li a:hover{
    background: #038857;
    border-radius: 5px;
    padding: 8px;
    color: #eee;
}

main .container-fluid .row article .pagination ul li span{
    background: #038857;
    border-radius: 5px;
    padding: 8px;
    color: #eeee
}

main .container-fluid .row article .pagination ul li a{
    color: #fff;
}


/*readmore*/

p.readmore{
	text-align: right;
}

p.readmore a.btn{
	font-size: 16px;
	background: #3a5793;
	color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 15px #3a5793;
}

p.readmore a.btn:hover{
	font-size: 16px;
	background: #101c35;
	color: #e4e4e4;
	border-radius: 10px;
}



/*left-sidebar and right-sidebar*/

main .container-fluid .row .left-sidebar,.right-sidebar{
	padding-left: 5px;
	padding-right: 5px;
}

main .container-fluid .row .left-sidebar .side_dis,.right-sidebar .side_dis{
	background: url(../images/bg_dis.jpg) right bottom no-repeat;
	background-size: 100% auto;
}

/*left-sidebar*/

.left-sidebar .side_dis{
	width: 100%;
	display: inline-block;
	border: 1px solid #23a045;
	border-radius: 10px;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}

.left-sidebar .side_dis:hover{
	border: 1px solid #038857;
}

.left-sidebar .side_dis .name_modul{
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-radius: 10px;
	font-size: 16px;
	margin-bottom: 10px;

	background: #23a045;
	background: -moz-linear-gradient(top, #23a045 0%, #1e8930 50%, #23a045 100%);
	background: -webkit-linear-gradient(top, #23a045 0%,#1e8930 50%,#23a045 100%);
	background: linear-gradient(to bottom, #23a045 0%,#1e8930 50%,#23a045 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a045', endColorstr='#23a045',GradientType=0 );
}

.left-sidebar .side_dis .name_modul:hover{
	background: #038857;
	background: -moz-linear-gradient(top,  #038857 0%, #03774b 50%, #038857 100%);
	background: -webkit-linear-gradient(top,  #038857 0%,#03774b 50%,#038857 100%);
	background: linear-gradient(to bottom,  #038857 0%,#03774b 50%,#038857 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038857', endColorstr='#038857',GradientType=0 );

}

.left-sidebar .side_dis a{
	color: #3a3a3a;
}


/*right-sidebar*/

.right-sidebar .side_dis{
	width: 100%;
	display: inline-block;
	border: 1px solid #23a045;
	border-radius: 10px;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}

.right-sidebar .side_dis:hover{
	border: 1px solid #038857;
}

.right-sidebar .side_dis .name_modul{
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-radius: 10px;
	font-size: 16px;
	margin-bottom: 10px;

	background: #23a045;
	background: -moz-linear-gradient(top, #23a045 0%, #1e8930 50%, #23a045 100%);
	background: -webkit-linear-gradient(top, #23a045 0%,#1e8930 50%,#23a045 100%);
	background: linear-gradient(to bottom, #23a045 0%,#1e8930 50%,#23a045 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a045', endColorstr='#23a045',GradientType=0 );
}

.right-sidebar .side_dis .name_modul:hover{
	background: #038857;
	background: -moz-linear-gradient(top,  #038857 0%, #03774b 50%, #038857 100%);
	background: -webkit-linear-gradient(top,  #038857 0%,#03774b 50%,#038857 100%);
	background: linear-gradient(to bottom,  #038857 0%,#03774b 50%,#038857 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038857', endColorstr='#038857',GradientType=0 );
}

.right-sidebar .side_dis a{
	color: #3a3a3a;
}


/*instrument_rudrik*/

.right-sidebar .instrument_rudrik ul{
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

.right-sidebar .instrument_rudrik ul li{
	margin-bottom: 13px;
}



/*obo mne*/

.side_dis.obo_mne p{
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

.side_dis.obo_mne img{
	border-radius: 5px;
}

.side_dis.obo_mne p a{
	width: 100%;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/*rubriki*/ 

.side_dis.rubrik{ 
} 

.side_dis.rubrik ul.categories-module{ 
list-style-type: none; 
padding: 0px 0px 0px 0px; 
} 

.side_dis.rubrik ul.categories-module li{ 
width: 100%; 
margin: 0px; 
padding: 0px 0px 0px 5px; 
} 


/* 
.side_dis.rubrik li:before { 
content: '-'; 
display: inline-block; 
margin: 0px; 
padding: 0px; 
} 
*/ 


.side_dis.rubrik ul.categories-module li h4{ 
display: inline-block; 
font-size: 15px; 
margin: 3px 0px 3px 0px; 
width: 100%; 
padding: 0px 0px 2px 0px; 
border-bottom: 1px solid #eee; 
} 

.side_dis.rubrik ul.categories-module li ul{ 
list-style-type: none; 
padding: 0px; 
margin: 0px; 
} 

.side_dis.rubrik ul.categories-module li ul li{ 
margin: 0px; 
padding: 0px; 
} 

.side_dis.rubrik ul.categories-module li ul li h5{ 
display: inline-block; 
font-size: 14px; 
margin: 3px 0px 3px 0px; 
width: 100%; 
padding: 0px 0px 2px 5px; 
border-bottom: 1px solid #eee; 
} 

/* 
.side_dis.rubrik ul.categories-module li ul li:before { 
content: '-'; 
display: inline-block; 
margin-left: 10px; 
} 
*/ 








/*contacts-info-block*/

.contacts-info-block{
	width: 100%;
	min-height: 200px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 5px solid #ff7700;
}


/*contacts-info-menu */

.contacts-info-block .container.top-contacts-info-block{
	width: 100%;
	padding: 0px;
	margin: 0px;	
	color: #fff;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu div.col-xs-12.col-sm-12.col-md-12{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132 .megamenucss132{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132 .megamenucss132 #js-mainnav{
	width: 100%;
	border: none;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

.contacts-info-block .container.top-contacts-info-block .row.row-info-menu #jux_memamenu132 .megamenucss132 #js-mainnav .childcontent-inner-wrap.dropdown-menu{
	background: #fff;
}


.contacts-info-block .container.top-contacts-info-block .row.row-info-menu img{
	width: 25px;
	margin-right: 10px;
}

#jux_memamenu132 #js-mainnav.megamenu .js-megamenu.dropdown-menucssjs-meganav {
	width: 100%;
}


/*contacts-info-block*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block{
	padding-top: 10px;
}


/*contacts-info-block-1*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-1{
	padding-top: 5px;
	font-size: 16px;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-1 a{
	color: #fff;
}



/*contacts-info-block-2*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2{
	text-align: center;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul{
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li{
	padding: 0px;
	margin: 0px;
	border-radius: 0px;	
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li a{
	padding: 20px 0px 15px 0px;
	margin: 0px;
	border-radius: 0px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	background: none;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li a:hover{
	background: none;
	color: #aaa;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-2 ul li.active a{
	background: none;
	text-decoration: underline;
}


/*contacts-info-block-3*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-3{
	text-align: center;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-3 h4{
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-3 img{
	margin: 3px;
}

/*contacts-info-block-4*/

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-4{
	text-align: center;
	overflow: hidden;
}

.contacts-info-block .container.bottom-contacts-info-block .row-info-block .contacts-info-block-4 #vk_groups{
	display: inline-block;
}














footer .container .row .footer-2 ul.personalnykh-dannykh{
	border-bottom: 1px solid #eee;
	margin-bottom: 8px !important;
	padding-bottom: 8px ! important;
	width: 100%;
}

footer .container .row .footer-2 ul.personalnykh-dannykh li.item-246{
	
}

footer .container .row .footer-2 ul.personalnykh-dannykh li.item-246 a{
	color: #000 !important;
}

footer .container .row .footer-2 ul.personalnykh-dannykh li.item-246 a:hover{
	color: #aaa !important;
}

footer .container .row .footer-2 p{
	display: inline-block;
}

footer .container .row .footer-2 .moduletable{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

footer .container .row .footer-2 .moduletable ul li a{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}


footer .container .row .footer-2 ul.nav.menu{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

footer .container .row .footer-2 ul.nav.menu li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

footer .container .row .footer-2 ul.nav.menu li a{
	display: inline-block;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

footer .container .row .footer-2 ul.nav.menu li a:hover{
	background: none;
}




/*knopka na verh*/
#back-top {
	position: fixed;
	bottom: 15%;
	right: 10%;
	z-index: 999;
	width: 100px;
}
#back-top a{
	display: block;
	text-align: left;
	font: 16px/100% Verdana !important;
	text-decoration: none;
	color: #fff;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	padding: 10px 15px 10px 10px;
	border-radius: 10px;
	
}

#back-top a img{
	width: 70px;
}

@media only screen and (max-device-width: 992px) {
	#back-top{
		display: none !important;
	}
}


#back-top a:hover {
	color: #000;

-moz-transform: translate(0px, -25px);
-webkit-transform: translate(0px, -25px);
-o-transform: translate(0px, -25px);
-ms-transform: translate(0px, -25px);
transform: translate(0px, -25px);
	
}


}
#back-top a{
	display: block;
	text-align: left;
	font: 16px/100% Verdana !important;
	text-decoration: none;
	color: #fff;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	padding: 10px 15px 10px 10px;
	border-radius: 10px;
	
}

#back-top a img{
	width: 70px;
}

@media only screen and (max-device-width: 992px) {
	#back-top{
		display: none !important;
	}
}


#back-top a:hover {
	color: #000;

-moz-transform: translate(0px, -25px);
-webkit-transform: translate(0px, -25px);
-o-transform: translate(0px, -25px);
-ms-transform: translate(0px, -25px);
transform: translate(0px, -25px);
	
}







/* ----------------------------- cookies ----------------------------- */
.cookies {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px !important;
    z-index: 1000;
    display: none;
}

.cookies__body {
    background-color: white;
    box-shadow: 0 0 40px rgba(196, 196, 196, 0.25);
    padding: 15px 0;
    border-radius: 10px;
}

.cookies__body .container{
	    width: 400px !important;
}

.cookies__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    flex: 1 1 auto;
    margin-right: 30px;
}

.cookies__text a,
.cookies__text button{
    color: #db2c1d;
    background: none;
    padding: 0px;
    border: none;
    font-size: 12px;
}

.cookies__text a:hover,
.cookies__text button:hover{
    background: none;
    color: #0d1b39;
}

.cookies__btn {
    justify-content: center;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #ffffff;
    border: none;
    background: #db2c1d;
    border-radius: 25px;
    font-size: 13px;
    padding: 12px 30px;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    transition: background-color ease 0.3s;
}

.cookies__btn:hover {
    background-color: #1b3979;
    border: 2px solid #1b3979;
    color: #ffffff;
}

.cookies__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){    
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
    .cookies {
        bottom: 0px;
        right: 0px;
        width: 100%;
        z-index: 1000;
        text-align: left;
    }
    .cookies__text {
        margin-right: 0px;
        /*margin-bottom: 15px;*/
    }
    .cookies__row {
        /*display: block;*/
    }    
}
