/*@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);*/
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 16px;
  line-height: 22.4px;
  color: #6c7279; }

h1 {
  font-size: 60px;
  color: #2d3033;
  }

h2 {
  font-size: 40px;
  color: #2d3033;
  font-family: 'Alegreya Sans SC', sans-serif;
}

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
    font-size: 24px;
    color: #597a5b;
    font-weight: 700;
    font-family: 'Alegreya Sans SC', sans-serif;
}

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #597a5b;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  }
.btn.grey {
  background-color: #6c7279;
  color: #fff;
}
.btn.grey:hover, .btn.grey:focus{
  background-color: #54585d;
}
  .btn:hover, .btn:focus {
    background-color: #565658;
    color: #fff;
    }
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
  General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #6c7279; 
}

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  /*list-style: none; */
}
ul.list{
  margin-left: 15px;
  font-size: 16px;
  margin-bottom:15px;
}
.section {
  padding: 20px 0; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
  $Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #236f5fc7;
  }
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 10px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo > img{
    max-width: 82px;
  }
#header .logo{
  color:#fff;
  font-size: 20px;
}
/*.logo1{
    font-family: 'Libre Baskerville', serif;
}
.logo2{
    font-family: 'Damion', cursive;
  }*/
#header.fixed {
  background-color: #236F5E;
  }
  #header.fixed .header-content {
    border-bottom: 0;}
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; 
    position: relative;}
  .navigation a {
    color: #e1eef4;
    font-size: 17px;
    font-weight: 700;
    margin-left: 26px;
    text-transform: uppercase;
    font-family: 'Alegreya Sans SC', sans-serif;
    }
    .navigation a:hover, .navigation a.active {
      color: #fff; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #34c145;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #34c145;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
  $Banner
========================================================================== */
.banner {
  background-image: url(../images/bg_main.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 650px;
  border-bottom: 4px solid #cfd9d0;
  }
.banner.gazony{
  background-image: url(../images/rylon_banner.jpeg);
}
.banner.planirovka{
  background-image: url(../images/minitraktor.jpg);
}
.banner.avtopoliv{
 background-image: url(../images/photo4.jpg);
}
.banner.avtopoliv{
 background-image: url(../images/photo4.jpg);
}
.banner.bani{
  background-image: url(../images/bani-banner.jpg);
}
.banner-roll_grase{
  background-image: url(../images/rylon_banner.jpeg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px;
}
.banner.stroika{
  background-image: url(../images/karkas-bg.jpg);
}
.banner.septiki{
  background-image: url(../images/septik1.jpg);
}
.banner.plitka{
  background-image: url(../images/plitka_bg.jpg);
}
.banner-text {
  padding-top: 25%; 
}

.banner-text h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
  font-size: 50px;
  margin-bottom: 40px;
  font-family: 'Alegreya Sans SC', sans-serif;
}
.banner-text p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  /*margin-bottom: 80px;*/
  text-shadow: 2px 2px 2px #000;
  font-family: 'Alegreya Sans SC', sans-serif;
}
.banner-text .formOpen{
  margin-top: 30px;
  font-family: 'Alegreya Sans SC', sans-serif;
}

/* ==========================================================================
  $Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }

/* ==========================================================================
  $Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  /*min-height: 350px;*/
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work_photo {
    margin-bottom: 30px;
    overflow: hidden;
}
  .work .overlay {
    background: #597a5bd9;
    height: 91%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    font-family: 'Alegreya Sans SC', sans-serif;
    }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
    .work a img{
      width:337.25px;
      height: 292.25px;
      display: block;
      margin: 0 auto;
    }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
  $Teams
========================================================================== */
.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #199e29;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
  $Testimonials
========================================================================== */
.testimonials {
  background-color: #53354a;
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #fff;
    font: italic 36px "Cardo", Georgia, "Times New Roman", serif; }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
  $Download
========================================================================== */
.download h3 {
  margin-top: 0;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-family: 'Alegreya Sans SC', sans-serif;
  }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 16px;
  }

