
.bottom{color:#efece6;float:right;margin:10px 150px 10px 0;}
.footer_menu{float:left;font-size:14px;}
.footer_menu a{font-size:12px;text-decoration:none;color:#fff}
.footer_menu li{list-style-type:none}
.footer_menu .footer-first{padding-bottom:10px;color: #4fdbd5;font-weight: bold;}
.zakaz table td table{width:100%;cellspacing:4;cellpadding:4;border:1px solid white;text-align="left"}
.zakaz table td table td{border:1px solid #fff;font-size:11px;padding:4px;}
.zakaz table td table td table{border:0px;}
.zakaz table td table td table td{border:0px;font-size:11px;padding:4px;}
.zak{font-size:12px;font-weight:bold;}
.zak a{text-decoration:none;}
.zak a:hover{text-decoration:underline}
#news_st a{text-decoration:none;color:#BE0911;text-decoration:none;}
.unit{margin-bottom:20px;}
.otstup{margin-bottom:25px;background-color:#017C6A;padding:5px 10px;border-radius:5px;}
.sertif-license{margin-bottom:30px;}
.sertif-license li{float:left;border:1px solid #069EA3;border-radius:10px;background-color:#DCF4D4;background:transparent linear-gradient(to top, #039E96 30%, #828C95 20%, #7AB7B2 100%) repeat scroll 0% 0%;list-style-type:none;margin-right:40px;padding:4px;}
.sertif-license li:hover{background:transparent linear-gradient(to bottom, #039E96 30%, #828C95 20%, #7AB7B2 100%) repeat scroll 0% 0%;background-color:#DCF4D4;}
#rubricator-slider{
	width:101%;
	float:left;
}
.caroufredsel_wrapper {
height:240px;
}
.img-txt{
	display:block;
	position:absolute;
	left: 0px;
	top:0px;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	height: 208px;	
}
.img-txt:hover {background-color:rgba(0,0,0,0.2);}
.zagolovok{
	font-size: 24px;
	letter-spacing:0pt;
	line-height:120%;
	color: rgb(79,219,213);
	display: block;
	border-bottom: 2px solid rgb(79,219,213);
	width: 343px;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	bottom: 0;
	margin-bottom: 44px;
	left: 13px;
}
.caroufredsel_wrapper a{
	font-size:14px;
	display:block;
	line-height:14px;
}
.caroufredsel_wrapper ul{
margin:0px;
list-style:none;
display:block;
padding:0!important;
}
.caroufredsel_wrapper ul li{
	text-align:center;
	width: 370px;
	height:208px;
	padding:0px;
	overflow:hidden;
	margin:0 10px 30px 0;
	float:left;
	position:relative;
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.25);
	box-shadow:0px 1px 1px rgba(0,0,0,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow offX=0,OffY=1,Color=#40000000,Positive=true)";
	filter:"progid:DXImageTransform.Microsoft.dropshadow	(offX=0,OffY=1,Color=#40000000,Positive=true)";
}
.caroufredsel_wrapper ul li:nth-child(3n) {margin-right:0px;}


.line{background:url('/images/line.png');
width:100%;
height:3px;
margin:30px 0 20px;}
.zagolovok span {
    text-transform: none;
    color: white;
}
.zagolovok span span {font-size:17px; text-align:right;margin-left:25px}
.hidden {
display:none;
margin-top:2px;
cursor:pointer;
}
 .open_spoler{
	display: block;
	height: 50px;
	margin-bottom: 15px;
	position: relative;
	    clear: both;
	}
 .open_spoler:after{
	cursor: pointer;
	width: 100%;
	height:50px;
	background: url('/images/button-vse.png') center no-repeat;
	content: '';
	position: absolute;
}
 .open_spoler.active:after{
	background:url('/images/svernut-new.png') center no-repeat!important;
 }
 h1, h1.cvet, h1.cent{
	font-size:30px;
	/*color:rgb(79,219,213)!important;*/
	color:#000!important;
	font-family:Tahoma;
	text-align:center;
}
 h2.cvet2{
	font-size:20px;
	font-family:Tahoma;
}
.zakaz-call{
	width: 216px;
	padding: 12px 0;
	background: #fff;
	margin-top: 50px;
	cursor: pointer;
	color:#000;
	font-size: 18px;
	text-align: center;
}
.zakaz-call:hover{
	box-shadow: 0px 0px 15px 2px #4fdbd5;
}


.header-contacts-order {
    width: 100%;
    height: 37px;
    padding-top: 8px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    background: rgba(157, 157, 160, 0.6);
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.header-contacts-order:hover {
    background: rgba(116, 120, 121, 0.6)
}
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-height: 100%;
    background: rgba(160, 160, 160, 0.5);
    overflow: hidden
}
.popup-order {
    position: absolute;
    top: 125px;
    left: 35%;    
    width: 483px;
    height: 377px;
    background: #fff;
	border:1px solid rgb(79,217,211);
/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#bf4f.00b0079a2834d9.002602c9082d3,Strength=9)";
filter:progid:DXImageTransform.Microsoft.Glow(Color=#bf4f.00b0079a2834d9.002602c9082d3,Strength=9);color:#fff;
}
.popup-order-inner {
    width: 438px;
    margin: 0 auto;
    position: relative;
}
.popup-order-inner span {
    display: block;
    position: absolute;
    top: -15px;
    right: -2px;
    cursor: pointer;
	background: url(/images/krestik.png);
    width: 19px;
    height: 18px;
}
.popup-order-inner h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:rgb(3,129,131);    
	margin: 30px 0 40px;
	text-align: center;
}

.popup-order-inner form .input {
    position: relative;
    width: 390px;
    margin: 0 auto;
}
.popup-order-inner form .input input, .popup-order-inner form .input textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid rgb(3,129,131);
    background: #fff;
    outline: none;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    width: 370px;
}
.popup-order-inner form .input input:focus, .popup-order-inner form .input textarea:focus  {
    background: #fff;
}
.popup-order-inner form .input input:focus label, .popup-order-inner form .input textarea:focus label{
    display: none
}
.popup-order-inner form .input input:focus ::-webkit-input-placeholder {color:#000;}
.popup-order-inner form .input input:focus ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.popup-order-inner form .input input:focus :-moz-placeholder           {color:#000;}/* Firefox 18- */
.popup-order-inner form .input input:focus :-ms-input-placeholder      {color:#000;}

.popup-order-inner form .input input ::-webkit-input-placeholder {color:#fff;}
.popup-order-inner form .input input ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.popup-order-inner form .input input :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.popup-order-inner form .input input :-ms-input-placeholder      {color:#fff;}

.popup-order-inner form .input textarea:focus ::-webkit-input-placeholder {color:#000;}
.popup-order-inner form .input textarea:focus ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.popup-order-inner form .input textarea:focus :-moz-placeholder           {color:#000;}/* Firefox 18- */
.popup-order-inner form .input textarea:focus :-ms-input-placeholder      {color:#000;}

.popup-order-inner form .input textarea ::-webkit-input-placeholder {color:#fff;}
.popup-order-inner form .input textarea ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.popup-order-inner form .input textarea :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.popup-order-inner form .input textarea :-ms-input-placeholder      {color:#fff;}

.popup-order-inner form .input input, .popup-order-inner form .input textarea{
	color: #000;
}
.popup-order-inner form .input input:focus, .popup-order-inner form .input textarea:focus {
	color: #000;
}
.popup-order-inner form .input textarea {
    height: 95px;
}
.popup-order-inner form .input label {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 120%;
    padding-top: 11px;
}
.popup-order-inner form .input-btn {
    text-align: center;
    margin-top: 15px;
}
.popup-order-inner form .input-btn button {
    display: inline-block;
    width: 224px;
    height: 51px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    -ms-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
    border: 1px solid  rgb(3,129,131);

    color: #000;
    font-size: 16px;
}
.popup-order-inner form .input-btn button:hover {
    box-shadow: 0 0 5px  rgb(3,129,131);
}
.popup-thx, .popup-error {
    display: none;
    position: absolute;
    left: 35%;
    top: 125px;
    width: 483px;
    height: 377px;
    background: #000 url(/images/bg-sps.png) center no-repeat;
    text-align: center;
	border:1px solid rgb(79,217,211);
/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#bf4f.00b0079a2834d9.002602c9082d3,Strength=9)";
filter:progid:DXImageTransform.Microsoft.Glow(Color=#bf4f.00b0079a2834d9.002602c9082d3,Strength=9);color:#fff;
}
.popup-thx-inner {
    position: relative;
    width: 335px;
    margin: 0 auto;
    text-align: center;
}
.popup-thx-inner span {
    display: block;
    position: absolute;
    top: -110px;
    right: -54px;
    cursor: pointer;
	background: url(/images/krestik.png);
    width: 19px;
    height: 18px;
}
.popup-thx-inner h2 {
        margin: 125px 0 25px;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #038183;
    text-align: center
}
.popup-thx-inner p {
    font-family:Tahoma, Geneva, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #038183;
    line-height: 20px
}
.popup-tomain {
    display: inline-block;
    width: 193px;
    height: 38px;
    margin-top: 35px;
    padding-top: 8px;
    border: 1px solid #ef7f1b;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.popup-tomain a {
    font-family:Tahoma, Geneva, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #ef7f1b;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    -ms-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease
}
.popup-tomain:hover {
    background: #ef7f1b
}
.popup-tomain:hover a {
    color: #fff
}
.err{
	border: 1px solid #ff0000!important;
}
.pcvet{color:#000;}

.krug {
    border: 1px solid rgb(80,220,214);
    width: 70px;
    height: 43px;
    text-align: center;
    display: block;
    vertical-align: middle;
    border-radius: 50px;
    font-size: 24px;
    /* margin: auto; */
    padding: 17px 0 10px;
    /* float: right; */
}
.romb-right{
	border: 1px solid rgba(79,217,211,0.5);
	/*color:rgba(255,255,255,0.5);*/
	width: 410px;
	height: 70px;
	padding: 0 10px 0 60px;
	position:absolute;
	top:0;
	right: -22px;
	border-left:none;
}

.romb-left{
	border: 1px solid rgba(79,217,211,0.5);
	/*color:rgba(255,255,255,0.5);*/
	width: 410px;
	height: 70px;
	padding: 0 60px 0 10px;
	position:absolute;
	top:0px;
	left: -15px;
	border-right:none;
}
.numb-right {
    position: relative;
    width: 500px;
    float: right;
    margin-right: 102px;
}
.numb-right:hover .krug, .numb-left:hover .krug{ 
    color:black;
    background:#4FD9D3;
}
.numb-right:hover .romb-right, .numb-left:hover .romb-left{ 
border:1px solid rgb(79,217,211);
/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:0px 0px 9px 0px rgba(79,217,211,0.75);
-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#bf4f.00b0079a2834d9.002602c9082d3,Strength=9)";
filter:progid:DXImageTransform.Microsoft.Glow(Color=#bf4f.00b0079a2834d9.002602c9082d3,Strength=9);color:#4FD9D3;}
.numb-left {
    position: relative;
    width: 500px;
    float: left;
    margin-left: 102px;
}
.numb-left .krug {
    float: right;
}
.line-vert{width:3px;height:50px;margin:0 auto;background:#4FDBD5;clear: both;}
.line-two, .line-two-verh {width:100%;
height:23px;
margin:30px 0 20px;}
.line-two{background:url('/images/line-two.png') center no-repeat;}
.line-two-verh{background:url('/images/line-two-verh.png') center no-repeat;}
.two{
color:#3eaca7;
font-size:24px;
text-align:center;
}
#rubrika-seo {
    position: relative;
    margin: 40px 0 60px;
	text-align:center;
}
.rub-resh-seo p {
    line-height: 120%!important;
    margin: 0!important;
}
.rub-z-seo {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.52);
    width: 130px;
    height: 130px;
    top: 0;
    border-radius: 100%;
    text-align: center;
    left: 40px;
}
.rub-seo:last-child {margin-right: 0px;}
.rub-seo {
    width: 208px;
    height: 180px;
    display: inline-block;
    margin-right: 19px;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.rub-seo:hover .rub-z-seo {background:transparent}
.rub-resh-seo {
    text-align: center;
    padding: 10px 0;
}
.rub-seo img {
	  border-radius: 50%;
	  width: 130px;
	  height: 130px;
	  margin: 0 auto;
}

#rubrika-preim .rub-z-seo {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.52);
    width: 130px;
    height: 130px;
    left: 19px;
}
h1, h1.cent{
	font-size:24px;
}
h2.cent{
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
}
p.cent{text-align:center;}
h2.cent{
	margin:20px 0;
}


#rubrika-preim {
    position: relative;
    margin: 40px 0 60px;
	text-align: center;
}
#rubrika-preim  .rub-seo {
    width: 165px;
    height: 180px;
    display: inline-block;
    margin-right: 19px;
    vertical-align: top;
    position: relative;
    text-align: center;
}
#rubrika-preim .rub-seo:hover .rub-z-seo { background:transparent}
.rub-resh-seo {
    text-align: center;
    padding: 10px 0;
}
.rub-seo img {
	  border-radius: 50%;
	  width: 130px;
	  height: 130px;
	  margin: 0 auto;
}

.breadcrumbs{overflow:hidden;margin-bottom:9px}
.breadcrumbs ul li{
    float:left;
    font-size:14px;
    color:#585858;
    display:inline-block
}
.breadcrumbs ul li:last-child:after{content:' ';}
.breadcrumbs ul li:after{content:'/'; padding:0 5px;}
.img-txt.index {
    background-color: rgba(0,0,0,0.2)!important;
}
.footer-bg{    background: #000000;
    width: 100%;
    height: 126px;
}
.padd20 {
    padding: 10px 20px;
}