/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 18 2025 | 13:05:00 */
.boxx-skobki{
     padding: 15px;
    /* margin: 15px;    */
    background: 
      linear-gradient(to right, #000 50px, transparent 0, transparent calc(100% - 50px), #000 0) 0 0 / 100% 10px no-repeat,
      linear-gradient(to right, #000 50px, transparent 0, transparent calc(100% - 50px), #000 0) 0 100% / 100% 10px no-repeat,
      linear-gradient(to bottom, #000 50px, transparent 0, transparent calc(100% - 50px), #000 0) 0 0 / 10px 100% no-repeat,
      linear-gradient(to bottom, #000 50px, transparent 0, transparent calc(100% - 50px), #000 0) 100% 0 / 10px 100% no-repeat;
  }
/* ***** */
.box-papulya {
    display: flex; 
    flex-wrap:wrap; /* если не хватает места, то перенос  */
    justify-content: center;    
}
.boxxvz {      
    display: inline-block;
    font-size: 120px; 
    color: #ff0000;     
}
.boxx { 
    width: 390px; 
    min-height: 150px;
    border: 3px solid #ff0000;
    border-radius: 10px; 
    margin: 5px;
    display: inline-block;
}
.boxx span{
    margin: 5px 10px 5px 10px; 
    line-height: 30px;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.2em;
	color: #000;
}
 .box-red-papulya{
    display: flex;    
} 
.boxx-red {
    width: 70%;
    display: block;
    background-color: #ff0000; 
    height: 75px;    
}
.boxx-red2 {
    width: 30%;
    display: block;
    background-color: #ff0000; 
    height: 75px;    
}
.boxx-red p {
    padding: 0 0 0 0;
    margin: 7px 10px 7px 10px;
    color: #ffffff;   
    font-weight: bold;
    font-size: 30px;  
    line-height: 0.9em; 
}
.boxx-red2 p {
    padding: 0 0 0 0;
    margin: 10px 10px 0px 10px;
    color: #ffffff;   
    font-weight: bold;
    font-size: 60px;
    line-height: 0.9em;   
}
.boxx-boottt {
	width: 100%;
    display: block;
	}
.boxx-boottt p{
    padding: 0 0 0 0;
    margin: 3px 10px 3px 10px;
    color: #070707;   
    font-weight: bold;
    font-size: 15px; 
    line-height: normal;
}
@media screen and (max-width: 1199px) {
    .boxxvz {
        display: none;
    }
    .boxx-skobki{
        padding: 0 0 0 0;
        margin: 0px;   
        background: none;
      }
	
}
@media screen and (max-width: 760px) {
	.boxx{
		margin: 5px 0 5px 0;
	}	
	.boxx span{
        font-size: 22px;  
    }
    .boxx-red p {
        font-size: 25px;    
    }
    .boxx-red2 p {
        font-size: 35px;    
    }
	
}
@media screen and (max-width: 322px) {
	.boxx{
		margin: 5px 0 5px 0;
	}	
	.boxx span{
        font-size: 18px;  
    }
    .boxx-red p {
        font-size: 20px;    
    }
    .boxx-red2 p {
        font-size: 35px;    
    }
}