.responsive {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.responsive td {
  min-width: 250px;
  margin: 10px;
}

.responsive th {
  background-color: #0075c5;
  color: #fff;
  padding: 20px;
}

.responsive td img {
  max-width: 250px;
  margin: 10px;
}

.responsive-60 {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #7ecefc;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 20px;
}

.responsive-60 td {
  min-width: 250px;
  margin: 10px;
  padding: 10px;
  text-align: left;
}

.responsive-60 td img {
  max-width: 250px;
  margin: 10px;
  padding: 10px;
}

.responsive-border {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #7ecefc;
  border-collapse: collapse;
  font-size: 1.1rem;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.responsive-border td {
  min-width: 250px;
  padding: 20px;
  text-align: center;
}

.responsive-40 {
  width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #7ecefc;
  border-collapse: collapse;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.responsive-40 td {
  min-width: 250px;
  padding: 10px;
  text-align: center;
}

.responsive-40 td img {
  max-width: 250px;
  padding: 10px;
}

.responsive-80 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.responsive-80 td {
  margin: 10px;
}

.responsive-80 th {
  background-color: #0075c5;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.responsive-80 td img {
  max-width: 250px;
  margin: 20px 10px 20px 0px;
}

.table-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-zag {
  background: -webkit-linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  background: -moz-linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  background: linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  padding: 15px 50px 15px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 5px -5px 0px 0px rgba(0, 89, 157, 0.2);
  -moz-box-shadow: 5px -5px 0px 0px rgba(0, 89, 157, 0.2);
  box-shadow: 10px -5px 0px 0px rgba(0, 89, 157, 0.2);
  border-radius: 0px 0px 50px 0px;
}

.center-zag {
  background: -webkit-linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  background: -moz-linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  background: linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  padding: 15px 35px 15px 35px;
}

.table-spec-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.icon-area {
  text-align: center;
  font-size: 1.2rem;
}

.icon-size {
  background-image: url(https://static.insales-cdn.com/files/1/4790/32993974/original/size-icon.png); 
    width: 35px; 
    height: 35px; 
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
}

.spec {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.spec td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.spec th {
  padding: 10px;
  color: #fff;
  background-color: #0075c5;
}

.spec tr:hover {
  background-color: #0072c5;
  color: #fff;
}

.preim {
  font-size: 1.4em;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.zag-table {
  text-align: center;
  font-weight: bold;
  margin: 20px 0px;
  font-size: 1.3em;
}

.ops-table {
  margin: 10px;
  text-align: justify;
}

.ops-table-2 {
  margin: 20px;
  text-align: justify;
}

.circle-hr {
  margin: 30px auto;
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="rgb(0, 117, 197)" cx="1" cy="0.5" r="0.5"></circle></svg>')
    0 0 100% repeat;
  width: 67%;
}

.circle-hr-min {
  margin: 30px auto;
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="rgb(0, 117, 197)" cx="1" cy="0.5" r="0.5"></circle></svg>')
    0 0 100% repeat;
  width: 29%;
}

.shelf-hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  width: 300px;
}

.shelf-hr-min {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  width: 150px;
}

.row-img-block {
  overflow: hidden;
  text-align: center;
}

.row-img {
  display: inline-block;
  width: 10%;
  min-width: 250px;
  margin-right: 5px;
  text-align: center;
}

.row-img-size {
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 5px;
}

.center-text {
  text-align: center;
}

.gradient-fon {
  background: -webkit-linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  background: -moz-linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  background: linear-gradient(
    225deg,
    rgb(0, 117, 197) 23%,
    rgb(40, 173, 193) 79%
  );
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  padding: 30px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .responsive tr {
    display: block;
    margin-bottom: 0.625em;
  }

  .responsive td {
    display: block;
    font-size: 0.8em;
    text-align: center;
  }

  .responsive td img {
    margin: 0px;
  }

  .responsive-80 tr {
    display: block;
    margin-bottom: 0.625em;
  }

  .responsive-80 td {
    display: block;
    font-size: 0.8em;
    text-align: center;
  }

  .responsive-80 td img {
    margin: 0px;
  }

  .responsive-60 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .responsive-60 tr {
    display: block;
    margin: 20px 10px 0px 0px;
  }

  .responsive-60 td {
    display: block;
  }

  .responsive-60 td img {
    text-align: center;
  }

  .responsive-40 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .responsive-40 tr,
  td {
    display: block;
  }

  .responsive-40 td img {
    text-align: center;
  }

  .responsive-border {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .responsive-border tr,
  td {
    display: block;
  }

  .spec {
    border: 0;
  }

  .spec thead {
    display: none;
  }

  .spec tr {
    display: block;
    border: 3px solid #28adc1;
    margin-bottom: 20px;
  }

  .spec td {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #28adc1;
    border-right: 1px solid transparent;
  }

  .spec tr:hover {
    background-color: transparent;
    color: #000;
  }
  .spec td:last-child {
    border-bottom: 0;
  }
  .spec td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    padding-right: 30px;
  }

  .preim {
    margin-top: 20px;
  }

  .table-line {
  display: block;
}
}
