*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
    background-color: white;
}
.pade-heder{
    max-width: 1163px;
    margin: auto;
    margin-bottom: 100px;
    
}
.logo{
    float: left;
font-family: Roboto-Light, Roboto-Black, AdobeInvisFont, MyriadPro-Regular;
font-size: 30px;
color: rgba(81, 81, 81, 255);
text-align: left;
text-transform: uppercase;
text-decoration: none;
margin-top: 30px;
    
}
.logo::first-letter{
    color: rgba(26, 188, 156, 255);
}
.menu{
    float:right;
    margin-top: 35px;
}
.menu li{
    float: left;
    list-style: none;
    font-family: OpenSans-Bold, AdobeInvisFont, MyriadPro-Regular;
font-size: 14px;
color: rgba(26, 188, 156, 255);
text-align: right;

}
.menu li a{
    font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: rgba(81, 81, 81, 255);
text-align: right;
text-decoration: none;
text-transform: uppercase;
margin-left: 30px;
}
.menu li a:hover{
    color: rgba(26, 188, 156, 255);
}
.clearfix::after{
    display: table;
    content: '';
    clear: both;
}
h2{
    font-family: ﻿Roboto-Black, ﻿AdobeInvisFont, ﻿MyriadPro-Regular;
font-size: 48px;
color: rgba(81, 81, 81, 255);
text-transform: uppercase;


}
h2::after{
    display: block;
    content: '';
    width: 164px;
    height: 7px;
    background-color: rgba(26, 188, 156, 255);
    margin: auto;
    margin-bottom: 97px;
}
.catalog{
margin: 0 auto;
max-width: 1163px;
text-align: center;
margin-bottom: 105px;
}
.catalog-list{
    list-style: none;

}
.catalog-item{
    width: 255px;
    height: 322px;
    float: left;
   
}
.catalog-item:not(:nth-child(4n)){
    margin-right: 30px;
}
.catalog-item:not(:nth-last-child(-n+4)){
    margin-bottom: 30px;
}
.cataloglast{
list-style: none;
}
img{
    display: block;
    width: 100%;
    height: 85%;
}
.nazva{
    float: left;
    background-color: #323232;
    width: 80%;
    font-family: Roboto-Black, AdobeInvisFont, MyriadPro-Regular;
font-size: 18px;
color: rgba(255, 255, 255, 255);
text-align: left;
text-transform: uppercase;
padding: 14px;
}
.price{
    float: right;
    background-color: #dddddd;
    width: 20%;
    font-family: Roboto-Black, AdobeInvisFont, MyriadPro-Regular;
font-size: 18px;
color: rgba(255, 255, 255, 255);
text-align: center;
padding: 14px;
}
span, .catalog-item:hover{
    background-color: #1abc9c;
    opacity: 0.5;
    cursor:pointer;
}
.catal-tem{
    float:left;
    width: 351px;
    height: 496px;
    text-align: left;
    overflow: hidden;
}
.catal-tem:not(:nth-child(3n)){
    margin-right: 30px;
}
.big{
    width: 100%;
    height: 55%;
   }
   h4{
    font-family: OpenSans-Semibold, AdobeInvisFont, MyriadPro-Regular;
    font-size: 18px;
    color: rgba(85, 82, 82, 255);
    text-align: left;
    padding: 5px;
   }
   h4::after{
       content: '';
       display: block;
       width: 136px;
       height: 2px;
       background-color: rgba(26, 188, 156, 255);
       margin-top: 11px;
       margin-bottom: 30px;
       
   }
   p{
    font-family: OpenSans, AdobeInvisFont, MyriadPro-Regular;
    font-size: 14px;
    color: rgba(85, 82, 82, 255);
    text-align: left;
    padding-bottom: 16px;
   }
   button{
    font-family: OpenSans-Light, AdobeInvisFont, MyriadPro-Regular;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    text-align: center;
    padding: 15px;
    background-color: rgba(26, 188, 156, 255);
    text-transform:capitalize;
    

   }
   