.where_to_buy{
	display: none !important;
}
.instructionPage{

    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
  }
   .marLeft{
	   margin-left: 40px !important;
   }
   .marLeft ol{
	   
   }
   .redBlock{
	   
  background: #ef3a3a;
  color: white;
  padding: 25px;
  font-size: 24px !important;
   }
   .horizantalBlockImg{
	   
  display: flex;
  justify-content: space-between;
   }
   .horizantalBlockImg div{
	   
  width: 24%;
  display: flex;
   }
   .horizantalBlockImg div img{
	   
  width: 100%;
   }
   .horizantalBlockImg.images{
	   
   }
   .horizantalBlockImg.images div{
	   
  justify-content: center;
  align-items: center;
   }
   .horizantalBlockImg.images div p{
	   
  display: none;
   }
   .horizantalBlockImg.notImages{
	   
   }
   .horizantalBlockImg.notImages div p{
	   
   }
   
   
   .horizantalBlockImg div p{
	   
   }
   .verticalBlockImg{
	   
   }
   .verticalBlockImg div{
	   
  display: flex;
   }
   .verticalBlockImg div img{
	   
  width: 50%;
   }
   .verticalBlockImg div p{
	   
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
   }
  .instructionPage h1, .instructionPage h2{
  
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
  }
  .instructionPage p {
  
  font-size: 14px;
  }
  .instructionPage .instructionBlock{
  
  }
  .instructionPage .instructionHead{
  
    text-transform: uppercase;
    background-color: yellow;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: bold;
  }
  .instructionPage .imgBlock {
  
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .instructionPage .imgBlock > div{
    
  text-align: center;
  padding: 20px 0px;
  }
  .instructionPage .imgBlock > div:nth-child(1){
  
  border-right: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  }
  .instructionPage .imgBlock > div:nth-child(2){
      
  border-bottom: 2px solid #cecece;
  }
  .instructionPage .imgBlock > div:nth-child(3){
      
  border-right: 2px solid #cecece;
  }
  .instructionPage .imgBlock > div:nth-child(4){
      
  }
  .instructionPage .imgBlock > div > img{
  
  }
  .instructionPage .imgBlock > div > .subtitle{
  
  display: flex;
  align-items: center;
  margin-top: 20px;
  }
  .instructionPage .imgBlock > div > .subtitle .number{
  
  min-width: 35px;
  height: 35px;
  background-color: yellow;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0px 20px;
  }
  .instructionPage .imgBlock > div > .subtitle > div:nth-child(2){
      
  text-align: left;
  }
  .instructionPage .imgBlock > div > img{
      
    width: 60%;
  }
  .instructionPage .tableInstruction{
  
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow-x: scroll;
  }
  .instructionPage .tableInstruction table{
  
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  }
  .instructionPage .tableInstruction thead{
  
  background: yellow;
  }
  .instructionPage .tableInstruction thead tr{
      
  }
  .instructionPage .tableInstruction thead tr th{
      
  padding: 6px 5px;
  }
  .instructionPage .tableInstruction thead tr th:nth-child(1){

  }
  .instructionPage .tableInstruction thead tr th:nth-child(2){
    
  text-align: left;
  }
  .instructionPage .tableInstruction thead tr th:nth-child(3){
    
  }
  
  .instructionPage .tableInstruction tbody tr td:nth-child(1){
    
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  word-break: keep-all;
  }
  .instructionPage .tableInstruction tbody tr td:nth-child(2){
    
  border-right: 1px solid yellow;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  }
  .instructionPage .tableInstruction tbody tr td:nth-child(3),
  .instructionPage .tableInstruction tbody tr td:nth-child(4){
    
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  }
  .instructionPage .tableInstruction tbody tr td:nth-child(5),
  .instructionPage .tableInstruction tbody tr td:nth-child(6){
    
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  }

  @media screen and (max-width: 640px){
	  .instructionPage .tableInstruction{
		  font-size: 12px;
	  }
    .instructionPage .imgBlock {

  display: flex;
  flex-direction: column;
    }
    .instructionPage .imgBlock > div:nth-child(1){
  
  border: none;
        }
        .instructionPage .imgBlock > div:nth-child(2){
            
  border: none;
        }
        .instructionPage .imgBlock > div:nth-child(3){
            
  border: none;
        }
        .instructionPage .imgBlock > div:nth-child(4){
            
  border: none;
        }
		
		
		.horizantalBlockImg{
   }
   .horizantalBlockImg div{
	   
   }
   .horizantalBlockImg div img{
	   
   }
   .horizantalBlockImg.images{
	   
  display: block;
   }
   .horizantalBlockImg.images div{
	   
  flex-direction: column;
  width: 100%;
   }
   .horizantalBlockImg.images div p{
	   
  display: block;
   }
   .horizantalBlockImg.notImages{
	   
  display: none;
   }
   .horizantalBlockImg.notImages div p{
	   
   }
   
   
   .horizantalBlockImg div p{
	   
   }
   .verticalBlockImg{
	   
   }
   .verticalBlockImg div{
  display: block;
   }
   .verticalBlockImg div img{
  width: 100%;
   }
   .verticalBlockImg div p{
  width: 100%;
   }
  }