/*   
Theme Name: Индивидуальная тема
Theme URI: https: //kwork.ru/user/ravlex
Version: 1.0
Description: С вниманием к деталям
Author: Ravlex
Author URI: https: //kwork.ru/user/ravlex
*/
.form__field input, .form__field textarea {
	border: 1px solid transparent;
}
.is-invalid {
	border-color: #E83C3C !important;
}
label.error {
	font-size: 12px;
	margin-top: 2px;
	color: #E83C3C;
}
.header__tg {
	display: inline-flex;
	background-image: url('images/tg.svg');
	filter: brightness(0);
	width: 32px;
	height: 32px;
	background-size: 100%;
}

.thank-page__form {
	background: linear-gradient(93.3deg, rgba(251, 243, 233, 0.54) 0%, #FFEFDC 38.02%, rgba(251, 243, 233, 0.51) 67.19%, rgba(251, 243, 233, 0.9) 100%);
	border-radius: 14px;
	padding: 55px 20px 20px;
	position: relative;
}

.thank-page__icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.thank-page__title {
	font-weight: 700;
	font-size: 24px;
	padding-right: 90px;
	line-height: 1.3;
}

.thank-page__desc {
	margin-top: 16px;
	font-size: 18px;
	line-height: 140%;
}

.project-item__price-item--old b::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 3px;
	background-color: #E83C3C;
	transform: rotate(350deg);
}

.project-item__bottom {
	margin-top: 15px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.project-item__checked input {
	display: none;
}

.project-item__checked input:checked+.project-item__checked-icon {
	background: #30B72E;
}

.project-item__checked input:checked+.project-item__checked-icon::before {
	left: calc(100% - 18px);
}

.project-item__checked {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.project-item__checked label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.project-item__checked-icon {
	margin-right: 8px;
	width: 34px;
	height: 20px;
	flex-shrink: 0;
	background: #a9a9a9;
	border-radius: 100px;
	position: relative;
	transition-duration: .15s;
}

.project-item__checked-icon::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 2px;
	transition-duration: .15s;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	background-color: #fff;
}

.project-item__price-item--new b {
	color: #E83C3C;
}

.project-item__price {
	display: flex;
	align-items: center;
	line-height: 1;
}

.project-item__price span {
	font-size: 12px;
	opacity: 0.5;
}

.project-item__price b {
	font-size: 26px;
	font-weight: bold;
	margin-top: 4px;
	position: relative;
}

.project-item__price-item {
	display: flex;
	flex-direction: column;
}

.project-item__price-item+.project-item__price-item {
	margin-left: 22px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form__field--counter input {
	padding-right: 110px;
}

.form__field--btns {
	display: flex;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0;
}

.form__field--btns>div {
	cursor: pointer;
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F3F3F3;
	border-radius: 2px;
}

.form__field--btns>div+div {
	margin-left: 2px;
}

.project-item__form {
	margin-top: 20px;
}

.product-item__short {
	font-size: 14px;
	margin-top: 20px;
	padding: 15px 20px;
	background: linear-gradient(93.3deg, rgba(238, 238, 238, 0.54) 0%, #EEEEEE 38.02%, rgba(238, 238, 238, 0.51) 67.19%, rgba(238, 238, 238, 0.9) 100%);
	border-radius: 14px;
}

.product-item__img {
	margin-top: 20px;
	border-radius: 12px;
	overflow: hidden;
}

.product-item__img img {
	width: 100%;
	height: auto;
}

.catalog-card__content-text table {
	width: 100%;
}

.catalog-card__content-text table td {
	padding: 5px 5px 5px 0;
	font-size: 12px;
	line-height: 1.3;
}

.catalog-card__content-text table td:last-child {
	padding-left: 5px;

}

.catalog-card__content-text table tr {
	border-bottom: 1px solid #EBEBEB;
}

.catalog-card__pay-item b,
.catalog-card__pay-item a {
	text-decoration: none;
	color: #30B72E !important;
}

.catalog-single {
	overflow: hidden;
}

.header__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.sticky .header__wrapper {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

ul.tabs {
	margin: 25px 0 0;
	padding: 0px;
	display: flex;
	list-style-type: none;
	position: relative;
}

ul.tabs::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: #EBEBEB;
}

ul.tabs li {
	position: relative;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #ADADAD;
	padding-bottom: 9px;
}

ul.tabs li+li {
	margin-left: 16px;
}


ul.tabs li.current {
	color: #000000;
}

ul.tabs li.current::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #30B72E;
	z-index: 1;
}

.tab-content {
	display: none;
	padding-top: 11px;
}

.catalog-card__content-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #ADADAD;
}

.tab-content p:last-child {
	margin-bottom: 0;
}

.tab-content.current {
	display: block;
}

.tab-slider .swiper-slide {
	width: 230px;
}

.tab-slider__item {
	width: 100%;
	height: 160px;
	position: relative;
	display: flex;
	border-radius: 12px;
	overflow: hidden;
	outline: none;
}

.tab-slider__item--video::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background: #FFFFFF url('images/play.svg') no-repeat center;
}

