*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;  
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow-x:hidden;
    
}
main section{
    margin: auto;
    width: 70%;
    background-color:#0a0d10d9;
    padding: 1% 3% 0% 3%;
}



main section header{
    display: flex;
    justify-content: space-between;
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   */
}
main section header div.logo{
    margin: auto 0;
}
main section header div.info
{
    text-align: center;
    margin: auto 0;
}
main section header div.info div{
    padding: 3% 0;
}
main section header div.info div h1{
    padding: 3% 0;
    white-space: nowrap;
}
div.but{
    margin: auto 0;
    display: none;
}
div.but h2{ 
   /* position: fixed;
    top: 20px;
    right: 38px;*/
    border: 2px solid #e0c389;  
    cursor: pointer;
    padding: 15px;
}
/*div.but:hover{
    background-color: #1f1f1f;
 
}*/
div.but h2{
    color: #e0c389;

}
div.products h1{
    border: 15px solid transparent;
    border-image-source: url(img/border1.png);
    border-image-repeat: stretch;
    border-image-slice: 46;
    display: table;
    font-size: 2.3em;
	font-weight:500;
    padding: 3% 3%;
    margin: 0 auto;
    text-align: center;
  
}
ul.ul_products{
    /*border: 2px solid #e2d9d994;
    border-radius: 8px;*/
    list-style-type: none;
    padding-top: 5%;
    padding:3% 0;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 5px;

}
ul.small{
    border-image-slice: 70;
}
ul.ul_products li{
    display:grid;
    padding: 2% 5%;
    grid-template-columns: auto auto;
  
}
div.products{
    padding: 3% 0;
    border-bottom: 2px solid #887b7b;
    
}
ul.ul_products p{
    color: #d6d6d6;
    font-size: 1.5em;
    padding: 1%;
    font-weight: normal;
    white-space: nowrap;
}
ul.ul_products li div.description p{
    font-weight: normal;
    font-size: 1.1em;
    padding: 2% 0 1% 0;
}
ul.ul_products div.description{
    grid-column:1/3;
}
.price {
    text-align: right;
}

ul.ul_products .price p,h1{
    color:#e0c389;
}
footer{
    width: 100%;
    
    text-align: center;
    padding-top:5%;
	padding-right:10px;
}
footer div.info{
    display: flex;
    justify-content: space-evenly;
}

footer div.info{
    white-space: nowrap;
}
footer div.info h1{
    padding-bottom: 11%;
}
header div.info h1.tel{
    padding-bottom: 8%;
}
footer div.info h1.tel{
    padding-bottom: 22%;
}
 .info div,.copyright div{
    color:white;
}
.info a,.copyright a{
    color:#e0c389;
}
div.info{
    
    padding: 2%;
}
div.info h1{
    color:rgb(255, 255, 255);
}
.copyright{
    text-align: center;
    padding: 1%;
}
button#up_but{
    border: unset;
    background: transparent;
    cursor: pointer;  
    position: fixed;
    bottom: 20px;
    display: none;
    right: -100px;   
}

@-webkit-keyframes slideIn {
    0%{right:-100px}
    100% { right:30px; }
}

@keyframes slideIn {
    0%{right:-100px}
    100% { right:30px; }
}
@-webkit-keyframes slideOut{
    0%{right:30px}
    100% { right:-100px; }
}

@keyframes slideOut {
    0%{right:30px}
    100% { right:-100px; }
}
button#up_but:focus ,button#up_but:visited {
    outline: none;
}
button#up_but img{
    width: 60px;
}
/*Selection*/
::-moz-selection {
    color: white;
    background: black;
}

::selection {
    color: white;
    background: black;
}

@media only screen and (max-width: 1920px) {
    
    div.products h1{
        font-size: 2.1em;
    }
    ul.ul_products p{
        font-size: 1.4em;
    }
    ul.ul_products li div.description p{
        font-size: 1.1em;
    }
  }
  @media only screen and (max-width: 1580px) {
    
    div.products h1{
        font-size: 1.8em;
    }
    ul.ul_products p{
        font-size:  1.3em;
    }
    ul.ul_products li div.description p{
        font-size: 1em;
    }
  }
@media only screen and (max-width: 1440px) {
    
    main section{
        
        width: 80%;
    }
    header div.del{
        display: none;
    }
    header div.but {
        display: inline;
    }
   
  }
  @media only screen and (max-width: 1280px) {
    
	
    ul.ul_products{
        grid-template-columns: auto;
    }
    div.products h1{
        font-size: 2.6em;
    }
    ul.ul_products p{
        font-size: 1.6em;
    }
    
    ul.ul_products li div.description p{
        font-size: 1.2em;
    }
  }
  
  @media only screen and (max-width: 920px) {
	
    main section header div.logo{
        margin: auto;
    }
    main section header{
		padding-top:10px;
        text-align: center;
    }
    header .info{
        display: none;
    }
    .but{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color:#e0c389 ;
        
    }
	div.products h1{
        font-size: 2.2em;
    }
    ul.ul_products p{
        font-size:1.7em;
    }
    ul.ul_products li div.description p{
        font-size: 1.3em;
    }
    button#up_but{
        display: none;
        animation:none;

    }
	  
    div.but h2{
        border: unset;
        color: white;
    }
    main section{
        padding-bottom: 50px;
        width: 100%;
    }
    ul.ul_products p{
        padding: 0;
    }
  }

  @media only screen and (max-width: 680px) {
    main section{
        padding-bottom: 80px;
    }
    footer div.info div{
    padding: 4% 0;
    }
    footer div.info div h1{
    padding-bottom: 3%;
    }
    div.products h1{
        font-size: 2em;
    }
    ul.ul_products p{
        font-size:1.3em;
    }
    ul.ul_products li div.description p{
        font-size:0.9em;
    }
    footer div.info{
        flex-direction: column;
    }
    footer div.info h1.tel {
        padding-bottom: 3%;
    }
    div.products h1 {
        
        border-image-slice: 70;
    }
  }
  @media only screen and (max-width:600px) {
    div.products h1{
        font-size: 1.9em;
    }
    ul.ul_products p{
        font-size:1.2em;
    }
    ul.ul_products li div.description p{
        font-size: 1em;
    }
  }
  @media only screen and (max-width:460px) {
    
    div.products h1{
        font-size: 1.6em;
    }
    ul.ul_products p{
        font-size:1.3em;
    }
    ul.ul_products li div.description p{
        font-size: 0.9em;
    padding-top: 17px;
    }
	  ul.ul_products li{
	  	padding:5% 5%;
	  }
    footer div.copyright p{
        font-size: 0.9em;
    }
  }
 