body {
	font-family: 'in';
	background: linear-gradient(180deg, #fff 6.1%, #f7f7f7 68.7%);
}
.step-figure img {
	width: 100%;
	height: auto;
}
.container-overflow {
	overflow: hidden;
}
.logo-wrap * {
	color: white !important;
}
.step-desc *, .align-items-center * {
	color: #333;
	text-decoration: none !important;
	font-style: normal !important;
}
button {
	border: none;
	background: transparent;
}
.swiper-button div {
	background: linear-gradient(to top, #ffaf38, #f80);
	width: 63px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-lang {
	list-style: none;
	padding: 0;
	margin: 0;
}
.acf-fields.acf-form-fields.-top .acf-field {
	width: 48%;
}
.acf-fields.acf-form-fields.-top {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.acf-fields > .acf-field {
	border: none !important;
}

[data-fancybox] {
	overflow: hidden !important;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0;
}
.con-info {
	background: whitesmoke;
	/* height: 50%; */
	padding: 25px;
	border-radius: 25px;
	margin: 25px 0;
}
.wpuc-post-video-btn {
	background: #0af;
	color: white;
	width: 48%;
	padding: 16px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
}
.wpuc-post-audio-btn {
	background: #02d15c;
	color: white;
	width: 48%;
	padding: 16px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
}
.wpuc-post-open-chat {
	width: 54%;
	background: #0af;
	padding: 16px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	color: white;
	margin: 0 auto;
}

.wpuc-post-call-btns {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.wpuc-post-author-info.w-100 {
	background: white;
	padding: 9px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	position: relative;
}
.wpuc-post-author-info.w-100 .wpuc-online-dot {
	right: 36%;
	top: 39%;
	width: 12px;
	height: 12px;
}
.pay {
	background: azure;
	display: flex;
	flex-direction: column;
	color: black;
	padding: 27px;
	border-radius: 25px;
	gap: 25px;
}
.d-flex.pay-icon {
	justify-content: space-between;
	align-items: center;
}
.d-flex.pay-guard {
	justify-content: space-between;
	align-items: center;
	font-size: 9px;
	gap: 25px;
}
.pay-guard p {
	padding: 0;
	margin: 0;
}
.login {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	background: #f7f7f7;
	border-radius: 12px;
	color: inherit;
	text-decoration: none;
	transition: 0.5s;
}
.login:hover {
	box-shadow: inset 0px 0px 3px #b5b5b5;
}
.search__input:focus-visible {
	outline: none;
	box-shadow: 3px 3px 3px #b5b5b5;
	padding-left: 16px;
}
.search-result-item a {
	transition: 0.3s;
}
.search-result-item img {
	width: 100%;
	border-radius: 25px;
}
a {
	text-decoration: none;
	color: #60697b;
	position: relative;
}
.search-result-item a {
	background: #f7f7f7;
}
.search-result-item a:hover {
	transform: translateY(-5px);
	box-shadow:
		0 125px 80px #173a6912,
		0 81.0185px 46.8519px #173a690e,
		0 48.1481px 25.4815px #173a690b,
		0 25px 13px #173a6909,
		0 10.1852px 6.51852px #173a6907,
		0 2.31481px 3.14815px #173a6904;
}
.footer {
	background: #333;
	padding: 25px 0 25px 0;
	color: white;
	margin-top: 45px;
}
.footer a {
	color: white !important;
	text-decoration: none;
}
.footer ul {
	padding: 0;
	list-style: none !important;
}
.nav-menu-title {
	display: block;
	padding: 0 0 20px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 20px;
	border-bottom: 1px solid #4e4e4e;
}
.swiper.category-swiper {
	padding-right: 72px;
}

.login-wrap span {
	position: absolute;
	top: 18px;
	left: 18px;
}
.personal-buttons {
	position: relative;
	margin-bottom: 25px;
	margin-left: 12px;
}
.login-wrap {
	position: relative;
	background: #fff7da;
	height: 210px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: flex-start;
	overflow: hidden;
}
.login-wrap img {
	position: absolute;
	width: 63%;
	right: 0;
	bottom: 0;
}
.base-ui-button {
	background: #f7f7f7;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	padding: 9px 18px;
	cursor: pointer;
	z-index: 1;
	text-decoration: none;
	color: inherit;
	position: relative;
}
.swiper-button-prev,
.swiper-button-next {
	background: #eee;
	width: 54px;
	height: 54px;
	border-radius: 45px;
}
.category-title {
	margin: 18px;
}
.category-card {
	position: relative;
	height: 210px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #f7f7f7;
	border-radius: 16px;
	text-decoration: none;
	color: #333;
}
.category-card img {
	width: 120px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 16px;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: #333;
}
.banner-img {
	overflow: hidden;
	border-radius: 16px;
	margin-top: 1rem;
}
.trp-menu-ls-label {
	display: flex;
	align-items: center;
	margin-left: 8px;
}
.com-swiper img {
	width: 100%;
	height: auto;
}
.com-card {
	display: flex;
	align-items: center;
	height: 69px !important;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 1px 2px #0000001a;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 0.2s;
}
.com-swiper {
	padding: 9px 0;
	padding-right: 54px;
}
.logo-wrap span {
	width: 37%;
	height: 72%;
	background: #ffffff1f;
	box-shadow: 0 3px 8px #3720004d;
	border-radius: 12px;
	color: transparent;
	font-family: 'hrv';
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	-webkit-text-stroke: 1px white;
}

.logo {
	height: 63px;
	color: white;
	text-decoration: none;
	font-size: 27px;
	font-weight: 900;
	width: 63%;
	font-family: 'hrv';
	align-items: center;
}
.logo-wrap {
	background: linear-gradient(0deg, #ee1c25, #ee1c2599);
	border-radius: 12px;
	padding: 0 7px;
}
.card.draft {
	opacity: 0.5;
}
.card {
	border-radius: 18px;
	height: 100%;
	box-shadow: 0px 0px 18px #00000018;
	border: 1px solid #fff;
}
.card-img-top {
	width: 100%;
	height: 100%;
	top: auto;
	object-fit: cover;
	object-position: center;
}
.d-flex.justify-content-center.ratio.ratio-1x1.overflow-hidden.rounded-4 {
	align-items: center;
	top: auto;
}
.card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 12px 16px;
}
.acf-gallery[data-columns="2"] .acf-gallery-attachment {
	width: 20% !important;
}
.card a {
	text-decoration: none;
	color: inherit;
}
#acf-field_69d63e7b68b23 {
	height: 170px !important;
	border-radius: 16px !important;
	border: none !important;
	overflow: hidden !important;
}
.acf-gallery .acf-gallery-attachment .thumbnail img {
	width: 100% !important;
}
.swiper [role='button'] {
	transition: 0.7s;
	display: none;
}
.acf-button {
	border: none;
	background: linear-gradient(to top, #00c451, #00ea61);
	color: white;
	padding: 7px 12px;
	border-radius: 9px;
}
.acf-label {
	font-size: 21px;
}
.acf-hl > li.acf-fr {
	display: none;
}
.swiper:hover [role='button'] {
	transition: 0.7s;
	display: flex;
}
.card-text {
	font-size: 12px;
	color: #4e4e4e;
	position: absolute;
	right: 0;
	top: -16px;
}
.card-title {
	color: #333;
	font-size: 1rem;
}
.ratio.ratio-1x1.rounded-5 {
	overflow: hidden;
}
.ratio-1x1::after {
	content: '';
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.05) 65%, transparent 75%);
	box-shadow:
		inset 0 0 20px rgba(255, 255, 255, 0.25),
		inset 0 -10px 25px rgba(0, 0, 0, 0.15);
}
#ajax-search-input {
	width: 100%;
	border: none;
	background: transparent;
	padding-left: 25px;
}
#ajax-search-input:focus-visible {
	outline: none;
}

.search__wrapper {
	position: relative;
	background: #f7f7f7;
	height: 100%;
	display: flex;
	border-radius: 12px;
}
[type='search'] {
	border: none;
	background: transparent;
	width: 100%;
	border-radius: 12px;
	padding-left: 25px;
}
#ajax-search-results {
	position: absolute;
	width: auto;
	z-index: 9;
	background: whitesmoke;
	left: 0;
	border-radius: 12px;
	top: 100%;
	margin: 0;
	box-shadow: 0px 0px 36px #c8c8c8;
	padding: 12px 0;
}
.form-control:focus {
	box-shadow: 0 0 10px #c5c5c5;
}

