.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: 20px;
    line-height: 20px;
    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: 14px;
	font-weight: normal;
    line-height: 20px;
    display: block;
    
    background-color: #1f1f1f;
    border: none;
    outline: none;
    height: 46px;
    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;
}

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