/* popup */

.popup {
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.popup {
		max-width: 720px;
	}
}
@media (min-width: 1024px) {
	.popup {
		max-width: 804px;
	}
}
.popup._width-2 {
}
@media (min-width: 768px) {
	.popup._width-2 {
		max-width: 492px;
	}
}

.popup .field-name {
	display: block;
	font-size: 18px;
	line-height: 1.33;
	color: #484849;
	opacity: 0.7;
}

.popup .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}
@media (min-width: 768px) {
	.popup .wpcf7-form-control-wrap {
		margin-top: 16px;
	}
}

.popup .wpcf7-text,
.popup .wpcf7-tel,
.popup .wpcf7-select,
.popup .wpcf7-textarea {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	max-width: 100%;
	height: auto;
	background-color: #FAFAFA;
	border: 1px solid #5F5F5F;
}

.popup .wpcf7-text {
	padding: 7px 16px;
	border-radius: 50px;
}

.popup .wpcf7-tel {
}

.popup .wpcf7-select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	padding: 7px 16px;
	border-radius: 50px;
}

.popup .wpcf7-textarea {
	padding: 8px;
	border-radius: 8px;
	resize: none;
}

.popup .wpcf7-submit {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.5;
	white-space: normal;
	padding: 8px 16px;
	background-color: #009BB7;
	border: none;
	border-radius: 50px;
	margin-top: 24px;
}

.popup__inner {
	max-height: 100vh;
	padding: 64px 16px 16px;
	background-color: #fff;
	border-radius: 4px;
	overflow: visible auto;
}
@media (min-width: 768px) {
	.popup__inner {
		padding: 24px;
	}
}
@media (min-width: 1024px) {
	.popup__inner {
		padding: 32px;
	}
}
.popup._type-2 .popup__inner {
	padding: 72px 16px 58px;
}
@media (min-width: 768px) {
	.popup._type-2 .popup__inner {
		padding: 80px 24px 64px;
	}
}
@media (min-width: 1024px) {
	.popup._type-2 .popup__inner {
		padding: 88px 32px 70px;
	}
}

.popup__header {
}
.popup__header._type-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.popup__header-icon-wrapper {
	width: 48px;
	height: 48px;
}
@media (min-width: 768px) {
	.popup__header-icon-wrapper {
		width: 64px;
		height: 64px;
	}
}
.popup._type-2 .popup__header-icon-wrapper {
	margin-right: auto;
	margin-left: auto;
}
.popup__header._type-2 .popup__header-icon-wrapper {
	margin-right: 24px;
}

.popup__header-icon {
	width: 100%;
	height: 100%;
	fill: #009BB7;
}

.popup__content {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.popup__content {
		display: flex;
		margin-top: 24px;
	}
}
.popup._type-2 .popup__content {
}
@media (min-width: 768px) {
	.popup._type-2 .popup__content {
		display: block;
		margin-top: 16px;
	}
}

.popup__additional {
}

.popup__heading {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
.popup._type-2 .popup__heading {
	text-align: center;
	margin-right: auto;
}

.popup__block {
}
.popup__block:not(:first-child) {
	margin-top: 8px;
}

.popup__block-2 {
}
.popup__block-2:not(:first-child) {
	margin-top: 16px;
}

.popup__text {
	font-size: 18px;
	line-height: 1.33;
	color: #484849;
}
.popup__text:not(:first-child) {
	margin-top: 8px;
}
.popup._type-2 .popup__text {
	text-align: center;
}

.popup__text-2 {
	font-size: 16px;
	line-height: 1.4;
	color: #484849;
}
.popup__text-2:not(:first-child) {
	margin-top: 8px;
}
.popup._type-2 .popup__text-2 {
	text-align: center;
}

.popup__text-group {
	display: inline-block;
}
.popup__text-group:not(:last-child) {
	margin-right: 0.3em;
}

.popup__inline-icon {
	width: 1em;
	height: 0.8em;
	vertical-align: middle;
	margin-top: -0.1em;
	margin-right: 0.1em;
}
.popup._ok-2 {
	fill: #009BB7;
}

.popup__list {
	display: none;
}
@media (min-width: 768px) {
	.popup__list {
		display: block;
		margin-top: 16px;
	}
}

.popup__list-item {
	position: relative;
	font-size: 14px;
	line-height: 1.4;
	color: #484849;
	padding-left: 32px;
}
@media (min-width: 768px) {
	.popup__list-item {
		font-size: 16px;
	}
}
.popup__list-item:not(:first-child) {
	margin-top: 8px;
}

.popup__list-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
}

