@media (max-width: 1025px) {
    .article .is-desctop-z.col.col-3 {
      display: none;
    }
  }
  .article .bezdeistive__help {
    line-height: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .article .bezdeistive__help-mobile {
    margin: 40px 0;
    text-align: center;
    display: block;
  }
  .article .bezdeistive__help-title {
    margin-bottom: 5%;
    font-weight: 650;
  }
  .article .bezdeistive__help-text {
    margin-bottom: 5%;
  }
  .article .bezdeistive__help-btn {
    margin-top: 5px;
    padding: 4%;
    border: 3px solid #638bb7;
    text-transform: uppercase;
    color: #304c71 !important;
    font-size: 16px;
    width: 148px;
  }
  .article .all-wraper {
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1;
  }
  .article .title-art {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.015em;
    color: #304C71;
  }
  .article .discription-art {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.015em;
    color: #304C71;
  }
  .article .sub-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.03em;
    color: #304C71;
    margin-bottom: 1em;
  }
  .article .sub-discrtiption {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    /* line-height: 0px; */
    letter-spacing: 0.03em;
    color: black;
    padding-bottom: 1%;
  }
  .article .text-article {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.055em;
    color: #304C71;
    margin-top: 5%;
  }
  .article .another-dis {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 0.015em;
    color: #304c71;
    line-height: 1.5;
  }
  .article .head {
    margin-bottom: 10%;
  }
  .article .sub-head {
    margin-bottom: 5%;
  }
  @media (min-width: 700px) {
    .article .mobile {
      display: none;
    }
  }
  @media (max-width: 700px) {
    .is-desctop-z{
      display: none;
    }
    .article .title-art {
      font-size: 17px;
    }
    .article .discription-art {
      font-size: 13px;
    }
    .article .sub-title {
      font-size: 15px;
    }
    .article .sub-discrtiption {
      font-size: 14px;
    }
    .article .another-dis {
      font-size: 14px;
    }
    .article .text-article {
      font-size: 14px;
    }
  }