#form_wrap_anketa {
	width: calc(100% - 370px) !important;
}
.zform-left{
    margin-top: 36px;
    float: left;
    border: 2px solid #e3e3e3;
    background: #fff;
}

/* .zform-right{ */
    /* width: 331px; */
    /* float: left; */
/* } */

.tips-header {
    /* background: -webkit-linear-gradient(top,#f9f9f9,#efefef); */
    background: -moz-linear-gradient(top,#f9f9f9,#efefef);
    background: -o-linear-gradient(top,#f9f9f9,#efefef);
    background: -ms-linear-gradient(top,#f9f9f9,#efefef);
    /* background: linear-gradient(to bottom,#f9f9f9,#efefef); */
    height: 0px;
    border-bottom: 2px solid #e3e3e3;
    margin-top: -28px;
}

.tips_list{
	list-style: none;
}
.button{
	border:none;
}
.button:hover{
	border: 1px solid green;
    background-color: white;
    /* box-shadow: none; */
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.anketa_test_block{
    max-height: 713px;
}

/* media */
@media screen and (min-width:480px) {
	.zform-left { width: 96%; }
}
@media screen and (min-width:610px) {
	.zform-left {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (min-width:960px) {
	.zform-left { width: 675px; }
}
@media screen and (max-width:860px) {
	#form_wrap_anketa {
		width: 100% !important;
	}
}