/* ==========================================================================
  $Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    background-color: #597a5b;
    padding-top: 50px;
    }
  .footer-bottom {
    background-color: #4e654f;
    padding: 20px 0;
    }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 25px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 18px;
    }
  .footer p {
    color: #fff;
    margin:0;}
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: rgba(255, 255, 255, 0.75); }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; 
    }
   .footer .footer-share a:nth-child(1):hover{
    background: #0571e6;
    border-color: #fff;
   }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }

/* ==========================================================================
  $Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
  Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
ul.primary-nav {
    margin-top: 20px;
}
.prem{
  margin-top: 25px;
}
.prem img{
  width: 50px;
  display: block;
  margin: 0 auto 15px;
}
.icon-img{
  display: block;
  width: 60px;
  min-height: 60px;
  margin: 0 auto;
  background-size: cover!important;
}
.feature:hover h5{
  color:#34c145;
  cursor: pointer;
}
.icon-img.roll{
background: url(../images/roll-cake.svg) no-repeat center center;
}
.feature:hover .icon-img.roll{
  background: url(../images/roll-cake-hover.svg) no-repeat center center;
  cursor: pointer;
}
.icon-img.grass{
background: url(../images/grass_1.svg) no-repeat center center;
}
.feature:hover .icon-img.grass{
  background: url(../images/grass_1-hover.svg) no-repeat center center;
  cursor: pointer;
}
.icon-img.field{
background: url(../images/field.svg) no-repeat center center;
}
.icon-img.sprinklers{
background: url(../images/sprinklers.svg) no-repeat center center;
}
.icon-img.tractor{
background: url(../images/tractor.svg) no-repeat center center;
}
.icon-img.farming-and-gardening{
background: url(../images/farming-and-gardening.svg) no-repeat center center;
}
.phones {
  padding-top: 18px;
}
.phones a{
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    padding:0 10px;
    text-shadow: #199e29 1px 1px 1px;
}
.form {
    width: 350px;
    min-height: 200px;
    background: #fff;
    border: 2px solid #199e29;
    margin: 15% auto;
    position: relative;
    padding: 15px;
    z-index: 10;
}
.formWrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    display: none;
    z-index: 9999;
}
.form h5{
  text-align: center;
}
.form input{
    margin: 10px auto;
    width: 95%;
    padding: 5px 8px;
    display: block;
}
.form button{
    margin: 13px auto 0;
    display: block;
}
span.closeForm {
    display: block;
    background: #199e29;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
}
span.closeForm:hover{
  cursor: pointer;
  background: #34c145;
}
#video{
  margin-bottom: 50px;
}
.pagetitle{
  text-align: center;
  margin-bottom:20px;
  font-weight: 500;
  font-size: 32px;
  font-family: 'Alegreya Sans SC', sans-serif;
}
.futBlock{
  position: relative;
  height: 275px;
  background-size: cover;
  transition: .3s ease;
}
.moreBlock{
  position: relative;
}
.moreBlock:hover .futBlock{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    cursor: pointer;
}
.moreBlock:hover .more{
  bottom: 85px!important;
  opacity: 1!important;
}
.pic1{
  background: url(../images/rylon_banner.jpeg) no-repeat center center;
  background-size: cover;
}
.pic2{
  background: url(../images/rulonnyj-posevnoj-gazon-cat-2.jpg) no-repeat center center;
  background-size: cover;
}
.pic3{
  background: url(../images/Blagoustroystvo-uchastka.jpg) no-repeat center center;
  background-size: cover;
}
.pic4{
  background: url(../images/dorozhki-01.jpg) no-repeat center center;
  background-size: cover;
}
.pic5{
  background: url(../images/unnamed.png) no-repeat center center;
  background-size: cover;
}
.pic6{
  background: url(../images/unnamed.jpg) no-repeat center center;
  background-size: cover;
}
.pic7{
  background: url(../images/3dproject.jpg) no-repeat center center;
  background-size: cover;
}
.pic8{
  background: url(../images/bani.jpg) no-repeat center center;
  background-size: cover;
}
.pic9{
   background: url(../images/karkas.jpg) no-repeat center center;
  background-size: cover;
}
.pic10{
   background: url(../images/Mikrob-Assembly.png) no-repeat center center;
}
.pic11{
   background: url(../images/stol.jpg) no-repeat center center;
}
#features .caption{
  position: absolute;
  width: 88%;
  height: 89px;
  top: 87px;
  left: 0;
  right: 0;
  padding-top: 28px;
  margin: 0 auto;
  color: #fff;
  font-size: 23px;
  text-align: center;
  background: #00000091;
  font-family: 'Alegreya Sans SC', sans-serif;
}

#features .btn-transparent{
  display: block;
  background: transparent;
  color: #fff;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  width: 150px;
  padding: 5px;
  text-align: center;
  font-weight: 500;
  bottom: 0px;
  text-transform: uppercase;
  border: 2px solid #fff;
  text-shadow: 2px 2px 3px #000;
  cursor: pointer;
  opacity: 0;
  transition: .5s ease;
  z-index: 999;
}
.futOption{
  margin-bottom: 30px;
}
/*.futOption h4{

}*/
.futOption p{
  text-align: justify;
  display: block;
  min-height: 90px;
}
.futOption .btn{
  margin-top: 12px;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-right: 7px;
  margin-left: 7px;
}
.errorPoint{
  color:red;
  border: 1px solid red;
}
.successMessage{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  min-height: initial!important;
}
.bold{
  font-weight: 700;
}
.prem{
  text-align: center;
}
.premTitle{
  font-size: 22px;
  font-weight: 500;
  color: #000;
  font-family: 'Alegreya Sans SC', sans-serif;
}
.green{
  color:#199e29;
}

