/* NORMALIZE */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/* FORMALIZE */
/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, menu, ol, p, pre, ul {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

button, fieldset, menu, ol, ul {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

@font-face {
  font-family: 'Helvetica Neue LT Pro 77 Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Pro 77 Bold Condensed"), url("../fonts/HelveticaNeueLTPro-BdCn.woff") format("woff"); }
@font-face {
  font-family: 'Helvetica Neue LT Pro 67 Medium Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Pro 67 Medium Condensed"), url("../fonts/HelveticaNeueLTPro-MdCn.woff") format("woff"); }
/* GENERAL */
body {
  font-family: 'Helvetica Neue LT Pro 77 Bold Condensed';
  background: #fdfdfd; }

a {
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.container {
  width: 1170px;
  margin: 0 auto; }

/* header */
.header {
  background: #fff;
  height: 98px;
  border-bottom: 9px solid #0e7042; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 98px; }
  .header-right {
    font-family: 'Helvetica Neue LT Pro 67 Medium Condensed';
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
  .header-contact {
    color: #6c707b;
    margin-bottom: 10px;
    font-size: 14px; }
    .header-contact span {
      margin-left: 20px; }
      .header-contact span i {
        margin-right: 5px; }
  .header-menu .mobile-menu {
    display: none; }
  .header-menu ul {
    display: flex;
    text-transform: uppercase; }
    .header-menu ul li {
      margin-left: 30px;
      font-size: 14px; }
      .header-menu ul li a {
        color: #3b404f; }

.main-slider img {
  width: 100%;
  border-bottom: 9px solid #0e7042; }
.main-slider #main-slider .owl-nav {
  display: none; }
.main-slider #main-slider .owl-dots {
  display: flex;
  top: -77px;
  position: relative;
  z-index: 99;
  width: 1170px;
  margin: 0 auto;
  justify-content: flex-end; }
  .main-slider #main-slider .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    display: block;
    background: #0e7042;
    margin-right: 5px;
    outline: 0; }
    .main-slider #main-slider .owl-dots .owl-dot.active {
      background: #1b2843; }

.products {
  display: flex;
  justify-content: space-between;
  margin-top: -70px;
  position: relative;
  z-index: 999; }

.product-box {
  background: #0e7042;
  width: calc(33.3333% - 18px);
  height: 112px;
  display: flex; }
  .product-box-icon {
    background: #1b2843;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 112px; }
  .product-box-name {
    width: calc(100% - 140px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-box-name a {
      color: #fff;
      font-size: 24px; }

.about {
  background: #f0f0f0;
  width: calc(33.3333% - 18px);
  overflow: hidden;
  min-height: 496px; }
  .about-image img {
    width: 100%; }
  .about-content {
    color: #777777;
    font-family: 'Helvetica Neue LT Pro 67 Medium Condensed';
    padding: 25px;
    font-size: 15.9px; }
    .about-content-title {
      font-size: 22px;
      font-family: 'Helvetica Neue LT Pro 77 Bold Condensed';
      margin-bottom: 10px; }
  .about-link a {
    background: #777;
    height: 55px;
    display: block;
    line-height: 55px;
    text-align: center; }

.home-content {
  display: flex;
  justify-content: space-between;
  margin-top: 36px; }

.content-right {
  width: calc(66.6666% - 9px); }
.content-boxes {
  display: flex;
  justify-content: space-between; }
.content-box {
  background: #f0f0f0;
  width: calc(50% - 16px);
  height: 240px;
  display: flex; }
  .content-box:Hover {
    background: #0e7042; }
    .content-box:Hover .content-box-text {
      color: #fff; }
      .content-box:Hover .content-box-text a {
        background: #1b2843; }
  .content-box-image {
    width: 220px;
    height: 240px; }
  .content-box-text {
    width: calc(100% - 220px);
    height: 240px;
    display: flex;
    color: #777;
    font-size: 18px;
    flex-wrap: wrap; }
    .content-box-text a {
      width: 100%;
      height: 55px;
      display: block;
      background: #777;
      text-align: center;
      line-height: 55px;
      align-self: flex-end; }
    .content-box-text p {
      padding: 0 25px 25px 25px; }
  .content-box-title {
    padding: 25px 25px 0 25px;
    margin-bottom: 15px;
    font-size: 20px;
    min-height: 46px; }

.ekatalog {
  margin-top: 36px; }
  .ekatalog-content {
    background: #0e7042;
    height: 183px; }
  .ekatalog-link a {
    display: block;
    background: #777;
    height: 55px;
    line-height: 57px;
    color: #FFF;
    padding-left: 20px;
    font-size: 24px; }
    .ekatalog-link a img {
      margin-left: 10px;
      margin-top: -3px; }

.references {
  margin-top: 30px;
  display: flex;
  height: 112px;
  background: #f0f0f0; }
  .references .item {
    display: flex;
    align-items: center;
    text-align: center;
    height: 112px; }
  .references img {
    height: 40px;
    margin: 0 auto;
    width: auto !important; }
  .references-title {
    background: #0e7042;
    width: calc(33.3333% - 18px);
    height: 112px;
    display: flex; }
    .references-title-icon {
      background: #1b2843;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 140px;
      height: 112px; }
    .references-title-name {
      width: calc(100% - 140px);
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px; }
  .references-slider {
    width: calc(66.6666% - 9px);
    padding-left: 90px; }

.page-head {
  width: 100%;
  height: 280px;
  background-size: cover; }

.subpage {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

.sidebar {
  background: #f5f5f5;
  width: 270px; }
  .sidebar-title {
    background: #0e7042;
    color: #fff;
    height: 55px;
    font-size: 22px;
    line-height: 59px;
    padding-left: 20px; }
  .sidebar ul li:last-child a {
    border: none; }
  .sidebar ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    color: #777;
    transition: 300ms; }
    .sidebar ul li a:hover {
      color: #0e7042;
      padding-left: 30px; }
    .sidebar ul li a i {
      margin-right: 10px; }

.subpage-content {
  width: calc(100% - 300px);
  color: #777;
  font-family: 'Helvetica Neue LT Pro 67 Medium Condensed';
  font-size: 18px;
  line-height: 30px; }
  .subpage-content a{color: #0e7042;}
  .subpage-content blockquote{border-left:5px solid #ddd; padding-left:20px; margin-top:15px; margin-bottom:15px;}
  .subpage-content .thumbnail {
    float: left;
    width: 335px;
    margin-right: 25px;
    margin-bottom:15px;
    overflow: hidden; }
    .subpage-content .thumbnail img {
      width: 100%;
      transition: 300ms; }
      .subpage-content .thumbnail img:hover {
        transform: scale(1.2); }
  .subpage-content h1 {
    color: #0e7042;
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    margin-bottom: 20px;
    width: calc(100% - 360px);
    float: right;
    padding-bottom: 15px;
    margin-top: 10px;
    font-family: 'Helvetica Neue LT Pro 77 Bold Condensed'; }

/* FOOTER */
.footer {
  margin-top: 30px; }
  .footer-top {
    background: #0e7042;
    height: 185px; }
    .footer-top ul {
      display: flex;
      align-items: center;
      height: 185px;
      justify-content: space-between; }
      .footer-top ul li {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 135px;
        border-right: 1px solid #fff; }
        .footer-top ul li a {
          color: #fff; }
        .footer-top ul li img {
          display: block;
          margin: 0 auto 20px auto; }
  .footer-bottom {
    background: #f0f0f0;
    height: 100px;
    color: #6b6b6b;
    font-size: 14px; }
    .footer-bottom .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100px; }
  .footer-left {
    font-family: 'Helvetica Neue LT Pro 67 Medium Condensed'; }
    .footer-left b {
      display: block;
      margin-bottom: 5px; }
  .footer-right {
    text-align: right; }
    .footer-right .author {
      display: block;
      margin-bottom: 5px; }

/* RESPONSIVE */
@media only screen and (max-width: 1170px) {
  .header .logo img {
    max-width: 200px; }
  .header-contact {
    display: none; }
  .header-menu .mobile-menu {
    display: block;
    font-size: 32px;
    cursor: pointer;
    color: #0e7042; }
  .header-menu ul {
    display: none;
    position: absolute;
    width: 100%;
    flex-direction: column;
    background: #fff;
    left: 0;
    top: 98px;
    z-index: 9999; }
    .header-menu ul li {
      height: 45px;
      line-height: 45px;
      border-bottom: 1px solid #ddd; }
      .header-menu ul li a {
        font-size: 18px; }

  .container {
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
    padding-right: 15px; }

  .main-slider {
    margin-bottom: 40px; }
    .main-slider #main-slider .owl-dots {
      width: 100%;
      justify-content: center;
      top: 20px;
      display: flex;
      margin: 0 auto; }

  .products {
    margin-top: 0;
    flex-wrap: wrap; }

  .product-box {
    width: 100%;
    margin-bottom: 15px;
    height: 55px; }
    .product-box-icon {
      height: 55px; }
      .product-box-icon img {
        height: 22px; }
    .product-box-name {
      padding-top: 5px; }

  .home-content {
    flex-wrap: wrap; }

  .about {
    width: 100%;
    margin-bottom: 15px; }

  .content-right {
    width: 100%; }
  .content-boxes {
    flex-wrap: wrap; }
  .content-box {
    width: 100%;
    margin-bottom: 15px; }

  .ekatalog {
    margin-top: 15px; }

  .subpage {
    flex-wrap: wrap; }
    .subpage-content {
      width: 100%; }

  .sidebar {
    width: 100%;
    margin-bottom: 30px; }

  .references {
    margin-top: 15px; }
    .references-title {
      display: none; }
    .references-slider {
      width: 100%;
      padding: 0; }
      .references-slider .item a {
        display: flex;
        width: 100%;
        justify-content: center; }
      .references-slider img {
        max-width: 100px !important;
        height: auto;
        margin: 0 auto; }

  .footer {
    margin-top: 15px; }
    .footer-top {
      height: auto; }
      .footer-top ul {
        flex-wrap: wrap;
        height: auto; }
        .footer-top ul li {
          width: 50%;
          border-bottom: 1px solid #fff; }
          .footer-top ul li:nth-child(even) {
            border-right: none; }
          .footer-top ul li:last-child {
            display: none; }
    .footer-bottom {
      height: auto;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px; }
      .footer-bottom .container {
        height: auto;
        flex-wrap: wrap; }
    .footer-left {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
    .footer-right {
      width: 100%;
      text-align: center; } }

/*# sourceMappingURL=style.css.map */
