a:hover, a:active, a:checked, a:focus, a {
	text-decoration: none;
}
.feedback__close {
	position: absolute;
	background: #000;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	right: -12px;
	top: -12px;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transition: all .3s;
	z-index: 1001;
	-webkit-box-shadow: -14px 14px 90px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: -14px 14px 90px 7px rgba(0,0,0,0.75);
	box-shadow: -14px 14px 90px 7px rgba(0,0,0,0.75);
}
.feedback__close:hover {
	cursor: pointer;
	color: #FFD700;
	border-color: #FFD700;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 1000;
}
.feedback {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 30px 40px;
	width: 350px;
	text-align: center;
	border: 1px solid #FFD700;
	z-index: 10001;
	-webkit-box-shadow: 0px 0px 200px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 200px 10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 200px 10px rgba(0,0,0,0.75);
}
.feedback__title {
	font-size: 20px;
	font-family: "Arial", sans-serif;
	line-height: 1.3;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}
.wrap	{
	padding-left: 40px;
	position: relative;
	border: 1px solid #FFD700;
	margin: auto;
	margin-bottom: 15px;
}
.name-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 40px;
	background: url(../images/ihn.png) no-repeat center;
	-webkit-background-size: 70%;
	background-size: 70%;
}
.phone-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 40px;
	background: url(../images/km.png) no-repeat center;
	-webkit-background-size: 60%;
	background-size: 60%;
}
.feedback__in { 
	border: none;
	outline: none;
	padding: 15px 10px;
	color: #aeaeae;
	display: block;
	width: 100%;
	font-size: 18px;
}

.feedback__btn {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	padding: 15px 50px;
	background: #FFD306;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
	transition: all .3s;
}
.feedback__btn:hover {
	cursor: pointer;
	background: #ff9a00;
}
.feedback__descr {
	margin-top: 20px;
	text-align: center;
	color: #000000;
  font-family: "Arial Narrow", sans-serif;
  font-size: 16px;
}
.thanks {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 30px 30px;
	text-align: center;
	border: 1px solid #FFD306;
	z-index: 1001;
	-webkit-box-shadow: 0px 0px 200px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 200px 10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 200px 10px rgba(0,0,0,0.75);
}
.thanks__title {
	line-height: 1.5;
}
.thanks span {
	display: block;
}
.modalStart:hover {
	cursor: pointer;
}

.vg-new-size { /*border: 1px solid green!important;*/
	left: 87px!important;
	width: 245px!important;
	height: 356px!important;
	/*width: 245px!important;
	height: 356px!important;
	margin: 0 auto!important;
	display: block!important;
	position: static!important;*/
}
.vg-new-size img{ /*border: 1px solid red!important;*/
	width: 245px!important;
	height: 356px!important;
	margin: 0 auto!important;
	display: block!important;
	position: static!important;
}





@media (max-width: 991px) {
.feedback__in {
	width: 80%;
}
}
@media (max-width: 567px) {
.feedback {
	width: 80%;
	padding: 30px 0px;
}
.feedback__in {
	width: 90%;
}
}


.vg-custom-body, 
.vg-custom-body #Layer14, 
.vg-custom-body #Layer12, 
.vg-custom-body #Layer10, 
.vg-custom-body #Layer8, 
.vg-custom-body #Layer7, 
.vg-custom-body #Layer6, 
.vg-custom-body #Layer5, 
.vg-custom-body #Layer3, 
.vg-custom-body #Layer2, 
.vg-custom-body #Layer1, 
.vg-custom-body #home{
	min-width: 970px;
}

.vg-custom-body #wb_Shape32{
	left: 710px!important;
}

.vg-custom-body #wb_PhotoGallery33{
	left: 665px!important;
}
.vg-custom-body #wb_PhotoGallery12{
	left: 350px!important;
}

