/*selected msi desktops*/
.model {
    display: block;
    padding: 2% 0;
    font-family: "DINPro-Regular"
}

.model h3 {

    margin: 20px auto;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #312b2b;
}



.model__table {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #000000;
    overflow: auto;
}

.model__table .tr {
    /* display: table-row; */
    display: flex;
}

.model__table .tr:last-child .td {
    border-bottom: none;
}

.model__table .th {
    color: #fff;
    font-size: 18px;
    display: table-cell;
    padding: 20px;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #414141;
    border-right: 1px solid #414141;
    background-color: #000000;
    width: calc(100%/3);
}
.model__table .th:nth-of-type(1){
  width:20%;
}
.model__table .th:nth-of-type(2){
  width: 60%;
}
.model__table .th:nth-of-type(3){
  width: 20%;
}
@media screen and (max-width: 768px) {
    .model__table .th {
        width: calc(100%/3);
    }
}

.model__table .th:last-child {
    border-right: none;
}

.model__table .td {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 22px;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    width: calc(100%/3);
}
.model__table .td:nth-of-type(1){
  width:20%;
}
.model__table .td:nth-of-type(2){
  width: 60%;
}
.model__table .td:nth-of-type(3){
  width: 20%;
}
.model__table .td span {
    text-decoration: line-through;
    padding: 0 3px;
}

.model__table .td b {
    color: #000000;
    font-size: 20px;
}

.model__table .td:last-child {
    border-right: none; 
}
@media (max-width: 995px) and (min-width: 768px) {
 
.model__table .td {font-size: 2vw;}
}
@media (max-width: 767px)  {
 
  .model__table .tr {
    display: table-row; 
}

.model__table .td:nth-of-type(1),.model__table .tr:nth-of-type(1){
  width:auto;
}
.model__table .td:nth-of-type(2),.model__table .tr:nth-of-type(2){
  width:auto;
}
.model__table .td:nth-of-type(3),.model__table .tr:nth-of-type(3){
  width:auto;
}
  }
/*add*/
 .models {
  padding: 2.5% 0 4% 0;
  text-align: center;
}

 .models__title {
  font-size: 1em;
}

 .models__title-txt {
  text-transform: uppercase;
  font-size: 2.5em;
}

 .models__title-sub {
  font-size: 1em;
}

 .models__title-txtgreen {
  font-size: 1.5em;
  color: #709fde;
  margin: 10px auto;
}

 .models__table {
  width: 55%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
   .models__table {
    width: 90%;
  }
}

 .models__table .prizebox {
  width: 100%;
  margin: auto;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1600px) {
   .models__table .prizebox {
    width: 100%;
  }
}

 .models__table .prizebox li {
  margin: 0;
  padding: .8rem 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

 .models__table .prizebox li h3 {
  border-bottom: #070707 solid 1px;
  margin: 3% auto 0;
  color: #000000;
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 15px;
}