.popup__main {
	padding-top: 16px;
	border-top: 2px solid #E6E6E6;
	margin-top: 16px;
}
@media (min-width: 768px) {
	.popup__main {
		flex: 0 0 408px;
		padding-top: 0;
		padding-left: 16px;
		border-top: none;
		border-left: 2px solid #E6E6E6;
		margin-top: 0;
		margin-left: 16px;
	}
}
@media (min-width: 1024px) {
	.popup__main {
		flex: 0 0 454px;
		padding-left: 24px;
		margin-left: 24px;
	}
}

.popup__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 24px;
}
@media (min-width: 768px) {
	.popup__breadcrumb {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (min-width: 1024px) {
	.popup__breadcrumb {
		font-size: 16px;
		line-height: 22px;
	}
}

.popup__breadcrumb-item {
	position: relative;
	font-size: inherit;
	line-height: inherit;
	color: rgba(72, 72, 73, 0.5);
	white-space: nowrap;
	margin-left: 1em;
	list-style-type: decimal;
}

.popup__breadcrumb-item:not(:last-child) {
	margin-right: 7px;
}
.popup__breadcrumb-item:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 7px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.673 2.833H.667v1.334h8.006v2l2.66-2.667L8.673.833v2z' fill='%23484849'/%3E%3C/svg%3E");
	margin-left: 4px;
	opacity: 0.5;
}
@media (min-width: 768px) {
	.popup__breadcrumb-item:not(:last-child)::after {
		width: 16px;
		height: 8px;
	}
}
.popup__breadcrumb-item._active {
	color: #009BB7;
}
.popup__breadcrumb-item._passed {
	list-style-type: none;
	font-size: 0;
	color: transparent;
	padding-left: 23px;
	overflow: hidden;
	margin-left: 0;
}
@media (min-width: 768px) {
	.popup__breadcrumb-item._passed {
		font-size: inherit;
		color: #0BBB52;
	}
}
.popup__breadcrumb-item._passed::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.795 10.875l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z' fill='%230BBB52'/%3E%3C/svg%3E");
}

.popup__form {
	margin-top: 16px;
}

.popup__form-wrapper {
}

.popup__step-form-wrapper {
}

.popup__date-group {
	display: flex;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.popup__date-group {
		margin-bottom: 24px;
	}
}

.popup__date-group .date {
	position: relative;
	margin-right: 8px;
}
.popup__date-group .date::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.667 1.667H10V1c0-.367-.3-.667-.667-.667-.366 0-.666.3-.666.667v.667H3.333V1c0-.367-.3-.667-.666-.667C2.3.333 2 .633 2 1v.667h-.667c-.74 0-1.326.6-1.326 1.333L0 12.334c0 .733.593 1.333 1.333 1.333h9.334c.733 0 1.333-.6 1.333-1.333V3c0-.733-.6-1.333-1.333-1.333zm0 10c0 .367-.3.667-.667.667H2a.669.669 0 01-.667-.667V5h9.334v6.667zM4 6.334H2.667v1.333H4V6.334zm1.333 0h1.334v1.333H5.333V6.334zm4 0H8v1.333h1.333V6.334z' fill='%235F5F5F'/%3E%3C/svg%3E");
}

.popup__date-group .date .wpcf7-text {
	padding-left: 40px;
}

