header .soc{width:100px}

header.main .cart a{
	height:35px;
	margin-top: 4px;
}

@media screen and (min-width: 660px) {
	header.main .cart .summ {
		line-height: 36px;
	}
}

header.main .search input{
	height:35px
}

header.main .cart a:before{
	margin-top:7px
}

.logo .name, .footer_logo .name{font-family: 'Open Sans', 'sans-serif'!important;}
.footer_logo .name{padding-bottom: 10px}

.menu .sale{padding-top:4px !important;}

#compare_link{
	display: none;
	position: absolute;
	right: 160px;
	top: 5px;
}

#compare_link span{
	position: absolute;
	top: 0;
	left: 30px;
	background: #6043ad;
	padding: 5px 7px;
	border-radius: 10px;
	color: #fff;
	line-height: 13px;
}


@media(max-width: 768px){
	#compare_link{
		top:3px;
		right:0;
	}

	#smart-title-search{
		display: none;
	}
}

@media(max-width: 425px){
	#compare_link{
		top:50px;
		right:10px;
	}
}

@media (min-width: 1280px) {
	header.main {
		position: sticky;
		top: 0;
		background: #fff;
		transition: all 300ms linear;
	}
	header.main.scrolled {
		padding: 10px 0;
		box-shadow: 0 0 5px rgba(0,0,0,.4);
	}
}

.card button + .in_cart,
.offer_buy button + .in_cart{
	background:#44A75C !important;
	line-height:30px !important;
	color:#fff !important;
}

.card button + .in_cart span,
.offer_buy button + .in_cart span{
	display: block;
	font-size: 11px;
	padding: 0 0 10px 0;
	line-height: 1px;
}

.bought{
	display: none !important;
}

/* кастом для блока отзывов*/
.add-reviews .spoiler-input, .add-comments .spoiler-input, .add-questions .spoiler-input{
	font-family: inherit;
	font-size: 16px;
	padding:12px 20px;
}
.add-reviews .spoiler, .add-questions .spoiler, .add-comments .spoiler{
	box-shadow: none;
	border: none;
	background: none;
}

.foot_soc{margin-top:10px}
.foot_soc a, header .soc a {
	display: inline-block;
	width: 35px;
	height: 35px;
}

.token{
	position: absolute;
	right: 30px;
	top: 10px;
	background: #fff;
	opacity: 0.9;
	border-radius: 3px;
	font-size: 11px;
	padding: 6px;
	line-height: 15px;
}
.token i{
	border-radius: 50%;
	width: 16px;
	height: 16px;
	padding: 2px;
	color: #fff;
	text-align: center;
	font: 11px Arial, sans-serif;
	display: inline-block;
	background: #000;
}

.token i:after{
	content:'i'
}

/* отзывы */
/* скрываем фото */
#reviews-body .item .user-info,
#reviews-body .item .avatar,
#questions-body .item .avatar,
#comments-body .item .avatar{
	width: 0;
	display: none;
}

#reviews-body .list .item{
	width: 100%;
	margin-left: 0;
}

@media (max-width: 767px){
	#add_review .textbox-group{
		width:100%
	}
	#add_review .textarea-right-text{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.spoiler-reviews-body .review-add-block{
		padding:10px
	}
}

@media (min-width: 768px){

	.spoiler-reviews-body .review-add-block {
		width: 100%;
		margin-left: 0;
		padding:40px;
	}
	#add_review .textbox-group{
		width: 50%;
	}
	#reviews-body .item .vote, #reviews-body .item .rec{
		display: block;
	}
	#reviews-body .item .vote{
		width: 200px;
		float: left;
		margin-top:5px;
	}
	#reviews-body .item .rec{
		width: auto;
	}
}


.spoiler-reviews-body .review-add-title, #add_review .textarea-right-text ul{
	margin-left:0
}

#add_review textarea{
	height:120px;
}
#add_review .textarea-right-text, #add_review .add-photo, #add_review #add-photo-button{
	width: auto;
}

#add_review input[type="radio"]{
	height: 15px;
}
#add_review .add-photo{
	margin-top:0;
}
.rating_selection{
	margin-bottom: 20px;
}
#reviews-body #filter .checkbox-group{
	width: 100px;
}
#reviews-body .list{
	padding-top:10px
}

