*, h1, h2, h3, a, hr, p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  font-weight: 400;
  background-color: #1f1f1f;
  width: 100%;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .container {
    padding: 0;
  }
}

.row {
  margin: 0;
}

img {
  vertical-align: top;
}

@media (max-width: 767px) {
  .margin_top-m {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .margin_bttm-serv {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .margin_bttm-descr {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .margin_bttm-work {
    margin-bottom: 40px;
  }
}

.top-border {
  height: 5px;
  background-color: #81b300;
  border: none;
}

/* Header */
.header {
  background-color: #fff;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .header {
    display: block;
    padding: 30px;
  }
}

.logo {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .logo {
    height: 80px;
    display: block;
    text-align: center;
  }
}

.logo__name {
  color: #3b3b3b;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

@media (max-width: 399px) {
  .logo__name {
    font-size: 30px;
  }
}

.logo__name::first-letter {
  font-size: 46px;
  line-height: 46px;
}

@media (max-width: 399px) {
  .logo__name::first-letter {
    font-size: 40px;
  }
}

.logo__slogan {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}

.socials {
  width: 250px;
  height: 50px;
  padding: 9px 13px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #81b300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials__icon {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50%;
  background-color: #1f1f1f;
}

.socials__icon_dark-blue:hover {
  background-color: #387dcc;
}

.socials__icon_blue:hover {
  background-color: #00acee;
}

.socials__icon_red:hover {
  background-color: rgba(255, 0, 0, 0.842);
}

.socials__icon_orange:hover {
  background-color: rgba(255, 136, 0, 0.842);
}

.socials_top-right {
  position: absolute;
  top: 0px;
  right: 35px;
}

.account-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-menu__item {
  color: #81b300;
  font-size: 12px;
  line-height: 14.4px;
  display: block;
  padding: 0 5px;
}

.account-menu__item:not(:first-of-type) {
  border-left: 1px solid #81b300;
}

@media (max-width: 767px) {
  .account-menu__item {
    border-left: 1px solid #81b300;
  }
}

.account-menu__item:hover {
  color: #000;
}

.navbar {
  height: 70px;
  padding: 20px 30px;
  background-color: #81b300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}

.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.menu__item {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  display: block;
  padding-right: 20px;
}

.menu__item:hover {
  color: #000;
}

@media (max-width: 1199px) {
  .menu__item {
    margin-bottom: 15px;
  }
}

.search-form {
  outline: 1px solid #ddd;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 991px) {
  .search-form {
    width: 100%;
  }
}

.search-form__input {
  width: 215px;
  height: 30px;
  padding: 10px;
  border: none;
  background-color: #fff;
  color: #7f7f7f;
  font-family: inherit;
  font-size: 12px;
  line-height: 14.4px;
  text-align: left;
}

.search-form__input:focus {
  color: #81b300;
  outline: none;
}

@media (max-width: 991px) {
  .search-form__input {
    width: 75%;
  }
}

.search-form__button {
  width: 66px;
  height: 30px;
  border: none;
  border-left: 1px solid #ddd;
  background-color: #fff;
  color: #81b300;
  font-family: inherit;
  font-size: 12px;
  line-height: 14.4px;
  text-transform: uppercase;
  cursor: pointer;
}

.search-form__button:hover {
  color: #000;
}

@media (max-width: 991px) {
  .search-form__button {
    width: 25%;
  }
}

/* Slider */
.slider {
  height: 100%;
  padding: 30px;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .slider {
    width: 100%;
    padding: 0 2px;
  }
}

.slider__image {
  display: block;
  width: 85%;
  border: 9px solid white;
  outline: 1px solid #ddd;
  background-color: #3b3b3b;
}

@media (max-width: 767px) {
  .slider__image {
    width: 100%;
  }
}

.carousel {
  margin: 0 auto;
}

.middle-border {
  height: 1px;
  background-color: #e2e2e2;
  border: none;
}

main {
  padding: 50px 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  main {
    padding-bottom: 0;
  }
}

/* Service */
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media (min-width: 767px) {
  .services {
    padding-bottom: 50px;
  }
}

.service-item {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-item {
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.service-item__icon {
  display: block;
  height: 64px;
  margin: 0 auto;
}

.service-item__title {
  width: 100%;
  color: #81b300;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 100;
  letter-spacing: -.5px;
}

.service-item__text {
  color: #888;
  font-size: 13px;
  line-height: 20.8px;
}

/* Work */
.latest-work {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project {
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 992px) {
  .project {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

@media (max-width: 575px) {
  .project {
    height: auto;
  }
}

.project__image {
  display: block;
  width: 100%;
  border: 4px solid white;
  outline: 1px solid #ddd;
  background-color: #3b3b3b;
}

.project__title {
  color: #444;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 100;
}

.project__text {
  color: #878787;
  font-size: 13px;
  line-height: 20.8px;
}

.project__link {
  color: #81b300;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
}

.project__link:hover {
  color: #81b300;
  text-decoration: underline;
}

/* Footer */
.footer {
  background-color: #3b3b3b;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
  }
}

.footer__section {
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__title {
  color: #666666;
  font-size: 13px;
  font-weight: 100;
  line-height: 15.6px;
  text-transform: uppercase;
}

.contact {
  height: 170px;
  color: #999;
  font-weight: 100;
}

.contact__text {
  font-size: 13px;
  line-height: 20.8px;
}

.contact__details {
  font-size: 12px;
  line-height: 19.2px;
}

.quik-links {
  height: 145px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .quik-links {
    height: 170px;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
}

.quik-links__links {
  height: 115px;
}

.quik-links__link {
  height: 30px;
  padding: 7px 0;
  border-bottom: 1px solid #484848;
  color: #999;
  font-size: 12px;
  font-weight: 100;
  line-height: 14.4px;
}

.quik-links__link:hover {
  color: #81b300;
  text-decoration: underline;
}

.blog {
  height: 165px;
}

.blog-post {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #999;
}

@media (min-width: 576px) and (max-width: 767px) {
  .blog-post {
    height: auto;
  }
}

.blog-post__title {
  font-size: 13px;
  line-height: 15.6px;
}

.blog-post__data {
  font-size: 11px;
  font-weight: 100;
  line-height: 13.2px;
}

.blog-post__text {
  font-size: 12px;
  font-weight: 100;
  line-height: 19.2px;
}

.blog-post__link {
  color: #81b300;
  font-size: 12px;
  font-weight: 100;
  line-height: 14.4px;
  text-align: right;
}

.blog-post__link:hover {
  color: #81b300;
  text-decoration: underline;
}

.subscribe {
  height: 155px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .subscribe {
    height: 165px;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
}

.subscribe-form {
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.subscribe-form__input {
  width: 200px;
  height: 32px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #1f1f1f;
  color: #999;
  font-family: inherit;
  font-size: 13px;
  font-weight: 100;
  line-height: 20.58px;
}

.subscribe-form__input:focus {
  color: #81b300;
  -webkit-box-shadow: 0 0 0 2px #81b300;
          box-shadow: 0 0 0 2px #81b300;
  outline: none;
}

.subscribe-form__button {
  width: 80px;
  height: 32px;
  padding: 6px;
  border: none;
  border-radius: 5px;
  background-color: #1f1f1f;
  color: #81b300;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.58px;
  text-transform: uppercase;
  cursor: pointer;
}

.subscribe-form__button:hover {
  background-color: #81b300;
  color: #fff;
}

.copyrights {
  padding: 25px 30px;
  background-color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyrights__text {
  color: #737373;
  font-size: 12px;
  line-height: 14.4px;
}

.copyrights__text_right {
  text-align: right;
}

@media (max-width: 767px) {
  .copyrights__text_right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .copyrights {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */