@font-face {
	font-family: 'Roboto';
	font-weight: 300;
	src: url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
	  url('../fonts/Roboto/Roboto-Light.woff') format('woff'),
	  url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}
 
@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
	  url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
	  url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
 
@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	src: url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
	  url('../fonts/Roboto/Roboto-Medium.woff') format('woff'),
	  url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}
 
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
	  url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
	  url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

header.header.fixed {
	z-index: 5;
}

.breadcrumbs {
	margin: 15px 0 30px;
}

.breadcrumbs__home-img {
	padding-bottom: 4px;
}

.breadcrumbs__home-img:hover {
}

.breadcrumbs__chevron {
	margin: 0 10px;
}

.breadcrumbs span:last-child {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #16AEC7;
}
 
.catalog.product {
	margin-bottom: 80px;
}

.catalog.product .container, .header-top .container, .header .container, .headsearch .container, .footer .container, .footertop .container {
	max-width: 1470px;
}
.headsearch__wrap .headsearch__search {
	max-width: 1034px;
}
@media screen and (min-width: 1024px) {
	.headsearch .headsearch__search button {
		width: 200px;
	}
}
.product h1 {
	font-size: 30px;
   font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.product .product__articule {
	text-align: end;
	font-weight: 600;
	font-size: 16px;
	color: #474d57;
	margin-bottom: 25px;
}

.product__bages {
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	z-index: 3;
}
.product__bage {
	height: 25px;
	padding: 0 8px;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	align-content: center;
	font-size: 12px;
	color: #fff;
	text-wrap: nowrap;
	overflow: hidden;
}
.product__bage_hit {
	background-color: #EF4927;
}
.product__bage_availability {
	background-color: #6EC29E;
}
.product__bage_sale {
	background-color: #4FC2D5;
}
.product__bage_new {
	background-color: #928af9;
}
.product__bage_delivery {
	background-color: #FEC963;
}
.product__main-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px 360px;
	gap: 40px;
	max-width: 100%;
}
.product .product-gallery * {
	box-sizing: border-box;
}
.product .product-gallery {
	width: 100%;
	height: 100%;
}
.product .product-gallery__thumbs {
	width: 100%;
	padding: 0 32px;
}
.product .product-gallery__thumb-slide {
	width: 96px;
	height: 96px;
	border-radius: 5px;
	border: 2px solid #EFEFEF;
	overflow: hidden;
	transition: all .3s ease;
	cursor: pointer;
}
.product .product-gallery__thumb-slide.swiper-slide-thumb-active {
	border: 2px solid #16AEC7;
}
.swiper-thumbs-button-next,
.swiper-thumbs-button-prev{
	position: absolute;
	top: 40%;
	background-image: url(../img/icons/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 24px;
	z-index: 10;
}
.swiper-thumbs-button-next.swiper-button-disabled,
.swiper-thumbs-button-prev.swiper-button-disabled{
	opacity: .7;
}
.swiper-thumbs-button-next{
	right: 0;
	transform: rotate(180deg);
}
.swiper-thumbs-button-prev{
	left: 0;
}
.product-gallery__slider-container {
	position: relative;
    height: 80%;
	margin-bottom: 8px;
	max-height: 615px;
}
.product-gallery .swiper-pagination{
	display: none;
	margin-top: 18px;
}
.product-gallery .swiper-pagination .swiper-pagination-bullet{
	flex-grow: 1;
	width: 20px;
	height: 2px;
	background: #c7c7c7;
	border: none;
	display: inline-block;
	margin: 0 5px !important;
	transition: opacity 0.3s;
	border-radius: 0;
}
.product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #16AEC7;
}
.product .product-gallery__slider {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
}
.product .product-gallery__slider-container .product__img-main-slider-prev, .product .product-gallery__slider-container  .product__img-main-slider-next {
	position: absolute;
	z-index: 3;
}
.product .product-gallery__slide {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.product .product-gallery__thumb-slide img, .product .product-gallery__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product .product__wrap {
	margin-top: 10px;
}
.product .product__img-sliders {
	display: flex;
	max-width: 940px;
	gap: 20px;
	margin-top: unset;
}
.product-gift__btn {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 2;
	width: 70px;
	height: 70px;
	border-radius: 15px;
	background-color: #F3F5FA;
	padding: 12px;
	border: 1px solid transparent;
	transition: all .3s ease;
}
.product-gift__btn:hover {
	border-color: #fb2b01;
}
.product-gift__item-wrapper {
	position: absolute;
	left: 90px;
	top: 180px;
	width: 100%;
	min-width: 250px;
	max-width: 500px;
	padding: 20px 25px 25px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 16px;
	line-height: 18px;
	background-color: #ECF0F7;
	border: 1px solid #D4D8DE;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0px #00000026;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.product-gift__item-wrapper.open {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.product-gift__item-wrapper p {
	font-size: 16px;
	line-height: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin: 0;
}

.product-gift__item-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-gift__item-img {
	width: 100%;
	aspect-ratio: 2.16 / 1;
	border-radius: 5px;
	border: 1px solid #D4D8DE;
	overflow: hidden;
}

.product-gift__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-warranty__container {
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 2;
}

.product-warranty__banner {
	display: flex;
	align-items: center;
	gap: 10px;
	width: auto;
	height: 30px;
	font-size: 14px;
	line-height: 16px;
	font-family: "Roboto" ,sans-serif;
	font-weight: 400;
	background-color: #ECF0F7;
	padding: 0 15px 0 8px;
	border-radius: 5px;
	border: 1px solid transparent;
	transition: all .3s ease;
	cursor: pointer;
}

.product-warranty__container:hover .product-warranty__banner,
.product-warranty__container.open .product-warranty__banner {
	border: 1px solid #FB2A00;
	color: #FB2A00;
}

.product-warranty__info {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: max-content;
	max-width: 500px;
	font-size: 12px;
	line-height: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	background-color: #ECF0F7;
	border: 1px solid #D4D8DE;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 2px 2px 2px 0px #00000026;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}

.product-warranty__container:hover .product-warranty__info, .product-warranty__container.open .product-warranty__info {
	opacity: 1;
	visibility: visible;
}

.product__info-calculation {
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #16AEC7;
	background-color: #ECF0F7;
	border: 1px solid transparent;
	border-radius: 5px;
	margin-bottom: 24px;
	transition: all .3s ease;
}

a.product__info-calculation, a.product__info-calculation:focus, a.product__info-calculation:visited {
	color: #16AEC7;
}

a.product__info-calculation:hover {
	color: #fff;	
}

.product__info-calculation:hover {
	background-color: #16aec7;
   color: #fff;
}

.product__info-categories {
	display: flex;
	gap: 20px;
}

.product__info-discount {
	margin-bottom: 20px;
	font-size: 14px;
}

.product-category__img {
	width: 56px;
	height: 56px;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	padding: 4px;
}

.product-category__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 200px;
	background-color: #fff;
	overflow: hidden;
}

.product-category__chapters {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

.product-category__link {
	font-family: "Roboto" , sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #16AEC7;
}

a.product-category__link, a.product-category__link:focus, a.product-category__link:visited {
	color: #16AEC7;
}
a.product-category__link:visited:hover {
	color: #fb2a00;
}

.product .product__img-main-slider-wrap {
	margin-left: unset;
}

.product__chars-block{

}

.tp-wr{
	margin-bottom: 24px;
}

.tp-block{

}

.tp-block:not(:last-child){
	margin-bottom: 16px;
}

.tp-block-title{
	color: #808080;
	font-family: "Roboto" , sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px;
}

.tp-block-items{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.tp-block-item{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border-radius: 5px;
	border: 2px solid #EBEBEB;
	color: #000;
	font-family: "Roboto" , sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: all .3s ease;
}

.tp-block-item:hover,
.tp-block-item.active
{
	color: #000;
	border: 2px solid #16AEC7;
}

.tp-block-item:visited{
	color: #000;
}

.product__chars-block-title{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.product__chars-specs{
	margin: 8px 0 24px;
}

.product__chars-specs .product__chars-spec{
	position: relative;
	font-size: 13px;
	margin-bottom: 8px;
}

.product__chars-specs .product__chars-spec:before {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5px;
	border-bottom: dashed 1px #BEC6D2;
	z-index: 1;
}
.product__chars-specs .product__chars-spec span:first-child {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #808080;
	line-height: 24px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	z-index: 2;
	padding-right: 1px;
	vertical-align: text-top;
}
.product__chars-specs .product__chars-spec span:last-child {
	float: right;
	background: #fff;
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	z-index: 2;
	padding-left: 1px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}

.all-chars{
	outline: none;
	border: none;
	background: none;
	color: #16AEC7;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	transition: all .3s ease;
}

.all-chars:visited{
	color: #16AEC7;
}

.all-chars:hover{
	color: #fb2a00;
}

.product__info-block {
	display: flex;
	height: max-content;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
}
.product__info-available {
	height: 50px;
    border: solid 1px #E6E6E6;
    line-height: 22px;
    border-radius: 5px;
    padding: 14px 15px;
    text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.product__info-available.instock {
	color: #000;
}
.product__info-available span {
	padding-left: 28px;
	background: url(../img/icons/ico-podzakaz.png) no-repeat left center;
}
.product__info-available button {
	outline: unset;
	border: unset;
	background-color: transparent;
}
.product__info-available.instock span {
	padding-left: 28px;
	background: url(../img/icons/availability.png) no-repeat left center;
}
.product__info-card {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background-color: #ECF0F7;
	border-radius: 5px;
	overflow: hidden;
}
.info-block__price-and-quantity {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 16px;
}
.info-block__price-container {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}
.info-block__price.product__main-price {
	font-family: "Roboto",sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	margin: 0;
}
hr.product__info-card-hr{
	border-top: 1px solid #E5E8F0;
	margin-bottom: 0;
}

.info-block__price-description {
	margin: 0;
	font-size: 12px;
}
.info-block__quantity-container.counter {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid transparent;
	padding: 4px;
	margin-bottom: 16px;
}
.info-block__quantity-container.counter .counter__input  {
	position: absolute;
    width: 100%;
    left: 0;
}
.info-block__quantity-container.counter .counter__input input {
	background-color: transparent;
	height: unset;
	border: none;
	color: #000;
}
.info-block__quantity-container input::-webkit-outer-spin-button,
.info-block__quantity-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.info-block__quantity-container input[type=number] {
  -moz-appearance: textfield;
}

.info-block__quantity-container.counter .counter__btn {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	color: transparent;
	border: 1px solid transparent;
	transition: all .3s ease;
	outline: unset;
	z-index: 2;
}

.info-block__quantity-container.counter .counter__btn:hover {
	background-color: #E6E6E6;
}

.info-block__quantity-container .counter__btn_minus::before, .info-block__quantity-container .counter__btn_plus::before, .info-block__quantity-container .counter__btn_plus::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: #000;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.info-block__quantity-container .counter__btn_plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.product__info-block .product__buy-btn {
	width: 100%;
	height: 50px;
	background-color: #16AEC7;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
}

.product .product__info-block .quick-order {
	display: block;
	width: 100%;
	padding: 14px 0;
	background: none;
	position: relative;
	margin: 0 auto;
	color: #16AEC7;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;

	outline: 0;
	border: unset;
	transition: all .3s ease;
}

.info-block__delivery-container {
	margin-top: 24px;
}
.product-delivery__type-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
}
.product-delivery__type-wrapper:last-child{
	margin-bottom: 5px;
}
.delivery-bottom-text{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}
.product-delivery__type-title {
	font-family: "Roboto", sans-serif;
	margin-bottom: 4px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.product-delivery__item {
	display: flex;
	font-size: 14px;
	line-height: 16px;
	align-items: center;
}
.product-delivery__item span.product-delivery__item-title,
.product-delivery__item span.product-delivery__item-value
{
	color: #808080;
	font-family: "Roboto", sans-serif;
	line-height: 24px;
}
.product-delivery__item span.product-delivery__item-value{
	color: #000;
}
.product-delivery__item-link {
	width: max-content;
	color: #16AEC7;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	transition: all .3s ease;
}
.product-delivery__item .fa {
	color: gray;
}
.product-delivery__item-underline {
	flex: 1 1 auto;
	position: relative;
	overflow: hidden;
	height: 16px;
}

.product-delivery__item-underline::after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	position: absolute;
	left: -3px;
	bottom: 4px;
	border-bottom: dashed 1px #9a9c9f;
	z-index: 1;
}

.product-delivery__item .param-description {
   position: relative;
}

.product-delivery__item-value {
	white-space: nowrap;
}

.product-sets {
	margin-top: 10px;
	padding: 32px;
	border-radius: 5px;
	background: #F3F5FB;;
}
.product-sets__title {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 24px;
	color: #000;
}
.product-sets__slider {
}
.swiper-scrollbar.external-scrollbar.swiper-scrollbar-horizontal {
	position: relative;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	left: unset;
	bottom: unset;
	height: 10px;
	background: #E7E8ED;
	z-index:3;
}
.swiper-scrollbar.external-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{
	background: #f35868;
}
.product-sets__quantity-container {
	position: relative;
	display: flex;
	height: 100%;
	padding: 0 8px;
	justify-content: space-between;
	background-color: #fff;
}
.product-sets__choose-wrapper {
	position: relative;
	width: 100%;
   height: 40px;
   border-radius: 50px;
   border: 1px solid transparent;
   overflow: hidden;
	transition: all .3s ease;
}
.product-sets__choose-wrapper:hover, .product-sets__choose-wrapper.active-input {
	border: 1px solid #16AEC7;
}
.product-sets__choose-wrapper .product-card__button {
	position: absolute;
	width: auto;
	top: -1px;
	left: -1px;
	right: -1px;
	border: unset;
	border-radius: 0;
	z-index: 2;
}
.product-sets__choose-wrapper.active-input .product-card__button {
	transform: translateX(-100%);
}
.sets-quantity__btn {
	position: relative;
   width: 40px;
   height: 100%;
   border-radius: 50%;
   color: transparent;
	background-color: transparent;
   border: unset;
   transition: all .3s ease;
   outline: unset;
   z-index: 2;
}
.sets-quantity__input {
	width: 40px;
   line-height: 40px;
   text-align: end;
   border: none;
   display: block;
	color: #000;
	background-color: transparent;
   font-size: 16px;
}
.sets-quantity__btn_minus::before, .sets-quantity__btn_minus::after, .sets-quantity__btn_plus::before, .sets-quantity__btn_plus::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: #000;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.sets-quantity__btn_plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.product-sets .sets-slider-pagination.swiper-pagination {
	display: none;
	width: auto;
	height: 10px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.product-sets .product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 223px;
	height: auto;
	padding: 16px 30px 28px;
	border-radius: 5px;
	background: #FFF;
	box-sizing: border-box;
}
.product-sets .product-card:not(:last-child):after{
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	right: -26px;
	display: block;
	width: 18px;
	height: 18px;
	background: url('../img/icons/plus.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.product-card__image {
	flex: 1 0 auto;
	height: 140px;
	padding: 12px 10px 20px;
	margin-bottom: 20px;
	box-sizing: content-box;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
}
.product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-card__info {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-card__info.set-item__info{
	gap: 20px;
}
.product-card__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	color: #474D57;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: auto;
}
.product-card__price {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
}
.product-card__price span {
	font-size: 14px;
	line-height: 16px;
}
.product-card__button {
	width: 100%;
	height: 40px;
	border-radius: 50px;
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background-color: #16AEC7;
	overflow: hidden;
	transition: all .3s ease;
}
.product-card__button:hover {
	background-color: #fff;
	border: 1px solid #16AEC7;
	color: #474d57;
}
.product-card__button.product-in-cart {
	display: flex;
	position: relative;
	align-items: flex-start;
	line-height: 40px;
	justify-content: center;
	background-color: #FB2A00;
	color: #fff;
}
.product-card__button.product-in-cart:hover {
	border: 1px solid #FB2A00;
	font-size: 0;
}
.product-card__button.product-in-cart::after {
	content: "Перейти";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	transition: all .3s ease;
}
.product-card__button.product-in-cart:hover::after {
	bottom: 12px;
}
.products-slider__navigation {
	position: relative;
	width: calc(100vw - 110px);
	max-width: 100%;
}
.products-slider__navigation .swiper-button-prev, .products-slider__navigation .swiper-button-next {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 105px;
	top: unset;
	background: url(../img/icons/slider-chevron.svg) center no-repeat;
}	
.products-slider__navigation .swiper-button-prev::after, .products-slider__navigation .swiper-button-next::after {
	content: none;
}	
.products-slider__navigation .swiper-button-prev {
	left: -45px;
	transform: rotate(180deg);
}
.products-slider__navigation .swiper-button-next {
	right: -45px;
}
.product-sets__choosen {
	display: none;
	margin-top: 25px;
	font-size: 16px;
}
.product-sets__choosen.active {
	display: block;
}
.product-sets__choosen-quantity {
	font-weight: 700;
}
.product-sets__choosen-prices {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 42px;
	margin-top: 5px;
}
.product-sets__choosen-price_current {
	font-weight: 700;
	font-size: 36px;
	margin: 0;
	font-family: "Roboto", sans-serif;
}
.product-sets__choosen-price_old {
	font-size: 20px;
	color: #B5B8BC;
	text-decoration: line-through;
	margin: 0;
}
.product-sets__choosen-price_sale {
	height: 26px;
	border-radius: 5px;
	text-align: center;
	align-content: center;
	background-color:#FB2A00;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0 12px;
}
.product-sets__choosen-buy-btn {
	width: auto;
   height: 40px;
   border-radius: 50px;
   border: 1px solid transparent;
   font-size: 16px;
   font-weight: 500;
   line-height: 18px;
	padding: 0 24px;
	margin-top: 12px;
   text-align: center;
   color: #fff;
   background-color: #FB2A00;
   overflow: hidden;
   transition: all .3s ease;
}
.product-data {
	width: 100%;
	overflow: hidden;
	margin: 42px 0 0;
}
.h2.chars-title{
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
}
.product-data__tabs {
	width: max-content;
	height: 50px;
	display: flex;
}
.product-data__tab {
	position: relative;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	border: unset;
	padding: 0 60px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #B4B6BA;
	transition: all .3s ease;
	z-index: 2;
}
.product-data__tab.active {
	position: relative;
	background-color: #F8F8F8;
	color: #474D57;
	font-weight: 500;
	z-index: 1;
}
.product-data__tab::before {
	position: absolute;
	content: '';
	width: calc(100% + 20px);
	left: -10px;
	height: 20px;
   bottom: -10px;
	background-color: transparent;
	transition: all .3s ease;
}
.product-data__tab.active::before {
	background-color: #F8F8F8;
}
.product-data__tabs .product-data__tab:last-child::after {
	content: '';
   position: absolute;
   bottom: 0;
   right: -20px;
   width: 20px;
   height: 20px;
   background-color: #fff;
	border-radius: 0 0 0 50%;
}
.product-data__container {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #000;
}
.product-data__container:not(:last-child){
	margin-bottom: 24px;
}
.product-data__container.product-data__container_properties {
	display: flex;
	gap: 32px;
}
.product-data__container_properties .product__bottom-specs {
	width: 100%;
	column-gap: 35px;
}
.product-data__container_properties .product__bottom-spec span:first-child, .product-data__container_properties .product__bottom-spec span:last-child {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
.product-data__container_properties .product__bottom-spec span:first-child{
	color: #7E7E7E;
}
.product-data__container .product__docs {
	min-width: 350px;
}
.product-data__container .product__bottom-doc {
	width: 100%;
	padding: 0;
	display: grid;
   gap: 12px;
	grid-template-columns: 30px 1fr;
	word-wrap: break-word;
	background: unset;
	margin: 0;
}
.product-data__container .product__bottom-doc:hover .product__doc-info span:first-child{
	text-decoration: underline;
}
.product-data__container .product__bottom-doc:not(:last-child){
	margin-bottom: 20px;
}
.product-data__container .product__bottom-doc .product__doc-img {
	width: 100%;
	height: 24px;
	background: url(../img/icons/pdf-ico.svg) no-repeat top right;
	background-size: contain;
}
.product-data__container .product__bottom-doc .product__doc-info {
	display: flex;
	flex-direction: column;
}
.product-data__container .product__bottom-doc .product__doc-info span:first-child {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #16AEC7;
}
.product-data__container .product__bottom-doc .product__doc-info span:last-child {
	margin-top: unset;
	font-family: "Roboto", sans-serif;
	color: #808080;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.product__docs-container {
	width: 100%;
	max-width: 32%;
}
.product-banner__slider-container {
	position: relative;
	margin: 32px 0;
}
form + .product-banner__slider-container{
	margin: 72px 0 32px;
}
.product-banner__slider {
	height: auto;
	max-height: 122px;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.product-banner__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-banner__slider .product-banner-pagination.swiper-pagination {
	left: 50%;
	bottom: 5px;
	position: absolute;
	transform: translateX(-50%);
	width: max-content;
	z-index: 1;
}
.last-seen__title {
	margin: 85px 0 35px;
	color: #000;
}
.h2.last-seen__title{
	font-family: "Roboto", sans-serif;
}

/* @media screen and (min-width: 1200px) {
	.catalog.product .container {
		max-width: 1470px;
	}
} */
@media screen and (max-width: 1440px) {
	.product__main-wrapper {
		grid-template-columns: minmax(0, 1fr) 320px 320px;
	}
	.product__info-card {
		padding: 40px 30px;
	}
	.products-slider__navigation .swiper-button-prev {
		left: -14px;
	}
	.products-slider__navigation .swiper-button-next {
		right: -15px;
	}
}
@media screen and (max-width: 1200px) {
	.product-data__container.product-data__container_properties {
		flex-wrap: wrap;
	}
	.product__main-wrapper {
		grid-template-columns: auto;
	}
}
@media screen and (max-width: 1024px) {
	.product-banner__slider {
		max-height: 120px;
	}
}
@media screen and (max-width: 992px) {
	.product .product-gallery {
		position: relative;
		top: unset;
		max-height: unset;
		grid-template-columns: auto;
		grid-template-rows: 1fr 94px;
	}
	.product-gift__item-wrapper {
		left: 71px;
	}
	.product .product-gallery__slider {
		max-width: 615px;
	}
	.product .product-gallery__slider-container {
		order: -1;
	}
	.products-slider__navigation {
		display: none;
	}
	.product-data__tabs {
		width: 100%;
		overflow-x: auto;
		overflow-y: clip;
	}
	.product-card__button.product-in-cart {
		align-items: center;
	}
	.product-card__button.product-in-cart::after {
		content: unset;
	}
	.product-card__button.product-in-cart:hover {
		font-size: 16px;
		line-height: 18px;
	}
}
@media screen and (max-width: 768px) {
	.product-banner__slider-container,
	form + .product-banner__slider-container{
		margin: 16px 0;
	}
	.product-sets__title{
		font-size: 20px;
		line-height: 28px;
	}
	.product-sets__choosen{
		text-align: center;
	}
	.product-sets__choosen-prices{
		justify-content: center;
	}
	.product-gift__item-wrapper {
		max-width: calc(100% - 92px);
	}
	.product-gift__item-title {
		line-clamp: unset;
		-webkit-line-clamp: unset;
	}
	.product-warranty__info {
		max-width: calc(100vw - 60px);
	}
	.product__docs-container {
		max-width: unset;
	}
	.product-card__image {
		height: auto;
		aspect-ratio: 1;
	}
	.product-banner__slider {
		max-height: 160px;
	}
	.product-gallery .swiper-pagination{
		display: flex;
	}
	.product-gallery .product-gallery__thumbs{
		display: none !important;
	}
	.product-data__container.product-data__container_properties{
		gap: 20px;
	}
	.product__chars-block{
		margin-top: 0;
	}
	.product__chars-block-title,
	.product__chars-specs
	{
		display: none;
	}
	.product-sets{
		margin-top: 26px;
	}
}
@media screen and (max-width: 469px) {
	.product-sets .sets-slider-pagination.swiper-pagination {
		display: flex;
	}
}
@media screen and (max-width: 390px) {
	.product-sets__choosen-buy-btn{
		width: 100%;
	}
}