.tab-slider__item>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form__methods {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project .wpulike {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 0;
}

.catalog-card__img .wpulike-is-pro {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
	padding: 0;
}

.wpulike-default .wp_ulike_btn {
	background-color: #fff;
}

.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after {
	filter: invert(52%) sepia(67%) saturate(511%) hue-rotate(70deg) brightness(96%) contrast(100%);
}

.catalog-card__img>a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.catalog-card__img>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-card__info {
	color: #000;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.catalog-card__info:hover {
	color: #000;
}

.catalog-card__pay-info {
	text-decoration: none;
}

header,
html {
	margin-right: calc(-1 * (100vw - 100%));
}

body.hidd {}

.form__field textarea {
	min-height: 110px;
	max-height: 200px;
}

.header__logo img {
	max-width: 220px;
	max-height: 100%;
	height: auto;
}

.form__links {
	padding: 15px 20px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 12px;
}

.form__links-wrapper {
	display: flex;
	flex-direction: column;
}

.form__links-wrapper>*+* {
	margin-top: 15px;
}

.form__sber-number {
	position: relative;
	border-radius: 4px;
	padding: 20px 10px 20px 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.form__sber-number::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(93.3deg, rgba(211, 244, 203, 0.3) 0%, rgba(211, 244, 203, 0.9) 31.25%, rgba(211, 244, 203, 0.21) 67.19%, rgba(211, 244, 203, 0.9) 100%);
	opacity: 0.8;

}

.form__sber-number>* {
	position: relative;
	z-index: 2;
}

.form__sber-number-hidden {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	z-index: 20;
	border: 1px solid #30B72E;
	border-radius: 4px;
}

.form__sber-number-icon {
	width: 48px;
	background-color: #fff;
	flex-shrink: 0;
	position: relative;
	margin-left: 10px;
	border-radius: 2px;
}

.form__sber-number-icon::before {
	content: '';
	position: absolute;
	left: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 1px solid #000000;
}

.form__sber-number-icon::after {
	content: '';
	position: absolute;
	left: 19px;
	top: calc(50% - 12px);
	bottom: 0;

	width: 16px;
	height: 16px;
	border: 1px solid #000000;
}

.form__sber-number-title {
	margin-top: 17px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: rgba(0, 0, 0, .6);
}

.form__sber-number-value {
	margin-top: 4px;
	line-height: 1;
	font-weight: bold;
	user-select: none;
	border: none;
	background-color: transparent;
	color: #000;
}


.form__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 10px;
}

.form__link:after {
	content: '';
	width: 48px;
	height: 48px;
	border-radius: 2px;
	flex-shrink: 0;
	background-color: #fff;
	background-image: url('images/right.svg');
	background-size: 10px 20px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.form__sber {
	background: linear-gradient(93.3deg, rgba(211, 244, 203, 0.3) 0%, rgba(211, 244, 203, 0.9) 31.25%, rgba(211, 244, 203, 0.21) 67.19%, rgba(211, 244, 203, 0.9) 100%);
}

.form__tinkof {
	background: #FFDD2D;
}

.form__price-label--center {
	justify-content: center;
}

@media (max-width: 460px) {
	.catalog-card__pay-info {
		flex-direction: column;
	}

	.catalog-card__pay-item {
		width: 100%;
	}

	.catalog-card__pay-item+.catalog-card__pay-item {
		margin-top: 10px;
	}
}

@media (max-width: 420px) {
	.catalog-card__pay-item span {
		font-size: 10px;
	}

	.catalog-card__pay-item {
		padding: 7px 10px;
	}

	.form__link {
		padding-left: 10px;
	}

	.form__sber-number-icon {
		display: none;
	}
}