main {
	min-height: 500px;
}

.btn--favourite2.is-selected svg {
fill: #e81939;
color: #e81939;
}

.amount-counter__num {
	width: 4.438rem;
}

.basket-card .amount-counter__num {
	width: 4.375rem !important;
}

.header__logo svg {
	width: 14.5rem;
height: 3.5rem;
}
.product_buy + .btn.btn--pieces .text-added {
	display: none;
}
.product_buy + .btn.btn--pieces.added {
	background-color: #393e46;
}
.product_buy + .btn.btn--pieces.added .text-add {
	display: none;
}
.product_buy + .btn.btn--pieces.added .text-added {
	display: inline;
}
.tabs.tabs--category .tab-btn  {
	display: inline-block;
}
.filters.show .filters__wrapper {
	padding-top: 100px;
}
.product-info.animation-group {
	margin-top: -48px;
}
.element-title-value__title {
	color: #231f20;
}
.breadcrumbs {
	margin-top: 89px;
	overflow-x: auto;
}
@media (max-width: 1400px) {
.main-nav__item {
	margin-right: 1.0rem;
}
}
@media (max-width: 1279px){
	.breadcrumbs {
		margin-top: 71px;
	}
	.header__logo {
		z-index: 2;
	}
}
@media (max-width: 1023px){
	.product-info.animation-group {
		padding-top: 28px;
	}
}
@media (max-width: 639px){
	.breadcrumbs {
		margin-top: 89px;
	}
}

@media (max-width: 380px) {
  .header__logo svg {
  	width: 12.5rem;
  }
}
@media (max-width: 767px){
	.breadcrumbs {
		margin-left: -20px;
		margin-right: -20px;
	}
	.product-grid__top-btns {
		margin-bottom: 16px;
	}
	.tabs__navigation {
		margin-bottom: 0;
	}

}

@media (max-width: 519px){
	.breadcrumbs {
		margin-top: 80px;
	}
}

.custom-input.is-error input,
.custom-input.is-error input:hover{
	border-color: #e81939;
}

.result-message{
	color: darkgreen;
}

.result-message:not(:empty) {
	margin-bottom: 1.5rem;
}

.result-message.is-error{
	color:#e81939;
}

.product-card.product-card--swatch .product-card__btn {
	display: flex;
	top: initial;
	bottom: 1em;
	background-color: #e81939;
	padding: 0.75em;
	min-width: 10em;
}

.product-card.product-card--swatch .product-card__btn.added {
	background-color: #393e46;
}

.product-card.product-card--swatch .product-card__btn.added .text-add {
	display: none;
}

.product-card.product-card--swatch .product-card__btn .text-added {
	display: none;
}

.product-card.product-card--swatch .product-card__btn.added .text-added {
	display: inline;
}

.slider-thumbs__slider .swiper-slide {
	background: #fffdfa;
}

.slider-thumbs__navigation {
	padding: 0 1rem;
}

.slider-thumbs__slider .swiper-slide img {
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.review-slider {
	margin-bottom: 75px;
}

.review-slider__navigation {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-bottom: 32px;
	max-width: max-content;
}

.review-slider__navigation .swiper-button-next,
.review-slider__navigation .swiper-button-prev {
	position: initial;
	margin-top: 0;
	font-size: 12px;
}

.review-slider__navigation .swiper-button-next svg,
.review-slider__navigation .swiper-button-prev svg {
	width: 1em;
	height: 1em;
}

.review-slider__navigation .swiper-button-next {
	margin-left: 15px;
}

.swiper-button-next svg {
	transform: scale(-1,1);
}

.review-slide {
	max-width: 446px;
	width: 100%;
	height: auto;
	padding: 37px 30px;
	background: #FFFDFA;
	border: 1px solid #E0E0E0;
}

.review-slide:not(:last-child) {
	margin-right: 10px;
}

.review-slide__header {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}

.review-slide__rating {
	display: flex;
	align-items: center;
}

.review-slide__date {
	margin-left: auto;
	font-size: 16px;
	line-height: 1.2;
	color: #585455;
}

.review-slide__body {
}

.review-slide__scroll {
	padding-right: 20px;
	overflow-y: auto;
	max-height: 313px;
	height: 100%;
	margin-top: 25px;
	scrollbar-width: thin;
	scrollbar-color: #EDEDED #fff;
}

.review-slide__scroll::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.review-slide__scroll::-webkit-scrollbar-button {
	display: none
}

.review-slide__scroll::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 3px;
}

