html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: unset;
	color: inherit;
}
a:hover{
	text-decoration: underline;
}
body{
	font-family: "Open Sans", sans-serif;
	background: #F1F5F8;
}
header{
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.08);
}
header>*{
	width: auto;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 700;
	max-width: 100px;
}
header>svg{
	transform: translateZ(0);
}
.container{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 64px;
}
@media screen and (max-width: 767px){
	.container{
		padding: 20px 6px;
	}
}
.description-block{
	display: flex;
	gap: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	justify-content: space-between;
	border-bottom: 2px solid #dbdbdb;
}
@media screen and (max-width: 991px){
	.description-block{
		flex-direction: column;
	}
}
.description-left{
	/*max-width: 600px;*/
	background: #fff;
	padding: 24px;
	border-radius: 6px;
	max-width: calc(100% - 350px);
	width: 100%;
}
@media screen and (max-width: 991px){
	.description-left{
		max-width: unset;
	}
}
h1{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 24px;
}
.description-left p{
	font-weight: 500;
	font-size: 18px;
}
.description-img{
	max-width: 350px;
	width: 100%;
}
.description-img img{
	max-width: 100%;
	cursor: pointer;
}
.search-block{
	display: flex;
	gap: 40px;
	margin-bottom: 32px;
}
@media screen and (max-width: 991px){
	.search-block{
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 480px){
	.search-block form{
		display: flex;
		flex-direction: column;
		gap: 4px;
	}
}
.search-block-wraper{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
@media screen and (max-width: 767px){
	.search-block-wraper{
		flex-direction: column-reverse;
		gap: 30px;
	}
}
.search-block.fixed{
	position: fixed;
	background: #fff;
	top: 0;
	width: 100%;
	height: 80px;
	align-items: center;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767px){
	.search-block.fixed{
		height: auto;
	}
}
.search-block.fixed .search-block-wraper{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 64px;
	width: 100%;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}
@media screen and (max-width: 991px){
	.search-block.fixed .search-block-wraper{
		padding: 20px 64px;
		max-width: calc(100% - 128px);
	}
}
@media screen and (max-width: 767px){
	.search-block.fixed .search-block-wraper{
		gap: 10px;
		padding: 20px 10px;
		max-width: calc(100% - 20px);
	}
}
.search-block form{
	max-width: 40%;
	width: 100%;
	gap: 10px;
	display: flex;
}
@media screen and (max-width: 991px){
	.search-block form{
		max-width: unset;
	}
}

.search-block input{
	padding: 8px 16px;
	border-radius: 6px;
	background: #fff;
	border: 2px solid #afafaf;
	font-weight: 600;
}
.search-block input:focus,
.search-block input:active{
	border: 2px solid #afafaf;
}
.search-block input[type="search"]{
	width: 80%;
}
.search-block input[type="search"]::-webkit-search-decoration,
.search-block input[type="search"]::-webkit-search-cancel-button,
.search-block input[type="search"]::-webkit-search-results-button,
.search-block input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}
@media screen and (max-width: 1200px){
	.search-block input[type="search"]{
		width: 70%;
	}
}
@media screen and (max-width: 991px){
	.search-block input[type="search"]{
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.search-block input[type="search"]{
		width: 100%;
	}
}
.search-block select{
	padding: 8px 16px;
	border-radius: 6px;
	border: 2px solid #afafaf;
	max-width: 200px;
	width: 200px;
	text-align: center;
	font-weight: 600;
	min-height: 37px;
}
.search-block select:focus,
.search-block select:active{
	border: 2px solid #afafaf;
}
@media screen and (max-width: 991px){
	.search-block select{
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.search-block select{
		width: 50%;
		max-width: unset;
	}
}
.filter-block{
	gap: 20px;
	display: flex;
}
.subcategory-block{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #dbdbdb;
}
.products, .products *, .products *:before, .products *:after {
	box-sizing: inherit;
}
.products{
	display: grid;
	grid-template-columns: repeat(auto-fill, 240px);
	gap: 32px;
}
@media screen and (max-width: 991px){
	.products{
		grid-template-columns: repeat(3, 33%);
		gap: unset;
		row-gap: 8px;
	}
}
/*@media screen and (max-width: 767px){*/
/*    .products{*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*}*/
@media screen and (max-width: 767px){
	.products{
		grid-template-columns: repeat(2, 50%);
	}
}
.products-slider{
	overflow: hidden;
}
.products-slider .slick-track{
	display: grid;
	grid-template-columns: repeat(auto-fill, 240px);
	gap: 32px;
}
.product-card{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 6px;
}
@media screen and (max-width: 991px){
	.product-card{
		margin: 0 4px;
		padding: 10px 4px
	}
}
.product-card-title,
.product-card-article{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px){
	.product-card-title,
	.product-card-article{
		font-size: 14px;
	}
}
.product-card-prices{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}
.product-card-price{
	font-size: 16px;
}
@media screen and (max-width: 767px){
	.product-card-price{
		font-size: 12px;
	}
}
.product-card-img{
	max-width: 100%;
	margin-bottom: 16px;
}
.product-card-sizes{
	align-self: flex-start;
	width: 100%;
	margin-top: auto;
	overflow: auto;
}
.product-card-sizes::-webkit-scrollbar {
	height: 5px;
}
.product-card-sizes::-webkit-scrollbar-button {
	background: #ccc
}
.product-card-sizes::-webkit-scrollbar-track-piece {
	background: #888
}
.product-card-sizes::-webkit-scrollbar-thumb {
	background: #eee
}
.product-card-sizes:not(:last-child){
	margin-bottom: 20px;
}
.product-card-sizes-title{
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}
.product-card-sizes-list{
	/*display: grid;*/
	/*grid-template-columns: repeat(5, 1fr);*/
	border: 1px solid #bebebe;
	width: 100%
	/*gap: 5px;*/
}
@media screen and (max-width: 991px){
	.product-card-sizes-list{
		/*grid-template-columns: repeat(3, 1fr);*/
	}
}
@media screen and (max-width: 480px){
	.product-card-sizes-list{
		/*gap: 2px;*/
	}
}
.product-card-sizes-list tbody{
	width: 100%;
}
.product-card-sizes-list tr{
	display: flex;
}
.product-card-sizes-item{
	gap: 4px;
	display: flex;
	text-align: center;
	padding: 4px;
	/*border-radius: 5px;*/
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.product-card-sizes-item p {
	font-size: 12px;
}
.product-card-sizes-item span{
	font-size: 12px;
}
.product-card-sizes-item span:first-child{
	font-size: 10px;
}
@media screen and (max-width: 991px){
	.product-card-sizes-item p{
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 480px){
	.product-card-sizes-item p{
		font-size: 10px;
	}
}
.product-card-sizes-item p span:first-child{
	border-right: 1px solid #333;
}
@media screen and (max-width: 991px){
	.product-card-sizes-item p span:first-child{
		border-right: unset;
		border-bottom: 1px solid #333;
	}
}
.shoose-length{
	padding-top: 2px;
	border-top: 1px solid;
}
