.grecaptcha-badge {
	position: absolute;
	z-index: -9999;
	left: --9999px;
}

.wpcf7-spinner {
	display: none !important; 
}
.popup .wpcf7 input[type=text],
.popup .wpcf7 input[type=tel] {
	width: 100%;
}
.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	padding: 50px 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background-color: #ffffff;
	display: none;
	border-radius: 10px;
	min-width: min(375px, 90vw);
    min-height: 80vh;
	/* min-width: 770px; */
}
.popup iframe {
	width: 100%;
}
.popup .popup__img {
	flex: 0 0 30%;
	background-image: url("../img/bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 230px;
}
.popup .form__accept-text {
	font-size: 14px;
    line-height: 18px;
}
.popup__title {
	font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 35px;
}
.popup .form__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    align-items: center;
	gap: 25px 20px;
}
.popup__content {
	padding: 40px 30px 30px 15px;
	/* width: 100%; */
	background-color: #ffffff;
}
.popup__text {
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 20px;
}
.popup .input-wrapper {
	display: flex;
	align-items: center;
}
.popup input[type=submit] {
	width: 190px;
	font-size: 18px;
	margin: 0;
	line-height: 20px;
}
.popup .close__btn {
	padding: 28px 20px;
	border-radius: 50%;
	background-color: #f2f2f2;
	color: #232323;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	top: -20px;
	right: -20px;
	position: absolute;
}
.popup .close__line:nth-child(2) {
	transform: rotate(45deg);
	position: relative;
	top: -2px;
}
.popup .close__line:nth-child(1) {
	transform: rotate(-45deg);
}
.popup .close__line {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #252525;
}
.nav__phone-tagline {
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 25px;
}
.nav__phone-tagline .nav__phone-tagline-icon {
	display: block;
	width: 25px;
	height: 25px;
	/*border-radius: 50%;*/
	overflow: hidden;
	isolation: isolate;
}
.nav__phone-tagline .nav__phone-tagline-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav__phone-tagline .nav__phone-tagline-value {
	display: block;
}
@media (max-width: 1200px) {
	.popup {
		width: 92%;
	}
	.popup .form__wrap {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px) {
	.popup__title {
		font-size: 20px;
		line-height: 20px;
	}
	.header {
		position: fixed;
		transition: background .3s;
	}
	.header.bg{
		background-color: rgba(82,187, 252, .8);
	}
	.header .brand__logo svg,
	.header .nav__phone-tagline,
	.header .header__nav .brand__logo,
	.header .nav__callback-btn,
	.header .nav__phone-link,
	.header .nav {
		transition: all .3s;
	}
	.header.bg .nav {
		padding: 8px 0;
	}
	.header.bg .brand__logo svg {
		width: 150px;
		height: 60px;
	}
	.header.bg .nav__phone-link {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.header.bg .nav__phone-tagline {
		font-size: 10px;
	}
	.header.bg .header__nav .brand__logo {
		margin-bottom: 10px
	}
	.header.bg .nav__callback-btn {
		padding: 12px 20px;
	}
	.popup .popup__img {
		display: none;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.nav__phones {
		display: flex;
		flex-direction: column;
		margin-right: 0;
	}
	.nav__phone-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.popup input[type=submit] {width: 100%;}
	.nav__phones {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
    	margin-right: 0;
    	margin-bottom: 20px;
	}
	.nav__phone-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0;
	}

	.hero {
		padding-top: 195px;
	}
}

.ymaps-2-1-79-balloon_to_top .ymaps-2-1-79-balloon__tail {
	z-index: 5;
}