body.pop-up-enabled {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	margin-right:16px;
}

@media all and (max-width:1024px) {
	body.pop-up-enabled {
		margin-right:0;
	}
}

.popup-win {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:100%;
	z-index:333;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
	-webkit-transition-property:opacity;
	-o-transition-property:opacity;
	-moz-transition-property:opacity;
	transition-property:opacity;
	overflow:hidden;
	opacity:0;
}

.popup-win__wrap {
	position:relative;
	color:#fff;
	height:100%;
	overflow-y:scroll;
	z-index:11;
	padding:50px 20px;
}

.popup-win__overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.6);
}

.popup-win__box {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	min-height:100%;
}

.popup-win__error {
	color:red;
}

.popup-win__close {
	cursor:pointer;
	position:absolute;
	top:6px;
	right:0px;
	width:45px;
	height:38px;
	background:#441A56;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.popup-win__close:before {
	position:absolute;
	top:50%;
	left:50%;
	margin:-14px 0 0 -4px;
	width:2px;
	height:28px;
	background:#FFFFFF;
	content:'';
	-webkit-transform:rotateZ(45deg);
	-moz-transform:rotateZ(45deg);
	-ms-transform:rotate(45deg);
	transform:rotateZ(45deg);
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.popup-win__close:after {
	position:absolute;
	top:50%;
	left:50%;
	margin:-14px 0 0 -4px;
	width:2px;
	height:28px;
	background:#FFFFFF;
	content:'';
	-webkit-transform:rotateZ(-45deg);
	-moz-transform:rotateZ(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotateZ(-45deg);
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.popup-win__close-field {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:11;
}

.popup-win.active {
	opacity:1;
	bottom:0;
}

.popup-win.unactive {
	opacity:0;
	bottom:0;
}

.popup-win.unactive .popup-win__wrap {
	overflow:hidden;
}

@media all and (max-width:640px) {
	.popup-win__wrap {
		padding:0;
	}
}

.popup-form {
	display:none;
	position:relative;
	padding:0px;
	background:#fff;
	color:#3b3b3b;
	width:100%;
	max-width:460px !important;
	font-family:inherit;
	margin:0 auto;
	z-index:111;
}

.popup-form.active {
	display:block;
}

.popup-form-question {
	max-width:480px;
}

.popup-form-review {
	max-width:480px;
}

.popup-form-map {
	max-width:640px;
}

.popup-form-search {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	max-width:100%;
	background:#fff;
}

.popup-form__map {
	position:relative;
	height:380px;
	padding-bottom:10px;
}

.popup-form__loading {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:11;
	border:1px solid #F1F1F1;
	opacity:1;
}

.popup-form__loading:before {
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	margin:-50px 0 0 -50px;
	background:url("img/loading.svg") 50% 50% no-repeat;
	-webkit-background-size:100% 100%;
	-moz-background-size:100%;
	background-size:100%;
	-webkit-animation:loading 2s infinite linear;
	-moz-animation:loading 2s infinite linear;
	animation:loading 2s infinite linear;
	content:'';
	z-index:1;
}

.popup-form .popup-map {
	height:100%;
}

.popup-form__box {
	padding:0px 0px;
}

.popup-form__form {
	padding:0px;
}

.popup-form__header {
	position:relative;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background:#fff;
	padding:40px 0 15px !important;
	text-align:center;
}

.popup-form__title {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 120% !important;
	padding:0 !important;
}

.popup-form__body {
	padding:10px 60px 10px !important;
}

.popup-form__footer {
	position:relative;
	padding:0px 60px 40px !important;
}

.popup-form__error {
	color:red;
}

.popup-form__captcha-frame {
	width:304px;
	display:block;
	margin:0 auto;
}

.popup-form__row {
	margin:0 0 10px;
}

.popup-form__row:empty {
	height:40px;
}

.popup-form__input {
	width:100%;
	padding:0px 10px 0 10px;
	border:1px solid #e9eef2;
	/*		&::-webkit-input-placeholder{opacity: 1; color:#000;}
		&:-moz-placeholder{opacity: 1; color:#000;}
		&:-ms-placeholder{opacity: 1; color:#000;}
		&::-moz-placeholder{opacity: 1; color:#000;}*/
}

.popup-form__input.error {
	border:1px solid red;
}

.popup-form__textarea {
	width:100%;
	padding:10px 10px;
	border:1px solid #e9eef2;
	min-height:150px;
	/*		&::-webkit-input-placeholder{opacity: 1; color:#000;}
		&:-moz-placeholder{opacity: 1; color:#000;}
		&:-ms-placeholder{opacity: 1; color:#000;}
		&::-moz-placeholder{opacity: 1; color:#000;}*/
}

.popup-form__textarea.error {
	border:1px solid red;
}

.popup-form__cell {
	position:relative;
}

.popup-form__cell:before {
	position:absolute;
	top:50%;
	right:7px;
	width:0;
	height:0;
	margin-top:-3px;
	border:6px solid transparent;
	border-top:6px solid #3b3b3b;
	content:'';
}

.popup-form__select {
	display:block;
	width:100%;
	padding:0 30px 0 10px;
	line-height:40px;
	border:1px solid #e8e8e8;
	background:#fff;
}

.popup-form__caption {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	padding:0 0 10px;
}
.popup-form__caption a{
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	color:#82CA5B;
}

.popup-form__text {
	padding:10px 0;
}

.popup-form__checkboxes {
	padding:10px 0;
}

.popup-form__checkboxes .popup-form__checkbox {
	padding:4px 0;
}

.popup-form__checkbox {
	padding:10px 0;
}

.popup-form__checkbox input {
	display:none;
}

.popup-form__checkbox-toggle {
	cursor:pointer;
	float:left;
	display:inline-block;
	background:#fff;
	height:18px;
	width:18px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.popup-form__checkbox-toggle div {
	position:relative;
	left:0;
	border:3px solid #000;
	width:100%;
	height:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	vertical-align:middle;
}

.popup-form__checkbox.active .popup-form__checkbox-toggle div:before {
	position:absolute;
	left:2px;
	top:2px;
	width:8px;
	height:8px;
	background:#000;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	content:'';
}

.popup-form__checkbox-caption {
	display:block;
	vertical-align:middle;
	padding:0 0 0 30px;
	font-size:12px;
}

.popup-form__close {
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
	z-index:11;
}

.popup-form__close span {
	display:inline-block;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
	vertical-align:middle;
}

.popup-form__close div {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:26px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.popup-form__close div:before {
	position:absolute;
	top:50%;
	left:50%;
	margin:-13px 0 0 -1px;
	width:2px;
	height:26px;
	background:#3b3b3b;
	content:'';
	-webkit-transform:rotateZ(45deg);
	-moz-transform:rotateZ(45deg);
	-ms-transform:rotate(45deg);
	transform:rotateZ(45deg);
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.popup-form__close div:after {
	position:absolute;
	top:50%;
	left:50%;
	margin:-13px 0 0 -1px;
	width:2px;
	height:26px;
	background:#3b3b3b;
	content:'';
	-webkit-transform:rotateZ(-45deg);
	-moz-transform:rotateZ(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotateZ(-45deg);
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.popup-form__close:hover {
	color:#FF004B;
}

.popup-form__close:hover div:after {
	background:#099542;
}

.popup-form__close:hover div:before {
	background:#099542;
}

.popup-form__success {
	padding:0px 0 20px;
	line-height:160%;
}

.popup-form__success * {
	text-align:center;
}

.popup-form__submit {
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.popup-form__button {
	display:block;
	cursor:pointer;
	color:#fff !important;
	padding:0 10px;
	width:100%;
	border:none;
	text-decoration:none;
}

.popup-form .autocomplete-loading {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:60px;
	display:none;
}

.popup-form .autocomplete-loading:before {
	position:absolute;
	top:50%;
	right:10px;
	height:32px;
	width:32px;
	margin-top:-16px;
	content:'';
	background:url("/img/loading.svg") no-repeat;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	-webkit-animation:loading 2s infinite linear;
	-moz-animation:loading 2s infinite linear;
	animation:loading 2s infinite linear;
}

.popup-form .autocomplete-suggestions {
	display:block !important;
	position:relative !important;
	width:100% !important;
	max-height:100% !important;
	border:0;
	overflow:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	top:0;
	left:0;
	cursor:pointer;
	padding:7px 0px;
	white-space:nowrap;
}

.popup-form .autocomplete-suggestion {
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding:7px 20px;
	border-bottom:1px solid #F0F0F0;
}

.popup-form .autocomplete-selected {
	background:#F0F0F0;
}

.popup-form .autocomplete-suggestions strong {
	font-weight:bold;
}

.popup-form .autocomplete-group {
	padding:5px 0px 5px 30px;
	border-bottom:1px solid #F0F0F0;
}

.popup-form .autocomplete-group strong {
	display:block;
	border-bottom:1px solid #000;
}

@media all and (max-width:768px) {
	.popup-form{
		max-width:380px !important;
	}
	.popup-form__header{
		padding-bottom:5px;
	}
	.popup-form__body{
		padding:10px 16px 0px !important;
	}
	.popup-form__footer{
		padding:0px 16px 20px !important;
	}

	.popup-form .autocomplete-selected,
	.popup-form .autocomplete-suggestion:hover,
	.popup-form .autocomplete-suggestion:focus,
	.popup-form .autocomplete-suggestion:active {
		background:#ffd500;
	}

	.popup-form .autocomplete-input.field {
		padding:0px 45px 0px 5px;
		line-height:36px;
	}
}


.autocomplete-group {
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	color:#82CA5B;
	padding:10px 15px 10px 15px;
	font-size:15px;
	font-weight:700;
}

.autocomplete-search {
	position:relative
}

@media all and (max-width:768px) {
	.services .autocomplete-search {
		display:none !important
	}
}

.autocomplete-input {
	padding:30px 0 30px 70px;
	font:0.875rem/1em 'Roboto', 'Trebuchet MS', sans-serif;
	border:2px solid #FFD500
}

.autocomplete-lupe {
	width:42px;
	height:100%;
	background:none;
	border:none;
	position:absolute;
	top:0%;
	left:2%;
	padding:0;
	margin:0;
	font-size:20px;
	color:#333
}

.autocomplete-lupe-icon {
	position:absolute;
	top:50%;
	right:50%;
	margin:-8px -6px 0 0;
	width:16px
}

.autocomplete-lupe-icon svg {
	width:100%;
	height:100%
}

.autocomplete-loading {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:60px;
	display:none
}

.autocomplete-loading:before {
	position:absolute;
	top:50%;
	right:10px;
	height:32px;
	width:32px;
	margin-top:-16px;
	content:'';
	background:url(/img/loading.svg) no-repeat;
	background-size:auto 100%;
	-webkit-animation:loading 2s infinite linear;
	-moz-animation:loading 2s infinite linear;
	animation:loading 2s infinite linear
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		transform:rotateZ(0deg)
	}
	100% {
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		transform:rotateZ(360deg)
	}
}

@-moz-keyframes loading {
	0% {
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		transform:rotateZ(0deg)
	}
	100% {
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		transform:rotateZ(360deg)
	}
}

@keyframes loading {
	0% {
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		transform:rotateZ(0deg)
	}
	100% {
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		transform:rotateZ(360deg)
	}
}


.autocomplete-suggestions {
	position:relative !important;
	background:#FFF;
	overflow:auto;
}

.autocomplete-suggestion {
	cursor:pointer;
	padding:10px 15px;
	white-space:nowrap;
	overflow:hidden
}

.autocomplete-selected {
	background:#F0F0F0
}

.autocomplete-suggestions strong {
	font-weight:700
}

.autocomplete-group strong {
	display:block;
	border-bottom:1px solid #000
}

.autocomplete-not-found {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:7px 20px;
	font-style:italic
}


@media all and (max-width:768px) {
	.autocomplete-selected, .autocomplete-suggestion:hover, .autocomplete-suggestion:focus, .autocomplete-suggestion:active {
		background:#82CA5B;
	}

	.autocomplete-suggestions {
		/*top:41px*/
		width:100% !important;
		max-height:none !important;
	}
}

@media all and (max-width:480px) {
	.autocomplete-input.field {
		padding:30px 0 30px 50px
	}
}


.form-footnote {
	font-size:12px;
}

.form-footnote a {
	color:inherit;
}

.wrapper textarea,
.wrapper input,
.popup-win textarea,
.popup-win input {
	display:block;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #dce5ec;
	height:54px;
	line-height:54px;
	font-size:16px;
	color:#686868;
	background:#fff;
	font-weight:400;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.wrapper textarea::-webkit-input-placeholder,
.wrapper input::-webkit-input-placeholder,
.popup-win textarea::-webkit-input-placeholder,
.popup-win input::-webkit-input-placeholder {
	opacity:1;
	color:#686868;
}

.wrapper textarea:-moz-placeholder,
.wrapper input:-moz-placeholder,
.popup-win textarea:-moz-placeholder,
.popup-win input:-moz-placeholder {
	opacity:1;
	color:#686868;
}

.wrapper textarea:-ms-placeholder,
.wrapper input:-ms-placeholder,
.popup-win textarea:-ms-placeholder,
.popup-win input:-ms-placeholder {
	opacity:1;
	color:#686868;
}

.wrapper textarea::-moz-placeholder,
.wrapper input::-moz-placeholder,
.popup-win textarea::-moz-placeholder,
.popup-win input::-moz-placeholder {
	opacity:1;
	color:#686868;
}

.wrapper textarea.error,
.wrapper input.error,
.popup-win textarea.error,
.popup-win input.error {
	border:1px solid red;
}

.wrapper textarea,
.popup-win textarea {
	line-height:160%;
	padding:12px 20px;
	resize:vertical;
}

@media all and (max-width:768px) {
	.wrapper input,
	.popup-win input {
		line-height:40px;
		height:40px;
	}
}
