﻿


.div100prod {
    width: 100%;
  
    max-width: 700px;
    
}

.divprodsx {
    width: 48%;
    max-width:345px;
    float:left; 
    
}
.divproddx {
    width: 48%;
    max-width: 345px;
    float: right;
} 
.divinteprod {
    width: 100%;
    padding-top:20px;
    clear:both;
    font-weight:bold;   
    text-align:center;
}


.divintemod1gost {
    width: 340px;
    font-weight: bold;
    text-align: center;
    background-color: #D90000;
    color: white;
    display:none;
}
.divintemod2gost {
    width: 340px;
    font-weight: bold;
    text-align: center;
    background-color: forestgreen;
    color: white;
    display: none;
}


.divintemod1b {
   
    width: 340px;
    text-align: center;
    color: black;
    border: 1px solid;
}

.divintemod2b {
   
    width: 340px;
    text-align: center;
    color: black;
    border: 1px solid;
}

.divintemod1 {
   
    width: 340px;
    font-weight: bold;
    text-align: center;
    background-color: #D90000;
    color: white;
}


.divintemod2 {
   
  
    
    width: 340px;
    font-weight: bold;
      text-align: center;
    background-color: forestgreen;
    color: white;
}



@media only screen and (max-width: 1250px) {
    .divintemod1gost {
  
        display: inline;
    }


    .divintemod2gost {
        display: inline;
    }

}


@media only screen and (max-width: 999px) {
   
}
@media only screen and (max-width: 700px) {
    .divprodsx {
        width: 100%;
        float: none;
    }

    .divproddx {
        width: 100%;
        
        float: none;
    } 
}
