.product-item__footer {
	height: auto;
}

.product-item {
	padding-bottom: 65px;
}

/*.full-slider__item a {
	object-fit: contain;
	max-height: 100%;
}*/

@media screen and (max-width: 992px) {
	.product-item {
		padding-bottom: 94px;
	}
}

.product-item__video-icon {
	right: 12px;
	font-size: 24px;
	margin-top: -13px;
}

.product-item__video-icon__text {
	font-size: 14px;
	color: #333;
	vertical-align: middle;
	margin-left: -3px;
}

/* banner >>> */
.banner_wrap {
	padding: 16px;
	background: #fef568;
	border: 2px solid #f3cd0a;
}
.banner_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner_img {
	line-height: 0;
}
.banner_img img {
	border: 2px solid #f3cd0a;
}
.banner_text {
	flex-grow: 1;
}
.banner_text .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
.banner_text .descr p {
	margin-bottom: 10px;
}
.banner_decore .round {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f3cd0a;
}
.banner_decore .chevron_r {
	width: 32px;
	height: 32px;
	transform: translate(50%, 50%) rotate(45deg);
	margin-left: -5px;
	border-top: 7px solid #000;
	border-right: 7px solid #000;
}

.visible_md {
	display: none;
}
/* banner <<< */

.ya_fix {
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
.ya_market .desktop {
	display: none;
}
.ya_market {
	text-align: center;
}
.ya_market_title {
	margin-bottom: 10px;
}

/* 2019-12-13 gallery >>> */
.img2_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 -10px 10px;
}
.img2_item {
	width: 33.33%;
	width: 100%;
	text-align: center;
	padding: 10px;
}
.img2_item img {
	width: 100%;
	max-width: 360px;
	border: 1px solid #ccc;
}
/* gallery <<< */

/* 2020-05-28 discounts >>> */
.old_price {
	color: #ccc;
	font-weight: normal;
	font-size: 16px;
	text-decoration: line-through;
	margin-bottom: 3px;
}
.discount_label {
	position: absolute;
	color: #fff;
	font-weight: normal;
	left: 0;
	top: 10px;
	padding: 5px 15px;
	background: #db0000;
	z-index: 5;
}
.product-page-main {
	position: relative;
}
.product-price-box__price.old_price {
	margin: -26px 0 10px;
}
/* discounts <<< */

/* 2021-03-17 >>> */
.better_btn {
	z-index: 1;
}
.warning_wrap {
	padding-top: 0;
}
.warning_wrap .slogan-box {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	box-shadow: none;
	padding: 0;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dd2b1c;
}
.warning_wrap .slogan-box::before, .warning_wrap .slogan-box::after {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	top: 0;
	bottom: 0;
	background: url(../images/warning.svg) 0 0 / contain no-repeat;
}
.warning_wrap .slogan-box::before {
	left: 15px;
}
.warning_wrap .slogan-box::after {
	right: 15px;
}
.warning_wrap .t2 {
	font-size: 32px;
}

/* noka */

.banner_img img {
	max-width: 300px;
}

/* noka END */

/* 2021-03-17 <<< */

@media screen and (max-width:576px) {
	.hidden_xs {
		display: none;
	}
	.banner_inner {
		flex-direction: column;
	}
	.banner_text .descr {
		margin-bottom: 16px;
	}
	.banner_pr, .banner_pr2 {
		padding: 0;
	}

	/* noka */

	.banner_pb10 {
		padding-bottom: 10px;
	}

	/* noka END */
}
@media screen and (min-width:576px) {
	.hidden_sm {
		display: none;
	}
	.banner_img img {
		max-width: 200px;
	}
	.banner_pr2 {
		padding-right: 16px;
	}
	.banner_text {
		padding-right: 0;
	}

	.img2_item {
		width: 50%;
	}
	.warning_wrap .slogan-box::before, .warning_wrap .slogan-box::after {
		width: 50px;
		height: 50px;
	}
	.warning_wrap .slogan-box::before, .warning_wrap .slogan-box::after {
		content: '';
	}
	.warning_wrap .t1 {
		font-size: 26px;
	}
}
@media screen and (max-width:767px) {
	.ya_fix {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (min-width:768px) {
	.hidden_sm {
		display: block;
	}
	.hidden_md {
		display: none;
	}
	.banner_wrap .st-button {
		padding: 0 16px;
	}
	.banner_pr2 {
		padding-right: 16px;
	}
	.banner_pr {
		padding-right: 0;
	}
	.ya_market .desktop {
		display: inline;
	}
	.ya_market .mobile {
		display: none;
	}
}
@media screen and (min-width:992px) {
	.visible_md {
		display: block;
	}
	.banner_pr2 {
		padding-right: 32px;
	}
	.banner_pr {
		padding-right: 16px;
	}
	.banner_wrap .st-button {
		padding: 0 32px;
	}

	.banner_img img {
		/*max-width: 250px;*/
	}

	.img2_item {
		width: 33.33%;
	}
}

.st-form__line_fio {
	display: flex;
}

.st-form__line_fio .input {
	/*flex: 0 0 33%;*/
	/*max-width: 33%;*/
	margin-left: 5px;
}

.st-form__line_fio .input:first-of-type {
	margin-left: 0;
}

@media screen and (max-width:475px) {
	.st-form__line_fio {
		display: block;
	}
	.st-form__line_fio .input {
		/*display: block;*/
		/*width: 100%;*/
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/* form 2020-04-13 */
.loading, .ajax_response_wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.9;
	z-index: 998;
}
.loading {
	background: #fff url(/hostcmsfiles/images/ajax_loader.gif) 50% 50% no-repeat;
	z-index: 999;
}
.ajax_response_wrap {
	opacity: 1;
	background: #fff;
}
.ajax_message_wrap {
	position: relative;
	font-weight: bold;
	padding: 15px;
	transform: translateY(-50%);
	top: 50%;
}
.ajax_title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.ajax_message {
	color: #1a1a1a;
	text-align: center;
}

.better_btn {
	position: fixed;
	display: none;
	height: 40px;
	max-height: 40px;
	bottom: 0;
	left: 15px;
	background: #fff;
	padding: 0 15px;
	border-radius: 10px 10px 0 0;
	background: #ffe107;
}
.better_btn button {
	height: 40px;
	max-height: 40px;
	margin-left: 8px;
	line-height: 40px;
}
.better_btn img {
	width: 26px;
	margin-top: 2px;
}

.yt_ico {
	height: 22px;
	padding-left: 42px;
	background: url(../images/you_ico.svg) 0 0 / 32px 22px no-repeat;
}

@media screen and (min-width:576px) {
	.page-footer {
		margin-bottom: 40px;
	}
	.better_btn {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width:992px) {
	.better_btn {
		left: 50px;
	}
}
@media screen and (min-width:1200px) {
	.better_btn {
		left: 30px;
	}
}