.popup__date-group .time {
	flex: 0 0 100px;
}
.popup__date-group .time::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.994.333A6.663 6.663 0 00.333 7c0 3.68 2.98 6.667 6.66 6.667A6.67 6.67 0 0013.666 7 6.67 6.67 0 006.994.333zm.006 12A5.332 5.332 0 011.667 7 5.332 5.332 0 017 1.667 5.332 5.332 0 0112.334 7 5.332 5.332 0 017 12.334zm-.186-8.666h.04c.266 0 .48.213.48.48v3.026l2.58 1.534a.474.474 0 01.166.66.475.475 0 01-.653.16L6.66 7.867a.66.66 0 01-.327-.574V4.147c0-.267.214-.48.48-.48z' fill='%235F5F5F'/%3E%3C/svg%3E");
}

.popup__date-group .time .wpcf7-text {
	padding-left: 40px;
}

.popup__date-group .wpcf7-form-control-wrap:not(:last-child) {
	margin-right: 8px;
}

.popup__address-group {
	display: flex;
}

.popup__address-group .wpcf7-form-control-wrap:not(:last-child) {
	margin-right: 8px;
}

.popup__back-btn-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 64px;
	padding: 16px;
	background-color: #fff;
	border-radius: 4px;
}
@media (min-width: 768px) {
	.popup__back-btn-wrapper {
		top: auto;
		right: auto;
		bottom: 24px;
		left: 24px;
		background-color: transparent;
	}
}
@media (min-width: 1024px) {
	.popup__back-btn-wrapper {
		bottom: 32px;
		left: 32px;
	}
}

.popup__back-btn {
	background-color: transparent;
	border: none;
}
.popup__back-btn::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.055 9.673H5.162l6.506-6.506c.52-.52.52-1.374 0-1.894a1.328 1.328 0 00-1.88 0L1.002 10.06c-.52.52-.52 1.36 0 1.88l8.786 8.787c.52.52 1.36.52 1.88 0 .52-.52.52-1.36 0-1.88L5.162 12.34h14.893c.733 0 1.334-.6 1.334-1.333 0-.734-.6-1.334-1.334-1.334z' fill='%235F5F5F'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
	.popup__back-btn::before {
		width: 24px;
		height: 24px;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.791 7.005H3.621l4.88-4.88c.39-.39.39-1.03 0-1.42a.996.996 0 00-1.41 0l-6.59 6.59a.996.996 0 000 1.41l6.59 6.59a.996.996 0 101.41-1.41l-4.88-4.88h11.17c.55 0 1-.45 1-1s-.45-1-1-1z' fill='%23009BB7'/%3E%3C/svg%3E");
	}
}

.popup__back-btn-text {
	display: none;
	pointer-events: none;
}
@media (min-width: 768px) {
	.popup__back-btn-text {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		line-height: 1.5;
		color: #009BB7;
	}
}

.popup__review-rating {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.popup__review-stars {
	display: flex;
}

.popup__review-star {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	background-color: transparent;
}
.popup__review-star::before,
.popup__review-star::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.popup__review-star::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.809 9.375l4.84.42c.88.07 1.23 1.17.56 1.75l-3.67 3.18 1.1 4.73c.2.86-.73 1.54-1.49 1.08l-4.15-2.51-4.15 2.5c-.76.46-1.69-.22-1.49-1.08l1.1-4.72-3.67-3.18c-.67-.58-.31-1.68.57-1.75l4.83-.41 1.89-4.46c.34-.81 1.5-.81 1.84 0l1.89 4.45zm-6.57 9.05l3.76-2.27 3.77 2.28-1-4.28 3.32-2.88-4.38-.38-1.71-4.04-1.7 4.03-4.38.38 3.32 2.88-1 4.28z' fill='%23FAE348'/%3E%3C/svg%3E");
}
.popup__review-star::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.02l4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72 3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 9.38l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5z' fill='%23FAE348'/%3E%3C/svg%3E");
}
.popup__review-star._current ~ .popup__review-star::after {
	opacity: 0;
}

