body {
  color: #121212;
  font-family: "Lato", sans-serif;
}
.t-styled {
  font-family: "Fjalla One", sans-serif;
}
.t-blue {
  color: #2485D4;
}
.d-flex {
  display: flex;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .col-4 {
    width: 33.33%;
  }
  .col-6 {
    width: 50%;
  }
}
.align-self-center {
  align-self: center;
}
.container {
  width: 1296px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
h1 {
  margin-top: 0;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
h2 {
  margin-top: 0;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
h3 {
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.banner {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding: 60px 0;
  }
}
.banner-content {
  flex-direction: column;
}
.banner-content .col-6 {
    width: 100%;
  }
@media only screen and (min-width: 991px) {
  .banner-content {
    flex-direction: row;
  }
  .banner-content .col-6 {
    width: 50%;
  }
}
.banner .image {
  max-width: 100%;
}

.banner ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
  width: 636px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1199px) {
  .banner ul.list {
    padding: 0 60px;
  }
}
.banner ul.list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1199px) {
  .banner ul.list li {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.banner ul.list img {
  width: 24px;
  display: inline-block;
  margin-right: 16px;
}
.banner h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.form-wrapper {
  padding: 16px 0 0;
  width: 636px;
  max-width: 100%;
}
.form {
  padding: 0;
}
@media only screen and (min-width: 1199px) {
  .form-wrapper {
    padding: 24px 60px 0;
  }
}
.form-group {
  position: relative;
  margin-bottom: 12px;;
}
.form-icon {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 12px;
}
.form-control {
  height: 52px;
  border-color: #B5B9C2;
  border-radius: 4px;
  padding-left: 44px;
  background-color: #fff;
}
.form-group.phone small {
  display: block;
}
@media only screen and (min-width: 768px) {
  .form-group.phone small {
    display: none;
  }
}
.btn.send-form {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  padding: 15px 16px;
  background-color: #2485D4;
  border-color: #2485D4;
}
.btn.send-form:hover {
  background-color: #056BBF;
  border-color:  #056BBF;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .btn.send-form {
    font-size: 30px;
    padding: 15px 30px;
  }
}

.system {
  padding: 30px 0 16px;
  background-color: #E6F0FF;
}
@media only screen and (min-width: 768px) {
  .system {
    padding: 80px 0 50px;
  }
}
.system-features {
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .system-features .col-4 {
    width: 33.33%;
  }
  .system-features {
    flex-direction: row;
  }
}
.system h2 {
  width: 852px;
  max-width: 100%;;
}
.system h4 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 40px;
}

.system-features {
  gap: 0;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 991px) {
  .system-features {
    width: auto;
  }
}
.system-features .col-4 {
  width: 100%;;
}
@media only screen and (min-width: 991px) {
  .system-features .col-4 {
    width: 33.33%;;
  }
}

.system-features .item {
    margin-bottom: 24px;
  }
@media only screen and (min-width: 768px) {
  .system-features .item {
    /* margin-bottom: 32px; */
  }
}
.system-features .item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .system-features .item {
    font-size: 22px;
  }
}
.system-features .icon {
  margin-right: 16px;
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .system-features .icon {
    width: 100px;
  }
}
.opportunities {
  padding: 30px 0 16px;
}
@media only screen and (min-width: 768px) {
  .opportunities {
    padding: 80px 0 50px;
  }
}
.opportunities h4 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 40px;
}
.opportunities .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.opportunities .list li {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .opportunities .list li {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 991px) {
  .opportunities .list.list-left li {
    justify-content: flex-end;
  }
  .opportunities .list.list-left li:nth-child(2),
  .opportunities .list.list-left li:nth-child(3) {
    padding-right: 25%;
  }
  .opportunities .list.list-right li:nth-child(2),
  .opportunities .list.list-right li:nth-child(3) {
    padding-left: 25%;
  }
}
.opportunities .list.list-left li span {
  order: 2;
}
@media only screen and (min-width: 991px) {
  .opportunities .list.list-left li span {
    order: 0;
  }
}
.opportunities-infograph {
  flex-direction: column;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 991px) {
  .opportunities-infograph {
    flex-direction: row;
    width: auto;
  }
}
.opportunities .col-4 {
  width: 100%;;
}
@media only screen and (min-width: 991px) {
  .opportunities .col-4 {
    width: 33.33%;;
  }
}