.system__img {
  width: 100%; }
.system__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.0408163265vw 0; }
.system__block {
  min-height: 23.4693877551vw;
  flex-basis: 30%;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08); }
  .system__block-title {
    font-size: 1.0204081633vw;
    color: #fff;
    font-family: "Corbel";
    font-weight: bold;
    text-align: center;
    padding: 0.7653061224vw 1.0204081633vw;
    margin: 0;
    background: #357dc1; }
.system__list {
  list-style: none;
  padding: 1.0204081633vw;
  margin: 0; }
  .system__list-item {
    display: flex;
    margin-top: 1.0204081633vw; }
  .system__list-img {
    width: 2.0408163265vw; }
  .system__list-text {
    font-size: 0.9183673469vw;
    color: #2e3541;
    font-weight: 300;
    padding-left: 1.0204081633vw; }

@media screen and (max-width: 1254px) {
  .system__layout {
    margin: 40px 0; }
  .system__block {
    min-height: 250px; }
    .system__block-title {
      font-size: 16px;
      padding: 10px 15px; }
  .system__list {
    padding: 20px; }
    .system__list-item {
      margin-top: 15px; }
    .system__list-img {
      width: 30px; }
    .system__list-text {
      font-size: 14px;
      padding-left: 20px; } }
@media screen and (max-width: 960px) {
  .system__layout {
    flex-direction: column;
    margin: 0;
    margin-bottom: 20px; }
  .system__block {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px; } }

/*# sourceMappingURL=systemReq.css.map */