.favorite-icon {
	width: 25px;
	height: 25px;
	background-color: #c7c7c7;
	mask: url('/wp-content/themes/wap/img/favorites.svg') no-repeat center;
	mask-size: contain;
	-webkit-mask: url('/wp-content/themes/wap/img/favorites.svg') no-repeat center;
	-webkit-mask-size: contain;
	display: block;
	position: absolute;
	right: 9px;
	top: 9px;
	z-index: 1;
}

.favorite-btn .favorite-icon {
	background: #c7c7c7;
}
.favorite-btn.active .favorite-icon {
	background: #ff3b3b;
}
.favorites-col {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
	border-radius: 9px;
}
.favorites {
	position: relative;
	display: flex;
	height: 25px;
	width: 25px;
	align-items: center;
	justify-content: center;
	background-color: #afafaf;
	mask: url('/wp-content/themes/wap/img/favorites.svg') no-repeat center;
	mask-size: contain;
	-webkit-mask: url('/wp-content/themes/wap/img/favorites.svg') no-repeat center;
	-webkit-mask-size: contain;
}
.favorites-count {
	position: absolute;
	top: -7px;
	right: -16px;
	background: #fff;
	color: #979797;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 45px;
	font-size: 9px;
	border: 1px solid;
	z-index: 0;
}
.favorites.active .favorites {
	background: #ff3b3b;
}