#reviews-body .item .likes .yescnt, #reviews-body .item .likes .nocnt{
	width: 10px;
}
#reviews-body .item ul.images-reviews{
	margin-top:20px
}
#reviews-body .item ul.images-reviews a.image-review{
	margin-right: 20px;
	flex:none;
}
#reviews-body .list .item{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#reviews-body .item .text{
	line-height: 16px;
}

.search-item {display: flex}
.search_tips a{display: inline !important;}
.search-item .price{padding-left: 10px}

@media(max-width: 767px){
	.hero_banner {
		margin:0;
		height: 105px;
	}

	.__jivoDesktopButton{
		bottom:60px !important;;
	}
}

br.br_show{display: none}


.sotbitTag {
	/* padding-top: 40px;
	margin-top: 40px; */
}
.sotbitTag .box::before,
.sotbitTag .box::after {
	display: none !important;
}
.sotbitTag__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sotbitTag__items__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 30px;
	border-radius: 8px;
	border: 1px solid #573c9f;
	color: #573c9f;
	transition: .2s;
}
.sotbitTag__items__item:hover,
.sotbitTag__items__item:active,
.sotbitTag__items__item:focus {
	color: #fff;
	background: #573c9f;
}

.sotbitTag__title {
	margin: 0 0 10px;
	font-size: 22px;
}
.sotbitTag__title {
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
}
#reviews-statistics .empty-stars, #reviews-statistics .full-stars {
	height: 16px;
	background-size: auto 30px;
	width: 65px;
}
#reviews-statistics .full-stars {

	background-position: 0px -45px;
	height: 16px;
	background-size: auto 30px;
}
#reviews-statistics .empty-stars{
	margin:0 0;
}
#reviews-statistics.short {
	padding-top: 15px;
}
.reviews-cnt {
	position: relative;
	top: -18px;
	left: 95px;
	font-size: 13px;
	border-bottom: 1px dashed;
	text-decoration: auto;

}
.offer #reviews-statistics.short a {

}
#reviews-statistics .empty-stars {
	width: 87px!important;
}
#reviews-block .empty-stars {

	margin: 0 auto;
}
@media (max-width: 1024px) {

	.offer .label_new {
		top: 86px;
	}
}
.offer #reviews-statistics.short {
	padding-top: 3px;
	padding-left: 15px;
}
.reviews_right #reviews-statistics {
	padding-top: 5px;
}
.reviews_right #reviews-statistics .border {
	display: none;
}
#reviews-statistics * {
	font-family: 'Open Sans', 'sans-serif'!important;
}
@media (max-width: 1024px) {
	.tabs-content .panel-top {
		display: none!important;
	}
	.reviews_right #reviews-statistics .h3 {
		margin-bottom: 5px;
	}
	.reviews_right #reviews-statistics .review-line {
		display: none;
	}
	.reviews_right #reviews-statistics .border {
		display: none;
	}
	.reviews_right #reviews-statistics {
		margin-top: 0px;
		border: none;
	}
}
@media (min-width: 1024px) {
	.reviews_right#reviews-statistics {
		padding-top: 15px!important;
	}
	.reviews_right #reviews-statistics .reviews-count-block {
		border: none;
	}
	.reviews_right #reviews-statistics .review-line {
		margin-left: 0px;
	}
	.reviews_right #reviews-statistics .reviews-scale-empty {
		min-width: 100px;
	}
	.reviews_right #reviews-statistics .reviews-scale-full {
		background: #ffd700;
	}
	#reviews-statistics .h3 {
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 48px;
	}
	.reviews_right #reviews-statistics {
		float: right;
		width: 200px;
		margin-top: 0px;
		border-top: none;
	}
	.tabs-content {
		float: left;
		width: 70%;
	}


}
#reviews-body .stars .full {
	color: #ffd700;
}
#wishcount {
	text-decoration: auto;
	grid-column: 5 / 6;
	grid-row: 2 / 3;
	padding-top: 15px;
	z-index: 10;
	width: 70px;
	padding-left: 20px;
	color: black;

}
.section-like {
	position: absolute;
	top: 5px;
	right: 55px;
	display: block;
	width: 20px;
	height: 25px;
	background: none;
	cursor: pointer;
}
@media (min-width: 1350px) {
	.reviews_right #reviews-statistics {
		width: 30%;
		padding-left: 10%;

	}
}
@media screen and (min-width: 1280px) {
	header.main > .box {
		grid-template-columns: 230px 1fr 160px 280px 205px;
	}
}
@media screen and (min-width: 1400px) {
	.wishbtn {
		font-size: 14px;
	}
}
@media screen and (min-width: 1600px) {
	header.main > .box {
		grid-template-columns: 270px 1fr 240px 400px 240px;
	}
}

