@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin_latin-ext-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 1.59em;
  color: #444444;
  background-color: #F3F5F6;
  min-width: 375px;
}

.wrapper {
  max-width: 1232px;
  min-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.title-h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.15em;
}

.header-outer {
  border-bottom: 1px solid #F3F5F6;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  z-index: 1;
  position: relative;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.header {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.logo img {
  display: block;
}

.header-name {
  margin-right: auto;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}

.header-phone {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6em;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 34px;
  text-decoration: none;
}
.header-phone:hover {
  text-decoration: none;
}

.header-link {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  margin-left: 40px;
  text-decoration: none;
}
.header-link:hover {
  text-decoration: underline;
}

.intro {
  background-image: url("../img/head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0 157px;
  margin-bottom: 100px;
}

.intro-box {
  font-size: 26px;
  line-height: 1.5em;
  color: #ffffff;
  margin-top: 182px;
  margin-left: 66px;
  max-width: 464px;
  position: relative;
}

.intro-box h2 {
  color: #00B938;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 28px;
}

.intro-box p {
  line-height: 1.6em;
}

.our-company {
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 6px;
  text-align: center;
}
.our-company h2 {
  padding-bottom: 20px;
}
.our-company p {
  color: #676767;
}
.our-company__wrap {
  max-width: 850px;
  margin: 0 auto;
}
.our-company__wrap p:not(:last-child) {
  margin-bottom: 27px;
}

.what-we-do {
  padding-top: 54px;
  padding-bottom: 70px;
  background-color: #F3F5F6;
}
.what-we-do h2 {
  text-align: center;
  padding-bottom: 20px;
}
.what-we-do__description {
  text-align: center;
  color: #676767;
  line-height: 1.5em;
  padding-bottom: 56px;
}
.what-we-do__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
}
.what-we-do__item {
  width: 33.333%;
  padding: 0 16px 32px;
}
.what-we-do__item_50 {
  width: 50%;
}
.what-we-do__inset {
  text-align: center;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 24px 16px 32px;
  height: 100%;
}
.what-we-do__icon {
  background-color: rgba(80, 185, 70, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
}
.what-we-do h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.what-we-do p {
  font-size: 18px;
  line-height: 1.6em;
  color: #676767;
}

.gds {
  padding-bottom: 70px;
}
.gds h2 {
  text-align: center;
  padding-bottom: 56px;
}
.gds__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.gds__item {
  width: 25%;
  padding: 0 12px 24px;
}
.gds__inset {
  color: #ffffff;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0 14.315px 44.734px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}
.gds__inset_01 {
  background: linear-gradient(73deg, #50BC46 23.9%, #1397D9 318.44%), #FFF;
}
.gds__inset_02 {
  background: linear-gradient(71deg, #50BC46 -63.85%, #1397D9 236.51%), #FFF;
}
.gds__inset_03 {
  background: linear-gradient(71deg, #50BC46 -138.7%, #1397D9 157.97%), #FFF;
}
.gds__inset_04 {
  background: linear-gradient(71deg, #50BC46 -219.25%, #1397D9 74.38%), #FFF;
}
.gds__inset h3 {
  padding-bottom: 10px;
}
.gds__inset p {
  font-size: 16px;
  line-height: 1.6em;
}
.gds h3 {
  font-size: 22px;
}
.gds__icon {
  margin-bottom: 16px;
}

.care {
  padding-bottom: 70px;
}
.care h2 {
  text-align: center;
  padding-bottom: 10px;
}
.care__description {
  text-align: center;
  color: #676767;
  line-height: 1.5em;
  padding-bottom: 56px;
}
.care__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
}
.care__item {
  width: 33.333%;
  padding: 0 16px 32px;
}
.care__item_50 {
  width: 50%;
}
.care__inset {
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.care__ico {
  margin-right: 20px;
}
.care__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.36em;
}

.down-over {
  background: #EFEFEF;
  padding: 76px 0;
}

.down {
  display: flex;
  align-items: center;
}
.down__box {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 35px 30px 0;
  max-width: 388px;
  margin-right: -90px;
  position: relative;
  z-index: 1;
}
.down__box h2 {
  font-size: 32px;
  padding-bottom: 30px;
}
.down__box p {
  color: #676767;
  font-size: 18px;
  padding-bottom: 32px;
}
.down__box a {
  color: #676767;
  text-decoration: none;
}
.down__box a:hover {
  text-decoration: underline;
}
.down__map {
  width: 75%;
}
.down__map iframe {
  width: 100%;
}

.footer {
  background-color: #50B946;
}
.footer-inset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
.footer-inset p {
  font-size: 14px;
  color: #ffffff;
}
.footer-inset a {
  color: #ffffff;
  text-decoration: none;
}
.footer-inset a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .intro-box {
    font-size: 17px;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .intro-box h2 {
    color: #ffffff;
    font-size: 38px;
  }
  .gds__item {
    width: 50%;
  }
  .care__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .body {
    font-size: 15px;
  }
  .title-h2 {
    font-size: 28px;
  }
  .intro {
    background-position: center -10px;
    margin-bottom: 50px;
  }
  .header-name {
    display: none;
  }
  .header-phone {
    margin-left: auto;
  }
  .what-we-do {
    padding-bottom: 46px;
  }
  .what-we-do h2 {
    padding-bottom: 12px;
  }
  .what-we-do__description {
    padding-bottom: 26px;
  }
  .what-we-do__item {
    width: 100%;
    padding-bottom: 12px;
  }
  .what-we-do__item_50 {
    width: 100%;
  }
  .gds {
    padding-bottom: 34px;
  }
  .gds h2 {
    padding-bottom: 27px;
  }
  .gds__item {
    width: 100%;
    padding-bottom: 12px;
  }
  .care {
    padding-bottom: 40px;
  }
  .care h2 {
    padding-bottom: 10px;
  }
  .care__description {
    padding-bottom: 18px;
  }
  .care__item {
    width: 100%;
    padding-bottom: 12px;
  }
  .care__item_50 {
    width: 100%;
  }
  .care__inset {
    display: block;
  }
  .care__ico {
    margin-right: 0;
  }
  .down-over {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .down {
    flex-direction: column;
  }
  .down__map {
    order: -1;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .down__box {
    margin-right: 0;
  }
  .footer-inset {
    flex-direction: column;
  }
  .footer-inset .logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .intro {
    background-image: url("../img/head_mob.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 200px;
    font-size: 17px;
  }
  .intro h2 {
    margin-bottom: 18px;
  }
}/*# sourceMappingURL=style.css.map */