/*Content styles*/
.content-preview{
  margin-top: 40px;
}
.content-preview img.img-cont-prev{
  width: 100%;
}
.content-preview h3{
  font-weight: 500;
  margin-top: 0;
}
.sectionH5, .sectionH3{
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 32px;
    font-weight: 500;
}
.examples-gallery img{
  width: 100%;
  height: 125px;
  transition: .3s ease;
}
.mb-20{
  margin-bottom: 20px;
}
.subMenu{
  opacity: 0;
  top:-51px;
  transition: .3s ease;
  position: absolute;
  background: #199e29;
  padding: 6px 12px;
  text-transform: uppercase;
  left: 14px;
}
.subMenu li{
  display: block;
  margin: 3px 0;
}
.subMenu li a{
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.hasSubMenu:hover .subMenu{
    opacity:1;
    top: 51px;
}
.banWrap {
    position: relative;
    margin-bottom: 20px;
}
.banWrap:hover img{
  border: 2px solid #199e29;
  box-sizing: border-box;
}
.banImg img {
    display: block;
    width: 100%;
    height: 270px;
}
.banTitle {
    font-size: 18px;
    color: #199e29;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
}
.banPrice {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.banButtons > div {
    width: 40%;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin: 10px 17px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease;
}
.banMore {
    background: #6c7279;
}
.banMore:hover, .banMore:focus{
  background: #54585d;
}
.banPay {
    background: #34c145;
}
.banPay:hover, .banPay:focus{
  background: #199e29;
}
.banOption .opt {
    display: inline-block;
    margin: 0 10px;
}
span.optTitle {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
span.optSize{
   font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
  color:#34c145;
}
.w-100{
  width: 100%;
}
.d-block{
  display: block;
}
.nav-tabs li a{
  color: #6c7279;
  text-transform: uppercase;
}
.tab-content ul li{
  list-style: none;
  margin-top: 10px;
}
.tab-content ul li .optionBLock:nth-child(1){
  font-weight: bold;
}
.fade.in {
    opacity: 1!important;
}
.banOption.txt{
    padding: 15px 10px;
}
.banOption.txt div{
  margin: 7px 0;
}
span.title{
  font-size: 18px;
  font-weight: bold;
}
.banPriceCont{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.banPriceCont > a{
  margin-top: 15px;
}
.nav-tabs{
  margin-top: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background: #34c145!important;
  color:white;
}
.tab-content{
  padding: 15px;
}
.mobilePhoneToggle{
  display: none;
}
span.phoneIcon{
  display: block;
  position: fixed;
  background: #34c145;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 76px;
  top: 32px;
  color: #fff;
  text-align: center;
  padding: 9px;
  font-size: 20px;
}
#header.fixed span.phoneIcon{
  top: 20px;
}
@media screen and (max-width: 992px) {
  .work a img{
    display: block;
    margin: 0 auto;
  }
  .subMenu{
    position: initial;
    display: block;
    opacity: 1;
    background: initial;
  }
  .subMenu li{
    margin-bottom: 0!important;
  }
  .subMenu li a{
    font-size: 20px!important;
    text-transform: none!important;
  }
}
@media screen and (max-width: 768px) {
  .phones{
    display: none;
  }
  .mobilePhoneToggle{
    display: block!important;
  }
  .examples-gallery img{
    height: initial;
    margin-bottom: 15px;
  }
  .content-preview h3{
    margin-top: 15px;
  }
  .nav-toggle{
    top: 22px;
  }
  span.phoneIcon{
    top: 22px;
  }
}
