body {    
    background-color: #FFE273;
}

section{
    padding-top: 30px; 
    padding-bottom: 30px;
}

section#phones {
    padding-top: 0px; 
    padding-bottom: 0px;
}

section#main {
    padding-top: 0px; 
    padding-bottom: 0px;
}

section#stati {
    padding-top: 0px; 
    padding-bottom: 0px;
}

section#footer {
    padding-top: 0px; 
    padding-bottom: 10px;
}

.phone-background {
    background: url(/img/phone.png) right bottom no-repeat; background-blend-mode: multiply; padding-top: 20px; padding-bottom: 20px;
}

.tovar-pict {
    height: 300px;    
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.25));
}

.phones {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 90%;
    background-color: #A68300;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;    
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
       
}

.phones2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 90%;
    background-color: #A68300;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    margin: 10px;
    padding: 15px;    
}

h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #000000;
}

h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    padding-top: 20px;
}

.map {
    border: 5px solid #b4b4b4;
    box-sizing: border-box;
    /* padding: 10px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.thumb img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.thumb {
    padding: 5px;
}