.banner-text-open-card {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  
}

.full-image-banner__text-left {
    width: 80%;
}

.full-image-banner__text-left-dob {
    width: 80%;
    height: 55px;
}

.container-one-card {
    position: relative;
    background-color: #eee;
    min-height: 650px;
    margin: 140px 0;
}

.open-card-tender {
  border: 1px solid #bdbdbd;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/

  width: 800px;
  background-color: #fff;
  margin:0 auto;
  padding: 30px 45px 45px;
  transform:scale(1.1);
}

@media (max-width: 960px) {
    .open-card-tender {
        width: 660px;
    }
}

@media (max-width: 760px) {
    .open-card-tender {
        width: 560px;
    }
}



/*.banner-dtl {
    min-height: 130px;
}*/

.btnclose {
    /* border: 2px solid black; */
    padding: 10px;
    margin: 10px;
    font-size: 26px;
    border: 0px;
    background: transparent;
}

.open-card-tender-title {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #828282;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.open-card-info-container {
    display: flex;
    justify-content: space-between;
    
}

/*.notification-form-input {
    border: 1px solid #e5e5e5;
    width: 333px;
    height: 47px;

}*/

.notification-form {

   /*-ms-word-break: break-all;*/
    /*word-break: break-all;
    word-break: break-word;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: block;
}

.container-left {
    width: 45%;
    margin-top: 32px;
}

.container-right {
    margin-top: 32px;
    max-width: 29%;
}

.container-right-kv {
    margin-top: 32px;
    /*width: 301px;*/  
    width: 42%;
}



.tender-num-info,
.tender-status-info,
.tel-num-info,
.e-mail-info,
.form-input-title,
.open-tender-deadline-info,
.open-tender-place-info,
.open-tender-category-info,
.open-tender-type-info,
.open-tender-place-timing-info,
.open-tender-narucilac-info,
.open-tender-documents-info {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #bdbdbd;
}

.open-tender-narucilac,
.open-tender-place,
.open-tender-category,
.open-tender-type,
.open-tender-time-info,
.open-tender-type-kv,
.open-tender-deadline {
    color: #828282;
}

.tender-status-g {
    color: #27AE60;
}

.tender-status-y {
    color: #F2C94C;
}

.tender-status-b {
    color: #0078C1;
}


.tender-status-info {
  margin-top: 50px;
}

.e-mail-info {
  display: inline-block;
  margin-top: 15px;
}

.form-input-title {
  margin-top: 25px;
}

.hr-tender-open {
  margin-top: 40px;
}

.tender-num,
.tel-number,
.e-mail-address {
  color: #0078c1;
}

.open-tender-documents {
  margin-top: 15px;

  counter-reset: item;
  list-style: none;
}

.open-tender-place-info {
  width: 70%;
}

.open-tender-documents li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #0078c1;
}

.open-tender-documents-item {
  color: #0078c1;
}

.open-tender-category-info {
  margin-top: 90px;
}

.open-tender-type-info {
  margin-top: 90px;
}

.open-tender-type-kv {
    word-break: break-word;
    width: 80%;
}

.open-tender-deadline-info {
    margin-top: 35px;
}

.open-tender-documents-info {
  margin-top: 35px;
}

.download-all-documents {
  margin-top: 15px;
  border: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #bdbdbd;
}

.download-all-documents-image {
  margin-left: 10px;
}

li:before {
  color: blue;
}


@media screen\0 {

    .container-left {
        width: 45%;
        margin-top: 32px;
    }

    .container-right {
        margin-top: 32px;
        max-width: 29%;
    }

    .container-right-kv {
        margin-top: 32px;
        /*width: 301px;*/
        width: 42%;
    }

    .full-image-banner-ot{
        padding-top: 10px;
    }
}
