.digi-page {
  font: 400 24px/1.3 'Roboto';
  color: #000;
  margin: 0;
  padding: 0;
}
@media (max-width: 1600px) {
  .digi-page {
    margin-top: 100px;
  }
}
.container {
  max-width: 960px;
}
.h1 {
  color: #008670;
  font-size: 30px;
  font-family: 'Century Gothic';
  line-height: 50px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.h1.inverse {
  color: #fff;
}
.h1:after {
  content: "";
  border-bottom: 2px solid #009c84;
  height: 1px;
  width: 103px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.h2 {
  color: #010101;
  font-size: 24px;
  font-weight: 700;
}
.h2.inverse {
  color: #fff;
}
.btn-digi {
  color: #23b99e;
  border-radius: 5px;
  border: 2px solid #23b99e;
  display: inline-block;
  font-family: 'HelveticaNeueCyr';
  font-size: 15px;
  font-weight: 500;
  padding-top: 22px;
  text-align: center;
  text-decoration: none;
  width: 261px;
  height: 67px;
}
.btn-digi:hover {
  color: #61e1ca;
  border-color: #61e1ca;
}
.btn-digi.download {
  background: url(/_assets/img/digi/ico/download.png) 24px center no-repeat transparent;
  padding-left: 67px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.w-100 {
  width: 100%!important;
}
.bg-white {
  background-color: #fff;
}
.layer-head {
  height: 529px;
  margin-bottom: 38px;
  position: relative;
}
.layer-head .container {
  padding: 202px 0 40px;
}
.layer-head video {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -5;
}
.layer-head .block-head {
  background-color: rgba(25, 25, 25, 0.5);
  color: #fff;
  font-family: "Century Gothic";
  font-size: 30px;
  padding: 67px 57px 48px 59px;
  position: absolute;
  bottom: 40px;
  width: 813px;
  height: 287px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.layer-head .block-head .top {
  border-bottom: 2px solid #009c84;
  border-bottom: 2px solid #23b99e;
  padding-bottom: 17px;
}
.layer-head .block-head .bottom {
  margin-top: 15px;
}
.layer-head .block-head .logo {
  max-width: 310px;
}
.layer-head .block-head .btn-digi {
  margin-top: 32px;
}
.layer-concern {
  background-color: #fff;
  margin-bottom: 50px;
  padding-top: 50px;
  /*	position: relative;
	z-index: 10;*/
}
.layer-concern .text {
  margin-bottom: 45px;
}
.layer-concern .quote {
  max-width: 637px;
  margin: 0 auto;
  padding: 44px 30px;
  position: relative;
  font-size: 16px;
}
.layer-concern .quote:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 4px solid #009c84;
  border-left: 4px solid #009c84;
}
.layer-concern .quote:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 4px solid #009c84;
  border-right: 4px solid #009c84;
}
.layer-concern .quote .quote-text {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 18px;
}
.layer-concern .quote .quote-caption {
  font-weight: 300;
}
.layer-concern .quote .border-bottom:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #009c84;
  border-left: 4px solid #009c84;
}
.layer-concern .quote .border-bottom:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #009c84;
  border-right: 4px solid #009c84;
}
.layer-mission {
  background: url("/_assets/img/digi/l_mission_bg.png") 50% 50% no-repeat;
  background-size: cover;
  height: 874px;
  padding: 100px 0;
}
.layer-mission .container {
  background: url("/_assets/img/digi/l_mission_bg_2.png") 100% 0 no-repeat, url("/_assets/img/digi/plashka.png") 100% 0 no-repeat;
}
.layer-mission .h1 {
  margin-bottom: 10px;
}
.layer-mission p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px;
  max-width: 725px;
}
.layer-mission p b {
  font-weight: 400;
}
.layer-mission .column {
  padding: 100px 10px 0;
}
.layer-why {
  background: url("/_assets/img/digi/l_why_bg.png") 0 0 repeat;
  font-weight: 300;
  padding-top: 100px;
}
.layer-why .block {
  border-bottom: 2px dotted rgba(0, 156, 132, 0.3);
  padding: 70px 0;
}
.layer-why .block .timeline p {
  margin-top: 0;
  margin-bottom: 70px;
  padding-left: 32px;
}
.layer-why .block .timeline .col-first,
.layer-why .block .timeline .col-middle {
  position: relative;
}
.layer-why .block .timeline .col-first:after,
.layer-why .block .timeline .col-middle:after {
  display: block;
  content: "";
  height: calc(100% - 19px);
  position: absolute;
  top: 19px;
  right: 1px;
  border-right: 2px dotted rgba(0, 156, 132, 0.3);
}
.layer-why .block .timeline .col-middle:after {
  height: calc(100% + 19px);
  top: 0;
}
.layer-why .block .timeline .year {
  color: #009c84;
  font-family: "Century Gothic";
  font-size: 30px;
  font-weight: 700;
  width: 97px;
  position: relative;
}
.layer-why .block .timeline .year:before,
.layer-why .block .timeline .year:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}
.layer-why .block .timeline .year.year-first:before {
  top: 19px;
  border-top: 4px solid #009c84;
  border-right: 4px solid #009c84;
}
.layer-why .block .timeline .year.year-middle:before {
  top: 17px;
  border-top: 6px solid #009c84;
}
.layer-why .block .timeline .year.year-middle:after {
  top: 5px;
  height: 30px;
  border-right: 4px solid #009c84;
}
.layer-why .block .timeline .year.year-last:before {
  top: 0;
  border-bottom: 4px solid #009c84;
  border-right: 4px solid #009c84;
}
.layer-why .block-1 {
  padding-top: 0;
}
.layer-why .block-1 .column {
  height: 526px;
  width: 187px;
  background: url("/_assets/img/digi/l_why_bg_1.png") 0 0 no-repeat;
  margin-top: 57px;
  padding: 67px 30px 0 30px;
  text-align: center;
}
.layer-why .block-1 .column .column-item {
  margin-bottom: 45px;
}
.layer-why .block-1 .column span {
  display: block;
  color: #00574e;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
}
.layer-why .block-2 .world {
  margin-bottom: 70px;
}
.layer-why .block-2 .world p {
  margin-bottom: 80px;
}
.layer-why .block-2 .world .count {
  color: #00574e;
  font-family: "Century Gothic";
  font-size: 30px;
  font-weight: 400;
}
.layer-why .block-2 .world .count span {
  display: block;
  font-size: 72px;
  line-height: 1;
}
.layer-why .block-2 .clients {
  margin-bottom: 80px;
}
.layer-why .block-2 .clients .client-item {
  margin-bottom: 40px;
}
.layer-why .block-2 .clients p {
  margin-bottom: 80px;
}
.layer-why .block-2 .clients .col-20 {
  flex-basis: 20%;
  text-align: center;
}
.layer-why .block-2 .clients-rus .client-item {
  margin-bottom: 40px;
}
.layer-why .block-2 .clients-rus p {
  margin-bottom: 80px;
}
.layer-why .block-3 .h2 {
  margin-bottom: 50px;
}
.layer-why .block-4 .h2 {
  margin-bottom: 50px;
}
.layer-why .block-4 .pic-1 {
  margin-bottom: 267px;
}
.layer-price {
  background-color: #004740;
  color: #fffbfb;
  padding: 95px 0;
  font-weight: 100;
}