.review-slide__scroll::-webkit-scrollbar-thumb {
	background-color: #EDEDED;
	border-radius: 3px;
	opacity: .5;
	transition: opacity .3s ease;
}

.review-slide__scroll::-webkit-scrollbar-thumb:hover {
	opacity: 1;
}

.review-slide__text {
	height: auto;
}

.review-slide__name {
	margin-bottom: 14px;
	color: #231f20;
	font-size: 22px;
	line-height: 1.2;
}

.review-slide__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #B5BAC8;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-size: 40px;
}

.review-slide__avatar::before {
	content: attr(data-user-initials);
}

.rating {
	display: flex;
	align-items: center;
}

.rating-star {
	display: flex;
	width: 21px;
	flex-shrink: 0;
}

.rating-star svg {
	display: flex;
	max-width: 100%;
	height: auto;
}

.rating-star.rating-star-active svg {
	fill: #FFC700;
}

.review-add .title {
	margin: 20px 0;
}

.review-add {
	padding: 44px 0 74px;
	background-color: #F5F3F0;
}

.review-add .form {
	max-width: 896px;
}

.review-add__star {
	display: flex;
	align-items: center;
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 50px;
}

.review-add__star .rating-star {
	width: 31px;
	cursor: pointer;
}

.review-add__star .rating {
	margin-left: 25px;
}

.form-block__fields--grid {
	display: grid;
	grid-template-columns: repeat(2, 6fr);
	grid-gap: 16px;
}

.review-add .form-block__field--xl {
	grid-column-start: 1;
	grid-column-end: -1;
}

.review-add .form-block__field {
	margin: 0;
}

.review-add .form-block__field--xl textarea {
	height: 147px;
}

.review-add__button {
	margin-top: 16px;
	width: 100%;
}

@media screen and (max-width: 1439px) {
	.review-slide__avatar {
		width: 54px;
		height: 54px;
		font-size: 26px;
	}

	.review-slide__scroll {
		max-height: 250px;
	}

	.review-slide__header {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1279px) {
	.review-slide {
		max-width: 390px;
		padding: 27px 20px;
	}

	.review-slide__name {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 767px) {
	.review-add__star {
		font-size: 20px;
	}

	.review-add__star .rating {
		margin-left: 7px;
	}

	.review-add__star {
		margin-bottom: 25px;
	}

	.review-add .form-block__fields--grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.review-slide {
		padding: 20px 15px;
	}

	.review-slide__scroll {
		max-height: 200px;
	}

	.review-slide__name {
		font-size: 18px;
	}

	.review-slide__date {
		font-size: 14px;
	}

	.review-add__star .rating-star {
		width: 25px;
	}
}
.intro-slider .swiper-slide::after {
	background-color: rgba(0, 0, 0, 0);
}

.slider-thumbs__navigation {
	pointer-events: none;
}

.slider-thumbs__navigation .btn {
	pointer-events: all;
}

.zoomImg {
	object-fit: cover;
}
.btn--youtube{
	padding: 18px 28px;
	margin-left:2em;
	flex-direction: row-reverse;
	border: 1px solid #ECEAE7;
	background-color: #fff;
	font-size: 16px;
	line-height: 19px;

	text-align:center;
	color: #242021;
}
.btn--youtube:hover {
	color: #ffffff;
}
.btn--youtube:active {
	background-color: #fff;
	color: #242021;
}
.btn--youtube:hover svg path {
	stroke: #FFFFFF;
}
.btn--youtube:active svg path {
	stroke: #242021;
}
.btn--youtube svg{
	margin: 0;
	margin-left: 0.5rem;
	width: 8px;
	height: 10px;
	transition: fill .3s ease;
}
.product-info__add{
	align-items:stretch;
}
.product-info__add .btn--favourite{
	align-self: center;
}
.min-width{
	min-width: auto;
}
@media (max-width: 1280px){
	.btn--youtube{
		padding: 16px;
		margin-left: 1em;
	}
	.btn--youtube svg{
		width: 12px;
		height: 12px;
	}
}
@media (max-width: 564px){
	.btn--youtube{
		margin-left: 16px;
		white-space: normal;
	}
	.btn--youtube svg{
		display: none;
	}
}