body {
  font-family: "RobotoRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 60px 0 60px;
}

a:active, a:focus, input, textarea, button { outline: none; }

/*---------header-----------*/
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
  border-top: 3px #006e42 solid;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
#top-bar {
  width: 100%;
  padding: 14px 0 14px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px rgba(0,0,0,.13);
  position: relative;
  z-index: 10;
}
#top-info {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-top: 10px;
}
#top-info li {
  display: block;  
  margin-bottom: 6px;
}
#top-info .phone-head-wr a{
  display: block;
  font-size: 20px;
  font-family: "RobotoRegular",sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  color: #000;
}
#top-info .phone-head-wr a:hover{
  color: #006e42;
  border-bottom: none;
   -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#top-info .email-head-wr a{
  color: #006e42;
  border-bottom: 1px #006e42 dashed;
  line-height: 1.2;
  font-size: 16px;
}

.cont-wrap-head{
  text-align: right;
}
#nav-section { 
  min-width: 320px;
  padding: 0;
  background-color: #006e42;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section.stuck {
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  z-index: 10;
}
#nav-section.shrink {
  min-height: 61px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 61px;
}

.logo-img img{
  width: 160px;
}
a.logo-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.logo-wrap-text p{
  color: #f26522;
  font-size: 22px;
  margin: 0;
}
.own-logo-img img{
  width: 230px;
}
.logo-wrap-text{  
  padding: 0 12px;
}

.galeryBox__box {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
  height: 245px;
  overflow: hidden; 
}

.galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}

.galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}

.galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}

.galeryBox__img {
  position: relative;
  z-index: -1; 
}
.galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}

.cert-wrap-text p{
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.certificate-descr{
  display: flex;
  align-items: center;
}

.navbar-nav > li > img{
  width: 20px;
  margin-left: 35px;
  position: relative;
  bottom: 2px;
}
.navbar-nav > li > a {    
  display: inline-block;
  color: #fff;
  line-height: 42px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;  
  padding-left: 8px;
}
.navbar-nav > li{
  padding: 6px 46px 6px 18px;
}
.navbar-nav > li:first-child{
  padding-left: 0;
}
.navbar-nav > li:last-child{
  padding-right: 0;
}
.navbar-nav > li:before {
    content: '';
    width: 1px;
    height: 30%;
    background: #fff;
    position: absolute;
    top: 35%;
    left: 0;
}
/*.navbar-nav > li:before{
   content: '';
    width: 1px;
    height: 30%;
    background: #000;
    position: absolute;
    top: 35%;
    left: 0;
}*/
.navbar-nav > li:first-child:before {
  display: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #ee6c4d;
}

@media (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
  .navbar-nav {  
    margin: 0;
  }
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
@media (min-width: 768px){
  .navbar-nav>li {
    display: inline-block;
  }
}
.nav>li {
    position: relative;
    /*display: block;*/
}
@media (max-width: 992px){
  .sb-search {
    display: none;
  }
}
@media (max-width: 992px){
  .nav {
    display: none;
  }
}

.navbar ul>li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 84px;
    height: auto;
    padding: 0;
    z-index: 22 !important;
    text-align: left;
    padding: 12px 26px;
}

.navbar ul>li ul>li ul.second-drop{
  left: 183px;
  top: -4px;
}
.navbar ul>li:hover>ul {
    opacity: 1;
    border-radius: 3px;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: -1px 11px 22px rgba(0, 0, 0, 0.1);
}
.navbar ul>li ul .fa{
  margin-left: 70px;
}
.navbar ul>li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 0;
    margin: 16px 0;
}
.navbar ul>li ul a {
    color: #000;    
    font-size: 14px;
}
.navbar ul>li ul a:hover {
    color: #006e42;
}

