.catalog-favorites {
	display: flex;
	align-items: center;
	position: fixed;
	right: -252px;
	top: 50%;
	margin-top: -30px;
	min-height: 60px;
	background: url(../imgs/favorite.svg) no-repeat #8c8c8c 20px center;
	border-radius: 28px;
	padding: 0 60px 0 62px;
	color: #fff;
	font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
	text-decoration: none;
	transition: all 0.7s;
	z-index: 9;
}
.catalog-favorites-active {
	background-color: #ff4f33;
}
.catalog-favorites:hover {
	right: -40px;
}

.catalog-full__wrapper {
	background: #F5F5F7;
	padding: 40px 0;
}
.catalog-full__wrapper .container {
	padding-top: 0 !important;
	padding-bottom: 0;
}
.catalog-full__header {
	display: flex;
	flex-wrap: wrap;
}

.catalog-full__bread {
	flex: 0 0 100%;
	margin-bottom: 40px;
}

.catalog-full__wrap {
	display: flex;
	width: 100%;
}

.catalog-full__left {
	width: 650px;
	margin-right: 60px;
	line-height: 1.2rem;
}

.catalog-full__left .buts {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}

.catalog-full__right {
	width: calc(100% - 710px);
}

.catalog-full__header img {
	width: 100%;
	height: auto;
}
.catalog-full__header .icon img {
	width: 30px;
	height: 30px;
}
.catalog-full__descr {
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(41, 45, 52, 0.06), 0px 2px 3px rgba(41, 45, 52, 0.08);
	border-radius: 16px;
	padding: 20px;
	line-height: 1.4rem;
}

.catalog-full__related {
	display: grid;
    grid-gap: 16px;
    grid-column: span 6;
    grid-template-columns: repeat(6,[col] 1fr);
}

.catalog-full__main h3 {
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 22px;
	line-height: 1rem;
	margin-bottom: 40px;
}

.catalog-full__name {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 54px;
	font-weight: 500;
	font-family: Mulish;
	padding: 10px 3px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.6s;
}

.catalog-full__name label {
	display: flex;
}
.catalog-full__name input {
	position: absolute;
	left: -9999px;
	min-width: 18px;
	min-height: 18px;
	margin-right: 10px;
}

.catalog-full__name input[type="checkbox"] + label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	margin-right: 10px;
	background: url(../imgs/checkbox.svg) no-repeat;
	background-size: cover;
}

.catalog-full__name input[type="checkbox"]:checked + label:before {
	background: url(../imgs/checkbox-checked.svg) no-repeat;
	background-size: cover;
}

.catalog-full__item.active .catalog-full__name {
	background: #FF2F2F;
	color: #fff;
}

.catalog-full__image {
	cursor: pointer;
}

.catalog-full__hidden {
	display: none;
}

.catalog-full__right h2 {
	font-family: 'Mulish';
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.catalog-full__right h2 span {
	display: block;
	font-weight: normal;
	margin-top: 10px;
}

.catalog-full__content {
	margin-top: 80px;
}

.catalog-full__param-list {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(41, 45, 52, 0.06), 0px 2px 3px rgba(41, 45, 52, 0.08);
	border-radius: 16px;
	padding: 20px 24px;
}
.catalog-full__param-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.catalog-full__param-item div:first-child {
	color: #656565;
}
.catalog-full__separate {
	margin: 14px 10px 0;
	flex: 1 0 0;
	border-bottom: 1px dashed #DCDEE0;
	align-self: flex-start;
}

.catalog-full__color-list {
	display: flex;
	margin-bottom: 30px;
}
.catalog-full__color-item {
	width: 116px;
	margin-right: 20px;
	border: 1px solid #ccc;
}
.catalog-full__color-item img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.catalog-full__cover {
	position: relative;
}
.catalog-full__favorite {
	background: url(../imgs/favorite.svg) #FF2F2F no-repeat 20px center;
	padding-left: 50px;
	background-size: 24px;
	margin-bottom: 30px;
}
.catalog-full__favorite-active {
	background-image: url(../imgs/favorite-active.svg);
}

.catalog-full__compare {
	background: #FF2F2F;
}
.catalog-full__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.catalog-full__title h3 {
	margin-bottom: 0;
}

.catalog-full__short {
	margin-bottom: 15px;
}

.catalog-full__long {
	display: none
}
.catalog-full__descr a {
	color: #010101
}

.show_mobile {
	display: none;
}

@media screen and (max-width: 1199px) {
	.catalog-full__left {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.catalog-full__title {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	.catalog-full__title h3 {
		flex: 0 0 100%;
		line-height: 1.7rem;
	}
	
	.catalog-full__title .but {
		margin-top: 30px;
	}
	
	.catalog-full__related {
		grid-column: span 2;
		grid-template-columns: repeat(2,[col] 1fr);
	}
	
	.show_mobile {
		display: block;
	}
	.hide_mobile {
		display: none;
	}
	
	.catalog-full__param-list {
		margin-top: 30px;
		padding: 10px;
		display: grid;
		grid-gap: 16px;
		grid-column: span 2;
		grid-template-columns: repeat(2,[col] 1fr);
	}
	
	.catalog-full__param-item {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.catalog-full__param-item div {
		flex: 0 0 100%;
	}
	.catalog-full__param-item div:last-child {
		margin-top: 8px;
	}
	.catalog-full__separate {
		display: none;
	}
	
	
}

@media screen and (max-width: 767px) {
	.catalog-full__right {
		width: 100%;
	}
}

.catalog-full__param-item div:last-child {
	text-align: right;
}