@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Regular.eot');
	src: local('Roboto'), local('Roboto-Regular'),
		url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Light.eot');
	src: local('Roboto Light'), local('Roboto-Light'),
		url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Medium.eot');
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Bold.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Russo One';
	src: url('../fonts/RussoOne/RussoOne-Regular.eot');
	src: local('Russo One'), local('RussoOne-Regular'),
		url('../fonts/RussoOne/RussoOne-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RussoOne/RussoOne-Regular.woff') format('woff'),
		url('../fonts/RussoOne/RussoOne-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.product-section{
	position: relative;
	overflow: hidden;
}
.product-section .inner{
	max-width: 1440px;
}
.product-section_black{
	background-color: #000;
	color: #fff;
}
.product-section_white{
	background-color: #fff;
	color: #000;
}
.product-section__bg{
	position: absolute;
	top: -200px;
	right: 0;
	bottom: 0;
	left: 0;
	transition: transform 0.1s ease-out 0s;
}
.product-section__bg span{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product-section__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*height: 887px;*/
	height: 90vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	position: relative;
}
.product-section_left .product-section__container{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.product-section__offset{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.product-section__content{
	width: 528px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.product-section__num{
	display: block;
	font-family:'Russo One';
	font-size: 200px;
	line-height: 160px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(0,0,0,0);
	-webkit-text-stroke: 2px #fff;
	position: relative;
	margin: 0 0 -39px -10px;
}
.product-section_white .product-section__num{
	-webkit-text-stroke: 2px #000;
}
.product-section__num span{
	opacity: 0.4;
	display: block;
	position: relative;
}
.product-section__num span:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-section_black .product-section__num span:before{
	background: -o-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.product-section_white .product-section__num span:before{
	background: -o-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
}
.product-section__title{
	font-family: 'Russo One';
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 21px;
}
.product-section__text{
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	color: #C8C8C8;
}
.product-section__text a{
	color: #fff;
}
.product-section__text ul{
	font-size: 14px;
}
.product-section__text ul li{
	position: relative;
}
.product-section__text ul li:before{
	content: 'â€¢';
	margin-right: 4px;
}
.product-section_white .product-section__text{
	color: #696969;
}
.product-section_num-no-effect .product-section__num span:before{
	display: none;
}
/*.product-section__bg-slider{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}*/
.product-section__slider,.product-section__slider .slick-list,.product-section__slider .slick-track{
	height: 100%;
}
.product-section__slide{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product-section__dots ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 24px;
}
.product-section__dots button{
	width: 8px;
	height: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 4px;
	background: #7D7D7D;
	font-size: 0;
	cursor: pointer;
	margin-right: 19px;
}
.product-section__dots .slick-active button{
	width: 26px;
	background: #fff;
	margin-right: 17px;
}
.product-section_20_4 .product-section__text{
	max-width: 440px;
}
.product-section_21_4 .product-section__text{
	max-width: 440px;
}
.product-section_22_4 .product-section__text{
	max-width: 440px;
}
.product-props{
	padding-bottom: 40px;
	background: #000 url(../img/product-landing/product-props-bg-1.jpg) no-repeat center;
	color: #fff;
}
.product-props .inner{
	max-width: 1440px;
}
.product-props__container{
	width: 1260px;
	height: 845px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.product-props__list li{
	position: absolute;
	font-size: 15px;
	line-height: 25px;
}
.product-props__list li span{
	display: inline-block;
	position: relative;
}
.product-props__list li > div{
	height: 1px;
	position: absolute;
	top: 50%;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(75%, #fff), color-stop(0%, rgba(255,255,255,0)));
	background-image: -o-linear-gradient(left, #fff 75%, rgba(255,255,255,0) 0%);
	background-image: linear-gradient(to right, #fff 75%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
	/*border-bottom: 1px dashed #fff;*/
}
.product-props__list li > div:before,.product-props__list li > div:after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
}
.product-props__list li > div:before{
	top: -2px;
	left: -1px;
}
.product-props__list li > div:after{
	top: -2px;
	right: -1px;
}
.mouse-props_1 .product-props__list li:nth-child(1){
	width: 259px;
	top: 202px;
	left: 0;
	text-align: right;
}
.mouse-props_1 .product-props__list li:nth-child(1) > div{
	width: 240px;
	left: 287px;
}
.mouse-props_1 .product-props__list li:nth-child(2){
	width: 266px;
	top: 319px;
	left: 0;
	text-align: right;
}
.mouse-props_1 .product-props__list li:nth-child(2) > div{
	width: 336px;
	left: 287px;
}
.mouse-props_1 .product-props__list li:nth-child(3){
	width: 259px;
	top: 422px;
	left: 0;
	text-align: right;
}
.mouse-props_1 .product-props__list li:nth-child(3) > div{
	width: 340px;
	left: 287px;
}
.mouse-props_1 .product-props__list li:nth-child(4){
	width: 273px;
	top: 539px;
	left: 0;
	text-align: right;
}
.mouse-props_1 .product-props__list li:nth-child(4) > div{
	width: 282px;
	left: 287px;
}
.mouse-props_1 .product-props__list li:nth-child(5){
	width: 265px;
	top: 649px;
	left: 0;
	text-align: right;
}
.mouse-props_1 .product-props__list li:nth-child(5) > div{
	width: 282px;
	left: 287px;
}
.mouse-props_1 .product-props__list li:nth-child(6){
	width: 265px;
	top: 154px;
	right: 0;
}
.mouse-props_1 .product-props__list li:nth-child(6) > div{
	width: 340px;
	right: 298px;
}
.mouse-props_1 .product-props__list li:nth-child(7){
	width: 265px;
	top: 264px;
	right: 0;
}
.mouse-props_1 .product-props__list li:nth-child(7) > div{
	width: 279px;
	right: 298px;
}
.mouse-props_1 .product-props__list li:nth-child(8){
	width: 265px;
	top: 374px;
	right: 0;
}
.mouse-props_1 .product-props__list li:nth-child(8) > div{
	width: 217px;
	right: 298px;
}
.mouse-props_1 .product-props__list li:nth-child(9){
	width: 265px;
	top: 484px;
	right: 0;
}
.mouse-props_1 .product-props__list li:nth-child(9) > div{
	width: 461px;
	right: 298px;
}
.mouse-props_1 .product-props__list li:nth-child(10){
	width: 265px;
	top: 594px;
	right: 0;
}
.mouse-props_1 .product-props__list li:nth-child(10) > div{
	width: 232px;
	right: 298px;
}
.mouse-props_2 .product-props__list li:nth-child(1){
	width: 233px;
	top: 183px;
	left: 0;
	text-align: right;
}
.mouse-props_2 .product-props__list li:nth-child(1) > div{
	width: 240px;
	left: 287px;
}
.mouse-props_2 .product-props__list li:nth-child(2){
	width: 233px;
	top: 305px;
	left: 0;
	text-align: right;
}
.mouse-props_2 .product-props__list li:nth-child(2) > div{
	width: 336px;
	left: 287px;
}
.mouse-props_2 .product-props__list li:nth-child(3){
	width: 233px;
	top: 420px;
	left: 0;
	text-align: right;
}
.mouse-props_2 .product-props__list li:nth-child(3) > div{
	width: 340px;
	left: 287px;
}
.mouse-props_2 .product-props__list li:nth-child(4){
	width: 234px;
	top: 543px;
	left: 0;
	text-align: right;
}
.mouse-props_2 .product-props__list li:nth-child(4) > div{
	width: 282px;
	left: 287px;
}
.mouse-props_2 .product-props__list li:nth-child(5){
	width: 258px;
	top: 123px;
	right: 0;
}
.mouse-props_2 .product-props__list li:nth-child(5) > div{
	width: 340px;
	right: 291px;
}
.mouse-props_2 .product-props__list li:nth-child(6){
	width: 258px;
	top: 244px;
	right: 0;
}
.mouse-props_2 .product-props__list li:nth-child(6) > div{
	width: 278px;
	right: 291px;
}
.mouse-props_2 .product-props__list li:nth-child(7){
	width: 257px;
	top: 366px;
	right: 0;
}
.mouse-props_2 .product-props__list li:nth-child(7) > div{
	width: 217px;
	right: 291px;
}
.mouse-props_2 .product-props__list li:nth-child(8){
	width: 257px;
	top: 485px;
	right: 0;
}
.mouse-props_2 .product-props__list li:nth-child(8) > div{
	width: 230px;
	right: 292px;
}
.mouse-props_2 .product-props__list li:nth-child(9){
	width: 257px;
	top: 603px;
	right: 0;
}
.mouse-props_2 .product-props__list li:nth-child(9) > div{
	width: 232px;
	right: 291px;
}
.mouse-props_3 .product-props__list li:nth-child(1){
	width: 274px;
	top: 242px;
	left: 0;
	text-align: right;
}
.mouse-props_3 .product-props__list li:nth-child(1) > div{
	width: 242px;
	left: 295px;
}
.mouse-props_3 .product-props__list li:nth-child(2){
	width: 275px;
	top: 374px;
	left: 0;
	text-align: right;
}
.mouse-props_3 .product-props__list li:nth-child(2) > div{
	width: 217px;
	left: 298px;
}
.mouse-props_3 .product-props__list li:nth-child(3){
	width: 274px;
	top: 506px;
	left: 0;
	text-align: right;
}
.mouse-props_3 .product-props__list li:nth-child(3) > div{
	width: 209px;
	left: 298px;
}
.mouse-props_3 .product-props__list li:nth-child(4){
	width: 274px;
	top: 638px;
	left: 0;
	text-align: right;
}
.mouse-props_3 .product-props__list li:nth-child(4) > div{
	width: 331px;
	left: 305px;
}
.mouse-props_3 .product-props__list li:nth-child(5){
	width: 258px;
	top: 176px;
	right: 0;
}
.mouse-props_3 .product-props__list li:nth-child(5) > div{
	width: 340px;
	right: 291px;
}
.mouse-props_3 .product-props__list li:nth-child(6){
	width: 258px;
	top: 308px;
	right: 0;
}
.mouse-props_3 .product-props__list li:nth-child(6) > div{
	width: 278px;
	right: 291px;
}
.mouse-props_3 .product-props__list li:nth-child(7){
	width: 257px;
	top: 433px;
	right: 0;
}
.mouse-props_3 .product-props__list li:nth-child(7) > div{
	width: 341px;
	right: 291px;
}
.mouse-props_3 .product-props__list li:nth-child(8){
	width: 258px;
	top: 572px;
	right: 0;
}
.mouse-props_3 .product-props__list li:nth-child(8) > div{
	width: 281px;
	right: 292px;
}

.mouse-props_4 .product-props__list li:nth-child(1){
	width: 270px;
	top: 236px;
	left: 0;
	text-align: right;
}
.mouse-props_4 .product-props__list li:nth-child(1) > div{
	width: 264px;
	left: 295px;
}
.mouse-props_4 .product-props__list li:nth-child(2){
	width: 271px;
	top: 342px;
	left: 0;
	text-align: right;
}
.mouse-props_4 .product-props__list li:nth-child(2) > div{
	width: 329px;
	left: 298px;
}
.mouse-props_4 .product-props__list li:nth-child(3){
	width: 271px;
	top: 448px;
	left: 0;
	text-align: right;
}
.mouse-props_4 .product-props__list li:nth-child(3) > div{
	width: 200px;
	left: 298px;
}
.mouse-props_4 .product-props__list li:nth-child(4){
	width: 271px;
	top: 554px;
	left: 0;
	text-align: right;
}
.mouse-props_4 .product-props__list li:nth-child(4) > div{
	width: 260px;
	left: 299px;
}
.mouse-props_4 .product-props__list li:nth-child(5){
	width: 260px;
	top: 178px;
	right: 0;
}
.mouse-props_4 .product-props__list li:nth-child(5) > div{
	width: 340px;
	right: 294px;
}
.mouse-props_4 .product-props__list li:nth-child(6){
	width: 258px;
	top: 291px;
	right: 0;
}
.mouse-props_4 .product-props__list li:nth-child(6) > div{
	width: 278px;
	right: 294px;
}
.mouse-props_4 .product-props__list li:nth-child(7){
	width: 260px;
	top: 374px;
	right: 0;
}
.mouse-props_4 .product-props__list li:nth-child(7) > div{
	width: 341px;
	right: 291px;
}
.mouse-props_4 .product-props__list li:nth-child(8){
	width: 261px;
	top: 496px;
	right: 0;
}
.mouse-props_4 .product-props__list li:nth-child(8) > div{
	width: 212px;
	right: 294px;
}
.mouse-props_4 .product-props__list li:nth-child(9){
	width: 261px;
	top: 602px;
	right: 0;
}
.mouse-props_4 .product-props__list li:nth-child(9) > div{
	width: 232px;
	right: 294px;
}
.mouse-props_4 .product-props__list li:nth-child(10){
	width: 261px;
	top: 705px;
	right: 0;
}
.mouse-props_4 .product-props__list li:nth-child(10) > div{
	width: 293px;
	right: 294px;
}
.chair-props_1 .product-props__list li:nth-child(1){
	width: 260px;
	top: 287px;
	left: 0;
	text-align: right;
}
.chair-props_1 .product-props__list li:nth-child(1) > div{
	width: 278px;
	left: 284px;
}
.chair-props_1 .product-props__list li:nth-child(2){
	width: 260px;
	top: 432px;
	left: 0;
	text-align: right;
}
.chair-props_1 .product-props__list li:nth-child(2) > div{
	width: 193px;
	left: 287px;
}
.chair-props_1 .product-props__list li:nth-child(3){
	width: 261px;
	top: 604px;
	left: 0;
	text-align: right;
}
.chair-props_1 .product-props__list li:nth-child(3) > div{
	width: 332px;
	left: 287px;
}
.chair-props_1 .product-props__list li:nth-child(4){
	width: 257px;
	top: 199px;
	right: 0;
}
.chair-props_1 .product-props__list li:nth-child(4) > div{
	width: 340px;
	right: 291px;
}
.chair-props_1 .product-props__list li:nth-child(5){
	width: 258px;
	top: 361px;
	right: 0;
}
.chair-props_1 .product-props__list li:nth-child(5) > div{
	width: 336px;
	right: 292px;
}
.chair-props_1 .product-props__list li:nth-child(6){
	width: 258px;
	top: 509px;
	right: 0;
}
.chair-props_1 .product-props__list li:nth-child(6) div{
	width: 218px;
	right: 294px;
}
.chair-props_1 .product-props__list li:nth-child(7){
	width: 258px;
	top: 685px;
	right: 0;
}
.chair-props_1 .product-props__list li:nth-child(7) > div{
	width: 260px;
	right: 291px;
}
.chair-props_2 .product-props__list li:nth-child(1){
	width: 260px;
	top: 301px;
	left: 0;
	text-align: right;
}
.chair-props_2 .product-props__list li:nth-child(1) > div{
	width: 336px;
	left: 268px;
}
.chair-props_2 .product-props__list li:nth-child(2){
	width: 235px;
	top: 476px;
	left: 0;
	text-align: right;
}
.chair-props_2 .product-props__list li:nth-child(2) > div{
	width: 240px;
	left: 272px;
}
.chair-props_2 .product-props__list li:nth-child(3){
	width: 235px;
	top: 665px;
	left: 0;
	text-align: right;
}
.chair-props_2 .product-props__list li:nth-child(3) > div{
	width: 205px;
	left: 267px;
}
.chair-props_2 .product-props__list li:nth-child(4){
	width: 257px;
	top: 210px;
	right: 0;
}
.chair-props_2 .product-props__list li:nth-child(4) > div{
	width: 340px;
	right: 291px;
}
.chair-props_2 .product-props__list li:nth-child(5){
	width: 258px;
	top: 392px;
	right: 0;
}
.chair-props_2 .product-props__list li:nth-child(5) > div{
	width: 278px;
	right: 290px;
}
.chair-props_2 .product-props__list li:nth-child(6){
	width: 258px;
	top: 574px;
	right: 0;
}
.chair-props_2 .product-props__list li:nth-child(6) > div{
	width: 330px;
	right: 291px;
}
.chair-props_3 .product-props__list li:nth-child(1){
	width: 268px;
	top: 275px;
	left: 0;
	text-align: right;
}
.chair-props_3 .product-props__list li:nth-child(1) > div{
	width: 278px;
	left: 284px;
}
.chair-props_3 .product-props__list li:nth-child(2){
	width: 250px;
	top: 415px;
	left: 0;
	text-align: right;
}
.chair-props_3 .product-props__list li:nth-child(2) > div{
	width: 194px;
	left: 282px;
}
.chair-props_3 .product-props__list li:nth-child(3){
	width: 267px;
	top: 590px;
	left: 0;
	text-align: right;
}
.chair-props_3 .product-props__list li:nth-child(3) > div{
	width: 332px;
	left: 283px;
}
.chair-props_3 .product-props__list li:nth-child(4){
	width: 242px;
	top: 186px;
	right: 0;
}
.chair-props_3 .product-props__list li:nth-child(4) > div{
	width: 340px;
	right: 276px;
}
.chair-props_3 .product-props__list li:nth-child(5){
	width: 243px;
	top: 337px;
	right: 0;
}
.chair-props_3 .product-props__list li:nth-child(5) > div{
	width: 337px;
	right: 276px;
}
.chair-props_3 .product-props__list li:nth-child(6){
	width: 243px;
	top: 495px;
	right: 0;
}
.chair-props_3 .product-props__list li:nth-child(6) > div{
	width: 222px;
	right: 276px;
}
.chair-props_3 .product-props__list li:nth-child(7){
	width: 243px;
	top: 672px;
	right: 0;
}
.chair-props_3 .product-props__list li:nth-child(7) > div{
	width: 205px;
	right: 276px;
}
.chair-props_4 .product-props__list li:nth-child(1){
	width: 251px;
	top: 246px;
	left: 0;
	text-align: right;
}
.chair-props_4 .product-props__list li:nth-child(1) > div{
	width: 278px;
	left: 280px;
}
.chair-props_4 .product-props__list li:nth-child(2){
	width: 247px;
	top: 386px;
	left: 0;
	text-align: right;
}
.chair-props_4 .product-props__list li:nth-child(2) > div{
	width: 194px;
	left: 280px;
}
.chair-props_4 .product-props__list li:nth-child(3){
	width: 247px;
	top: 565px;
	left: 0;
	text-align: right;
}
.chair-props_4 .product-props__list li:nth-child(3) > div{
	width: 332px;
	left: 280px;
}
.chair-props_4 .product-props__list li:nth-child(4){
	width: 238px;
	top: 160px;
	right: 0;
}
.chair-props_4 .product-props__list li:nth-child(4) > div{
	width: 340px;
	right: 272px;
}
.chair-props_4 .product-props__list li:nth-child(5){
	width: 239px;
	top: 322px;
	right: 0;
}
.chair-props_4 .product-props__list li:nth-child(5) > div{
	width: 337px;
	right: 272px;
}
.chair-props_4 .product-props__list li:nth-child(6){
	width: 239px;
	top: 484px;
	right: 0;
}
.chair-props_4 .product-props__list li:nth-child(6) > div{
	width: 222px;
	right: 273px;
}
.chair-props_4 .product-props__list li:nth-child(7){
	width: 238px;
	top: 646px;
	right: 0;
}
.chair-props_4 .product-props__list li:nth-child(7) > div{
	width: 206px;
	right: 272px
}
.chair-props_5 .product-props__list li:nth-child(1){
	width: 263px;
	top: 253px;
	left: 0;
	text-align: right;
}
.chair-props_5 .product-props__list li:nth-child(1) > div{
	width: 278px;
	left: 298px;
}
.chair-props_5 .product-props__list li:nth-child(2){
	width: 263px;
	top: 415px;
	left: 0;
	text-align: right;
}
.chair-props_5 .product-props__list li:nth-child(2) > div{
	width: 194px;
	left: 298px;
}
.chair-props_5 .product-props__list li:nth-child(3){
	width: 263px;
	top: 577px;
	left: 0;
	text-align: right;
}
.chair-props_5 .product-props__list li:nth-child(3) > div{
	width: 332px;
	left: 301px;
}
.chair-props_5 .product-props__list li:nth-child(4){
	width: 252px;
	top: 172px;
	right: 0;
}
.chair-props_5 .product-props__list li:nth-child(4) > div{
	width: 340px;
	right: 286px;
}
.chair-props_5 .product-props__list li:nth-child(5){
	width: 252px;
	top: 322px;
	right: 0;
}
.chair-props_5 .product-props__list li:nth-child(5) > div{
	width: 337px;
	right: 286px;
}
.chair-props_5 .product-props__list li:nth-child(6){
	width: 253px;
	top: 484px;
	right: 0;
}
.chair-props_5 .product-props__list li:nth-child(6) > div{
	width: 222px;
	right: 286px;
}
.chair-props_5 .product-props__list li:nth-child(7){
	width: 253px;
	top: 658px;
	right: 0;
}
.chair-props_5 .product-props__list li:nth-child(7) > div{
	width: 206px;
	right: 286px;
}
.stand-props .product-props__list li:nth-child(1){
	width: 322px;
	top: 307px;
	left: 0;
	text-align: right;
}
.stand-props .product-props__list li:nth-child(1) > div{
	width: 199px;
	left: 350px;
}
.stand-props .product-props__list li:nth-child(2){
	width: 321px;
	top: 516px;
	left: 0;
	text-align: right;
}
.stand-props .product-props__list li:nth-child(2) > div{
	width: 266px;
	left: 356px;
}
.stand-props .product-props__list li:nth-child(3){
	width: 228px;
	top: 225px;
	right: 0;
}
.stand-props .product-props__list li:nth-child(3) > div{
	width: 294px;
	right: 261px;
}
.stand-props .product-props__list li:nth-child(4){
	width: 228px;
	top: 421px;
	right: 0;
}
.stand-props .product-props__list li:nth-child(4) > div{
	width: 278px;
	right: 261px;
}
.stand-props .product-props__list li:nth-child(5){
	width: 228px;
	top: 617px;
	right: 0;
}
.stand-props .product-props__list li:nth-child(5) > div{
	width: 263px;
	right: 261px;
}
.headphones-props_1 .product-props__list li:nth-child(1){
	width: 263px;
	top: 257px;
	left: 0;
	text-align: right;
}
.headphones-props_1 .product-props__list li:nth-child(1) > div{
	width: 158px;
	left: 289px;
}
.headphones-props_1 .product-props__list li:nth-child(2){
	width: 265px;
	top: 388px;
	left: 0;
	text-align: right;
}
.headphones-props_1 .product-props__list li:nth-child(2) > div{
	width: 226px;
	left: 288px;
}
.headphones-props_1 .product-props__list li:nth-child(3){
	width: 272px;
	top: 519px;
	left: 0;
	text-align: right;
}
.headphones-props_1 .product-props__list li:nth-child(3) > div{
	width: 169px;
	left: 288px;
}
.headphones-props_1 .product-props__list li:nth-child(4){
	width: 243px;
	top: 289px;
	right: 0;
}
.headphones-props_1 .product-props__list li:nth-child(4) > div{
	width: 224px;
	right: 265px;
}
.headphones-props_1 .product-props__list li:nth-child(5){
	width: 244px;
	top: 438px;
	right: 0;
}
.headphones-props_1 .product-props__list li:nth-child(5) > div{
	width: 189px;
	right: 265px;
}
.headphones-props_1 .product-props__list li:nth-child(6){
	width: 244px;
	top: 595px;
	right: 0;
}
.headphones-props_1 .product-props__list li:nth-child(6) > div{
	width: 324px;
	right: 265px;
}
.headphones-props_2 .product-props__list li:nth-child(1){
	width: 223px;
	top: 308px;
	left: 0;
	text-align: right;
}
.headphones-props_2 .product-props__list li:nth-child(1) > div{
	width: 157px;
	left: 274px
}
.headphones-props_2 .product-props__list li:nth-child(2){
	width: 259px;
	top: 431px;
	left: -50px;
	text-align: right;
}
.headphones-props_2 .product-props__list li:nth-child(2) > div{
	width: 308px;
	left: 274px;
}
.headphones-props_2 .product-props__list li:nth-child(3){
	width: 242px;
	top: 549px;
	left: 0;
	text-align: right;
}
.headphones-props_2 .product-props__list li:nth-child(3) > div{
	width: 210px;
	left: 276px;
}
.headphones-props_2 .product-props__list li:nth-child(4){
	width: 301px;
	top: 396px;
	right: 0;
}
.headphones-props_2 .product-props__list li:nth-child(4) > div{
	width: 224px;
	right: 332px;
}
.headphones-props_2 .product-props__list li:nth-child(5){
	width: 296px;
	top: 549px;
	right: 0;
}
.headphones-props_2 .product-props__list li:nth-child(5) > div{
	width: 162px;
	right: 330px;
}
.headphones-props_2 .product-props__list li:nth-child(6){
	width: 295px;
	top: 686px;
	right: 0;
}
.headphones-props_2 .product-props__list li:nth-child(6) > div{
	width: 299px;
	right: 330px;
}
.mousepad-props_1 .product-props__list li:nth-child(1){
	width: 315px;
	top: 207px;
	left: 0;
	text-align: right;
}
.mousepad-props_1 .product-props__list li:nth-child(1) > div{
	width: 126px;
	left: 330px;
}
.mousepad-props_1 .product-props__list li:nth-child(2){
	width: 316px;
	top: 362px;
	left: 0;
	text-align: right;
}
.mousepad-props_1 .product-props__list li:nth-child(2) > div{
	width: 278px;
	left: 330px;
}
.mousepad-props_1 .product-props__list li:nth-child(3){
	width: 314px;
	top: 510px;
	left: 0;
	text-align: right;
}
.mousepad-props_1 .product-props__list li:nth-child(3) > div{
	width: 280px;
	left: 333px;
}
.mousepad-props_1 .product-props__list li:nth-child(4){
	width: 280px;
	top: 283px;
	right: 0;
}
.mousepad-props_1 .product-props__list li:nth-child(4) div{
	width: 258px;
	right: 313px;
}
.mousepad-props_1 .product-props__list li:nth-child(5){
	width: 283px;
	top: 432px;
	right: 0;
}
.mousepad-props_1 .product-props__list li:nth-child(5) > div{
	width: 105px;
	right: 313px;
}
.mousepad-props_1 .product-props__list li:nth-child(6){
	width: 280px;
	top: 572px;
	right: 0;
}
.mousepad-props_1 .product-props__list li:nth-child(6) > div{
	width: 348px;
	right: 313px;
}
.mousepad-props_2 .product-props__list li:nth-child(1){
	width: 233px;
	top: 222px;
	left: 0;
	text-align: right;
}
.mousepad-props_2 .product-props__list li:nth-child(1) > div{
	width: 126px;
	left: 248px;
}
.mousepad-props_2 .product-props__list li:nth-child(2){
	width: 234px;
	top: 377px;
	left: 0;
	text-align: right;
}
.mousepad-props_2 .product-props__list li:nth-child(2) > div{
	width: 278px;
	left: 248px;
}
.mousepad-props_2 .product-props__list li:nth-child(3){
	width: 232px;
	top: 525px;
	left: 0;
	text-align: right;
}
.mousepad-props_2 .product-props__list li:nth-child(3) > div{
	width: 280px;
	left: 251px;
}
.mousepad-props_2 .product-props__list li:nth-child(4){
	width: 170px;
	top: 299px;
	right: 0;
}
.mousepad-props_2 .product-props__list li:nth-child(4) > div{
	width: 258px;
	right: 203px;
}
.mousepad-props_2 .product-props__list li:nth-child(5){
	width: 173px;
	top: 447px;
	right: 0;
}
.mousepad-props_2 .product-props__list li:nth-child(5) > div{
	width: 105px;
	right: 204px;
}
.mousepad-props_2 .product-props__list li:nth-child(6){
	width: 280px;
	top: 587px;
	right: -111px;
}
.mousepad-props_2 .product-props__list li:nth-child(6) > div{
	width: 348px;
	right: 313px;
}
.keyboard-props_1 .product-props__list li:nth-child(1){
	width: 201px;
	top: 269px;
	left: -105px;
	text-align: right;
}
.keyboard-props_1 .product-props__list li:nth-child(1) > div{
	width: 157px;
	left: 213px;
}
.keyboard-props_1 .product-props__list li:nth-child(2){
	width: 231px;
	top: 399px;
	left: -100px;
	text-align: right;
}
.keyboard-props_1 .product-props__list li:nth-child(2) > div{
	width: 278px;
	left: 254px;
}
.keyboard-props_1 .product-props__list li:nth-child(3){
	width: 244px;
	top: 530px;
	left: -152px;
	text-align: right;
}
.keyboard-props_1 .product-props__list li:nth-child(3) > div{
	width: 167px;
	left: 261px;
}
.keyboard-props_1 .product-props__list li:nth-child(4){
	width: 178px;
	top: 325px;
	right: 0;
}
.keyboard-props_1 .product-props__list li:nth-child(4) > div{
	width: 224px;
	right: 199px;
}
.keyboard-props_1 .product-props__list li:nth-child(5){
	width: 200px;
	top: 474px;
	right: -23px;
}
.keyboard-props_1 .product-props__list li:nth-child(5) > div{
	width: 189px;
	right: 222px;
}
.keyboard-props_2 .product-props__list li:nth-child(1){
	width: 150px;
	top: 285px;
	left: -59px;
	text-align: right;
}
.keyboard-props_2 .product-props__list li:nth-child(1) > div{
	width: 157px;
	left: 166px;
}
.keyboard-props_2 .product-props__list li:nth-child(2){
	width: 160px;
	top: 390px;
	left: -74px;
	text-align: right;
}
.keyboard-props_2 .product-props__list li:nth-child(2) > div{
	width: 225px;
	left: 177px
}
.keyboard-props_2 .product-props__list li:nth-child(3){
	width: 238px;
	top: 486px;
	left: -152px;
	text-align: right;
}
.keyboard-props_2 .product-props__list li:nth-child(3) > div{
	width: 167px;
	left: 255px;
}
.keyboard-props_2 .product-props__list li:nth-child(4){
	width: 183px;
	top: 323px;
	right: 0;
}
.keyboard-props_2 .product-props__list li:nth-child(4) > div{
	width: 224px;
	right: 204px;
}
.keyboard-props_2 .product-props__list li:nth-child(5){
	width: 210px;
	top: 426px;
	right: -28px;
}
.keyboard-props_2 .product-props__list li:nth-child(5) > div{
	width: 189px;
	right: 232px;
}
.keyboard-props_2 .product-props__list li:nth-child(6){
	width: 210px;
	top: 527px;
	right: -28px;
}
.keyboard-props_2 .product-props__list li:nth-child(6) > div{
	width: 189px;
	right: 232px;
}
.gamepad-props_1 .product-props__list li:nth-child(1){
	width: 270px;
	top: 227px;
	left: -120px;
	text-align: right;
}
.gamepad-props_1 .product-props__list li:nth-child(1) > div{
	width: 315px;
	left: 284px;
}
.gamepad-props_1 .product-props__list li:nth-child(2){
	width: 150px;
	top: 322px;
	left: 0;
	text-align: right;
}
.gamepad-props_1 .product-props__list li:nth-child(2) > div{
	width: 214px;
	left: 165px;
}
.gamepad-props_1 .product-props__list li:nth-child(3){
	width: 150px;
	top: 404px;
	left: 0;
	text-align: right;
}
.gamepad-props_1 .product-props__list li:nth-child(3) > div{
	width: 269px;
	left: 163px;
}
.gamepad-props_1 .product-props__list li:nth-child(4){
	width: 200px;
	top: 490px;
	left: -50px;
	text-align: right;
}
.gamepad-props_1 .product-props__list li:nth-child(4) > div{
	width: 197px;
	left: 214px;
}
.gamepad-props_1 .product-props__list li:nth-child(5){
	width: 343px;
	top: 279px;
	right: -196px;
}
.gamepad-props_1 .product-props__list li:nth-child(5) > div{
	width: 237px;
	right: 365px;
}
.gamepad-props_1 .product-props__list li:nth-child(6){
	width: 147px;
	top: 358px;
	right: 0;
}
.gamepad-props_1 .product-props__list li:nth-child(6) > div{
	width: 214px;
	right: 171px;
}
.gamepad-props_1 .product-props__list li:nth-child(7){
	width: 190px;
	top: 430px;
	right: -43px;
}
.gamepad-props_1 .product-props__list li:nth-child(7) > div{
	width: 269px;
	right: 214px;
}
.gamepad-props_1 .product-props__list li:nth-child(8){
	width: 190px;
	top: 508px;
	right: -43px;
}
.gamepad-props_1 .product-props__list li:nth-child(8) > div{
	width: 189px;
	right: 213px;
}
.gamepad-props_2 .product-props__list li:nth-child(1){
	width: 240px;
	top: 272px;
	left: -73px;
	text-align: right;
}
.gamepad-props_2 .product-props__list li:nth-child(1) > div{
	width: 337px;
	left: 252px;
}
.gamepad-props_2 .product-props__list li:nth-child(2){
	width: 142px;
	top: 359px;
	left: 0;
	text-align: right;
}
.gamepad-props_2 .product-props__list li:nth-child(2) > div{
	width: 214px;
	left: 165px;
}
.gamepad-props_2 .product-props__list li:nth-child(3){
	width: 143px;
	top: 452px;
	left: 0;
	text-align: right;
}
.gamepad-props_2 .product-props__list li:nth-child(3) > div{
	width: 236px;
	left: 180px;
}
.gamepad-props_2 .product-props__list li:nth-child(4){
	width: 193px;
	top: 558px;
	left: -50px;
	text-align: right;
}
.gamepad-props_2 .product-props__list li:nth-child(4) > div{
	width: 263px;
	left: 231px;
}
.gamepad-props_2 .product-props__list li:nth-child(5){
	width: 317px;
	top: 311px;
	right: -196px;
}
.gamepad-props_2 .product-props__list li:nth-child(5) > div{
	width: 355px;
	right: 351px;
}
.gamepad-props_2 .product-props__list li:nth-child(6){
	width: 240px;
	top: 418px;
	right: -119px;
}
.gamepad-props_2 .product-props__list li:nth-child(6) > div{
	width: 209px;
	right: 273px;
}
.gamepad-props_2 .product-props__list li:nth-child(7){
	width: 164px;
	top: 526px;
	right: -43px;
}
.gamepad-props_2 .product-props__list li:nth-child(7) > div{
	width: 246px;
	right: 198px;
}
.monitor-props_1 .product-props__list li:nth-child(1){
	width: 230px;
	top: 147px;
	left: -83px;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(1) > div{
	width: 118px;
	left: 252px;
}
.monitor-props_1 .product-props__list li:nth-child(2){
	width: 190px;
	top: 194px;
	left: -43px;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(2) > div{
	width: 201px;
	left: 211px;
}
.monitor-props_1 .product-props__list li:nth-child(3){
	width: 147px;
	top: 244px;
	left: 0;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(3) > div{
	width: 144px;
	left: 169px;
}
.monitor-props_1 .product-props__list li:nth-child(4){
	width: 193px;
	top: 302px;
	left: -46px;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(4) > div{
	width: 166px;
	left: 214px;
}
.monitor-props_1 .product-props__list li:nth-child(5){
	width: 193px;
	top: 358px;
	left: -46px;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(5) > div{
	width: 120px;
	left: 214px;
}
.monitor-props_1 .product-props__list li:nth-child(6){
	width: 193px;
	top: 416px;
	left: -46px;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(6) > div{
	width: 200px;
	left: 214px;
}
.monitor-props_1 .product-props__list li:nth-child(7){
	width: 193px;
	top: 478px;
	left: -46px;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(7) > div{
	width: 200px;
	left: 214px;
}
.monitor-props_1 .product-props__list li:nth-child(8){
	width: 193px;
	top: 534px;
	left: -46px;
	text-align: right;
}
.monitor-props_1 .product-props__list li:nth-child(8) > div{
	width: 167px;
	left: 214px;
}
.monitor-props_1 .product-props__list li:nth-child(9){
	width: 347px;
	top: 169px;
	right: -196px;
}
.monitor-props_1 .product-props__list li:nth-child(9) > div{
	width: 143px;
	right: 369px;
}
.monitor-props_1 .product-props__list li:nth-child(10){
	width: 347px;
	top: 226px;
	right: -196px;
}
.monitor-props_1 .product-props__list li:nth-child(10) > div{
	width: 200px;
	right: 369px;
}
.monitor-props_1 .product-props__list li:nth-child(11){
	width: 347px;
	top: 282px;
	right: -196px;
}
.monitor-props_1 .product-props__list li:nth-child(11) > div{
	width: 118px;
	right: 369px;
}
.monitor-props_1 .product-props__list li:nth-child(12){
	width: 347px;
	top: 341px;
	right: -196px;
}
.monitor-props_1 .product-props__list li:nth-child(12) > div{
	width: 165px;
	right: 369px;
}
.monitor-props_1 .product-props__list li:nth-child(13){
	width: 347px;
	top: 400px;
	right: -196px;
}
.monitor-props_1 .product-props__list li:nth-child(13) > div{
	width: 144px;
	right: 369px;
}
.monitor-props_1 .product-props__list li:nth-child(14){
	width: 347px;
	top: 456px;
	right: -196px;
}
.monitor-props_1 .product-props__list li:nth-child(14) > div{
	width: 200px;
	right: 369px;
}
.monitor-props_1 .product-props__list li:nth-child(15){
	width: 347px;
	top: 517px;
	right: -196px;
}
.monitor-props_1 .product-props__list li:nth-child(15) > div{
	width: 119px;
	right: 369px;
}
.monitor-props_2 .product-props__list li:nth-child(1){
	width: 247px;
	top: 184px;
	left: -83px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(1) > div{
	width: 101px;
	left: 267px;
}
.monitor-props_2 .product-props__list li:nth-child(2){
	width: 190px;
	top: 230px;
	left: -27px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(2) > div{
	width: 79px;
	left: 211px;
}
.monitor-props_2 .product-props__list li:nth-child(3){
	width: 350px;
	top: 277px;
	left: -186px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(3) > div{
	width: 135px;
	left: 370px;
}
.monitor-props_2 .product-props__list li:nth-child(4){
	width: 270px;
	top: 326px;
	left: -106px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(4) > div{
	width: 54px;
	left: 290px;
}
.monitor-props_2 .product-props__list li:nth-child(5){
	width: 270px;
	top: 373px;
	left: -107px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(5) > div{
	width: 102px;
	left: 291px;
}
.monitor-props_2 .product-props__list li:nth-child(6){
	width: 193px;
	top: 419px;
	left: -30px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(6) > div{
	width: 80px;
	left: 214px;
}
.monitor-props_2 .product-props__list li:nth-child(7){
	width: 230px;
	top: 464px;
	left: -66px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(7) > div{
	width: 135px;
	left: 250px;
}
.monitor-props_2 .product-props__list li:nth-child(8){
	width: 193px;
	top: 505px;
	left: -29px;
	text-align: right;
}
.monitor-props_2 .product-props__list li:nth-child(8) > div{
	width: 52px;
	left: 214px;
}
.monitor-props_2 .product-props__list li:nth-child(9){
	width: 347px;
	top: 205px;
	right: -183px;
}
.monitor-props_2 .product-props__list li:nth-child(9) > div{
	width: 100px;
	right: 369px;
}
.monitor-props_2 .product-props__list li:nth-child(10){
	width: 347px;
	top: 252px;
	right: -183px;
}
.monitor-props_2 .product-props__list li:nth-child(10) > div{
	width: 80px;
	right: 369px;
}
.monitor-props_2 .product-props__list li:nth-child(11){
	width: 347px;
	top: 299px;
	right: -183px;
}
.monitor-props_2 .product-props__list li:nth-child(11) > div{
	width: 135px;
	right: 369px;
}
.monitor-props_2 .product-props__list li:nth-child(12){
	width: 360px;
	top: 349px;
	right: -196px;
}
.monitor-props_2 .product-props__list li:nth-child(12) > div{
	width: 55px;
	right: 380px;
}
.monitor-props_2 .product-props__list li:nth-child(13){
	width: 347px;
	top: 395px;
	right: -183px;
}
.monitor-props_2 .product-props__list li:nth-child(13) > div{
	width: 101px;
	right: 369px;
}
.monitor-props_2 .product-props__list li:nth-child(14){
	width: 347px;
	top: 440px;
	right: -185px;
}
.monitor-props_2 .product-props__list li:nth-child(14) > div{
	width: 81px;
	right: 369px;
}
.monitor-props_2 .product-props__list li:nth-child(15){
	width: 347px;
	top: 485px;
	right: -183px;
}
.monitor-props_2 .product-props__list li:nth-child(15) > div{
	width: 135px;
	right: 369px;
}
.monitor-props_2 .product-props__list li:nth-child(16){
	width: 347px;
	top: 525px;
	right: -183px
}
.monitor-props_2 .product-props__list li:nth-child(16) > div{
	width: 53px;
	right: 369px;
}
.monitor-props_3 .product-props__list li:nth-child(1){
	width: 258px;
	top: 181px;
	left: -83px;
	text-align: right;
}
.monitor-props_3 .product-props__list li:nth-child(1) > div{
	width: 141px;
	left: 279px;
}
.monitor-props_3 .product-props__list li:nth-child(2){
	width: 190px;
	top: 248px;
	left: -15px;
	text-align: right;
}
.monitor-props_3 .product-props__list li:nth-child(2) > div{
	width: 119px;
	left: 211px;
}
.monitor-props_3 .product-props__list li:nth-child(3){
	width: 350px;
	top: 316px;
	left: -174px;
	text-align: right;
}
.monitor-props_3 .product-props__list li:nth-child(3) > div{
	width: 175px;
	left: 370px;
}
.monitor-props_3 .product-props__list li:nth-child(4){
	width: 270px;
	top: 385px;
	left: -95px;
	text-align: right;
}
.monitor-props_3 .product-props__list li:nth-child(4) > div{
	width: 95px;
	left: 290px;
}
.monitor-props_3 .product-props__list li:nth-child(5){
	width: 270px;
	top: 451px;
	left: -95px;
	text-align: right;
}
.monitor-props_3 .product-props__list li:nth-child(5) > div{
	width: 141px;
	left: 291px;
}
.monitor-props_3 .product-props__list li:nth-child(6){
	width: 330px;
	top: 516px;
	left: -154px;
	text-align: right;
}
.monitor-props_3 .product-props__list li:nth-child(6) > div{
	width: 120px;
	left: 350px;
}
.monitor-props_3 .product-props__list li:nth-child(7){
	width: 347px;
	top: 213px;
	right: -195px;
}
.monitor-props_3 .product-props__list li:nth-child(7) > div{
	width: 141px;
	right: 369px;
}
.monitor-props_3 .product-props__list li:nth-child(8){
	width: 347px;
	top: 280px;
	right: -195px;
}
.monitor-props_3 .product-props__list li:nth-child(8) > div{
	width: 118px;
	right: 369px;
}
.monitor-props_3 .product-props__list li:nth-child(9){
	width: 347px;
	top: 358px;
	right: -195px;
}
.monitor-props_3 .product-props__list li:nth-child(9) > div{
	width: 175px;
	right: 369px;
}
.monitor-props_3 .product-props__list li:nth-child(10){
	width: 347px;
	top: 424px;
	right: -195px;
}
.monitor-props_3 .product-props__list li:nth-child(10) > div{
	width: 93px;
	right: 369px;
}
.monitor-props_3 .product-props__list li:nth-child(11){
	width: 347px;
	top: 490px;
	right: -195px;
}
.monitor-props_3 .product-props__list li:nth-child(11) > div{
	width: 140px;
	right: 369px;
}
.product-section-arrow{
	display: table;
	padding: 4px;
	margin: -50px auto 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	-webkit-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	position: relative;
}
.product-section .product-section-arrow{
	margin: 0 auto 62px;
}
.product-section-arrow:before{
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(../img/product-landing/blog-arrow-decor.svg) no-repeat;
}
.product-section-arrow_blue:before{
	background: url(../img/product-landing/blog-arrow-decor-blue.svg) no-repeat;
}
.product-section-arrow_red:before{
	background: url(../img/product-landing/blog-arrow-decor-red.svg) no-repeat;
}
.product-section-arrow_green:before{
	background: url(../img/product-landing/blog-arrow-decor-green.svg) no-repeat;
}
.product-section-arrow_white:before{
	background: url(../img/product-landing/blog-arrow-decor-white.svg) no-repeat;
}
.product-section-arrow_yellow:before{
	background: url(../img/product-landing/blog-arrow-decor-yellow.svg) no-repeat;
}
.product-section-arrow_rainbow:before{
	background: url(../img/product-landing/blog-arrow-decor-rainbow.svg) no-repeat;
}
.product-section-arrow span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.product-section-arrow svg{
	width: 20px;
	height: 20px;
	stroke: #fff;
	stroke-width: 2;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-bottom: 2px;
}
.product-props__list li span.has-image{
	padding-right: 25px;
	position: relative;
}
.props-image{
	display: block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	bottom: 5px;
	margin-left: 6px;
}
.product-props__list li span.has-image-left .props-image{
	right: auto;
	left: 0;
}
.product-props__line,.product-props__darker{
	display: none;
}
.props-image__icon{
	width: 15px;
	height: 15px;
	background: url(../img/product-landing/product-props-icon.svg) no-repeat;
}
.props-image__image{
	visibility: hidden;
	width: 156px;
	height: 156px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 7px solid #69696a;
	border-radius: 50%;
	position: absolute;
	top: 38px;
	left: -70px;
	opacity: 0;
	-webkit-transition:visibility 0s linear 0.2s, opacity 0.2s linear;
	-o-transition:visibility 0s linear 0.2s, opacity 0.2s linear;
	transition:visibility 0s linear 0.2s, opacity 0.2s linear;
	z-index: 1;
}
.props-image:hover .props-image__image{
	visibility: visible;
	opacity: 1;
	-webkit-transition:visibility 0s linear 0s, opacity 0.2s linear;
	-o-transition:visibility 0s linear 0s, opacity 0.2s linear;
	transition:visibility 0s linear 0s, opacity 0.2s linear;
}
.props-image__image:before{
	content: '';
	display: block;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #69696a;
	position: absolute;
	left: calc(50% - 20px);
	top: -23px;
}
.props-image__image:after{
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	left: 0;
	top: -30px;
	right: 0;
}
.props-image__image img{
	display: block;
	width: 100%;
}
.wow{
	visibility: hidden;
}
/* IE fix
-----------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.product-section__num{
		display: none;
	}
	.product-section__title,.product-section__text{
		max-width: 100%;
	}
}
/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 2000px){
	.product-section__container{
		height: 70vh;
	}
	.product-section__bg{
		top: -300px;
	}
}
@media only screen and (max-width: 1470px){
	.product-props .inner,
	.product-section .inner{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 1370px){
	.product-props__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.product-props__container {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		margin: -50px 0;
	}
}
@media only screen and (max-width: 1170px){
	.product-section__num{
		font-size: 150px;
		line-height: 140px;
	}
	.product-section__num span:before{
		display: none;
	}
	.product-section__title{
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 12px;
	}
	.product-section__text{
		font-size: 14px;
		line-height: 32px;
	}
	.product-props__container {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
		margin: -140px 0;
	}
}
@media only screen and (max-width: 1024px){
	.product-section__content{
		width: 420px;
	}
}
@media only screen and (max-width: 767px){
	.product-section__bg{
		top: 0;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		height: 300px;
		bottom: auto;
	}
	.product-section__bg span{
		top: -50px;
	}
	.product-section_right .product-section__bg{
		background-position: left center;
	}
	.product-section_left .product-section__bg{
		background-position: right center;
	}
	.product-section__container{
		width: calc(100% + 30px);
		height: auto;
		margin-left: -15px;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		padding: 0;
	}
	.product-section__offset{
		height: 300px;
	}
	.product-section__content{
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 15px 30px;
		position: relative;
	}
	.product-section_black .product-section__content{
		background: #000;
		color: #fff;
	}
	.product-section_white .product-section__content{
		background: #fff;
		color: #000;
	}
	.product-section__dots{
		position: absolute;
		top: -60px;
		left: 15px;
		right: 15px;
	}
	.product-section__dots ul{
		padding: 0;
	}
	.product-section__bg-slider{
		height: 300px;
		bottom: auto;
	}
	.product-section_right .product-section__slide{
		background-position: left center;
	}
	.product-section_left .product-section__slide{
		background-position: right center;
	}
	.product-section__num{
		font-size: 100px;
		line-height: 105px;
	}
	.product-section__num span:before{
		display: block;
	}
	/*.product-section__num span:before{
		display: block;
		background: -o-linear-gradient(45deg, rgba(54,54,54,0) 0%,rgba(54,54,54,1) 100%) !important;
		background: linear-gradient(45deg, rgba(54,54,54,0) 0%,rgba(54,54,54,1) 100%) !important;
	}*/
	/*.product-section__offset{
		position: relative;
	}
	.product-section__offset:before{
		content: '';
		display: block;
		height: 50px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.product-section_black .product-section__offset:before{
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}
	.product-section_white .product-section__offset:before{
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}*/
	.product-section__text {
		font-size: 14px;
		line-height: 28px;
	}
	.product-section .product-section-arrow{
		margin-bottom: 20px;
	}
	.product-props{
		padding-bottom: 0;
		background-size: 200% auto;
		background-position: 46% 50%;
	}
	.product-props__container{
		width: 100%;
		height: auto;
		transform: none;
		margin: 0;
		padding: 30px 0 20px;
		/*padding: 40px 0 10px;
		margin: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;*/
	}
	.product-props__list{
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 31px;
		z-index: 1;
		position: relative;
	}
	.product-props__line{
		display: block;
		width: 1px;
		background-image: -webkit-gradient(linear, left top, right top, color-stop(75%, #fff), color-stop(0%, rgba(255,255,255,0)));
		background-image: -o-linear-gradient(bottom, #fff 75%, rgba(255,255,255,0) 0%);
		background-image: linear-gradient(to bottom, #fff 75%, rgba(255,255,255,0) 0%);
		background-position: left;
		background-size: 1px 4px;
		background-repeat: repeat-y;
		position: absolute;
		top: 50px;
		left: 16px;
		bottom: 65px;
	}
	.product-props__list li{
		height: 36px;
		display: flex;
		align-items: center;
		width: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		position: relative !important;
		text-align: left !important;
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 18px;
	}
	.product-props__list li:before{
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		top: 15px;
		left: -17px;
	}
	.product-props__list li > div{
		display: none;
	}
	.product-props__list li br{
		display: none;
	}
	.props-image{
		bottom: 2px;
	}
	.product-props__image{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.product-props__darker{
		display: block;
		position: absolute;
		top: 0;
		right: -15px;
		bottom: 0;
		left: -15px;
		background: rgba(0,0,0,0.5);
		opacity: 1;
	}
	.product-props__image img{
		width: auto;
		max-height: 90%;
	}
	.product-section-arrow{
		display: none;
	}
	.product-section-arrow{
		margin: 0 auto;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
}
