footer a{
    transition: .3s all linear;
    color: #949494;
}
footer a:hover{
    color: #666;
}

.fake-holder{}
.fake:before{
    content: 'boa';
    display: inline-block;
}
.fake:after{
    content: 'i24.pl';
    display: inline-block;
}

nav .menu-holder address{
    line-height: 18px;
}
nav .menu-holder address .address-grey{
    line-height: 14px;
}

.header-title .smaller{
    font-size: 100px;
}



@media screen and (max-height: 830px){
    .offer .mainpage {
margin-top: -350px;
    }
}

.grecaptcha-badge {
    z-index: 99;
}