html, body{
	width: 100%;
	max-width: 100%;
	font-family: 'PT Sans', sans-serif;	
}
body{
	color: #000;
	font-size: 15px;
    line-height: 20px;
    background: #f00;
    background: url(../images/bg.png);
}
#up{
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    width: 40px;
    height: 40px;
    left: 10%;
    font-size: 60px;
    line-height: 60px;
    color:#fff;
    z-index: 999;
    cursor: pointer;
    background:#01665e;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    display: none;
}
.erl{
 	position: fixed;
	right: -96px;
	top: 50%;
	font-weight: bold;
	font-size: 120%;
	background: #00665d;
	border: 1px solid #01665e;
	z-index: 100;
	color: #ff0;
	padding: 10px 30px;
	transform: rotate(270deg);
	box-shadow: -2px -2px 3px #636363;
}
.erl:hover{
   color: #ff0; 
}
a[name]{
    display: block;
    position: relative;
    top: -200px;
}
.flex{
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    /*background: red;*/
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.item{
    display: inline-flex;
    margin: 0 0 30px;
    /*height: 150px;*/
    /*background: green;*/
    /*justify-content: center;*/
    flex-direction: column;
    text-align: center;
}
.row5{
    width: 220px;
}
.row4{
    width: 270px;
}
.row3{
    width: 360px;
}
.row2{
    width: 615px;
}
img{
    max-width: 100%;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mt15{
    margin-top: 15px;
}
.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}.mb40{
    margin-bottom: 40px;
}
.header + .workarea{
    margin-top: -25px;
}
.workarea:after{
    content: "";
    display: table;
    clear: both;
    float: none;
    width: 100%;
}
.workarea > img, .workarea > a > img{
    margin: 10px 12px 20px;
}
.scroll-table{
    overflow-y: auto;
}
a, .dark-green{
   color:#01665e;
   text-decoration: none;
    transition: all 0.2s ease;
}
a:hover, a:focus, a.dark-green:hover{
    text-decoration: none;
    color:#3ab54a;
}
.fz20{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.fz25{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
}
.content-block{
	position: relative;
	width:1240px;
	margin: 0 auto;
}
.header{
    font-family: Roboto;
    background: rgb(196,233,201);
    color:#01665e;
    font-size: 0;
    margin-bottom: 50px;
    position: relative;
}
.header .top{
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background: #39B54A;
    height: 36px;
    line-height: 36px;
}
.header .top img{
    width: 30px;
    margin-left: 30px;
    margin-right: 5px;
}
.header .logo{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header .phone{
    display: inline-block;
    margin-left: 50px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 100;
    vertical-align: top;
    padding-top: 40px;
}
.header .phone a{
    display: inline-block;
    vertical-align: top;
    margin-right: 75px;
}
.header .phone span{
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}
.header .hbtn{
    position: absolute;
    right: 0;
    top: 25px;
}
.header .hbtn a{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 50px;
    font-size: 17px;
}
.header .hbtn img{
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.menu-box{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background: #39B54A;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    color: #fff;
    z-index: 99;
    font-family: "PT sans";
}
.menu-box > a{
    position: relative;
    display: inline-block;
    margin-left: 150px;
    height: 50px;   
}
.menu-box > a:before{
    position: absolute;
    left: -33px;
    top: 17px;
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #c4e9c9;
}
.menu-box > a, .menu-box .title{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
.menu-box > a span{
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
}
.menu-box .search{
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.menu-box .search .query{
    width: 350px;
    height: 30px;
    background: #fff;
    border: none;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 10px;
    color:#01665e;
    font-size: 16px;
    text-indent: 5px;
}
.menu-box .search .submit{
    position: absolute;
    right: 0;
    top: 12px;
    background: url(../images/lupe.png) no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    outline: none;
}
.workarea{
    background: #fff;
    padding: 20px 30px;
}
.breadcrumbs{
   padding-top: 30px;
   color:#01665e;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 40px;
}
.workarea img{
    margin: 10px;
}
h1, .h1{
    color:#01665e;
    font-family: 'PT Serif', serif;
    font-size: 52px;
    line-height: 62px;    
    font-weight: bold;
}
h1, h2{
	text-transform: uppercase;
}
h3, .h3{
    font-size: 25px;
    line-height: 30px;
    color:#01665e;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
h2, .h2{
    color:#01665e;
    font-size: 40px;
    line-height: 48px;
    font-family: 'PT Serif', serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 0;
}
.workarea h1{
    margin-bottom: 25px;
}
.workarea h2, .workarea .h2{
    text-transform: uppercase;
    font-size: 25px;
    color:#01665e;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    display: block;
    line-height: 30px;
}
.mt100{
    margin-top: 100px;
}
.nt15{
    margin-top: 15px;
}
.workarea .ml0{
    margin-left: 0;
}
.workarea .mr0{
    margin-right: 0;
}
.mr15, .workarea .mr15{
    margin-right: 15px;
}
.inner-news{
    background: #fff;
    padding: 10px;
}
.inner-news .box,.inner-action .box{
    text-align: left;
}
.inner-news .date{
    display: inline-block;
    background: #39B54A;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    vertical-align: top;
}
.inner-news img, .inner-action img{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.inner-news .name{
	line-height: 24px;
}
.inner-news .name, .inner-action .name{
    display: block;
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    overflow-y: hidden;
    margin-top: -4px;
}
.inner-news .name:hover, .inner-action .name:hover{
    text-decoration: underline;
}
.inner-action .name{
    margin-top: 0;
    height: auto;
}
.inner-news .text{
    font-size: 14px;
    height: 60px;
    overflow-y: hidden;
}
.inner-news .box{
	margin-bottom: 20px;
}
.inner-news .more, .inner-action .more{
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
.inner-news .all{
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    background: #39B54A;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 100px;
    margin-right: 100px;
}
.inner-news .all:hover{
    background:#01665e;
}
.inner-action{
    background: #c4e9c9;
    padding: 10px;
    vertical-align: top;
}
.inner-action .box{
    background: #f5fbf6;
    border: 1px solid #01665e;
    padding: 15px;
    height: 200px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(1,102,94,0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(1,102,94,0.35);
    box-shadow: 0px 0px 6px 0px rgba(1,102,94,0.35);
}
.inner-action .all{
    color: #01665e;
     border: 1px solid #01665e;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    background: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 100px;
    margin-right: 100px;
}
.inner-action .all:hover{
    background:#01665e;
    color: #fff;
}
.footer{
    background:#01665e;
    top: 130px;
    padding-top: 5px;
    padding-bottom: 30px;
    font-size: 0;
}
.footer .box{
    display: inline-block;
    width: 286px;
    vertical-align: top;
    padding-left: 0;    
}
.footer ul.box{
    margin-right: 50px;
}
.footer .box ul{
    padding-left: 15px;
}
.footer .box a{
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}
.footer .box .name, .footer .box .name-1{
    font-size: 15px;
    color: #c4e9c9;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 15px;
    margin-bottom: 5px;
}
.footer .box > li{
   list-style: none; 
}
.footer .box ul{
    list-style-type: disc;
}
.footer .box a:hover{
    text-decoration: underline;
}
.footer .box li{
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}
.footer .box:last-child{
    /*float: right;*/
    width: 230px;
    vertical-align: top;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: right;
}
.footer .info a{
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}
.footer .info a:hover{
    text-decoration: underline;
}
.footer .logo{
    display: block;
    width: 157px;
    margin-left: auto;
    margin-bottom: 15px;
}
.footer .seti a{
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}
.footer .seti{
    margin-bottom: 20px;
}
.footer a.impet{
    position: relative;
    display: inline-block;
    width: 150px;
    font-size: 10px;
    line-height: 10px;
    padding-right: 55px;
    padding-top: 7px;
    margin-bottom: 10px;
}
.footer a.impet img{
    position: absolute;
    top: 7px;
    right: 0;
}
.footer a.vivat{
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.header.fixed{
    position: fixed;
   border-bottom: 2px solid #39B54A;
   z-index: 99;
   width: 100%;
   top: 0;
}
.header.fixed .menu-box{
    height: 0;
    bottom: 0;
}
.header.fixed .menu-box > a, .header.fixed .search{
    display: none;
}

.header.fixed .logo{
    width: 120px;
    vertical-align: top;
}
.header.fixed .phone{
    padding-top: 25px;
    margin-right: 0;
}
.header.fixed .phone a{
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-right: 0;
}
.header.fixed .phone span{
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}
.header .bron, .header .btn1, .header .btn2{
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 0;    
}

.header .bron{
    background: #39B54A;
}
.header .bron:hover{
    background:#01665e;
}
.header.fixed .bron{
    opacity: 1;
    color: #fff;
    text-transform: uppercase;    
    height: 55px;
    width: auto;
    vertical-align: top;
    margin-top: 27px;
    margin-left: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.header.fixed .btn1, .header.fixed .btn2{
    opacity: 1;
    display: inline-block;
    width: 98px;
    height: 55px;
    margin-top: 27px;
    margin-left: 50px;
}
#vizitka{
    font-size: 16px;
}
.header .btn2{
	background: url(oms_btn_1.png) no-repeat 100%; 
    /*background: url(../images/vizitka.png) no-repeat 100%;*/
    background-size: contain;
    color: #01665e;
/*    border:2px solid #01665e;*/
    vertical-align: top;
    font-size: 0px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;	
}
.header .btn2:hover{
	background: url(oms_btn_1_act.png) no-repeat 100%; 
/*	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196,233,201,1);
		-moz-box-shadow: inset 0px 0px 0px 1px rgba(196,233,201,1);
		box-shadow: inset 0px 0px 0px 1px rgba(196,233,201,1);
	background: #01665e;
	color: 	#fff;*/
	/*border: 1px solid #c4e9c9;*/
    /*background: url(../images/vizitka_active.png) no-repeat  100%;*/
    /*background-size: contain;*/
}
.header .btn1{
	color: #01665e;
    /*border:2px solid #01665e;*/
    vertical-align: top;
    font-size: 0px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    background: url(menu_btn_1.png) no-repeat 100%; 
    background-size: contain;
}
.header .btn1:active{
	background: url(menu_btn_1_act.png) no-repeat 100%;
}
.header .btn1:hover{
	background: url(menu_btn_1_act.png) no-repeat 100%;
/*	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196,233,201,1);
		-moz-box-shadow: inset 0px 0px 0px 1px rgba(196,233,201,1);
		box-shadow: inset 0px 0px 0px 1px rgba(196,233,201,1);
	background: #01665e;
	color: 	#fff;*/
/*    background: url(../images/menu_btn_active.png) no-repeat 100%; */
    /*background: url(../images/menu_btn1_active.png) no-repeat 100%;*/
    /*background-size: contain;*/
}
.header.fixed .hbtn .contact, .header .top .t3{
    display: none;
}
.header.fixed .hbtn{
    top: 15px;
}
.slider-bottom{
    margin-top: 100px;
    margin-bottom: 100px;
}
.slider-index{
    /*max-width: 1480px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;  
    top: -50px;
    z-index: 0;
    margin-bottom: -50px;
}
.slider-bottom .flex-caption:hover, .slider-index .flex-caption:hover{
      color:#01665e;
}
.slider-bottom .flex-caption .text-box, .slider-index .flex-caption .text-box{
    display: table-cell;
    vertical-align: middle;
}
.slider-bottom .flex-caption, .slider-index .flex-caption{
    display: table;
    width: 70%;
    top: 50%;
    height: 124px;
    margin-top: -62px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgba(255,255,255,0.8);
    font-size: 48px;
    line-height: 54px;
    color:#3ab54a;
/*    font-weight: bold; */
    padding: 10px;
    text-align: center;
    transition: all 0.2s ease;
    border-radius: 15px;
}
.slider-index .flex-caption{
    font-size: 26px;    
    line-height: 30px;
    color:#01665e;
    width: 60%;
    height: 90px;
    margin-top: -45px;           
}
.bron-panel{
    background: #39B54A;
    text-align: center;
    border-bottom: 1px solid #c4e9c9;
}
.fixed .bron-panel{
    display: none;
}
.slider-index + .bron{
    margin-top: -25px;
}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev{
    font-size: 0;
    height: 69px;
    width: 69px;
    background: url("../images/arrow_next.png") no-repeat;
    margin-top: -35px;
}
.flex-direction-nav a.flex-prev{
    background-image: url("../images/arrow_prev.png");
}
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before{
    display: none;
}
.flexslider:hover .flex-direction-nav a.flex-next{
    right: 30px;
}
.flexslider:hover .flex-direction-nav a.flex-prev{
    left: 30px;
}
.spec-list{
    margin-top: 40px;
}
.spec-list .item{
    width: 280px;
    background: rgba(57, 181, 74, 0.5);
    padding: 15px;
    color:#01665e;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;    
}
.spec-list .item img{
    margin: 0 auto;
}
.spec-list .item .name{
    margin-top: 10px;
    margin-bottom: 5px;    
    transition: all 0.2s ease;
}
.spec-list .item:hover .name{
    color:#3ab54a;
    text-decoration: underline;
}
.spec-list .item .text{
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
    padding-bottom: 20px;
}
.pagination{
    margin: 30px 0 0 0;
}
.pagination a, .pagination span{
    display: inline-block;
    padding: 3px 8px;
    margin-right: 5px;
    border: 1px solid  #008641;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #000;
    background: #fff;
}
.pagination a:hover, .pagination span{
    background: #8dc63f;
}
.spec-page img.main{
    margin: 0 10px 10px 0;
}
.ask-btn, .order-btn, .napr-list .more{
    display: inline-block;
    background: #39B54A;
    color: #fff;
    line-height: 34px;
    width: 312px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-left: 10px;
    margin-top: 15px;
    max-width: 100%;
}
.order-btn, .napr-list .more{
    background:#01665e;
}
.ask-btn:hover{
    background:#01665e;
    color: #fff;
}
.order-btn:hover, .napr-list .more:hover{
    background: #39B54A;
    color: #fff;
}
.napr-list{
    margin-top: 30px;
}
.napr-list .box{
    padding-bottom: 30px;
    border-bottom: 1px solid #01665e;
    margin-bottom: 30px;
}
.fond-list .box:nth-child(2n + 1){
    background: rgb(196,233,201);
}
.fond-list{
    /*margin-left: -30px; */
    /*margin-right: -30px;    */
}
.fond-list .box{
    margin-bottom: 30px;
    padding: 20px 30px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}
.fond-list .box img{
    margin: 0;
    height: 194px;
}
.fond-list .box .name{
    display: block;
    height: 30px;
    overflow-y: hidden;
}
.fond-list .box .text{
    height: 100px;  
    overflow: hidden;
}
.fond-list .box .ask-btn{
    position: absolute; 
    bottom: 20px;  
    float:  left;
    margin-left: 0;  
}
.napr-list .box:last-child{
    border: none;
    margin-bottom: 0;
}
.napr-list .more{
    margin-top: 30px;
}
.napr-list .img-box, .fond-list .img-box{
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.napr-list .img-box img{
    border: 1px solid #01665e;
    margin: 0;
}
.napr-list .name:hover{
    text-decoration: underline;
}
.napr-list .text{
    height: 110px;
}
.index-about{
    background: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px 5px 20px;
}
.index-about .row3{
    width: 400px;
    text-align: left;
}
.index-about .h1{
    letter-spacing: 3px;
}
.index-about .name:hover{
    text-decoration: underline;
}
.index-about .img-box{
    display: block;
    width: 412px;
    max-width: 100%;
    height: 290px;
    margin-bottom: 30px;
    margin-top: 10px;
    overflow:hidden; 
}
.index-about .text{
    font-size: 17px;
    line-height: 22px;
    /*height: 110px;*/
    overflow-y: hidden;
}
.index-about .more{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-width: 300px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
}
.bg-green{
   background: #39B54A;
   color: #fff;  
}
.bg-green:hover{
  background:#01665e;
  color: #fff;   
}
.flexslider{
    overflow:hidden;
    width: 100%; 
}
.index-carousel{
    margin: 100px auto;
    background:#01665e;
    padding: 10px 90px 20px;
    /*overflow:hidden; */
}
.index-carousel .title{
    /*font-size: 40px;*/
    text-align: center;
    color: #fff;
    font: bold 40px/40px 'PT Serif';
    letter-spacing: 10px;
    margin-bottom: 20px;
}
.index-carousel .all, .index-prog .all{
    display: block;
    background: #fff;
    width: 45%;
    min-width: 300px;
    height: 42px;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    outline: 1px solid #fff;
    border: 2px solid #01665e; 
}
.index-prog .all{
    border: 3px solid #01665e;
    outline: 2px solid #39B54A;
    box-shadow: 0 0 0 3px #01665e;
}
.index-carousel .all:hover, .index-prog .all:hover{
    background:#01665e;
    color: #fff;
}
.index-prog .all:hover{
    outline: 2px solid #fff;
}
.bxslider{
    overflow-y:hidden; 
}
.index-carousel .bxslider{
    height: 345px;
}
.content-block .bx-wrapper{
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;  
}
.index-carousel .bxslider .text-box {
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(57, 181, 74, 0.7);
    height: 90px;
    color: #fff;
    font: bold 24px/24px 'PT Serif';
    text-align: center;
    margin: 0;
    transition: all 0.2s ease;
    padding: 10px;
}
.index-carousel .bxslider li:hover .text-box{
    background: rgba(57, 181, 74, 0.9);
}
.index-carousel .bx-wrapper .bx-controls-direction a{
    font-size: 0;
    height: 56px;
    width: 66px;
    background: url(../images/next.png) no-repeat;
    margin-top: -28px;
    right: -80px;
}
.index-carousel .bx-wrapper .bx-controls-direction .bx-prev{
    background-image: url(../images/prev.png);
    left: -80px;
}
.index-prog{
    background: #39B54A;
    padding: 25px 0px 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.index-prog .title{
    text-align: center;
    color: #fff;
    font: bold 52px/52px 'PT Serif';
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.index-prog .img-box{
    display: block;
    width: 268px;
    height: 268px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.index-prog .img-box img{
/*    border-radius: 134px; */
border-radius: 30px;
border: solid 2px #fff;
box-shadow: 2px 3px 4px;
}
.prog-box .img-box img{
    border-radius: 30px;
    border: solid 2px #fff;
    box-shadow: 2px 3px 4px;
}
.index-prog .name{
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 10px;
}
.index-prog .name:hover{
    color:#01665e;
    text-decoration: underline;
}
.index-prog .row4{
    width: 310px;
}
.index-prog .h240{
    height: 235px;
    overflow-y: hidden;
    margin-bottom: 5px;
}
.index-prog .text{
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    padding-left: 7px;
    padding-right: 7px;
}
.index-prog .more{
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    outline: 2px solid #39B54A;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #fff;
}
.index-prog .more:hover{
   background:#01665e;
   outline: 2px solid #01665e;
}
.index-fond{
    padding-bottom: 10px;
}
.index-fond .img-box{
    height: 178px;
    margin-bottom: 15px;
    border: 1px solid grey;
}
.index-fond .name{
    height: 55px;
    overflow-y: hidden;
}
.index-fond .more{
    width: 100%;
    text-align: right;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
}
.index-fond .row3{
    margin-bottom: 15px;
}
.index-profil{
    padding-bottom: 40px;
}
.index-profil .anonce{
    font-size: 22px;
    line-height: 29px;
    color: #c4e9c9;
    text-align: center;
    margin-bottom: 25px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}
.index-profil .box{
    display: block;
    background: rgba(255,255,255,0.4);
    padding: 15px 15px 0 15px;
    text-align: left;
}
.index-profil .text{
    color: #000;
    height: 135px;
    overflow-y: hidden;
}
.index-profil .img-box{
    width: 268px;
    height: 236px;    
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    float: right;
}
.index-profil .img-box img{
    width: 268px;
    height: 236px;
    border-radius: 0;
}
.index-profil .more{
    width: 225px;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
    text-align: center;
    margin-left: 0;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 0;
}
.index-profil .more:hover{
    box-shadow: none;
    outline: none;
}
.index-profil .row2{
    margin-bottom: 10px;
}
.index-review{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow:hidden; 
}
.index-review.item{
    display: block;
    text-align: left;
    font-size: 0;
}
.index-review .h2{
    text-align: center;
}
.index-review .box{
    position: relative;
    display: inline-block;
    width: 287px;
    height: 200px;
    overflow-y: hidden;
    vertical-align: top;
    margin-bottom: 10px;
    line-height: 16px;
}
.index-review .box:nth-child(2n){
    float: right;
}
.index-review .name{
    color: #000;
    margin-bottom: 10px;
    overflow-y: unset;
   position: relative;
   z-index: 1;
}
.index-review .name:hover{
    text-decoration: underline;
}
.index-review .date{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: bold;
    color:#01665e;
    z-index: 2;
    background: #f5fbf6;
}
.index-review .text{
    color: #000;
    font-size: 14px;
}
.index-review .text:hover{
    border-bottom: 1px dashed #000;
}
.index-review .add{
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: -20px;
    top: -45px;
    background: #39B54A;
    transform: rotate(17deg);
    padding: 40px 20px 5px 140px;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    z-index: 1;
}
.index-review .add:hover{
    background:#01665e; 
}
.top-menu{
    display: none;
    position: relative;
    width: 100%;
    background: #39B54A;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 99;
    font-size: 0;
}
.top-menu > ul.menu{
    display: inline-block;
    width: 50%;
    position: relative;
    padding-left: 40px;
    font-size: 0px;
    vertical-align: top;
}
.top-menu > ul > li{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.top-menu ul a{
    color: #fff;
}
.top-menu ul a:hover{
	text-decoration: underline;
}
.top-menu .show-i, .top-menu .item-selected > a{
    text-decoration: underline;
}
.top-menu > ul > li > ul{
    display: none;
    font-size: 15px;
}
.top-menu .show-i + span + ul, .top-menu .show-i + ul ul{
    display: block;
}
.top-menu span.switch{
    display: inline-block;
    line-height: 18px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    padding: 0px;
    text-align: center;
}
.map{
    width: 700px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.ask-form{
    background: #39B54A;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 40px;
}
.ask-form .h2{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.c-form form{
    position: relative;
}
.c-form form span{
    display: inline-block;
    min-width: 100px;
    padding-right: 10px;
    font-size: 18px;
    vertical-align: top;
}
.c-form input{
    width: 282px;
    height: 30px;
    border: 1px solid #008641;
    margin-bottom: 15px;
    text-indent: 5px;
}
.ask-form .msg, .callback-form .phone{
    position: absolute;
    right: 0;
    top: 0;
}
.ask-form .msg textarea, .callback-form .phone input{
    width: 635px;
    height: 70px;
    border: 1px solid #008641;
    text-indent: 5px;
}
.callback-form .phone input{
    height: 30px;
}
.c-form .bottom{
    display: block;
    text-align: right;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.c-form input[type="submit"]{
    color: #FFF;
    background:#01665e;
    height: 32px;
    width: 282px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    transition: all 0.2s ease;
    vertical-align: top;
    border: 1px solid #fff;
}
.c-form input[type="submit"]:hover{
    color:#008641;
    background: #fff;
    border: 1px solid #fff;
}
.c-form .bottom label{
    font-weight: normal;
    font-style: italic;
    position: relative;
    margin-bottom: 0;
    line-height: 27px;
    padding-right: 35px;
    padding-top: 2px;
}
.c-form .bottom label input{
    display: none;
}
.c-form .agree{
    display: none;
}
.c-form .agree:checked + label:before{
    content: "\2713";
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 2;
    font-size: 36px;
}
.c-form .bottom label:after{
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 27px;
    height: 27px;
    background: #fff;
    border: 1px solid #008641;
    z-index: 1;
}
.callback-form{
    padding: 20px;
    background: rgb(196,233,201);
}
.callback-form .h2{
    text-align: center;
    margin-bottom: 20px;
}
.napr-page .img-box{
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}
.napr-page .main{
    display: block;
    margin: 0px;
}

.napr-page .order-btn, .napr-page .ask-btn{
    width: 394px;
    margin-left: 40px;
}
.prog-box{
    padding-left: 15px;
    padding-right: 15px;
}
.prog-box .title{
    margin-bottom: 30px;
}
.prog-box .row4{
    width: 293px;
}
.prog-box .img-box{
    height: 210px;
    width: auto;
    margin-bottom: 15px;
}
.prog-box .name{
    color: #fff;
    font-size: 18px;
}
.prog-box .name:hover{
    color: #fff;
}
.prog-box .all{
    box-shadow: none;
    background:#01665e;
    color: #fff;
    text-transform: none;
    border: 1px solid #fff;
    outline: none;
}
.prog-box .all:hover{
    box-shadow: none;
    outline: none;
    background: #fff;
    color:#01665e;
}
.prog-list .ask-btn{
    margin-top: 30px;
}
.workarea table{
    width: 100%;
    margin-bottom: 30px;
}
.workarea table th{
	text-align: center;
    color: #ffffff;
    background: #39b54a;
    padding: 6px;
    border: solid 2px #01665e;
}
.workarea table td{
    padding: 4px;
    border: 1px solid #00665e;
}
.workarea table tr td:nth-child(n+2){
    text-align: center;
}
.workarea table thead td{
    vertical-align: top;
    background-color: #39b54a;
    color: #fff;
    font-weight: bold;
    text-align: center;    
}
.workarea table tbody tr:nth-child(2n) td{
    background-color: #d7f0db;
}
.proc-list{
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -30px;
}
.proc-list .box{
    position: relative;
    display: inline-block;
    width: 580px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    margin-bottom: 60px;
    border: solid 1px #ffffff;
    box-shadow: 2px 2px 5px #656565;
}
.proc-list .box .img-box{
    width: 250px;
    float: left;
    margin-right: 10px;
}
.proc-list .box .img-box img{
    margin: 0;
}
.proc-list .h3{
    display: block;
    max-height: 60px;
    overflow-y: hidden;
    margin-bottom: 5px;
    margin-top: -5px;
}
.proc-list .text{
    height: 80px;
    overflow-y: hidden;
    font-size: 15px;
}
.proc-list .ask-btn{
    width: 320px;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.proc-slider{
    background: #39B54A;
    padding: 25px 0px;
}
.proc-slider .content-block{
    padding: 0 90px;
}
.proc-slider .bx-wrapper .bx-controls-direction a{
    font-size: 0;
    height: 69px;
    width: 69px;
    background: url(../images/arrow_next.png) no-repeat;
    margin-top: 0px;
    top: 90px;
    right: -80px;
}
.proc-slider .bx-wrapper .bx-controls-direction .bx-prev{
    background-image: url(../images/arrow_prev.png);
    left: -80px;
}
.proc-slider a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    text-align: center;
}
.proc-slider a img{
    margin-bottom: 10px;
    border-radius: 120px;
    width: 240px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
}
.proc-slider a:hover{
    text-decoration: underline;
}
.news-list .img-box img{
    border: none;
}
.light-green-page{
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
    padding: 20px 30px;
    background: rgb(196,233,201);
}
.fond-page .slider-box {
    display: table-cell;
    width: 605px;
    height: 600px;
    vertical-align: top;
    padding-bottom: 30px;
}
.fond-page .right{
    display: table-cell;
    position: relative;
    padding-left: 20px;
    vertical-align: top;
    padding-bottom: 30px;
}
.fond-page .slider-box #slider {
    margin-bottom: 20px;
    height: 410px;
    overflow-y: hidden;
    border: none;
}
.fond-page .slider-box .flexslider img{
    margin: 0;
    height: 410px;
}
.fond-page .flexslider{
 background: none;
}
.fond-page #carousel img{
    width: 190px;
    height: 139px;
    cursor: pointer;
}
.fond-page #carousel a.flex-next, .fond-page #carousel a.flex-prev{
    width: 40px;
    height: 40px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -20px;
}
.fond-page .right ul{
    columns: 3;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.fond-page .right ul li{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.fond-page .pull-right{
    font-size: 20px;
    text-decoration: underline;
    width: 300px;
    text-align: center;
    margin-top: 20px;
}
.c-form .note p {
    width: 290px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    color: #fff;
}
.c-form .note font.errortext{
    color: #fff !important;
}
.callback-form .note p, .callback-form .note font.errortext{
    color: #00665e !important;
}
.top-menu{
        max-height: calc(100vh - 150px);
        overflow-y: auto;
}
.content-block .bx_vertical_menu_advanced .bx_hma_one_lvl>a{
    z-index: 1;
}
.section-menu ul{
    padding: 20px 0px;
}
.section-menu ul li{
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 4px;
    margin-right: 20px;
    border: 1px solid #38b64a;
    border-left: 5px solid #38b64a;
}
.section-menu ul li a{
    display: block;
    padding: 0 5px;
    min-height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;/*replace 100*/
    color: #01665e;
    text-decoration: none;
}
.section-menu ul li a{
    font-size: 15px;    
}
.section-menu ul li:hover{
    background: #39B54A;
}
.section-menu ul li:hover a{
    color: #fff;
}
.milov {
    display: block;
    width: 60%;
    font-size: 120%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    box-shadow: 3px 3px 3px #636363;
}
@media (max-width: 1279px){
    #up{
        left: 30px;
    }
	.content-block{
    	width: 1000px;
	}
    .header .phone a{
        margin-right: 10px;
    }
    .header .hbtn a{
        margin-left: 10px;
    }
    .footer > div{
        padding-right: 230px;
    }
    .footer .box{
        width: 250px;
    }
    .footer .box a{
        font-size: 14px;
    }
    .footer .box:last-child{
        position: absolute;
        top: 0;
        right: 0;
    }
    .header.fixed .phone, .header.fixed .btn1, .header.fixed .btn2,.header.fixed .bron{
        margin-left: 10px;
    }
    .spec-page img.main{
        /*max-width: 400px;*/
    }
    .slider-index{
        top: 0;
        margin-top: 25px;
    }
    .slider-index + .bron{
        margin-top: 0;
    }
    .ask-form .msg textarea, .callback-form .phone input{
        width: 450px;
    }
    .fond-page .slider-box, .fond-page .right{
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
} 
@media (max-width: 1023px){
	.content-block{
    	width: 748px;
	}
    .header .top{
        overflow-y: hidden;
    }
    .header .phone{
        padding-top: 15px;
    }
    .header .phone a{
        display: block;
    }
    .menu-box > a{
        margin-left: 45px;
    }
    .menu-box .search .query{
        width: 250px;
    }
    .workarea img, .workarea img.mr15, .workarea img.mr0, .workarea img.ml0{
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .header.fixed .phone span, .header.fixed .bron{
        display: none;
    }
     .spec-page img.main{
        margin-left: auto;
        margin-right: auto;
    }
    .napr-list .text{
        height: auto;
    }
    .map{
        float: none;
        margin-right: 0px;
        width: 100% !important;
    }
    .ask-form .msg, .callback-form .phone{
        position: static;
        margin-bottom: 10px;
    }
    .ask-form .msg textarea, .callback-form .phone input{
        float: none;
        max-width: 100%;
    }
    .top-menu{
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
    .footer ul.box{
        margin-right: 0;
    }
    .spec-list .item{
        width: 300px;
    }
} 
@media (max-width: 767px){ 
    .content-block{
        width: 460px;
    }
    .workarea img{
        height: auto !important;
    }
    .header .phone{
        margin-left: 0;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .header .phone a{
        display: inline-block;
        font-size: 25px;
    }
    .menu-box a span{
        display: none;
    }
    .inner-action .box, .prog-box .img-box{
        height: auto;
    }
    .header.fixed .bron{
        display: block;
        position: absolute;
        background:#01665e;
        top: -30px;
        margin: 0;
        right: 0;
        font-size: 14px;
        line-height: 16px;
        height: auto;
        padding: 5px 10px 2px;
    }
    .header.fixed .logo{
        width: 70px;
        margin-bottom: 10px;
    }
    .header.fixed .phone{
        padding-top: 10px;
    }
    .header.fixed .hbtn{
        top: 25px;
        right: 135px;
    }
    .header.fixed  .hbtn a{
        width: 20px;
        font-size: 0;
    }
    .header.fixed .hbtn .ask{
        width: 40px;
    }
    .header.fixed .btn2{
        position: absolute;
        width: 50px;
        height: 26px;
        top: 25px;
        right: 0;
        margin: 0;
    }
    .header.fixed .btn1{
        position: absolute;
        width: 50px;
        height: 26px;
        top: 25px;
        right: 70px;
        margin: 0;
    }
    .header .top{
        text-align: left;
        line-height: 14px;
    }
    .header .top .content-block{
        padding-left: 40px;
        padding-top: 3px;
    }
    .header .top img{
        position: absolute;
        left: 0;
        margin: 0;
        top: 3px;
    }
    .header .top .t1{
        display: none;
    }
    .header .top .t3{
        display: block;
    }
    .slider-bottom{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .slider-bottom .flex-caption, .slider-index .flex-caption{
        font-size: 16px;
        line-height: 20px;
        height: 50px;
        margin-top: -25px;
    }
    .slider-bottom, .slider-index{
        overflow-y: hidden;
    }
    .slider-bottom .slides, .slider-index .slides{
        width: 800px;
        position: relative;
        left: 50%;
        margin-left: -400px;
    }
    .slider-bottom .flex-caption, .slider-index .flex-caption{
        height: 60px;
        margin-top: -30px;
        width: 300px;
    }
    .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev{
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-top: -15px;
    }
    .napr-list .img-box, .fond-list .img-box{
        display: block;
        margin-bottom: 10px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .napr-list .img-box img, .fond-list .img-box img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
     h1, .h1{
        font-size: 24px;
        line-height: 30px;
    }
    h2, h3, .h2, .h3, .workarea h2, .workarea .h2, .index-prog .title{
        font-size: 20px;
        line-height: 24px;
    }
    .workarea{
        padding-left: 10px;
        padding-right: 10px;
    }
    .index-carousel{
        padding-left: 60px;
        padding-right: 60px;
    }
    .index-carousel .bx-wrapper .bx-controls-direction a{
        font-size: 0;
        height: 28px;
        width: 33px;
        background-size: cover;
        margin-top: -14px;
        right: -50px;
    }
    .index-carousel .bx-wrapper .bx-controls-direction .bx-prev{
        left: -50px;
    }
    .index-fond .name{
        height: auto;
    }
    .index-profil .img-box{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .index-review .box:nth-child(2n){
        float: none;
    }
    .index-review .box{
        width: 100%;
    }
    .index-review{
        padding-top: 40px;
    }
    .top-menu > ul.menu {
         width: 100%;
    }
    .c-form input[type="submit"]{
        margin-top: 15px;
    }
    .napr-page .img-box{
        margin-left: 0;
        margin-right: 0;
    }
    .proc-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .proc-list .box{
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .proc-list .box .img-box{
        display: block;
        margin-right: 0;
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .proc-list .box .img-box img{
        margin-left: auto;
        margin-right: auto;
    }
    .fond-list .box{
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .proc-list .ask-btn, .fond-list .box .ask-btn{
        width: 100%;
        float: none;
        position: static;
    }
    .proc-list .text, .fond-list .box .text{
        height: auto;
    }
    .proc-slider .content-block{
        padding: 0 100px;
    }
    .light-green-page{
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .fond-page .slider-box{
        width: 100%;
        height: auto;
    }
    .fond-page .slider-box #slider{
        height: auto;
        overflow: hidden;
    }
    .fond-page #carousel{
        padding-left: 20px;
        padding-right: 20px;
    }
    .header.fixed{
        margin-top: 0;
    }
    #up{
        bottom: 10px;
        left: 10px;
    }
    .workarea > img, .workarea > a > img{
        margin-left: auto;
        margin-right: auto;
    }
} 
@media (max-width: 479px){
    body{
        padding-top: 0px;
    }
    .header{
        margin-top: 0px;
    }
	.content-block{
    	width: 100%;
        min-width: 320px;
        padding-left: 10px;
        padding-right: 10px;
	}
    .menu-box .title, .menu-box .search .query{
        display: none;
    }
   
    .inner-news .all, .inner-action .all{
        margin-left: 0px;
        margin-right: 0px;
    }
    .inner-news img, .inner-action img{
        width: 90px;
    }
     .footer > div{
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer .box{
        width: 100%;
        display: block;
    }
    .footer .logo{
        margin-right: auto;
    }
    .footer .box:last-child{
        position: static;
        width: 100%;
        text-align: center;
    }
    .header .top{
        padding-left: 10px;
    }
    .header .content-block{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .logo{
        width: 65px;
        margin-right: 15px;
    }
    .header .phone a{
        display: block;
    }
     .header .phone a:last-child{
     	display: none;
     }
    .header .phone span, .header .hbtn .contact{
        display: none;
    }
    .header .bron{
        display: block;
        opacity: 1;
        width: 200px;
        height: 50px;
        background: #39B54A;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding-top: 5px;
        margin-top: -35px;
        margin-left: 80px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .header .btn1, .header .btn2{
        position: absolute;
        width: 60px;
        height: 25px;
        opacity: 1;
        bottom: 13px;
        left: 10px;
    }
    .header .btn2{        
        left: 75px;
    }
    .header .hbtn{
        position: static;
       margin-left: 130px;
    }
    .header .hbtn .callback, .header .hbtn .ask{
        font-size: 0;
        position: static;
        width: 20px;
        height: 30px;
        margin-bottom: 10px;
    }
    .header .hbtn .ask{
        width: 40px;
    }
    .index-about .img-box{
        height: auto;
    }
     .index-carousel{
        padding-left: 10px;
        padding-right: 10px;
    }
    .index-carousel .bx-wrapper .bx-controls-direction a{
        margin-top: 20px;
        right: 10px;
    }
    .index-carousel .bx-wrapper .bx-controls-direction .bx-prev{
        left: 10px;
    }
    .index-carousel .bxslider .text-box{
        font-size: 20px;
    }
    .slider-bottom .flex-caption, .slider-index .flex-caption{
        width: 240px;
    }
    .proc-slider .content-block{
        padding: 0px;
        width: 260px;
        min-width: 260px;
    }
    .proc-slider .bx-wrapper .bx-controls-direction a{
        right: -30px;
        width: 40px;
        height: 40px;
        -webkit-background-size: contain;
        background-size: contain;
        top: 100px;
    }
    .proc-slider .bx-wrapper .bx-controls-direction .bx-prev{
        left: -30px;
    }
    .fond-page .right ul{
        columns: auto;
    }
    a[name]{
        top: -50px;
    }
}
@media all and (max-width:1279px){
    .item{
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width:479px){
    .flex .item{
        width: 100%;
    }
}