body{
    margin: 0;
    padding: 0;
    color: white;
    width: 100%;
    height: 100%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: "Arial Regular";
    box-sizing: border-box;
}
a{
    color:white;
}
.container{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    text-align: center;
    background: url(img/background.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height:100%;
    min-height: 680px;
}

.logo{
    margin-top: 1.5%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 7;
}
.logo img{    
    width: 245px;
    margin-left: -10px;}
.footer{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    color: white;
    background-color: rgba(0,0,0,.8);
    position: absolute;
}
.items_row{
    width:100%;
    height: 50%;
    position: absolute;
    bottom: 25%;
}
.items_block{
   width: 960px;
    margin: 0 auto;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.items{
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: url(img/border.png) no-repeat ;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 230px;
    height: 443px;
    margin-right: 0.3%;
    margin-left: 0.3%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
}
.items a{
    display: block;
    width: 100%;
    height: 100%;
}
.items_img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.items_btn{
    background: url(img/btn.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left:0;
    
}
.items_btn p{
    background: linear-gradient(180deg, #f7d6a1 59%, #e89379 4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f7d6a1;
  font-weight: bold;
  font-family: 'Times New Roman',  serif;
  font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;

}

.gray {
    -webkit-filter: grayscale(94%); 
    -moz-filter: grayscale(94%); 
    -ms-filter: grayscale(94%); 
    -o-filter: grayscale(94%); 
    filter: grayscale(94%); 
    transition: 0.3s;   
}
.mono{
    -webkit-filter: grayscale(68%); 
    -moz-filter: grayscale(68%); 
    -ms-filter: grayscale(68%); 
    -o-filter: grayscale(68%); 
    filter: grayscale(68%); 
    transition: 0.3s;   
}