.unread-badge {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 9px;
	width: 18px;
	height: 18px;
	background: #4ed667;
	border-radius: 45px;
	font-size: 9px;
	color: white;
}

.answer {
	display: none;
}


.progress-wrap:hover {
	transform: translateY(-3px);
	box-shadow: 0 125px 80px #173a6912, 0 81.0185px 46.8519px #173a690e,
		0 48.1481px 25.4815px #173a690b, 0 25px 13px #173a6909,
		0 10.1852px 6.51852px #173a6907, 0 2.31481px 3.14815px #173a6904;
}
.progress-wrap {
	position: fixed;
	right: 45px;
	bottom: 45px;
	height: 70px;
	width: 70px;
	cursor: pointer;
	display: block;
	border-radius: 90px;
	box-shadow: 0 0 16px #00000014, 0 4px 16px #00000014;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 200ms linear;
	background: linear-gradient(to top, #f29100, #ff8800);
	transition: 0.3s;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::before,
.progress-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	background: #fff;
	width: 20px;
	height: 2px;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: all 0.5s ease;
}
.progress-wrap:hover::after {
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.progress-wrap:hover::before {
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.progress-wrap::before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -14px;
}
.progress-wrap::after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -14px;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg.progress-circle path {
	fill: none;
	stroke: #fff;
	stroke-width: 3;
	stroke-dasharray: 3, 3; /* Пунктирная линия */
	stroke-dashoffset: 0px;
	transition: stroke-dashoffset 10ms linear;
}

@media (max-width: 767.98px) {
.d-flex.w-100.gap-3.justify-content-between {
	flex-wrap: wrap;
}

.d-flex.w-100.gap-3.justify-content-between button {
	width: 100%;
}


	.radius-buttons {
		display: flex;
		gap: 5px !important;
		overflow: hidden;
		width: 100%;
	}

	#ajax-search-results .search-result-item {
		width: 50%;
		font-size: 12px;
	}
	.logo-wrap span {
		display: none;
	}
	.logo {
		font-size: 16px;
		height: 54px;
		width: 100%;
	}
	.lg-w-50 {
		width: 50% !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.d-sm-block {
		display: block;
	}
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-75 {
		width: 75% !important;
	}
	.swiper.category-swiper {
		margin-top: 1rem;
		padding-right: 36px;
	}
	[role='button'] {
		display: none;
	}
	.card {
		margin-top: 1rem;
	}
	.login-wrap img {
		width: 50%;
	}
	.category-card {
		font-size: 12px;
		height: 120px;
	}
	.category-title {
		margin: 12px;
	}
	.category-card img {
		width: 72px;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-0 {
		margin-top: 0rem !important;
	}
	.pr-sm-0 {
		padding-right: 0;
	}
	.login-wrap {
		height: 160px;
	}
}

@font-face {
	font-family: 'in';
	src: url('/wp-content/themes/wap/fonts/Averta-Semibold.woff2');
	font-display: swap;
}

@font-face {
	font-family: 'in';
	src: url('/wp-content/themes/wap/fonts/Averta-Regular.woff2');
	font-display: swap;
}

@font-face {
	font-family: 'hrv';
	src: url('/wp-content/themes/wap/fonts/Fontspring-DEMO-hyperspaceracecapsule-xwidebold.otf');
	font-display: swap;
}
