/* Promo */

.promo {
  position: relative;
}
.promo-wrapper {
  box-sizing: border-box;
  min-height: 590px;
  padding-top: 4.6875rem;
  padding-bottom: 9rem;
}
.promo-text {
  margin-bottom: 4.75rem;
}
.promo-title {
  margin: 0;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  color: #4c4c4d;
  text-transform: uppercase;
}
.promo .dx-button .dx-button-content {
  padding: 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
}
.promo-button {
  box-sizing: border-box;
  display: block;
  max-width: 218px;
  padding: 0.825rem 0.4375rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
  background-color: #00583a;
  cursor: pointer;
}
.promo-button:hover {
  background-color: #009763;
}
.promo-advantages {
  position: relative;
  box-sizing: border-box;
  margin-right: -20px;
  padding-top: 0.9375rem;
  padding-bottom: 1.125rem;
  padding-left: 2.6875rem;
  padding-right: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.promo-advantages:after {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.promo-advantages-list {
  margin: 0;
  padding: 0;
}
.promo-advantages-item {
  position: relative;
  margin-bottom: 0.5625rem;
  padding-left: 1.625rem;
  font-size: 1rem;
  font-weight: 500;
  list-style: none;
}
.promo-advantages-item:last-child {
  margin-bottom: 0;
}
.promo-advantages-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url('../image/check-mark.svg');
  background-size: 100% 100%;
  background-position: center center;
}
@media (min-width: 960px) {
  .promo-wrapper {
    display: flex;
    min-height: 522px;
    justify-content: space-between;
    align-items: center;
    padding-top: 9.125rem;
  }
  .promo-text {
    margin-bottom: 0;
    line-height: 2.9375rem;
  }
  .promo-title {
    margin-bottom: 2rem;
    font-size: 2.25rem;
  }
  .promo-button,
  .promo .dx-button-content {
    max-width: 271px;
    padding: 0.625rem 1.1875rem;
    font-size: 1.25rem;
  }
  .promo-button {
    padding: 1.1375rem 1.25rem;
  }
  .promo-advantages {
    max-width: 418px;
    padding: 1.125rem 0;
    padding-left: 1.8125rem;
    padding-right: 1.375rem;
    align-self: flex-end;
  }
  .promo-advantages-item {
    margin-bottom: 1.125rem;
    padding-top: 0.375rem;
    padding-left: 2.1875rem;
  }
  .promo-advantages-item:before {
    content: '';
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1440px) {
  .promo-wrapper {
    min-height: 594px;
    padding-top: 11.625rem;
  }
  .promo-title {
    margin-bottom: 2.25rem;
    font-size: 2.875rem;
    line-height: 3.75rem;
  }
  .promo-advantages {
    max-width: 600px;
    width: 100%;
    align-self: flex-start;
    padding: 2.3125rem 0;
    padding-left: 2.0625rem;
    padding-right: 8.4375rem;
  }
  .promo-advantages-item {
    margin-bottom: 0.9375rem;
    font-size: 1.125rem;
  }
}

/* About service */

.about-service {
  background-image: url('../image/about-service/background-mobile.png');
  background-size: 100% 100%;
  background-position: center center;
}
.about-service-wrapper {
  padding: 2.0625rem 0;
}
.about-service-item {
  position: relative;
  margin-bottom: 0.8125rem;
  padding-top: 3.8125rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #eee;
}
.about-service-item:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 19px;
  left: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-service-item:first-child:before {
  background-image: url('../image/about-service/blank-pen-tablet.png');
}
.about-service-item:nth-child(2):before {
  background-image: url('../image/about-service/screen2-icon2.svg');
}
.about-service-description {
  margin: 0;
  margin-bottom: 1.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #333;
}
.about-service-description:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .about-service {
    background-image: url('../image/about-service/background-tablet.png');
  }
  .about-service-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 3.125rem 0;
  }
  .about-service-item {
    box-sizing: border-box;
    margin-bottom: 0;
    padding-top: 5.125rem;
    max-width: 50%;
  }
  .about-service-item:before {
    top: 19px;
    width: 50px;
    height: 50px;
  }
  .about-service-item:first-child:before {
    background-image: url('../image/about-service/blank-pen-tablet.png');
  }
  .about-service-item:nth-child(2):before {
    background-image: url('../image/about-service/screen2-icon2.svg');
  }
  .about-service-description {
    margin-bottom: 1.625rem;
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1440px) {
  .about-service {
    background-image: url('../image/about-service/background-desktop.png');
  }
  .about-service-wrapper {
    padding: 4.1875rem 0;
    justify-content: center;
    gap: 1.875rem;
  }
  .about-service-item {
    max-width: 50%;
  }
  .about-service-description {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

/* About company */

.about-company {
  background-color: #f7f7f7;
}
.about-company-background {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.about-company-background:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 400px;
  width: 100%;
  height: 287px;
  background-image: url('../image/about-company/background-mobile.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}
.about-company-wrapper {
  padding-top: 1.4375rem;
  padding-bottom: 17.9375rem;
}
.about-company-title {
  margin: 0;
  margin-bottom: 1.1875rem;
  padding-top: 2.8125rem;
  position: relative;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #00583a;
}
.about-company-title:before {
  content: '';
  position: absolute;
  top: -25px;
  left: -20px;
  width: 30px;
  height: 30px;
  background-image: url('../image/about-company/screen6-icon1.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-company-list {
  margin: 0;
  padding: 0;
}
.about-company-list-item {
  position: relative;
  margin-bottom: 1.4375rem;
  padding-left: 1.5625rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 180%;
  color: #000;
  list-style: none;
}
.about-company-list-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 15px;
  background-image: url('../image/check-mark.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .about-company-title {
    margin-bottom: 1.875rem;
    padding-top: 2rem;
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
  .about-company-title:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -10px;
    width: 50px;
    height: 50px;
    background-image: url(../image/about-company/screen6-icon1.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 960px) {
  .about-company-background:after {
    left: auto;
    right: 0;
    bottom: 4.3rem;
    max-width: 418px;
    width: 100%;
    height: 642px;
    background-image: url('../image/about-company/background-tablet.png');
    transform: none;
  }
  .about-company-wrapper {
    padding-top: 4rem;
    padding-bottom: 2.75rem;
  }
  .about-company-title {
    margin-bottom: 1.875rem;
    padding-top: 4rem;
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
  .about-company-title:before {
    width: 92px;
    height: 92px;
  }
  .about-company-list {
    max-width: 461px;
  }
  .about-company-list:last-child {
    margin-bottom: 0;
  }
  .about-company-list-item {
    margin-bottom: 1.5625rem;
    padding-left: 1.875rem;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (min-width: 1060px) {
  .about-company-background:after {
    max-width: 500px;
  }
}
@media (min-width: 1440px) {
  .about-company-background:after {
    max-width: 502px;
    width: 100%;
    height: 651px;
    background-image: url('../image/about-company/background-desktop.png');
  }
  .about-company-wrapper {
    padding-top: 4.0625rem;
    padding-bottom: 3.8125rem;
  }
  .about-company-title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  .about-company-list {
    max-width: 724px;
  }
  .about-company-list-item {
    margin-bottom: 2.5rem;
    padding-left: 2.0625rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .about-company-list-item:before {
    top: 3%;
  }
}

/* Company description */

.company-description-wrapper {
  max-width: 1169px;
  margin: 0 auto;
  padding: 1.9375rem 0;
  background-color: #fff;
}
.company-description-description {
  margin: 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.875rem;
  color: #666;
}
@media (min-width: 960px) {
  .company-description-wrapper {
    padding: 2.0625rem 0;
  }
  .company-description-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .company-description-wrapper {
    padding-top: 3.375rem;
    padding-bottom: 3.0625rem;
  }
  .company-description-description {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}


