.card {
	padding-top: 30px;
	padding-bottom: 40px;
}

.card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.card__slider {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.card__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 620px;
	flex: 0 0 620px;
}

.card__back {
	margin-bottom: 30px;
}

.back-card {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.slider-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	position: relative;
}

.slider-card__trumbs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.slider-card__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.slider-card__modificator {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.slider-card__modificator > * {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 4px 8px;
	border-radius: 4px;
	width: 50px;
	text-align: center;
}

.trumbs-slider-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	width: 100%;
	position: relative;
	height: 90px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.trumbs-slider-card__item.swiper-slide-thumb-active {
	opacity: 1;
}

.trumbs-slider-card__item:not(:last-child) {
	margin-bottom: 15px;
}

.trumbs-slider-card__item img {
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}

.main-slider-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: relative;
	padding-bottom: 71%;
}

.main-slider-card__item img {
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}

.modificator-slider-card_new {
	background: #e1f3fd;
}

.modificator-slider-card_sale {
	background: #fcc4c5;
}

.modificator-slider-card_hit {
	background: #111;
	color: #fff;
}

.info-card__brand {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #9b9b9b;
}

.info-card__name {
	margin-top: 5px;
	font-weight: 400;
	font-size: 32px;
	line-height: 41px;
	color: #000000;
}

.info-card__switch {
	margin-top: 40px;
	margin-bottom: 40px;
}

.info-card__price {
	margin-top: 15px;
}

.info-card__bonus {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.info-card__list {
	margin-top: 30px;
}

.info-card__actions {
	max-width: 365px;
	width: 100%;
	margin-top: 40px;
}

.switch-info-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.switch-info-cart__item {
	display: block;
}

.switch-info-cart__label {
	display: block;
	cursor: pointer;
}

.switch-info-cart__input {
	display: none;
}

.switch-info-cart__input:checked + .switch-info-cart__text {
	background: #000;
	color: #fff;
}

.switch-info-cart__text {
	border: 2px solid #d9d9d9;
	padding: 17px 23px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	display: block;
	border-radius: 10px;
}

.price-info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.price-info-card__value {
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	color: #000000;
}

.price-info-card__old {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #919191;
}

.list-info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}

.list-info-card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.list-info-card__name {
	color: #9b9b9b;
}

.list-info-card__value {
	color: #000;
}

.actions-info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.actions-info-card__cart {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px;
	background: #111;
	border-radius: 10px;
}
.actions-info-card__empty {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px;
	background: #bdbdbd;
}

.actions-info-card__like {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	height: 55px;
	width: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	border-radius: 10px;
}

.actions-info-card__like._liked svg path {
	fill: #e92f48;
}

.actions-info-card__like._liked svg path._fill {
	display: block;
}

.actions-info-card__like svg path._fill {
	display: none;
}

.card-about {
	margin-bottom: 100px;
}

.card-about__blocks {
	padding: 40px 0px;
	border-bottom: 2px solid #eaeaea;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

.card-about__block {
	max-width: 960px;
	width: 100%;
}

.card-about__block b {
	font-weight: 500;
}

.card-about__block > *:not(:last-child) {
	margin-bottom: 10px;
}

.head-card-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	border-bottom: 2px solid #eaeaea;
}

.head-card-about__item {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #9b9b9b;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	cursor: pointer;
}

.head-card-about__item._active {
	color: #000000;
	border-color: #000;
}