/*Toogle Menu*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 16px;
}
.toggle-mnu span:after, 
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, 
.toggle-mnu span:after, 
.toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;  
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*End Toogle Menu*/
.toggle-mnu {
  position: absolute;
  top: 325px;
  right: 15px;
  z-index: 500;
}
.hidden-mnu {  
  display: none;
  z-index: 50;
  width: 80%;
  right: 0px;
  background-color: #006e42;
  position: absolute;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.hidden-mnu ul {
  padding: 0;
  border-bottom: 1px #f2f2f2 solid;
}
.hidden-mnu li {
    display: block;
    /*padding: 0px 10px;*/
    color: #292929;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;    
}
.hidden-mnu a {
  color: #292929;
  display: block;
  padding: 12px 10px;
}
.hidden-mnu a:active {
  text-decoration: underline;
}
.hidden-mnu a:hover {
  color: #f26522;  
  transition: all .5s ease;
}


.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 12px 18px 12px 50px;
  /*background: #4d5158;*/
  box-shadow: inset 0 -1px #f2f2f2;
  color: #fff;
  font-size: 14px;
  text-transform: none;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  /*background: #52565d;*/
}
.cd-accordion-menu label::before {
  /* icons */
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before {
  background-image: url(../img/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
/*.cd-accordion-menu label::after {
  folder icons 
  left: 41px;
  background-position: -16px 0;
}*/
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  /*background: #35383d;*/
  box-shadow: inset 0 -1px #f2f2f2;
  padding-left: 82px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    font-size: 14px;   
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  /*.cd-accordion-menu label::after {
    left: 53px;
  }*/
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 60px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/*--------------------------*/

/*-----header-carousel----*/
.header-carousel{
  padding: 0;
}
.header-carousel .item {  
  padding: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 510px;
  display: flex;
  align-items: center;
}
.header-carousel .item:before{

}
.header-carousel .item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.header-carousel .item h1,
.header-carousel .item span,
.header-carousel .item h2{
  margin-top: 0px;
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-family: "RobotoRegular", sans-serif;
    text-shadow: 0px 4px 6px rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    /* max-width: 800px; */    
    width: 70%;
}
.header-carousel .item p{
  /*padding-left: 32px; */
  color: #fff;
  font-size: 18px;
  /* font-weight: 800; */
  text-align: left;    
  text-shadow: 0px 2px 2px #000; 
}
.item-phone{
  margin-top: 20px;
  text-align: left;
}
.item-phone a{
  text-align: left;
  text-transform: uppercase;
  color: #fff; 
  font-size: 24px;  
  display: inline-block;
}
.item-phone a:hover{
  transition: all .5s ease;
  color: #ccc;
}
.social-head {
    display: inline;
    margin-left: 5px;
}
.social-head ul {
    display: inline;
    list-style-type: none;
    padding-left: 0;
}
.social-head ul li {
    display: inline;
}
.social-head ul li img {
    width: 24px !important;
}
.social-head ul li a{
  padding-left: 4px;
  position: relative;
  top: 4px;
}

.header-carousel .owl-controls {
    left: 0;
}
.header-carousel .owl-controls {
    left: 0;
    top: 47%;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: 25px;
    font-size: 34px;
    line-height: 38px;
    color: #fafafa;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.header-carousel .owl-controls .owl-nav>div.owl-next {
    right: 25px;
    left: auto;
}
.header-carousel .owl-controls .owl-nav>div:hover {
    color: #006e42;
}
.header-carousel .owl-dots {    
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;   
    top: 250px;
}
.header-carousel .owl-dots .owl-dot.active {
    background-color: #006e42;
}
.header-carousel .owl-dots .owl-dot {
    background-color: #fff;
    border-radius: 10em;
    display: inline-block;
    height: 8px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 8px;
    border: 1px #fff solid;
}
.header-carousel .col-lg-12{
  padding: 0;
}
/*------------------------*/

/*------services--------*/
.custom-heading{
  text-align: center;
}
.custom-heading h4{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: none;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  display: inline-block;
  padding: 7px 18px;
  color: #000;
  background-color: #fff;  
}
.custom-heading span{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: none;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  display: inline-block;
  padding: 7px 18px;
  color: #000;
  background-color: #fff;  
}
.custom-heading-var-1 h3{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: none;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  display: inline-block;
  padding: 7px 18px;
  color: #000;
  background-color: #fff;  
}
.custom-heading-var-1 h2{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: none;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  display: inline-block;
  padding: 7px 18px;
  color: #000;
  background-color: #fff;  
}
.custom-heading-var-1 h1{
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: none;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  display: inline-block;
  padding: 7px 18px;
  color: #000;
  background-color: #fff;  
}
.services{
  background-color: #f8f8f8;
  padding-bottom: 20px;
}
.services-descr:hover{
  background-color: #f8f8f8;
  box-shadow: 0px 12px 21px rgba(0,0,0,.08);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.services-descr{
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
    -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  padding: 10px 10px 10px 10px;
  margin-top: 0px; 
  margin-bottom: 30px;   
  position: relative;
}
.service-item{  
  display: flex;
  width: 100%;
  align-items: center;
}
.service-img-ind{
  display: block;
  width: 80%;
}
.service-img-ind img{
  width: 100%;
}
.service-img{
  display: block;
  width: 100%;
}
.service-img img{
  width: 100%;
}
.service-item-head{
  margin-left: 12px;
  width: 80%;
}
.service-item-head h3{
  font-size: 22px;
  color: #006e42;
  margin: 0;
  line-height: 1.2;
}
.service-item-head p{
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}
.service-item-head-btn span{
  color: #000;
  font-weight: 800;
  font-size: 14px;  
  display: inline-block;
  border-radius: 50px;
  border: 1px #006e42 solid;
  padding: 10px 40px;
}
.services-descr:hover .service-item-head-btn span{
  color: #fff;
  border: 1px #006e42 solid;
  background-color: #006e42;
}
.service-item-head-btn{
  border-top: 1px #f26522 solid;
  display: block;
  text-align: right;
  padding-top: 10px;
  margin-top: 10px;
}

.service-text{
  margin-top: 16px;
  border-top:1px #FFED00 solid;
}
.service-text p{
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px #008dd2 solid;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
    margin-top: 5px;
}

.service-block p{
  color: #252b33;
  font-size: 14px;
  line-height: 1.8;
}
.service-block{
  margin-top: 30px;
}
.service-block span{
    display: inline-block;
    color: #252b33;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
    border-bottom: 1px #00c9fd solid;
    margin-bottom: 18px;
}
/*-----------------------*/

/*--------why-we-wrap------*/
.why-we-wrap{
  padding-top: 40px;
}
.why-we-wrap .section-title h3 span{
  color: #EE6C4D;
}

.begin-wrap ul{
  list-style-type: none;
  padding-left: 0;
  margin: auto;
}
.circle-item{
  background: #f8f8f8;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  height: 80px;
  width: 80px;
  z-index: 1;
  top: 24px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.circle-item span{
    position: relative;
    left: 32px;
    top: 19px;
    font-size: 28px;
    color: #292929;
    font-weight: 600;
}
.begin-wrap ul li:after {
    bottom: 140px;
    content: " ";
    left: calc(7rem - 1px);
    position: absolute;    
    width: 1px;
    background: #f2f2f2;
}

.begin-wrap ul li:first-of-type:after {
    content: "";
    top: 4%;
}
.begin-wrap ul li:last-of-type:after {
    bottom: 50%;
}
.begin-wrap ul li.last-type:after {
  content: "";
}
.begin-wrap .img-item{
  display: block;
  width:65%;
  margin:auto;
}
.begin-wrap li{
  padding-bottom: 120px;
}
.information-item h5{
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  color: #006e42;
  margin-top: 30px;
  line-height: 1.4;
}
.information-item p{    
  text-align: left;
  margin-top: 6px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}

.why-we-wrap-img{
  display: block;
  width: 100%;
  margin-top: 140px;
}
.why-we-wrap-img img{
  width: 100%;
}
.why-we-wrap .custom-heading h4{
  background-color: #f8f8f8;  
}
/*-------------------------*/

/*---------map-wrap--------*/
.map-wrap{
  padding: 0;
}
.map-wrap iframe{
  width: 100%;
  height: 400px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.map-wrap .col-sm-12{
  padding: 0;
}
/*-------------------------*/

/*-------footer------------*/
.footer{
  padding: 60px 0 8px;
}
.footer-adress img{
  width: 50px;
}
.footer-adress p{
  text-align: left;
  margin-top: 6px;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.footer-adress span{
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 800;
}
.footer-contact img{
  width: 50px;
}
.footer-contact ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 0;
}
.footer-contact ul li a{
  text-align: left;
  margin-bottom: 6px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.footer-contact ul li a:last-child{
  margin-bottom: 0;
}
.footer-contact ul li a:hover{
  color: #006e42;  
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.footer-contact span{
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 800;
}
.footer-time img{
  width: 50px;
}
.footer-time p{
  text-align: left;
  margin-top: 6px;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.footer-time span{
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 800;
}
.footer-descr{
  border-top: 1px #ccc solid;
  padding-top: 8px;
  margin-top: 50px;
}
.footer-descr p{
  text-align: center;
  color: #000;
  line-height: 1.4;
  font-size: 14px;
}
/*-------------------------*/

/*-------about-------------*/
.about .custom-heading h4{
  background-color: #f8f8f8; 
}
.about-text p{
  color: #000;
  line-height: 1.4;
  font-size: 14px;
}
.about-img{
  display: block;
  width: 100%;
}
.about-img img{
  width: 100%;
}
/*-------------------------*/

/*--------contacts---------*/
.contacts .custom-heading h4{
  background-color: #f8f8f8; 
}
.contacts-numbers span{
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
}
.contacts-numbers p{
  color: #000;
  line-height: 1.4;
  font-size: 14px;
}
.contacts .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.contacts table {
    border-collapse: collapse;
    background-color: transparent;
}
.contacts .table thead th {
    vertical-align: bottom;
    text-align: left;
}
.contacts .table th, .contacts .table td {    
    vertical-align: top;    
    text-align: left;
    padding-bottom: 6px;
}
.contacts .table td a{
  color: #000;
}
.contacts .table td a:hover{
  color: #006e42;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.contacts-map span{
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
}
.contacts-map iframe{
  border: none;
  width: 100%;
  height: 400px;
}
.first-level{
  margin-bottom: 40px;
}
/*-------------------------*/

/*-----product-description----*/
.product-description .custom-heading h4{
  background-color: #f8f8f8;
}

.product-description .custom-heading h3{
  background-color: #f8f8f8;
}
.product-description .custom-heading h2{
  background-color: #f8f8f8;
}
.product-description .custom-heading h1{
  background-color: #f8f8f8;
}
.product-description .custom-heading span{
  background-color: #f8f8f8;
}


.product-description-text p{
  color: #000;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 0;
}
.product-description-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-description-img p{
  color: #fff;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
}
.product-description-text span{
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
}
.table-bordered {
    border: 1px solid #dddddd;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
    padding: 8px;
    line-height: 1.61111111;
    vertical-align: top;
    text-align: center;
}
em {
    font-style: normal;
    font-size: 18px;
}
sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.thumbnail {
    background: transparent;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
.img-responsive, .thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.thumbnail img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.product-description-gallery{
  margin-top: 20px;
}
.product-description-gallery .galeryBox__box {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  width: 70%;
  height: 355px;
  overflow: hidden; 
  margin: auto;
}

.product-description-gallery .galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}

.product-description-gallery .galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}

.product-description-gallery .galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}

.product-description-gallery .galeryBox__img {
  position: relative;
  z-index: -1; 
}
.product-description-gallery .galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.product-description-gallery .galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}
.product-description-gallery .mb-4{
  margin-bottom: 20px;
}
.slide-table-list p{
  color: #000;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 20px;
}
.product-description-text-gmo{
  text-align: center;
}
.product-description-text-gmo h6{
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-description-text h6{
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.own-img-second{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.own-img-second img{
  width: 45%;
}
/*----------------------------*/

/*----------news-page---------*/
.news-page .custom-heading h4{
  background-color: #f8f8f8;
}
.news-wrap-item .post-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-wrap-item .post-item h5{
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 0 12px;
}
.news-wrap-item .post-item p{
  color: rgba(0,0,0,.7);
  margin: 0;
  padding: 0 10px;
}
.news-wrap-item .post-item a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px rgba(0,0,0,0.5) solid;
  color: #fff;
  padding: 9px 30px 9px;
  /* width: 100%; */
  /* min-width: 100%; */
  margin: auto;
  display: block;
  text-align: center;
  background-color: #000;
  text-transform: uppercase;
}
.news-wrap-item .post-item a:hover{
  border: 1px  rgba(0,0,0,0.5) solid;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-item-date{
  flex-grow: 1;
}
.post-item-prew{
  flex-grow: 1;
}
.post-item-btn{
  flex-grow: 1;
}
.news-wrap-item{
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-page .pagination > li:first-child > a,
.news-page .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.news-page .pagination > li:last-child > a,
.news-page .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.news-page .pagination > .active > a,
.news-page .pagination > .active > span,
.news-page .pagination > .active > a:hover,
.news-page .pagination > .active > span:hover,
.news-page .pagination > .active > a:focus,
.news-page .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #006e42;
    border-color: #006e42;
}
.news-page .pagination > li > a,
.news-page .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #006e42 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #006e42;
    margin: 5px;
}
.news-page .pagination > li > a:hover,
.news-page .pagination > li > span:hover,
.news-page .pagination > li > a:focus,
.news-page .pagination > li > span:focus {
    color: #fff !important;
    background-color: #006e42;
    border-color: #006e42;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news-page .pagination li.active a { color: #fff !important }
.news-page .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.news-page .pagination > li {
    display: inline;
}
.news-page .text-center{
  text-align: center;
}
.news-page .pagination li a{
 width: auto;
}
.news-page{
  padding-bottom: 0;
}
/*----------------------------*/

/*-------post-page------------*/
.post-page-text p{
  color: #000;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 0;
}
.post-page-img{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.post-page-img img{
  width: 60%;
}
.post-page{
  padding-bottom: 0;
}
/*-----------------------------*/

/*--------breadcrumb-----------*/
.breadcrumb {
    width: 100%;
    height: 44px;    
    margin-bottom: 0px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 4;
}
.breadcrumb .container{
  border-bottom: 1px #ccc solid;
  padding: 8px 0;
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 6px;
  margin: 0;
  line-height: 1.4;
}
.breadcrumb ul li { 
    list-style: none;
    display: inline-block;
    color: #000;    
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    color: #006e42;
}
.breadcrumb .row{
  width: 100%;
}
/*-----------------------------*/

/*--------form-section---------*/
.form-section{
  background-color: #f8f8f8;
}
.form-section-name h4{
  display: block;
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
.form-section-input{
  background-color: #fff;
  max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 50px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.form-section-input input {
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
    height: 51px;
    border-radius: 0px;
    text-indent: 10px;
    margin-bottom: 30px;
}
.form-section-btn{
  text-align: center;
}
.form-section-btn button {
    display: inline-block;
    line-height: 36px;
    margin: 0;
    padding: 12px 60px;    
    border: 1px #006e42 solid;    
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 14px;
    background: #006e42;    
    color: #fff;    
    font-weight: 800;
    border-radius: 50px;
}
.form-section-btn button:hover{
  border: 1px #006e42 solid; 
  color: #006e42;
  background-color: transparent;
}
/*-----------------------------*/
.bfthtcyhc{
  display:flex;
  align-items: center;
  justify-content:center;
}
.posrel-24-7 iframe{
  position:relative !important;
}

.stmt20as{
  margin-top: 15px;
}

/*стили формы начало*/
.thank-you-pop{

    opacity: 1;
    z-index: 1;
    pointer-events: auto;

    transition: all 0.4s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(8px);
    opacity: 1;
    z-index: 44;
    background-color: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thank-you-pop-content{
    width: 500px;
    border-radius: 6px;
    min-height: 0px;
    position: relative;
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.thank-you-pop-content .pop-up-window-content-title{
    font-size: 28px;
    text-align: center;
    margin-bottom: 0px;
} 
.thank-you-pop-content-close {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    font-weight: 100;
    font-size: 24px;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.thank-you-pop-none {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
@media (max-width: 600px){
    .thank-you-pop-content {
        width: 86%;
    }
}

@media (max-width: 500px){
    .thank-you-pop-content-close {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
}




.pop-up-window{
    transition: all 0.4s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px; 
    top: 0px;
    backdrop-filter: blur(8px);
    opacity: 1;
    z-index: 4444;
    background-color: rgba(0,0,0,0.35);
    
    display: flex;
    align-items:center;
    justify-content: center;
}
.pop-up-window-content{
    width: 500px;
    border-radius: 6px;
    min-height: 500px;
    position: relative;
    display: flex;
    background:#fff;
    flex-direction: column;
    padding: 20px;
    align-items:center;
    justify-content: center;
}
.pop-up-window-content-close{
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    font-weight: 100;
    font-size: 24px;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}
.pop-up-window-content-title{
    font-size: 40px;
    margin-bottom: 30px;
}
.pop-up-window-content form{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.pop-up-window-content input {
    border: 0px solid #000;
    outline: none;
    border-bottom: 1px solid #000;
    padding: 10px;
    padding-left: 3px;
    width: 100%;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}

.pop-up-window-content button{
    user-select: none;
    padding: 18px 40px 18px 40px;
    position: relative;
    transition: all .3s;
    background-color: #f93334;
    border: 1px solid #f93334;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 800;
    margin-top: 20px;
    display: block;
    margin: 11px auto 0;
}
.footer-form button{
   user-select: none;
}

.pop-up-window-content button:hover{
   background-color: transparent;
      border: 1px solid #f93334;
      border-radius: 0px;
      color: #f93334;
}

.pop-up-window-none{
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.pop-up-window-content input {
    width: 74%;
}
@media (max-width: 767px){
    .pop-up-window-content {
        width: 400px;
        min-height: 400px;
        padding: 15px;
    }
    .pop-up-window-content-title {
        font-size: 34px;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px){
    .pop-up-window-content {
        width: 276px;
        min-height: 300px;
    }
    .pop-up-window-content-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .pop-up-window-content input {
        width: 94%;
    }
    .pop-up-window-content-close {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
}

.thank-you-pop-content .pop-up-window-content-title{
    font-size: 28px;
    text-align: center;
    margin-bottom: 0px;
}

.poiEnNoneAsd{
  pointer-events: none !important;
}

/*стили формы конец*/