.popup__review-stars-count {
	flex: 0 0 1em;
	width: 1em;
	padding-bottom: 2px;
	margin-left: 16px;
}

.popup .mfp-close {
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	font-size: 44px;
	line-height: 32px;
}
.popup .mfp-close:active {
	top: 16px;
}

.popup .wpcf7 .ajax-loader {
	position: static;
	height: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	transition: height 0.3s, margin 0.3s;
}
.popup .wpcf7 .ajax-loader.is-active {
	height: 38px;
	margin-top: 8px;
}

.popup .wpcf7 .disclaimer {
	margin-top: 8px;
}

.popup .wpcf7 .disclaimer .wpcf7-form-control-wrap.disclaimer {
	margin-top: 0;
}

.popup .wpcf7 .disclaimer .wpcf7-list-item {
	margin-left: 0;
}

.popup .wpcf7 .disclaimer label .wpcf7-list-item-label {
}
.popup .wpcf7 .disclaimer label .wpcf7-list-item-label::before {
	top: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #009BB7;
	border-radius: 4px;
}
.popup .wpcf7 .disclaimer label input:checked ~ .wpcf7-list-item-label::before {
	background-color: #009BB7;
}
.popup .wpcf7 .disclaimer label .wpcf7-list-item-label::after {
	left: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.popup .wpcf7 .disclaimer p {
	font-size: 12px;
	line-height: 1.2;
	color: #484849;
}

.popup .lds-ellipsis div {
	background-color: #059baf;
}

.popup._request-call .wpcf7-form-control-wrap.client {
	margin-top: 0;
}

/* */

.form-step-content {
	display: none;
}
.form-step-content._active {
	display: block;
}

.request-call {
}

.online-request {
}

.online-request__date-group {
	display: flex;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.online-request__date-group {
		margin-bottom: 24px;
	}
}

.online-request__date-group .date {
	position: relative;
	margin-right: 8px;
}
.online-request__date-group .date::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.667 1.667H10V1c0-.367-.3-.667-.667-.667-.366 0-.666.3-.666.667v.667H3.333V1c0-.367-.3-.667-.666-.667C2.3.333 2 .633 2 1v.667h-.667c-.74 0-1.326.6-1.326 1.333L0 12.334c0 .733.593 1.333 1.333 1.333h9.334c.733 0 1.333-.6 1.333-1.333V3c0-.733-.6-1.333-1.333-1.333zm0 10c0 .367-.3.667-.667.667H2a.669.669 0 01-.667-.667V5h9.334v6.667zM4 6.334H2.667v1.333H4V6.334zm1.333 0h1.334v1.333H5.333V6.334zm4 0H8v1.333h1.333V6.334z' fill='%235F5F5F'/%3E%3C/svg%3E");
}

.online-request__date-group .date .wpcf7-text {
	padding-left: 40px;
}

.online-request__date-group .time {
	flex: 0 0 100px;
}
.online-request__date-group .time::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.994.333A6.663 6.663 0 00.333 7c0 3.68 2.98 6.667 6.66 6.667A6.67 6.67 0 0013.666 7 6.67 6.67 0 006.994.333zm.006 12A5.332 5.332 0 011.667 7 5.332 5.332 0 017 1.667 5.332 5.332 0 0112.334 7 5.332 5.332 0 017 12.334zm-.186-8.666h.04c.266 0 .48.213.48.48v3.026l2.58 1.534a.474.474 0 01.166.66.475.475 0 01-.653.16L6.66 7.867a.66.66 0 01-.327-.574V4.147c0-.267.214-.48.48-.48z' fill='%235F5F5F'/%3E%3C/svg%3E");
}

.online-request__date-group .time .wpcf7-text {
	padding-left: 40px;
}

.online-request__date-group .wpcf7-form-control-wrap:not(:last-child) {
	margin-right: 8px;
}

.online-request__address-group {
	display: flex;
}

.online-request__address-group .wpcf7-form-control-wrap:not(:last-child) {
	margin-right: 8px;
}
