.grecaptcha-badge { 
	visibility: hidden;
}

.products a .name-holder {
	display: flex;
}

.products a .name-holder .name {
	flex: 1;
	text-align: left;
}

.products a .name-holder .price {
	text-align: right;
	padding-left: 5px;
	margin-top: -3px;
}

.products a .name-holder .price .ruble {
	transform: translateY(3px) translateX(-4px);
	margin-left: 4px;
	width: 10px;
}

.product-landing-page .picking-slide__price {
	top: -4px;
}

.product-landing-page .picking-slide__image {
	background-color: #fff;
}

.product-landing-page .picking-slide__bonus {
	/*position: absolute;*/
	/*width: 115px;*/
	width: 100%;
	bottom: 0;
	right: 0;
	color: #c00;
	font-size: 14px;
}

@media screen and (max-width: 760px) {
	.product-landing-page .picking-slide__bonus {
		position: relative;
		width: 100%;
	}
}

.project-view-page .wrapper-project-about .project-about .designer {
	text-align: center;
}
.project-view-page .wrapper-project-about .project-about .designer .name {
	text-transform: none;
	font-weight: normal;
}

.product-landing-page .wrapper .block-content .special-price__tip p {
	color: #000;
}

.esputnik-form {
	margin: 70px 0;
}

.esputnik-form .title {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 20px;
}

.esputnik-form .title::after {
	content: "";
	border: 1px solid #cc0000;
	position: absolute;
	width: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.esputnik-form .subtitle {
	text-align: center;
	margin: 20px 0 50px;
}

.esputnik-form .form {
	text-align: center;
	margin: 0 60px;
}

.esputnik-form .form-line {
	display: inline-block;
	width: 32%;
	margin: 0 10px;
}

.esputnik-form .form-line input {
	display: block;
	width: 100%;
	height: 46px;
	margin: auto;
	background: #fff;
	color: #383838;
	border: none;
	border: 1px solid #e1e3e5;
	border-radius: 1px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
	font: 400 16px/20px Helvetica, Arial, sans-serif;
	transition: all .3s;
}

.esputnik-form .last-line {
	display: inline-block;
	width: 24%;
}

.esputnik-form .last-line input {
	position: relative;
	width: 100%;
	height: 46px;
	font: 600 18px/20px Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
	text-decoration: none;
	text-align: center;
	padding: 0;
	background-color: #cc0000;
	border: none;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	transition: all .4s;
}

@media screen and (max-width: 760px) {
	.esputnik-form .form {
		margin: 0;
	}
	.esputnik-form .form-line,
	.esputnik-form .last-line {
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px;
	}
}
