.ff-Heebo {
    font-family: 'Roboto', sans-serif;
}

.attr-nav > ul > li > a {
    padding: 13px 15px 0;
}

.vk-form-sender-hide{
	display: none !important;
}

#vk-form-sender-for-site-bg{
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

#vk-form-sender-for-site{
	position: fixed;
    z-index: 10000000001;
    width: 280px;
    height: 250px;
    left: calc((100% - 280px) / 2);
    top: calc((100% - 250px) / 2);
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 5px 5px 15px #000;
    padding: 30px;
}
#vk-form-sender-for-site-button{
	cursor: pointer;
	position: fixed;
	right: 0;
	top:50%;
	width: 150px;
	z-index: 1000000;
}

.vk-form-form-close{
	font-family: Arial, Serif;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px;
    line-height: 18px;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.vk-form-form-title{
	text-align: center;
	font-size:20px;
}

.vk-form-form-ppolicy label{
	font-size:8px;
}

#vk-form-sender-for-site button{
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    display: block;
    width: 100%;
    background-color: #1f1f1f;
    border: none;
    outline: none;
    height: 40px;
    margin: 0 auto;
    color: #fff;
}

#vk-form-form-agreement{
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    border-radius: 0;
}

#vk-form-sender-for-site input[type="text"], #vk-form-sender-for-site input[type="tel"] {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 8px 2px;
    margin-bottom: 12px;
}

#vk-form-sender-for-site input[type="checkbox"]{
	width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    border-radius: 0;
}    

[data-overlay="5"]::before {
    opacity: .2;
}

.ImageBackground__holde-r {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.viber-icon{
        left: 40px;
    position: relative;
    top: 10px;
}

@media (min-width: 1024px){
	nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
	    width: 145px;
	}
}

@media (max-width: 992px){
    nav.navbar.bootsnav .navbar-brand {
        float: left !important;
        margin: 0 0 0 15px !important;
    }
    
    .viber-icon a img{
        width:32px !important;
    }
    .attr-nav > ul > li.viber-icon > a{
        padding: 0px 10px 0;
    }
}
