/*   
Theme Name: Индивидуальная тема
Theme URI: https: //kwork.ru/user/ravlex
Version: 1.0
Description: С вниманием к деталям
Author: Ravlex
Author URI: https: //kwork.ru/user/ravlex
*/
.footer__bottom a {
	gap: 5px 10px;
}
.card__gallery-main a img {
	max-height: 100%;
}
.sale-in .service-in__form-input input {
	color: #000;
}
.load-more__projects {
	cursor: pointer;
}
.service-in__form-input input {
	color: #fff;
}
.service-in__form > form > div {
	position: relative;
	z-index: 2;
}
.service-in__form-input {
	position: relative;
}
.service-in__form-input .error {
	position: absolute;
	top: 100%;
	left: 0;
}
.error {
	font-size: 12px;
	margin-top: 5px;
	color: red;
}
.is-invalid {
	border-color: red !important;
}
.preloader {
	display: none;
}
.grecaptcha-badge { 
	visibility: hidden; 
}
.search {
	position: relative;
}

.search .result-search {
	display: none;
}

.search .result-search {
	position: absolute;
	width: calc(100% + 1px);
	z-index: 5;
	display: none;
	top: 100%;
	left: -1px;
}

.search .result-search .preloader {
	width: 100%;
	display: none;
	background: #fff;
	border-top: none;
	border: 1px solid #eee;
}

.search .result-search .preloader .loader {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.search .result-search .result-search-list {
	width: 100%;
	display: none;
	overflow-y: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border-top: none;
	border: 1px solid #eee;
}

.search .result-search .result-search-list .result_item {
	display: flex;
	align-items: center;
}

.search .result-search .result-search-list .result_item + a {
	margin-top: 5px;
}

.search .result-search .result-search-list .result_item:first-child {
	margin-top: 0;
}

.search .result-search .result-search-list .result_item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.search .result-search .result-search-list .result_item a {
	color: var(--accent);
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	display: inline-flex;
}

.search .result-search .result-search-list .result_item a:hover {
	color: var(--accent);
	text-decoration: underline;
}

.search .result-search .result-search-list .result_item span {
	height: 100%;
	float: left;
	min-height: 100px;
}

.search .result-search .result-search-list .result_item p {
	line-height: 13px;
	font-size: 13px;
	color: #7c83a0;
	font-style: italic;
	background-color: white;
}

.search .result-search .result-search-list .result_item img {
	width: 60px;
	flex-shrink: 0;
	margin-right: 10px;
	height: auto;
}
.single-page__content {
	margin-top: 35px;
}
.s-desc p {
	margin: 0;
}
.swiper-button-lock {
	display: none !important;
}

.populars__wrapper .swiper-slide {
	height: auto;
}

.populars__wrapper .product-card {
	height: 100%;
}

.modal__desc {
	font-size: 14px;
	margin-top: 10px;
	color: #a8a8a8;
}

.product-card__btn {
	outline: none;
}

.cat__side-row--title {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 12px;
}

body .facetwp-radio {
	background: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
}

body .facetwp-radio.checked {
	background: none;
	color: var(--accent);
}

body .facetwp-radio.checked::before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' fill='%232030F8' stroke='%232030F8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='10' r='4' fill='white'/%3E%3C/svg%3E%0A");
}

body .facetwp-counter {
	display: none;
}

body .facetwp-radio::before {
	content: "";
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z' stroke='%23A5A6B1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body .facetwp-facet {
	margin-bottom: 0;
}

.cat__side-row + .cat__side-row {
	margin-top: 20px;
	border-top: 1px solid #e9e9e9;
	padding-top: 16px;
}

body .facetwp-type-radio {
	display: -ms-grid;
	display: grid;
	gap: 11px 20px;
}

body .facetwp-type-sort {
	margin-bottom: 30px;
}

body .facetwp-facet-light {
	grid-template-columns: repeat(2, 1fr);
	max-width: 180px;
}

body .facet-reset {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 48px;
	background: #f5f5f5;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	color: #727272;
	border: none;
	margin-top: 9px;
	padding: 0 20px;
}

.card__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.facetwp-load-more {
	height: 48px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--accent);
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	padding: 0 15px;
	background-color: transparent;
	margin-top: 30px;
}

.facetwp-load-more::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7629 7.79028H17.5129V4.04028' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8614 14.8614C13.8999 15.8228 12.6749 16.4776 11.3412 16.7429C10.0076 17.0082 8.62529 16.872 7.36905 16.3517C6.11281 15.8313 5.03908 14.9501 4.28365 13.8195C3.52821 12.689 3.125 11.3597 3.125 10C3.125 8.64026 3.52821 7.31105 4.28365 6.18046C5.03908 5.04987 6.11281 4.16868 7.36905 3.64833C8.62529 3.12798 10.0076 2.99183 11.3412 3.2571C12.6749 3.52238 13.8999 4.17716 14.8614 5.13864L17.513 7.79029' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 12px;
}

.is-loading .facetwp-load-more::before {
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@media (min-width: 768px) {
	.types__item-title {
		max-width: 90%;
	}
}

@media (max-width: 768px) {
	.about__gallery {
		width: 100%;
		max-width: 460px;
	}
}

@media (max-width: 575px) {
	.a-info__gallery {
		width: 100%;
	}
}
