.itemColumn {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	background: #fff;
	margin-bottom: 50px;
}
.itemVendor {
	padding: 10px;
	font-size: 15px;
}
.itemVendor div {
	display: block;
	vertical-align: top;
	line-height: 40px;
}
.priceType {
}
.type1 {
	color: #369131;
}
.type2 {
	color: #ff7300;
}
.type3 {
	color: #ff0000;
}






.gallery {
	width: 300px;
	position: relative;
	margin-top: 20px;
	user-select: none;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.gallery .mainImgWrapper {
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.gallery .mainImgWrapper .mainImgElems {
	width: 9999px;
	height: 300px;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery .mainImgWrapper .mainImgElems .mainImgElem {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 300px;
	text-align: center;
	position: relative;
}
.gallery .mainImgWrapper .mainImgElems .mainImgElem img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.gallery .zoom {
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	background: #000;
	opacity: 0.2;
}
.gallery .zoomModal {
	display: none;
	width: 600px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: -80px;
	left: 450px;
	margin: 0 auto;
	-webkit-box-shadow: 10px 10px 30px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 30px 10px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 30px 10px rgba(0,0,0,0.5);
}
.gallery .zoomModalWrapper {
	position: relative;
}
.gallery .zoomModal .zoomModalWrapper img {
	position: absolute;
	top: 0;
	left: 0;
}



.carousel {
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
}
.carouselWrapper {
	height: 60px;
	line-height: 60px;
}
.carousel div {
	display: inline-block;
	vertical-align: top;
}
.carousel .swiperLeftBtn {
	width: 40px;
	height: 60px;
	background-image: url("/images/catalog/arrow-left.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
}
.carousel .swiperLeftBtn:hover {
	background-color: #a3a3a3;
}
.carousel .swiperRightBtn {
	width: 40px;
	height: 60px;
	background-image: url("/images/catalog/arrow-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
}
.carousel .swiperRightBtn:hover {
	background-color: #a3a3a3;
}
.carousel .carouselElemsWrapper {
	width: 220px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.carousel .carouselElemsWrapper .carouselElems {
	width: 9999px;
	height: 60px;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}
.carousel .carouselElemsWrapper .carouselElems .carouselElem {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	border: 1px solid #a3a3a3;
	margin: 0 2px;
	cursor: pointer;
	position: relative;
}
.carousel .carouselElemsWrapper .carouselElems .carouselElem img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.carousel .carouselElemsWrapper .carouselElems .carouselElem: hover {
	border: 1px solid #B32325;
}
.carousel .carouselElemsWrapper .carouselElems .carouselElem.active {
	border: 1px solid #B32325;
}


@media screen and (min-width: 370px) {
	.gallery {
		width: 350px;
	}
	.gallery .mainImgWrapper {
		width: 350px;
		height: 350px;
	}
	.gallery .mainImgWrapper .mainImgElems {
		height: 350px;
	}
	.gallery .mainImgWrapper .mainImgElems .mainImgElem {
		width: 350px;
		height: 350px;
	}
	.carousel .carouselElemsWrapper {
		width: 270px;
	}
}

@media screen and (min-width: 425px) {
	.gallery {
		width: 400px;
	}
	.gallery .mainImgWrapper {
		width: 400px;
		height: 400px;
	}
	.gallery .mainImgWrapper .mainImgElems {
		height: 400px;
	}
	.gallery .mainImgWrapper .mainImgElems .mainImgElem {
		width: 400px;
		height: 400px;
	}
	.carousel .carouselElemsWrapper {
		width: 320px;
	}
}
@media screen and (min-width: 460px) {
	.itemVendor div {
		display: inline-block;
	}
	.priceType {
		padding: 0 10px;
		float: right;
	}
}










.itemWrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.itemContent {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	flex-grow: 1;
}
.offersWrapper {
	
}
.offersWrapper table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}
.offersWrapper table thead {
	background: rgb(57,55,78);
	background: linear-gradient(90deg, rgba(57,55,78,1) 0%, rgba(39,38,54,1) 100%);
	color: #fff;
	font-size: 12px;
}
.offersWrapper table tbody tr {
	box-sizing: border-box;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #ccc;
	background: #FFFFFF;
}
.offersWrapper table th {
	padding: 10px;
	text-align: left;
}
.offersWrapper table td:nth-child(4) {
	text-align: center;
	padding-right: 20px;
}
.offersWrapper table th:nth-child(4) {
	text-align: center;
	padding-right: 20px;
}
.offersWrapper table td {
	padding: 5px 10px;
	color: #404040;
}
.offersWrapper table th:first-child {
	width: auto;
}

.itemsCount {
	position: relative;
	user-select: none;
	height: 60px;
	min-width: 70px;
}
.itemsCount input {
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 0;
}
.itemsCount .buttonMinus {
	position: absolute;
	left: 5px;
	top: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #262635;
	color: #fff;
	cursor: pointer;
}
.itemsCount .buttonMinus:hover {
	background: #FF0000;
}
.itemsCount .buttonPlus {
	position: absolute;
	left: 35px;
	top: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #262635;
	color: #fff;
	cursor: pointer;
}
.itemsCount .buttonPlus:hover {
	background: #05900D;
}

@media screen and (min-width: 425px) {
	.itemsCount .buttonMinus, .itemsCount .buttonPlus {
		position: static;
		left: auto;
		top: auto;
	}
	.itemsCount {
		height: auto;
		min-width: 125px;
	}
	.offersWrapper table {
		font-size: 14px;
	}
	.offersWrapper table thead {
		font-size: 16px;
	}
}

@media screen and (min-width: 1240px) {
	.offersWrapper table th:nth-child(1) {
		padding-left: 20px;
	}
	.offersWrapper table td:nth-child(1) {
		padding-left: 20px;
	}
	.itemContent {
		width: 780px;
	}
	.offersWrapper table {
		width: 780px;
	}
	.offersWrapper table th {
		padding: 10px;
		width: 150px;
	}
}
















main .wrapper .info {
	padding: 50px 0 50px 0;
}








.info .nav {
	padding: 50px 0;
}
.info .nav a {
	display: inline-block;
	padding:10px 20px;
	cursor: pointer;
	font-weight: bold;
}
.info .nav a.active {
	color: #B32325;
	border-bottom: 1px solid #B32325;
}
.info .nav a:hover {
	color: #B32325;
	border-bottom: 1px solid #B32325;
}

.info .content {
	min-height: 400px;
}

.info .content>div {
	display: none;
}
.info .content>div.active {
	display: block;
}
.info .content>div.content1.active {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content1 .description {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
}

.content1 .description .header {
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-bottom: 30px;
}

.content1 .properties {

}
.content1 .properties .header {
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-bottom: 30px;
}

.content1 .properties>div {
	padding: 10px 0;
}
.content1 .properties .name {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	font-weight: bold;
}
.content1 .properties .value {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.info .content a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	width: 200px;
	background-image: url("/img/download.svg");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.info .content a:hover {
	background-image: url("/img/download2.svg");
	color: #B32325;
}

.colors {

}
.colors span {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
}
.colors a {
	display: block;
	line-height: 20px;
	padding: 5px 20px;
	-webkit-transition: all 0.1s ease;;
	-moz-transition: all 0.1s ease;;
	-o-transition: all 0.1s ease;;
	transition: all 0.1s ease;
}
.colors a:hover {
	text-decoration: underline;
	color: #C5001A;
}

@media screen and (min-width: 1240px) {
	.info .content>div.content1.active {
		flex-wrap: nowrap;
		gap: 50px;
	}

	.content1 .properties {
		min-width: 500px;
	}
}

