.orginfo {
  width: 100%;
}
.order_info {
  width: 100%;
}
.org, .order_info_item {
  display: inline-block;
  width: 40%;
}
#okno {
        width: 300px;
        height: 150px;
        text-align: center;
        padding: 15px;
        border: 2px solid #bfd76d;
        border-radius: 10px;
        /* color: #0000cc; */
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: white;
      }
      #okno:target {
        display: block;
      }

      .input__wrapper {
        width: 100%;
        position: relative;
        margin: 15px 0;
        text-align: center;
      }

      .input__file {
        opacity: 0;
        visibility: hidden;
        position: absolute;
      }

      .input__file-icon-wrapper {
        height: 60px;
        width: 60px;
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-right: 1px solid #fff;
      }

      .input__file-button-text {
        line-height: 1;
        margin-top: 1px;
      }

      .input__file-button {
        width: 100%;
        max-width: 290px;
        height: 60px;
        background: #bfd76d;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        border-radius: 3px;
        cursor: pointer;
        margin: 0 auto;
        margin-bottom: 10px;
      }
      .sum {
        text-align: right;
      }
