/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 .main  {
	width: 1150px;
}
.text2 p{
		
		width: 100%;
}
.content-txt {
    font-size: 30px;
  }
  
.text-main p{
    font-size: 30px;
  }  
  .text-main h1{
    font-size: 30px;
  } 
  
.text-main2 p{
    font-size: 30px;
  }    
  .text-main2 h3{
    font-size: 30px;
  }
  
.long-opais {
    font-size: 30px;
}  

.short-opais {
    font-size: 30px;
}  
.nav-catalog {
    font-size: 30px;
}  

.nav-catalog ul li{
    font-size: 30px;
}
.price-detail span{
    font-size: 40px;
}

.button {
    font-size: 20px;
}

}
   
@media screen and (max-width: 1200px) {

  .content-txt p{
    font-size: 25px;
  }
  .long-opais p{
      font-size: 25px;
  }
  .short-opais p{
    font-size: 25px;
}  
  .text-main p{
    font-size: 25px;
  }  
   .text-main h1{
    font-size: 25px;
  } 
  .text-main2 p{
    font-size: 25px;
  }
  .text-main2 h3{
    font-size: 25px;
  }
  .price-detail span{
    font-size: 43px;
}
.button {
    font-size: 29px;
}

 }
 
@media screen and (max-width: 992px) { 
  .content-txt p{
    font-size: 24px;
  }
  .long-opais p{
      font-size: 24px;
  }
  .short-opais p{
    font-size: 24px;
}  

.text-main p{
    font-size: 24px;
  }  
   .text-main h1{
    font-size: 24px;
  } 
  .text-main2 p{
    font-size: 24px;
  }
  .text-main2 h3{
    font-size: 24px;
  }
  .price-detail span{
    font-size: 42px;
}
.button {
    font-size: 29px;
}

 }

@media screen and (max-width: 768px) { 

 .content-txt p{
    font-size: 23px;
  }
  .long-opais p{
      font-size: 23px;
  }
  .short-opais p{
    font-size: 23px;
}  
.text-main p{
    font-size: 23px;
  }  
   .text-main h1{
    font-size: 23px;
  } 
  .text-main2 p{
    font-size: 23px;
  }
  .text-main2 h3{
    font-size: 23px;
  }
  .price-detail span{
    font-size: 41px;
}
.button {
    font-size: 30px;
}

}


 @media screen and (max-width: 576px) { 
  .content-txt p{
    font-size: 22px;
  }
  .long-opais p{
      font-size: 22px;
  }
  .short-opais p{
    font-size: 22px;
}  
.text-main p{
    font-size: 22px;
  }  
   .text-main h1{
    font-size: 22px;
  } 
  .text-main2 p{
    font-size: 22px;
  }
  .text-main2 h3{
    font-size: 22px;
  }
.price-detail span{
    font-size: 40px;
}
.button {
    font-size: 30px;
}
  }