*, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: normal;
  font-family: "Inter", sans-serif;
}

a {
  color: #fff;
}

:focus {
  outline: none;
}

button {
  cursor: pointer;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.fixed {
  top: 16px;
}
.header.fixed .header__wrap {
  -webkit-box-shadow: 0 0 10px #dbdbdb;
          box-shadow: 0 0 10px #dbdbdb;
}

.header__wrap {
  padding: 4px 4px 4px 20px;
  background: #FFFFFF;
  border-radius: 50px;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  font-weight: bold;
  font-size: 24px;
  color: #21292B;
}

.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 40px;
}
.header__navbar li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
.header__navbar li:nth-child(1) {
  margin-left: 0;
}
.header__navbar a {
  font-size: 20px;
  color: #21292B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__navbar a:hover {
  color: #2A9069;
}

.header__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 4px 4px 20px;
  border-radius: 50px;
  border: 0;
  background: #21292B;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__call .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 20px;
}

.header__call:hover {
  background: #2A9069;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100vh;
  background: url(../img/banner.png) no-repeat center/cover;
  position: relative;
}

.banner__img {
  width: 365px;
  position: absolute;
  right: 0;
  bottom: 140px;
}
.banner__img img {
  width: 100%;
}

.banner__wrap {
  max-width: 722px;
  width: 100%;
  padding-bottom: 140px;
}
.banner__wrap h1 {
  font-weight: 600;
  font-size: 140px;
  line-height: 140px;
  color: #21292B;
  margin-bottom: 40px;
}

.banner__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner__ul li {
  padding: 16px 40px;
  background: #FFFFFF;
  border-radius: 50px;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  color: #21292B;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner__ul li:hover {
  color: #FFFFFF;
  background: #2A9069;
}
.banner__ul li:last-child {
  margin-right: 0;
}

.services .container {
  padding-top: 140px;
}

h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #21292B;
}

.services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__block {
  width: 49%;
  min-height: 485px;
  background: #F4F2F2;
  border-radius: 12px;
  margin-bottom: 2%;
  padding: 60px 40px;
  font-size: 18px;
  line-height: 24px;
  color: #21292B;
}
.services__block .wrap {
  max-width: 553px;
  width: 100%;
  margin-bottom: 60px;
}
.services__block h3 {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services__block ul {
  margin-bottom: 24px;
}

.services__block:hover h3 {
  color: #2A9069;
}

.services__block.max {
  width: 100%;
  min-height: 386px;
  margin-bottom: 0;
}

.services__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 4px 4px 20px;
  border-radius: 50px;
  border: 0;
  background: #2A9069;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
}
.services__btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__btn:hover .icon {
  margin-left: 30px;
}

h2 {
  font-size: 40px;
  color: #21292B;
  margin-bottom: 95px;
}
h2 span {
  color: #2A9069;
}

.work .container {
  padding-top: 128px;
  padding-bottom: 128px;
}

.work__img img {
  width: 100%;
}

.work__slider {
  display: none;
}

.contact {
  background: #F4F2F2;
}
.contact .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.contact h5 {
  width: calc(100% - 500px);
  font-size: 140px;
  line-height: 140px;
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 109px;
}

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
}

.contact__phone {
  display: inline-block;
  font-weight: 600;
  font-size: 48px;
  color: #21292B;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__phone:hover {
  color: #2A9069;
}

.contact__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 4px 4px 20px;
  border-radius: 50px;
  border: 0;
  background: #2A9069;
  font-size: 24px;
  line-height: 22px;
  color: #FFFFFF;
}
.contact__btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 20px;
}

.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60px;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #21292B;
}

@media screen and (max-width: 1000px) {
  .container {
    max-width: 768px;
    padding: 0 16px;
  }
  section {
    display: none;
  }
  .header {
    top: 30px;
  }
  .header__logo {
    font-size: 12px;
  }
  .header__wrap {
    padding: 3px 3px 3px 10px;
  }
  .header__navbar {
    margin-right: 8px;
  }
  .header__navbar li {
    margin-left: 10px;
  }
  .header__navbar a {
    font-size: 12px;
    line-height: 12px;
  }
  .header__call {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 12px;
  }
  .header__call .icon {
    display: none;
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .header__call .icon svg {
    width: 14px;
    height: auto;
  }
  .banner {
    min-height: 100vh;
    height: auto;
  }
  .banner .container {
    padding-top: 120px;
  }
  .banner__img {
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 40px;
  }
  .banner__wrap {
    padding-bottom: 60px;
  }
  .banner__wrap h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .banner__ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner__ul li {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
  }
  .services {
    display: block;
  }
  .services .container {
    padding-top: 70px;
  }
  .services__block {
    width: 100%;
    padding: 32px 24px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .services__block h3 {
    margin-bottom: 32px;
  }
  .services__block {
    min-height: auto;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .services__block .wrap {
    margin-bottom: 24px;
  }
  .services__btn {
    font-size: 16px;
    padding-left: 14px;
  }
  .services__btn .icon {
    width: 32px;
    height: 32px;
    margin-left: 12px;
  }
  .services__btn .icon svg {
    width: 20px;
    height: auto;
  }
  .services__block.max {
    min-height: auto;
  }
  .work {
    display: block;
  }
  .work__img {
    display: none;
  }
  .work__slider {
    display: block;
  }
  .work__slider .slick-dots {
    bottom: -40px;
    left: 0;
    right: 0;
  }
  .work__slider .slick-dots li {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #25805D;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
    padding: 0;
  }
  .work__slider .slick-dots li button {
    display: none;
  }
  .work__slider .slick-dots li.slick-active {
    background: #25805D;
    border: 2px solid #25805D;
  }
  .work__slider .slick-prev {
    left: -14px;
  }
  .work__slider .slick-next {
    right: -14px;
  }
  .work__slider .slick-prev, .work__slider .slick-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .work__slider .slick-prev::after, .work__slider .slick-next::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #25805D;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 2px;
  }
  .work__slider .slick-prev::after {
    left: 55%;
    border-bottom: 0;
    border-right: 0;
  }
  .work__slider .slick-next::after {
    left: 45%;
    border-top: 0;
    border-left: 0;
  }
  .work__slider .slick-prev::before, .work__slider .slick-next::before {
    display: none;
  }
  .work__block {
    margin-bottom: 24px;
  }
  .work__block img {
    width: 100%;
  }
  .work__block:last-child {
    margin-bottom: 0;
  }
  .work .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .contact {
    display: block;
  }
  .contact .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
  .contact h5 {
    max-width: 280px;
    width: 100%;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .contact__wrap {
    width: 100%;
    display: block;
  }
  .contact__phone {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .contact__btn {
    font-size: 16px;
    padding-left: 14px;
  }
  .contact__btn .icon {
    width: 32px;
    height: 32px;
    margin-left: 12px;
  }
  .contact__btn .icon svg {
    width: 20px;
    height: auto;
  }
  .contact__bottom {
    min-height: auto;
    font-size: 12px;
    line-height: 12px;
  }
}