.none{
	display: none;
}
@font-face {
				font-family: "Circle-reg";
				src: url(../font/circle-regular/Circe-Regular.woff);
				src: url(../font/circle-regular/Circe-Regular.woff2);
				font-weight: 400;
				font-style: normal;
}
@font-face {
				font-family: "Circle-bold";
				src: url(../font/circle-bold/Circe-Bold.woff);
				src: url(../font/circle-bold/Circe-Bold.woff2);
}
@font-face {
			font-family: "Circle-Extrabold";
			src: url(../font/circle-extrabold/Circe-ExtraBold.woff);
			src: url(../font/circle-extrabold/Circe-ExtraBold.woff2);
}
@font-face {
			font-family: "Circle-light";
			src: url(../font/circle-light/circe_light.woff);
			src: url(../font/circle-light/circe_light.woff2);
}
html {
	font-size: 10px;
}
body { 
margin: 0;
padding: 0;
font-family: "Circle-reg";
background: #fff;

}
* {
	box-sizing: border-box;
}
a {
cursor: pointer; 
text-decoration: none;
color: #333;
}
input:focus {
	outline: none;
	border: none;
}
a, button {
	outline: none;
}
.link{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
img {
		width: 100%;    
}
ul {
	list-style: none;
	margin: unset;
	padding: unset;
}
h1,h2,h3,h4,h5,
p{
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
}
.container {
	margin: 0 auto;
	max-width: 1440px; 
	padding: 0 10px;
	width: 100%;
	
}
.container-global{
	margin: 0 auto;
	max-width: 1200px; 
	padding: 0 10px;
	width: 100%;
}


/* sliders **********************************************/
.products h3 {
	margin-bottom: 10px;
	padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    width: 100%;
}
.swiper-wrapper {
	height: auto;
}
.swiper-slide { 
	width: auto; 
	height: auto;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-prev, .swiper-button-next {
    color: #A2A7B5;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}
.products .button__block{
	display: flex;
	background: #000;

	border-radius: 10px;
	padding: 16px 24px;
	width: 191px;
	height: 58px;

	margin: 26px auto 0;
	font-family: "Circle-bold";
	font-size: 24px;
	line-height: 110%;
	color: #fff;
}
/* products ********************************************************/
.products__bg{
	border-radius: 40px;
	/* padding: 30px; */

	background: #fff;
}
.products__descr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
.products__descr-btn{
	border-radius: 10px;
	padding: 19px 32px;
	width: 195px;
	height: 56px;

	background:  #f3f5fa;
	margin-bottom: 30px;

	transition: all .3s ease-in;
	display: flex;
	flex-direction: row;
	gap: 13px;

}
.products__descr-btn.notAll{
	display: none;
}
.products__descr-btn p{
	position: relative;
	font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 110%;
letter-spacing: -0.02em;
color: #000;
	font-size: 18px;
	line-height: 110%;
	color: #000;
}

.products-wrap {
	margin: 0 auto;
    max-width: 1520px;
    width: 100%;
		/* padding: 20px 0; */
}
.product-row {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
}
.product-item {
		/* margin: 10px; */
		overflow: hidden;
		/* margin-left: 5px; */
		margin: 20px 0px 20px 16px;
		position: relative;
		/* max-width: 220px;
		width: 220px; */
		width: 262px;
		border-radius: 16px;
		background: #fff;
		transition: all 0.2s ease;
		box-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
}

.product-item .preview {
		position: relative;
		min-height: 317px;
		width: 100%;
		/* border-top-left-radius: 7px;
		border-top-right-radius: 7px; */
}
.product-item .preview__inner{
	display: flex;
	flex-direction: column;
	/* padding: 12px 0 0 12px; */
	padding: 12px 0 0 0px;

	font-family: "Circle-reg";
	font-size: 12px;
	letter-spacing: 0.01em;
	color: #fff;

}
.product-item .preview__inner .preview__title{
	border-radius: 3px;
	padding: 1px 10px;
	width: 130px;
	height: 20px;
	background:  #c3ccf0;
	color: #000;
}
.product-item .preview__inner .preview__title.trail{
	width: 113px;
}
.product-item .preview__inner .preview__title.tourism{
	width: 141px;
}

/* .tovar .product-item .preview__inner .preview__title{
	width: 139px;
} */
/* .beauty .product-item .preview__inner .preview__title{
	width: 110px;
} */
.product-item .preview__inner .preview__sibtitle{
	border-radius: 3px;
	padding: 1px 10px;
	width: 65px;
	height: 20px;
	background: #7cbeb2;
	color: #000;
	margin-top: 2px;
}
.label {
		background: url(../img/label.png) no-repeat center;
		width: 60px;
		height: 70px;
		position: absolute;
		top: -15px;
		right: 0;
}
span.brand {
	font-family: "Circle-bold";
	font-size: 16px;
	text-transform: uppercase;
	color: #262626;
    /* color: #000;
    font-weight: normal;
    font-size: 12px;
    text-transform: capitalize; */
		margin-top: 4px;
}
span.add-to-cart {
	display: none;
    /* position: absolute;
    width: 23px;
    height: 22px;
    z-index: 100;
    display: flex;
    align-items: center; 
    justify-content: center;
    bottom: 0;
    right: 8px;
    top: 0; */
}
.info {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 16px;
}
.name {
	font-family: "Circle-reg";
		font-size: 14px;
		line-height: 120%;
		color: #262626;
		/* height: 0;
		font-size: 12px;
		font-weight: 800;
		color:rgba(0, 0, 0, 0.8);; */
}
.dot {
	position: relative;	
	display: flex;	
	align-items: center;	
	margin: 0 4px;
	width: 	3px;
	height: 10px;	
}
.dot:before {
    content: '.';
    position: absolute;
    top: -10px;
}
.article {
		font-size: 12px;
}
.product-bottom {
    position: relative;
		padding: 8px 8px 0 8px;
		
    /* padding: 0 8px 0 8px;	 */
}
.actions__inner {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 8px;
}
.actions__img {
	display: none;
	width: 24px;
	height: 24px;
}
.actions_sale {
	background-image: url(https://media.kari.com/mail/2024_nov_banner_new/backProductSale.png);
	background-repeat: no-repeat;
	width: 44px;
	height: 22px;
	/* z-index: -1; */
	/* background-position: 0 0; */
}
.biiik{
	width: 300px;
	height: 150px;
	background: #000;
}

.price > div:first-child {
		display: flex;
		min-height: 17px;
}
.old-price { 
	font-family: "Circle-reg";
	font-size: 20px;
	text-decoration: line-through;
	text-align: right;
	color: #757575;
		/* margin-right: 5px;
		color: #A2A7B5;
		font-size: 12px;
		text-decoration: line-through;
		font-family: Tahoma; */
}
.sale {
		font-family: "Circle-reg";
		font-size: 13px;
		letter-spacing: 0.06em;
		color: #fff;
		padding-left: 7px;
		padding-top: 2px;
}
.price__inner{
	display: flex;
	align-items: center;
	gap: 10px;
}
.new-price {
		font-family: "Circle-bold";
		font-size: 24px;
		color: #262626;
		text-align: left;
		/* text-align: left;
		font-size: 16px;
		font-weight: 800;
		color: #991E66; */
}
.reviews-count, .number {
		font-size: 12px;
		font-weight: 800;
}
.bought-count {
		display: flex;
		margin-bottom: 20px;
		font-size: 12px;
}
.colors {
		display: flex;
		justify-content: flex-end;	
}
.colors .item {
	width: 8px;
	height: 8px;
	margin-right: 4px;
	border-radius: 50%;
	border: 1px solid rgba(205, 207, 216, 0.5);
}
.bought-count .number {
		margin-right: 7px;
}
b.promo {
		color: #fff;
}
section.two-equal-tree .banners {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.two-equal-tree .category-item {
    max-width: 775px;
    width: 100%;
    margin: 10px;
}
section.all-products {
	position: relative;
	/* padding: 60px 0; */
	margin-bottom: 40px;
}
.linkNext {
	width: 262px;
	height: 480px;
	border-radius: 16px;

	position: relative;
	margin-left: 20px;
	/* border: 2px solid rgba(255, 255, 255, 0); */
	cursor: pointer;
	background: #f3f5fa;

	transition: all .3s ease-in;
}

.linkNext-click {
	display: inline-block;
	padding-top: 220px;
	padding: 220px 50px 220px 50px;
}
.linkNext__inner{
	display: flex;
	align-items: center;
}
.linkNext-click p{
	display: inline-block;
	font-family: "Circle-reg";
	font-size: 18px;
	line-height: 110%;
	color: #000;

	/* max-width: 120px; */
	margin-right: 12px;
	transition: all .3s ease-in;
}
/*изменение all-products*/
/* section.all-products:before {
    background: #ffffffd6;
    content: "";
    width: 100%;
    height: 100%; 
    position: absolute;
    z-index: 50;
} */
.countdown {
    font-size: 3rem;
    font-weight: 100;
    color: #fff;
    max-width: 100%;
    text-align: center;
    margin: auto;
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
}
.countdown h2 { 
			margin: 30px 0 40px;
			font-size: 5rem; 
	    font-weight: 300; 
}
.countdown-item {
		    display: inline-block;
} 
.countdown-item .time-unit {
			margin-bottom: -10px;
		    text-align: center;
		    text-transform: uppercase;
		    font-size: 1.3rem;

}
.countdown span.colon {
	    font-size: 8rem;
	    display: inline-block;
}
.countdown-item .time-number { 
				margin: 0 20px 20px;
		    letter-spacing: 0.3rem;
				font-size: 11rem;
}
.countdown-item:last-of-type {
	    max-width: 140px;  
	    width: 100%;
}
.player {
	text-align: center;
}  

/* *********************** */
/* logo */
.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 21px 0 39px;
}
.logo img{
	width: 65px;
}

.page-wrapper {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
	background:  #d7d8db;
}
.split-container {
  max-width: 1420px;
	width: 100%;
  height: 700px;
  margin: 0 auto;
  position: relative;
  display: flex;
  /* overflow: visible; */
}
.split-section {
  position: relative;
  flex: 1;
  /* overflow: hidden; */
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
	flex: 1;

	cursor: pointer;
}
.split-section:hover {
  flex: 1.3;
}
.split-section.hover-active {
	flex: 1.2;
}
.left {
	position: relative;
	background-repeat: no-repeat;
  transform: skewX(-5deg);
  margin-left: -2%;
  overflow: hidden;
}
.left::before{
	content: "";
  position: absolute;
  inset: 0; 
  /* background: url('../img/slider/1.png') 170px/76% no-repeat;  */
  background: url('../img/slider/4.png') 26px/100% no-repeat; 
	/* background-position: 26px 0; */


  transform: scale(1);
  transition: transform 0.3s ease-in-out; 
  /* z-index: 1; */
	top: 0;
}
.left .content{
  transform: skewX(5deg);
  margin-left: 2%;
}
.right {
	position: relative;
  transform: skewX(-5deg);
  margin-right: -2%;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.right::before{
	content: "";
  position: absolute;
  inset: 0; 
  /* background: url('../img/slider/2.png') -80px/80% no-repeat;  */
  background: url('../img/slider/3.png') -60px/100% no-repeat; 

  transform: scale(1);
  transition: transform 0.3s ease-in-out; 
	top: 0;
}
/* .big{
	position: absolute;
	inset: 0; 
	background: url('../img/slider/2.png') 0px/80% no-repeat; 
} */
/* .split-section:hover .right::before,
.split-section:hover .left::before {
  transform: scale(1.1);
} */
.split-section.hover-active .right::before{
	background: url('../img/slider/3.png') 0px/1% no-repeat; 
}
.split-section:hover .right::before{
	/* transform: scale(1); */
}

.split-section.hover-active  .watermarkRun{
	top: 16%;
	left: 49%;

	transition: all .3s ease-in-out; 
}
.right .content {
  transform: skewX(5deg);
  margin-right: 2%;

	text-align: right;
}
.content {
  position: relative;
	padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333;
}
.header {
  margin-bottom: 2rem;
}
.athlete-info h2 {
	font-family: "Circle-bold";
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: 5px;
}
.athlete-info p {
  font-family: "Circle-reg";
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;
}
.product-info {
  margin-top: auto;
  position: relative;
}
.product-info h3 {
  font-family: "Circle-bold";
	font-size: 20px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;

	margin-bottom: 10px;
}
.product-info p {
  font-family: "Circle-reg";
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;

	margin-bottom: 10px;
}
.product-info span{
	font-family: "Circle-bold";
}
.right::before .product-info {
	position: relative;
	z-index: 109 !important;
}

/* Разрешаем кликать по ссылкам */
.product-info a {
	pointer-events: auto;
}

.catalog-button {
  display: inline-block;
	border-radius: 10px;
  padding: 16px 32px;
	width: 137px;
	height: 52px;
  background: #f3f5fa;
  
  transition: all.3s ease;
	cursor: pointer;
}
.catalog-button p{
	font-family: "Circle-reg";
	font-size: 18px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;

	cursor: pointer;

}
.split-section.hover-active .catalog-button,
.split-section:hover .catalog-button{
	background: #000;
}
.split-section.hover-active .catalog-button p,
.split-section:hover .catalog-button p{
	color: #f3f5fa;
}
.left .watermark {
  top: 17%;
  left: 56%;
  transform: translate(-50%, -17%);
	font-size: 100px;
	text-align: end;
	z-index: 0;
}
.watermark {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%) scale(1);
  text-align: center;

	font-family: "Circle-Extrabold";
	font-size: 137px;
	line-height: 110%;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #fff 0%, #f3f3fa 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	opacity: 0.5;
	z-index: 0;
	transition: all 0.3s ease-in-out; 
}
.left-images,
.right-images{
	/* display: flex;
	gap: 20px;
	max-width: 1420px;
	width: 100%;
	margin: 0px auto 0;
	padding-top: 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out; */

}

.left-images,
.right-images {
	display: flex;
	gap: 20px;
	max-width: 1420px;
	width: 100%;
	margin: 0px auto 0;
	/* padding-top: 20px; */
  max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;

    /* 🔥 Делаем так, чтобы ховер "захватывался" раньше */
    /* padding: 20px 0;
    margin-top: -20px;  */
    pointer-events: auto;
}
.left-images {
	/* padding-top: 10px; */
}
.right-images{
	/* padding-top: 10px; */
}
.right-images, .left-images {
	/* transition:  padding-top 0.3s ease; */
}

.visible {
	max-height: 400px;
	opacity: 1;
}

.hidden {
  /* max-height: 0; */
  /* padding: 0 10px; */
}
.page-wrapper-min{
	display: none;
}
/* sportInfo */
.sportInfo {
	margin: 30px 0 40px;
}
.sportInfo__inner {
	display: flex;
	justify-content: space-between;

	border-radius: 16px;
	background: #f3f5fa;
}
.sportInfo__descr {
	display: flex;
	flex-direction: column;
	align-items: end;
	padding: 139px 0 161px 70px;

	height: 700px;
}
.sportInfo__descr-logo {
	margin-bottom: 24px;
	max-width: 506px;
}
.sportInfo__descr-text {
	font-family: "Circle-reg";
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.02em;
	text-align: right;
	color: #000;

	max-width: 466px;
	width: 100%;
	margin-bottom: 46px;
}
.sportInfo__desct-btn {
	border-radius: 10px;
	padding: 16px 32px;
	width: 228px;
	height: 52px;

	background: #e0e3eb;

	transition: all .3s ease-in-out;
}
.sportInfo__desct-btn p{
	font-family: "Circle-reg";
	font-size: 18px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;
	}
.sportInfo__img img{
	border-radius: 49px 16px 16px 49px;
}
.sportInfo__descr-min{
	display: none;
}
/* categoriTovar  */
.categoriTovar {
	margin-bottom: 20px;
}
.categoriTovar__inner {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 16px;
	height: 550px;
}
.categoriTovar.run .categoriTovar__inner{
	background-image: url(../img/cards/1.png);
}
.categoriTovar.trail .categoriTovar__inner{
	background-image: url(../img/cards/2.png);
}
.categoriTovar.treking .categoriTovar__inner{
	background-image: url(../img/cards/3.png);
}
.categoriTovar.tourism .categoriTovar__inner{
	background-image: url(../img/cards/4.png);
}
.categoriTovar__card{
	display: flex;
	flex-direction: column;
	gap: 113px;

	padding: 87px 0 115px 60px;
}
.categoriTovar.tourism .categoriTovar__card{
	display: flex;
	flex-direction: column;
	gap: 51px;

	padding: 70px 0 59px 60px;
}
.categoriTovar__descr {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 486px;
	width: 100%;

	font-family: "Circle-reg";
	letter-spacing: -0.02em;
	color: #000;
}
.categoriTovar__descr-title{
	font-family: "Circle-bold";
	font-size: 32px;
	line-height: 110%;
}
.categoriTovar__descr-text{
	font-size: 24px;
	line-height: 110%;
}
.categoriTovar__descr-btn{
	display: flex;
	align-items: center;
	gap: 4px;

	border-radius: 10px;
	padding: 16px 30px;
	width: 195px;
	height: 56px;
	background: #f3f5fa;
	transition: all .3s ease-in-out;
}
.categoriTovar__descr-btn p{
	font-size: 18px;
	line-height: 110%;
}
.categoriTovar__items{
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.categoriTovar__items.widthFive{
	display: none;
}
.categoriTovar__item {
	position: relative;
	padding-left: 25px;
}
.categoriTovar__item::after{
	position: absolute;
	content: '';
	width: 21px;
	height: 21px;
	background-color: #000;
	border-radius: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50% );
}
.categoriTovar__item p{
	font-family: "Circle-reg";
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;
}
.categoriTovar__img{
	display: none;
}




/* title */
.title {
	font-family: "Circle-bold";
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: 20px;

	display: flex;
	justify-content: space-between;
	align-items: end;
}
.title-h2 {
	font-family: "Circle-bold";
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000;
}
.title-click{
	border: 2px solid #ff6060;
	border-radius: 10px;
	padding: 8px 30px;
	width: 247px;
	height: 51px;

	background: #fff;
	transition: all .3s ease-in;
}
.title-click p{
	font-family: "Circle-reg";
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #ff6060;
	transition: all .3s ease-in;
}
.title-click.min{
	display: none;
}


/*media ************************************************************************************/
@media (min-width: 1500px){
	/* .right:hover,
	.left:hover, */
	.swiper-button-prev-1:hover,
	.swiper-button-next-1:hover{
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
		/* background: #ff6060; */
		background: #d7d8db;
	}
	/* .right:hover svg path,
	.left:hover svg path, */
	.swiper-button-prev-1:hover svg path,
	.swiper-button-next-1:hover svg path{
		/* fill: white; */
		fill: black;
	}
	.linkNext:hover{
		background:  rgba(0, 0, 0, 0.1);
	}
	.categoriTovar__descr-btn:hover,
	.products__descr-btn:hover{
		background: #000;
	}
	.categoriTovar__descr-btn:hover p,
	.products__descr-btn:hover p{
		color: #f3f5fa;
	}
	.categoriTovar__descr-btn:hover svg path,
	.products__descr-btn:hover svg path{
		fill: white;
	}
	.product-item:hover {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
		transform: scale(1.02);
	}
	.sportInfo__desct-btn:hover {
		background: #000;
	}
	.sportInfo__desct-btn:hover p{
		color: #f3f5fa;
	}

	/* .title-click */
	.title-click:hover{
		background: #ff6060;
	}
	.title-click:hover p{
		color: #fff;
	}
	
}
@media (max-width: 1280px) {
		.products {
    	padding: 0 80px;
	}
}
@media(max-width: 568px) {
		.products {
    	padding: 0 ;
	}
		.products h3 {
	    font-size: 20px;
	}
}
@media (max-width: 450px) {
	.product-item {
	    max-width: 150px;
	    margin: 7px;
	} 
	.product-item .preview {
	    min-height: 237px;
	}
	.dot {
	    margin: 0 3px;
	    width: 0;
	} 
	.info {
		min-height: 35px;
	}
	.product-bottom {
	    padding-bottom: 0;
	}
	.products {
		padding-left: 0px;
	}
		.result-info br {
	    display: none;
	}
	
	.swiper-button-prev:after, .swiper-button-next:after {
	    font-size: 25px;
	}

}

@media (max-width: 500px){
	.title br{
		display: block;
	}
	section.all-products{
		/* padding: 30px 0px; */
		/* margin: 0 12px; */
		margin-bottom: 20px;
		overflow: hidden;
	}
	.products .container{
		padding: unset;
	}
	.products__bg{
		border-radius: 10px;
		/* padding: 20px 0px 20px 10px; */
	}
	.products__descr{
		gap: unset;
		justify-content: space-between;
	}
	.products__descr-btn{
		border-radius: 5px;
		padding: 8px;
		width: 77px;
		height: 38px;

		margin-right: 10px;
		margin-bottom: 10px;
		
	}
	.products__descr-btn.allSee{
		display: none;
	}
	.products__descr-btn.notAll{
		display: block;
	}
	.swiper-slide{
		height: 364px;
	}
	/* .product-item .preview {
    position: relative;
    min-height: 317px;
    width: 100%;
} */
  .list-item img{
    width: 50px;
  }

	.new-price{
		font-size: 17px;
	}
	.old-price{
		font-size: 13px;
	}
	.name {
		height: 33px;
		display: inline-block;
	}
	.sale {
		font-size: 10px;
		padding-left: 12px;
		padding-top: 3px;
	}
	.product-item .preview__inner{
		font-size: 10px;
	}
	.product-item .preview__inner .preview__title {
		font-size: 10px;
		padding: 2px 5px;
		width: 115px;
	}
	
	.product-item .preview__inner .preview__sibtitle{
		padding: 2px 6px;
		width: 50px;
	}
	.linkNext{
		width: 164px;
		height: 364px;
	}
	.linkNext-click p{
		font-size: 18px;
	}
	.linkNext-click{
		padding: 154px 39px;
	}

	/* .................................................. */
	.page-wrapper,
	.gallery{
		display: none;
	}
	/* .page-wrapper{
		max-width: 370px;
		width: 100%;
		background: unset;
	}
	.split-container{
		max-width: 370px;
		width: 100%;
		flex-direction: column;
		height: auto;
	}
	.left{
		order: 1;
	}
	.left{
		border-radius: 10px;
	}
	.left,
	.left .content{
		transform: unset;
		margin-left: unset;
		height: 550px;
	}
	.right{
		box-shadow: unset;
		border-radius: 10px;
	}
	.right, 
	.right .content{
		transform: unset;
		margin-right: unset;
		height: 550px;
	}
	.right::before{
		background-image: url(../img/slider/3-1.png);
		background-size: contain;
		background-position: 0 0;
	}
	.catalog-button,
	.product-info{
		display: none;
	}
	.content{
		padding: 14px 11px;
	}
	.athlete-info h2{
		margin-bottom: unset;
	} */
	 .page-wrapper-min{
		display: block;
	 }
	 .page-wrapper-min__inner{
		display: flex;
		flex-direction: column;
		gap: 32px;
	 }
	 .page-wrapper-min-card{
		position: relative;
	 }
	.page-wrapper-min-card_img{
		/* position: relative; */

		border-radius: 10px;
	}
	.page-wrapper-min_img-descr {
		position: absolute;
		top: 14px;
		right: 11px;
		text-align: right;

		font-family: "Circle-bold";
		font-size: 16px;
		line-height: 110%;
		letter-spacing: -0.02em;
		text-align: right;
		color: #000;
	}
	.page-wrapper-min-card:nth-child(2) .page-wrapper-min_img-descr{
		position: absolute;
		right: unset;
		left: 11px;
		text-align: left;
	}
	.page-wrapper-min_img-descr p{
		font-family: "Circle-reg";
	}
	.box {
		margin: 8px 0 0;

		display: flex;
		flex-direction: column;
		
	}
	.box__descr h2{
		font-family: "Circle-bold";
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: #000;

		margin-bottom: 8px;
	}
	.box__descr p{
		font-family: "Circle-reg";
		font-size: 16px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #000;
		margin-bottom: 8px;
	}
	.box__descr span{
		font-family: "Circle-bold";
	}
	.box-button {
		display: inline-block;
		border-radius: 10px;
		padding: 16px 32px;
		width: 100%;
		height: 54px;
		background: #000;

		margin: 8 auto 0;
	}
	.box-button-p{
		display: flex;
		justify-content: center;
		font-family: "Circle-bold";
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #f3f5fa;
	}
	.box-button .box-button-p{
		display: flex;
		justify-content: center;
		font-family: "Circle-bold";
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #f3f5fa;
	}
	.slider-container{
		width: 100%;
		overflow: hidden;
		position: relative;
		touch-action: pan-y;
		display: flex;
		justify-content: center;
	}
	.slider{
		display: flex;
		gap: 20px;
		transition: transform 0.4s ease-in-out;
	}
	.slide{
		max-width: 220px;
		flex-shrink: 0;
	}
	.slide img {
		width: 100%;
		display: block;
		user-select: none;
	}

	.title{
		order: 1;
	}
	/* title */
	.title{
		display: none;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.title-h2{
		font-size: 24px;
		max-width: 284px;
	}
	.title a{
		display: none;
	}

	.title-click.min{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		border: 1px solid transparent;
		border-radius: 10px;
		padding: 10px 20px;
		width: 355px;
		height: 56px;

		margin: 0 auto 32px;
		background: #000;
	}
	.title-click.min p{
		font-family: "Circle-bold";
		font-size: 20px;
		color: #f3f5fa;
	}

	.sportInfo__inner{
		flex-direction: column;
		gap: 8px;
		background-color: unset;
	}
	.sportInfo__descr{
		padding: 20px 0 0 0;
		height: auto;
	}
	.sportInfo__descr-logo{
		margin-bottom: unset;
	}
	.sportInfo__descr-text,
	.sportInfo__desct-btn{
		display: none;
	}
	.sportInfo__img img{
		border-radius: 10px;
	}
	.sportInfo__descr-min {
		display: flex;
		flex-direction: column;
		gap: 8px;		
	}
	.portInfo__descr-min-text {
		font-family: "Circle-reg";
		font-size: 16px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #000;

		max-width: 355px;
		width: 100%;
	}
	.portInfo__descr-min-btn {
		border-radius: 10px;
		padding: 16px 32px;
		height: 54px;

		background: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.portInfo__descr-min-btn p{
		font-family: "Circle-bold";
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #f3f5fa;
	}

	.categoriTovar.run .categoriTovar__inner,
	.categoriTovar.trail .categoriTovar__inner,
	.categoriTovar.treking .categoriTovar__inner,
	.categoriTovar.tourism .categoriTovar__inner,
	.categoriTovar__inner{
		background-image: unset;
		display: flex;
		flex-direction: column;
		gap: 8px;
		height: auto;
	}
	.categoriTovar.tourism .categoriTovar__card,
	.categoriTovar__card{
		padding: unset;
	}
	
	.categoriTovar__items.widthFive{
		display: flex;
		gap: 16px;

		background: #f3f3fa;
		border-radius: 10px;
		padding: 8px 16px;
		width: 294px;
		height: 34px;
	}
	.categoriTovar.tourism .categoriTovar__items.widthFive{
		width: 337px;
	}
	.categoriTovar__items.widthFive .categoriTovar__item p{
		font-size: 16px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #777fa3;
	}
	.categoriTovar__items.widthFive .categoriTovar__item::after {
		width: 8px;
		height: 8px;
		background-color: #777fa3;
	}
	.categoriTovar__items.widthFive .categoriTovar__item{
		padding-left: 12px;
	}
	.categoriTovar__items{
		display: none;
	}
	.categoriTovar__descr{
		gap: 8px;
	}
	.categoriTovar__descr-title{
		font-size: 23px;
	}
	.categoriTovar__descr-text{
		font-size: 16px;
	}
	.categoriTovar__descr-btn{
		display: none;
	}
	.categoriTovar__img{
		display: block;
	}
} 
.products-wrap{
	position: relative;
}
.swiper-button-prev-1{
	position: absolute;
	/* position: relative; */
	left: 20px;
	margin-top: calc(210px - (var(--swiper-navigation-size) / 2));
	width: 22px;
	height: var(--swiper-navigation-size);
	z-index: 10;
	cursor: pointer;

	border-radius: 100px;
	padding: 20px 18px;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	/* background: #f7f2f9; */
	background: #f3f5fa;

	transition: all .3s ease-in;
}
.swiper-button-prev-1 svg path{

}

.swiper-button-next-1{
	/* position: relative; */
	position: absolute;
	right: 10px;
	margin-top: calc(210px - (var(--swiper-navigation-size) / 2));
	background-repeat: no-repeat;
	width: 22px;
	height: var(--swiper-navigation-size);
	z-index: 10;
	cursor: pointer;

	border-radius: 100px;
	padding: 20px;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	/* background: #f7f2f9; */
	background: #f3f5fa;
	transition: all .3s ease-in;
}
.swiper-button-prev-1.swiper-button-disabled,
.swiper-button-next-1.swiper-button-disabled{
	opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev-1 svg path,
.swiper-button-next-1 svg path{
	fill: #4A4A4A;
}

.swiper{
	/* width: 90%; */
	width: 100%;
}

@media (max-width: 460px) {
	.swiper{
		/* width: 80%; */
		width: 94%;
	}
	.swiper-button-prev-1, .swiper-button-next-1{
		margin-top: calc(190px - (var(--swiper-navigation-size) / 2));
	}
}
