body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.container {
  width: 1400px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.main {
  padding-top: 20px;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 15px;
    padding-bottom: 300px;
  }
}
.main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main::after {
    display: none;
  }
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .main::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.main-header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main-header__logo {
    max-width: 150px;
  }
}
.main-header-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: auto;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .main-header-place {
    display: none;
  }
}
.main-header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .main-header-phone {
    gap: 4px;
  }
}
.main-header-phone-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.main-header-phone-text__value {
  font-size: 20px;
  font-weight: 600;
  color: #1B191B;
  line-height: 110%;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .main-header-phone-text__value {
    font-size: 14px;
  }
}
.main-header-phone-text__value:hover {
  color: #6AB536;
}
.main-header-phone-text__label {
  font-size: 13px;
  font-weight: 400;
  color: #1B191B;
}
@media screen and (max-width: 767px) {
  .main-header-phone-text__label {
    font-size: 11px;
  }
}
.main-header-phone-text * {
  text-align: center;
}
.main-content {
  position: relative;
  z-index: 2;
  max-width: 670px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 90px;
  }
}
.main-content__title {
  font-size: 52px;
  line-height: 110%;
  color: #1B191B;
  letter-spacing: -3%;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-content__title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .main-content__title {
    font-size: 40px;
  }
}
.main-content__descr {
  font-size: 18px;
  line-height: 140%;
  color: #1B191B;
  letter-spacing: -3%;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main-content__descr {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .main-content__descr {
    font-size: 16px;
  }
}
.main-content__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  padding: 0 45px;
  height: 62px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -3%;
  color: #FFFFFF;
  border-radius: 64px;
  background: #6AB536;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-content__button:hover {
  background: rgb(118.0404255319, 197.6680851064, 62.8319148936);
}
@media screen and (max-width: 767px) {
  .main-content__button {
    width: 100%;
    height: 50px;
    font-size: 13px;
  }
}
.main-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .main-img {
    width: 100%;
    height: 40%;
  }
}

.feature {
  padding: 50px 0;
}
.feature-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .feature-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-block {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.feature-item {
  padding: 35px 30px;
  border-radius: 16px;
  border: 1px solid #EEF1F7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .feature-item {
    padding: 20px;
  }
}
.feature-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgb(247, 248, 250)), to(rgba(247, 248, 250, 0)));
  background: linear-gradient(90deg, rgb(247, 248, 250) 55%, rgba(247, 248, 250, 0) 100%);
}
.feature-item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 210px;
  position: relative;
  z-index: 2;
}
.feature-item-text__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -3%;
  color: #1B191B;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .feature-item-text__title {
    font-size: 16px;
  }
}
.feature-item-text__descr {
  color: #1B191B;
  line-height: 145%;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .feature-item-text__descr {
    font-size: 13px;
  }
}