.menu{
	z-index: 230;
}

/*
.modalform, .modalform *{
	box-sizing: border-box
}*/

.modalform form,
.modalform label,
.modalform .d-block{
	display: block;
}

.modalform .form-check{
	overflow: hidden;
}

.modalform .form-check-input{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.modalform .form-check-label{
	float: none;
	width: unset;
}

.modalform label{
	margin-bottom: 10px;
}

.modalform .form-control{
	border: 1px solid #D2D2D2;
	display: block;
	width: 100%;
	font: inherit;
	padding: 6px;
	background: #fff;
	border-radius: 0;
}

.modalform .btn.btn-primary{
	display: inline-block;
	padding: 10px 16px;
	background: #409f5e;
	color: #fff;
	border: none
}

.modalform .btn.btn-primary:hover{
	background: #21734a
}

.zgm-callback{
	position: fixed;
	display: block;
	z-index: 9;
	width: 180px;
	height: 180px;
	right: 100px;
	bottom: 100px;
	border:none;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor:pointer;
	z-index: 250;
}

.zgm-callback img{
	display: block;
	margin: 0;
	width: 100%;
	height: auto !important;
}

@media screen and (max-width: 1366px) {
	.zgm-callback
	{
		width: 64px;
		height: 64px;
		right: 64px;
		bottom: 64px;
	}
  }