/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 05.05.15 nn
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,cyrillic);
@import url("bases.css");
@import url("modals/slit.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;

    color: #353535;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #05C;
    text-decoration: underline;
}

a:hover,
a:hover:visited {
    text-decoration: none;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    color: #353535;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 16px;
}

.h2 {
    color: #353535;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin: 0 0 32px;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/

.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/

.field {
    background-color: #f9f9f9;
    border: 1px solid #b5b5b5;
    padding: 13px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/

.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/

.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 76px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/

.main_page .header {
    height: 499px;
    position: relative;
}

.header {
    position: relative;
    height: 175px;
}

.promo {
    position: relative;
    top: 0;
    bottom: 0;
    height: 175px;
}

.promo .fig {
    position: absolute;
    left: -1000em;
    right: -1000em;
    top: 0;
    bottom: 0;
    text-align: center;
}

.main_page .promo {
    position: relative;
    height: 499px;
    z-index: 1;
}

.main_page .promo .main_list .item {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
}

.main_page .promo .main_list .active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.main_page .promo .main_list .fig {
    overflow: hidden;
    position: absolute;
    left: -1000em;
    right: -1000em;
    top: 0;
    bottom: 0;
    text-align: center;
}

.main_page .promo .main_list .item .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main_page .promo .main_list .active {
    display: block;
}

.main_page .promo .prev {
    background: #fff url(../images/prev.png) no-repeat 46% 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 353px;
    right: 56px;
    z-index: 1;
}

.main_page .promo .next {
    background: #fff url(../images/next.png) no-repeat 54% 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 353px;
    right: 1px;
    z-index: 1;
}

.main_page .promo .context {
    background-color: rgba(252, 252, 255, .88);
    padding: 12px 18px 25px 18px;
    width: 480px;
    position: absolute;
    left: 0;
    bottom: 110px;
    text-align: left;
}

.main_page .promo .context .title {
    width: 410px;
    color: #353535;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: bold;
}

.main_page .promo .context .text {
    width: 470px;
    color: #363636;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 1.3;
}

.ask_question {
    position: absolute;
    top: 352px;
    left: 0;
    z-index: 2;
}

.ask_question .btn {
    background: url(../images/btn_bg.png) repeat-x;
    border-bottom: 2px solid #012b11;
    border-radius: 2px;
    height: 15px;
    display: inline-block;
    padding: 12px 39px 16px 39px;
    position: relative;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.ask_question .btn:hover {
    text-decoration: underline;
}

.fis {
    position: absolute;
    top: 13px;
    left: 2px;;
}

.fis .item {
    float: left;
    margin-right: 12px;
}

.fis .link {
    background: #fff no-repeat 50% 50%;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
}

.fis .home {
    background-image: url(../images/home.png);
}

.fis .letter {
    background-image: url(../images/letter.png);
}

.contact {
    background-color: rgba(255,255,255,0.9);	
    height: 50px;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    z-index: 1;
}



.contact .text {
    color: #464646;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
}


.header .bg {
    position: absolute;
    background: #fff;
    left: -1000px;
    right: -1000px;
    height: 94px;
    top: 59px;
    bottom: 0;
    z-index: 1;
}

.logo {
    position: absolute;
    top:80px;
    left: 0;
    z-index: 2;
}

.logo .fig {
    background: url(../images/logo.png) no-repeat;
    height: 44px;
    width: 328px;
}

.logo .text {
    width: 304px;
    padding-top: 4px;
    text-align: right;
    color: #3d3d3d;
    font-family: "Myriad Pro", sans-serif;
    font-size: 15px;
    
    line-height: 1.2;
}

.nav {
    
    position: absolute;
    right: 0;
    top: 89px;
    z-index: 2;
}

.nav > .item {
    position: relative;
    text-align: center;
    float: left;
}

.nav > .item > .link {
    display: table;
    width: 100%;
    max-width: 200px;
    color: #464646;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    
}

.nav > .item > .link > .text {
    display: table-cell;
    height: 29px;
    padding-right: 13px;
    padding-left: 13px;
    text-align: center;
    vertical-align: middle;
}

.nav > .active > .link,
.nav > .item:hover > .link {
    background-color: #0f812a;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    text-decoration: none;
}

.nav .sub {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav .sub .list {
    width: 149px;
    background-color: #0f812a;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 4px;
}

.nav .sub .list .item {
    text-align: left;
    margin-bottom: 1px;
}

.nav .sub .list .item:last-child {
    padding-bottom: 10px;
}

.nav .sub .list .item .link {
    display: inline-block;
    padding-left: 14px;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

.nav .item:hover .sub {
    display: block;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/

.side {
    float: right;
    width: 295px;
    position: relative;
    margin-left: 15px;
    padding-top: 58px;
    padding-bottom: 42px;
}

.side + .content {
    float: left;
    width: 648px;
}

.services_list_1 {
    margin-bottom: 22px;
}

.services_list_1 .item {
    position: relative;
    margin-bottom: 16px;
}

.services_list_1 .fig {
    background: url(../images/fig_2.png) no-repeat;
    height: 25px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.services_list_1 .link {
    display: block;
    color: #353535;
    text-decoration: none;
}

.services_list_1 .text {
    width: 246px;
    display: inline-block;
    padding-left: 5px;
    color: #0f8129;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    vertical-align: middle;
    line-height: 18px;
}

.services_list_1 .text:hover {
    text-decoration: underline;
}

.carousel_2 {
    position: relative;
    min-height: 190px;
    margin-bottom: 4px;
    padding-right: 38px;
    padding-left: 38px;
    z-index: 1;
}

.carousel_2 .prev {
    background: #9a9a9a url(../images/prev_1.png) no-repeat 50% 50%;
    height: 150px;
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.carousel_2 .next {
    background: #9a9a9a url(../images/next_1.png) no-repeat 50% 50%;
    height: 150px;
    width: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.carousel_2 .in {
    overflow: hidden;
    position: relative;
}

.carousel_2 .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 18px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -18px;
}

.carousel_2 .main_list:before,
.carousel_2 .main_list:after {
    display: none;
}

.carousel_2 .main_list .item {
    display: table-cell;
    width: 220px;
    vertical-align: top;
    position: relative;
}

.carousel_2 .main_list > .item .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel_2 .main_list > .item:before,
.carousel_2 .main_list > .item:after {
    display: none;
}

.carousel_2 .text {
    width: 170px;
    padding-top: 2px;
}

.carousel_2 .link {
    display: block;
    color: #0f832b;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.carousel_2 .link:hover {
    text-decoration: underline;
}

.news_list_2 .item {
    margin-bottom: 36px;
}

.news_list_2 .fig {
    width: 85px;
    position: relative;
    float: left;
    margin-right: 12px;
    margin-bottom: 24px;
}

.news_list_2 .fig .img {
    max-width: 100%;
    border-radius: 2px;
    vertical-align: top;
}

.news_list_2 .link {
    color: #10842b;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.news_list_2 .link:hover {
    text-decoration: underline;
}

.news_list_2 .text {
    color: #363636;
    font-family: "Arial", sans-serif;
    font-size: 13px;
}

.news_list_2 .btn {
    padding-left: 97px;
    color: #035f23;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-style: italic;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/

.content {
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 18px;
    z-index: 1;
}

.content:before,
.content:after {
    content: '';
    display: table;
}

.content:after {
    clear: both;
}

.white {
    background-color: #fff;
    margin-top: 0px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 14px 20px 20px 20px;
    text-align: justify;
}

.white .h1 {
    margin-bottom: 8px;
}

.more_detail {
    margin-bottom: 60px;
}

.more_detail .btn {
    background: url(../images/btn_bg_1.png) repeat-x;
    border-bottom: 2px solid #012b11;
    border-radius: 2px;
    height: 5px;
    display: inline-block;
    padding: 9px 21px 19px 21px;
    position: relative;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.more_detail .btn:hover {
    text-decoration: underline;
}

.btn_1 {
    background: url(../images/btn_bg_1.png) repeat-x;
    border-bottom: 2px solid #012b11;
    border-radius: 2px;
    height: 5px;
    display: inline-block;
    padding: 9px 21px 24px 21px;
    position: relative;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.btn_1:hover {
    text-decoration: underline;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.our_projects {
    background-color: #f2f2f2;
    margin-bottom: 22px;
    padding-top: 18px;
    padding-bottom: 40px;
    position: relative;
}

.our_projects .h2 {
    margin-bottom: 16px;
}

.our_projects .bg {
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: -10000em;
    right: -10000em;
    bottom: 0;
    z-index: -1;
}

.h2{
     border-bottom: 3px solid #005e2e;
} 


.h2 .grey {
    border-bottom: 3px solid #cfcfcf;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -4px;
    width: 60px;
}

.carousel {
    position: relative;
    min-height: 166px;
    padding-right: 26px;
    padding-left: 26px;
    z-index: 1;
}

.carousel .prev {
    background: #9a9a9a url(../images/prev_1.png) no-repeat 50% 50%;
    height: 166px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.carousel .next {
    background: #9a9a9a url(../images/next_1.png) no-repeat 50% 50%;
    height: 166px;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.carousel .in {
    overflow: hidden;
    position: relative;
}

.carousel .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -10px;
}

.carousel .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel .main_list:before,
.carousel .main_list:after {
    display: none;
}

.carousel .main_list .item {
    background-color: #fff;
    display: table-cell;
    width: 219px;
    vertical-align: top;
    position: relative;
}

.carousel .main_list > .item .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel .main_list > .item:before,
.carousel .main_list > .item:after {
    display: none;
}

.carousel .text {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.carousel .link {
    display: block;
    color: #0f832b;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.carousel .link:hover {
    text-decoration: underline;
}

.our_services {
    width: 466px;
    margin-right: 14px;
    float: left;
}

.our_services .h2 {
    margin-bottom: 29px;
}

.services_list {
    margin-bottom: 24px;
}

.services_list .item {
    margin-bottom: 12px;
}

.services_list .link {
    background: url(../images/fig_2.png) no-repeat;
    height: 25px;
    width: 24px;
    display: table;
    color: #353535;
    text-decoration: none;
}

.services_list .text {
    width: 314px;
    display: inline-block;
    padding-left: 32px;
    font-family: "Myriad Pro", sans-serif;
    text-decoration: underline;
    font-size: 16px;
}

.services_list .text:hover {
    text-decoration: none;
}

.our_news {
    width: 476px;
    float: left;
}

.our_news .h2 {
    margin-bottom: 29px;
}

.news_list {
    margin-bottom: 5px;
}

.news_list .item {
    margin-bottom: 14px;
}

.news_list .fig {
    width: 85px;
    position: relative;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.news_list .fig .img {
    max-width: 100%;
    border-radius: 2px;
    vertical-align: top;
}

.date {
    margin-top: -4px;
    color: #949494;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
}

.news_list .link {
    color: #10842b;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.news_list .link:hover {
    text-decoration: underline;
}

.news_list .text {
    color: #363636;
    font-family: "Arial", sans-serif;
    font-size: 13px;
}

.news_list .btn {
    padding-left: 8px;
    color: #035f23;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-style: italic;
}

.news_list_1 {
    margin-bottom: 16px;
}

.news_list_1 .item {
    margin-bottom: 25px;
}

.news_list_1 .fig {
    width: 85px;
    position: relative;
    float: left;
    margin-right: 12px;
}

.news_list_1 .fig .img {
    max-width: 100%;
    border-radius: 2px;
    vertical-align: top;
}

.news_list_1 .link {
    color: #10842b;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.news_list_1 .link:hover {
    text-decoration: underline;
}

.news_list_1 .text {
    color: #363636;
    font-family: "Arial", sans-serif;
    font-size: 13px;
}

.news_list_1 .btn {
    color: #035f23;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-style: italic;
}

.certificates {
    clear: both;
   
    margin-bottom: 28px;
    padding-top: 11px;
}

.certificates:before,
.certificates:after {
    content: '';
    display: table;
}

.certificates:after {
    clear: both;
}

.certificates .h2 {
    margin-bottom: 16px;
}

.carousel_1 {
    position: relative;
    min-height: 190px;
    padding-right: 26px;
    padding-left: 26px;
    z-index: 1;
}

.carousel_1 .prev {
    background: #9a9a9a url(../images/prev_1.png) no-repeat 50% 50%;
    height: 150px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.carousel_1 .next {
    background: #9a9a9a url(../images/next_1.png) no-repeat 50% 50%;
    height: 150px;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.carousel_1 .in {
    overflow: hidden;
    position: relative;
}

.carousel_1 .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -10px;
}

.carousel_1 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .main_list:before,
.carousel_1 .main_list:after {
    display: none;
}

.carousel_1 .main_list .item {
    display: table-cell;
    width: 219px;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.carousel_1 .main_list > .item .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel_1 .main_list > .item:before,
.carousel_1 .main_list > .item:after {
    display: none;
}

.carousel_1 .text {
    padding-top: 3px;
}

.carousel_1 .link {
    display: block;
    color: #0f832b;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.carousel_1 .link:hover {
    text-decoration: underline;
}

.crumbs {
    margin-bottom: 20px;
    color: #464646;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background-image: url(../images/fig_5.png);
    background-repeat: no-repeat;
    background-position: 6px 1px;
    display: inline;
    padding-left: 16px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #10842b;
}

.fig_1 {
    width: 85px;
    position: relative;
    float: left;
    margin-right: 12px;
}

.fig_1 .img {
    max-width: 100%;
    border-radius: 2px;
    vertical-align: top;
}

.fig_2 {
    max-width: 364px;
    position: relative;
    float: left;
    margin: 0 14px 14px 0;
}

.fig_2 .img {
    max-width: 100%;
    vertical-align: top;
}

.btn_3 {
    color: #0f832b;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
}

.write_letter {
    margin-bottom: 23px;
    padding-top: 22px;
}

.write_letter .btn_4 {
    background-color: #005522;
    border-bottom: 2px solid #012b11;
    border-radius: 2px;
    height: 5px;
    display: inline-block;
    padding: 7px 21px 21px 21px;
    position: relative;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    text-decoration: none;
}

.write_letter .btn_4:hover {
    text-decoration: underline;
}

.certificates_list {
    margin-left: -3px;
    margin-bottom: 9px;
}

.certificates_list .item {
    width: 214px;
    margin-left: 3px;
    margin-bottom: 22px;
}

.certificates_list .fig .img {
    max-width: 100%;
}

.certificates_list .link {
    color: #0f832b;
    text-decoration: none;
}

.certificates_list .link:hover {
    text-decoration: underline;
}

.certificates_list .text {
    padding-top: 5px;
    width: 172px;
    font-family: "Arial", sans-serif;
    font-size: 13px;
}

.services_list_2 {
    margin-left: -20px;
    margin-bottom: 15px;
}

.services_list_2 .item {
    width: 202px;
    margin-left: 20px;
    margin-bottom: 32px;
}

.services_list_2 .fig .img {
    max-width: 100%;
}

.services_list_2 .link {
    color: #0f832b;
    text-decoration: none;
}

.services_list_2 .link:hover {
    text-decoration: underline;
}

.services_list_2 .text {
    width: 184px;
    padding-top: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

.page {
    margin-left: -12px;
    margin-bottom: 32px;
}

.page .item {
    margin-left: 12px;
}

.page .link {
    color: #0f832b;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.page .link:hover {
    text-decoration: underline;
}

.promobody {
    color: #929292;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    text-align: justify;
}

.captcha {
    display: inline-block;
    padding-left: 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .field {
    width: 100%;
}

.captcha .fig {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal__content {
    background: #fff;
    padding: 16px 24px 32px 24px;
    position: relative;
}


.modal .h1 {
    margin-bottom: 27px;
    position: relative;
    color: #353535;
    font-family: "Roboto Slab", sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.modal .h1 .line {
    border-bottom: 3px solid #cfcfcf;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -4px;
    width: 60px;
}

.modal__close_btn {
    background: #e9e9e9 url(../images/x.png) no-repeat 50% 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -12px;
    right: -12px;
    text-indent: -1000em;
    z-index: 4;
}

.modal__content .btn {
    background: url(../images/btn_bg_1.png) repeat-x;
    border-top: none;
    border-right: 2px solid #012b11;
    border-left: none;
    border-bottom: 2px solid #012b11;
    border-radius: 2px;
    height: 5px;
    display: inline-block;
    padding: 8px 21px 25px 21px;
    position: relative;
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.modal__content .btn:hover {
    text-decoration: underline;
}

.star {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    padding-top: 9px;
    color: #ff0000;
    font-size: 24px;
}

.modal_lightbox__prev,
.modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/

.footer {
    background-color: #f2f2f2;
    width: 1000px;
    height: 76px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer .bg {
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: -10000em;
    right: -10000em;
    bottom: 0;
    z-index: -1;
}

.footer .left_bg {
    background-image: url(../images/footer_left_bg.png);
    background-repeat: no-repeat;
    width: 518px;
    height: 150px;
    position: absolute;
    top: -126px;
    left: -500px;
}

.footer .right_bg {
    background-image: url(../images/footer_right_bg.png);
    background-repeat: no-repeat;
    width: 518px;
    height: 150px;
    position: absolute;
    top: -126px;
    right: -500px;
    z-index: -1
}

.counter {
    position: absolute;
    top: 19px;
    left: 20px;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    
    
    color: #7e7e7e;
    
    font-size: 15px;
}

.design .link {
    position: absolute;
    top: 24px;
    right: 20px;
    color: #3e3e3e;
    font-family: "Arial", sans-serif;
    font-size: 13px;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */

@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
#comments {
    height:100px;
}


.background-grey {
    background-color: #F2F2F2;
}

.color-secondary {
    color:#0F812A;
}

.no-decoration {
    border-bottom: 0px;
}
