.header__lang-content {
	text-transform: uppercase;
}

.header__phone {
	display: none;
}
.hero__phone{
	display: none;
}




@media (max-width: 999px) {
	.hero__phone {
		display: flex;
		align-items: center;
		position: relative;
		top: 130px;
        max-width: 768px;
		padding: 0 10px;
		margin: 0 auto;
	}
	
	.hero__phone-icon{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hero__phone{
		display: flex;
		align-items: start;
		gap: 8px;
	}
	.hero__phone-name{
		font-size: 20px;
		font-weight: 600;
		transition: all .2s ease;
	}
	a.hero__phone:hover .hero__phone-name {
		color: #C29138;
	}
	.hero__inner {
		padding: 180px 0 50px;
	}
}

@media (max-width: 767px) {
	
	.header__lang {
		font-size: 10px;
	}
	.header__lang-name::after {
		width: 10px;
		height: 10px;
		background-size: 10px;
		top: -1px;
	}
	.hero__phone{
		max-width: 480px;
		top: 108px;
	}
}

@media (max-width: 479px) {
    .hero__phone{
        max-width: 360px;
    }
}

.footer__block {
	gap: 10px;
}
.footer__dev {
	color: #000;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: -0.12px;
	margin-top: 10px;
}
.footer__dev a {
	text-decoration: underline;
	transition: 0.2s ease;
}
.footer__dev a:hover {
	color: #C29138;
}



.lang-item {
	list-style: none;
}

.popup__form input[type="submit"] {
	font-family: 'Bitter', sans-serif;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background-color: #C29138;
	border-radius: 8px;
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4FAFF;
	height: 52px;
	width: 100%;
	max-width: 243px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #C29138;
	transition: all .2s ease;
	margin: 24px auto 0;
}

.popup__form input[type="submit"]:hover {
	background-color: transparent;
	color: #C29138;
}

.wpcf7-spinner {
	display: block;
	margin: 4px auto 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 12px 0 0;
	text-align: center;
}


.float-socials {
	position: fixed;
	right: 50px;
	bottom: 50px;
	border-radius: 50%;
	width: 55px;
	z-index: 9998
}

.float-socials__button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #C29138;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	color: #fff;
	text-align: center;
	line-height: 53px;
	font-size: 35px;
	cursor: pointer
}

.float-socials__item {
	color: #fff
}

.float-socials__button._active:before,.float-socials__button._active:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #C29138;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
	transform: .3s ease
}

.float-socials__button:after {
	animation-delay: .5s
}

@keyframes animate {
	0% {
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@media (max-width : 1024px) {
	.float-socials__button {
		bottom:70px
	}
}

.float-socials__list {
	position: absolute;
	left: 0;
	bottom: 65px;
	transition: 0.1s;
	opacity: 0;
	visibility: hidden;
}

.float-socials__list._active {
	opacity: 1;
	visibility: visible;
}

.float-socials__list>*+* {
	margin-top: 10px
}

.float-socials__item {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #25d366;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	color: #fff;
	text-align: center;
	line-height: 53px;
	font-size: 35px
}
.float-socials__item.phone {
	background: #68657d
}
.float-socials__item.viber {
	background: #6f5cea
}

.float-socials__item.whatsapp {
	background: #25d366
}

.float-socials__item.telegram {
	background: #08c
}

.float-socials__button svg,.float-socials__item svg {
	width: 24px;
	height: auto
}