@media(max-width: 670px) {
	#wishcount {
		display: none!important;
	}
}
.wishbtn {
	font-size: 12px;
}
@media(max-width: 1024px){
	#wishcount {
		grid-column: 3 / 3;
		grid-row: 3 / 4;
		display: block;
		padding-top: 5px;
		margin-right: 10px;
	}
	.desktop{
		display: none;
	}

	.wishbtn {
		display: block;
		width: 110px;
		float: right;

	}
}

.offer_labels .zoom {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 20px;
	height: 25px;
	background: none;
	cursor: pointer;
}
.offer_labels .compare {
	position: absolute;
	top: 5px;
	right: 30px;
	display: block;
	width: 20px;
	height: 25px;
	background: none;
	cursor: pointer;
}
.menu._v3 {
	z-index: 0;
}

.sotbitTag .box::before,
.sotbitTag .box::after {
	display: none !important;
}
.sotbitTag__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sotbitTag__items__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 30px;
	border-radius: 8px;
	border: 1px solid #573c9f;
	color: #573c9f;
	transition: .2s;
}
.sotbitTag__items__item:hover,
.sotbitTag__items__item:active,
.sotbitTag__items__item:focus {
	color: #fff;
	background: #573c9f;
}

.sotbitTag__title {
	margin: 0 0 10px;
	font-size: 22px;
}
.sotbitTag__title {
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
}

.sotbitTag__show {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 30px;
	border-radius: 8px;
	border: 1px solid #000;
	color: #000;
	transition: .2s;
	width: fit-content;
	margin-top: 10px;
	cursor: pointer;
}
.sotbitTag__show__content {
	display: flex;
	flex-wrap: nowrap;
	gap: 7px;
	align-items: center;
}
.sotbitTag__show__content span {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sotbitTag__show:hover {
	color: #fff;
	background-color: #000;
}
.sotbitTag__show .sotbitTag__show__content svg {
	margin-bottom: -2px;
}
.sotbitTag__show .sotbitTag__show__content svg path,
.sotbitTag__show .sotbitTag__show__content span {
	transition: .2s;
}
.sotbitTag__show:hover .sotbitTag__show__content svg path {
	fill: #fff
}
.sotbitTag__show:hover .sotbitTag__show__content span {
	color: #fff;
}
.sotbitTag__items {
	max-height: 70px;
	overflow: hidden;
}
.sotbitTag__items.sotbitTag__items-active {
	max-height: unset;
}
.sotbitTag__show.sotbitTag__show-active .sotbitTag__show__content svg {
	transform: rotate(180deg);
}


.sotbitTag .box::before,
.sotbitTag .box::after {
	display: none !important;
}
.sotbitTag__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sotbitTag__items__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 30px;
	border-radius: 8px;
	border: 1px solid #573c9f;
	color: #573c9f;
	transition: .2s;
}
.sotbitTag__items__item:hover,
.sotbitTag__items__item:active,
.sotbitTag__items__item:focus {
	color: #fff;
	background: #573c9f;
}

.sotbitTag__title {
	margin: 0 0 10px;
	font-size: 22px;
}
.sotbitTag__title {
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
}

.agree{display: flex;margin:20px 0;}
.agree input[type=checkbox]{
	display: inline-block;
	width: 50px;
	margin-right:20px;
	border-color: #eee;
}

.agree .contacts_form_agree{margin-top:5px;}

.help_call .agree{margin:40px 0 10px;}
.help_call .contacts_form_agree a{text-decoration: underline}

.modal .agree{margin:0 0 10px;}
.modal .agree input[type=checkbox]{
	width: 20px;
	margin-right:10px;
}
.modal .contacts_form_agree{margin-top:10px;}