.product h1{
	color: #566772;
  margin: 5px 0 0;
}

.product__photo{
	width:564px;
	border-radius: 4px;
	border:1px solid #f1f1f1;
}


.product__photo{
	display: flex;
	justify-content: space-between;
}

.product__photocontent{
	margin-right: 20px;
	margin-top: 20px;
	padding:30px;
	width: 430px;
}

.dot {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50px;
    background: transparent;
    border: 4px solid #b0bfc8;
}

.dot--active{
	border:4px solid #6b7982;
}

.arrow-top{
	background: url(../img/arrow-down.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.arrow-bottom{
	background: url(../img/arrow-down.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.product__photocontrols{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    padding:0 40px;
}

.product__one{
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}




.product__info .product-item__stock-one {
    flex: 0 0 320px;
    margin-bottom: 0;
}


.product__codes{
	height: 62px;
	border-radius: 4px;
	border:1px solid #f1f1f1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 15px;
}

.product__code strong{
	color:#7d8a92;
	text-transform: uppercase;
}

.product__info .product-item__stock-country {
    color: #7e7e7e;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-direction: inherit;
    column-gap: 5px;
    align-items: center;
}


.product__pricesection{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin:30px 0;
}



.product__buttons {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    column-gap: 15px;
    flex: 0 0 670px;
}


.product-item__mainattr--first{
	margin-top: 15px;
}

.product__tabname{
	text-decoration: none;
	font-size:16px;
	color:#3f3f3f;
	display:block;
	padding-bottom: 15px;

}
.product__tabnames{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 40px;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
}

.pim-value .product-item__country-name {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: bold;
}


.product__price{
	font-size: 36px;
	color:#737373;
}

.product-item__mainattr{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}

.product__info .product-item__stock-status{
	flex: 0 0 160px;
}

.product__add-to-cart{
	flex: 0 0 180px;
}

.product-item__add-to-cart.js-fast-cart{
	background: #2f2f2f;
	    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    padding: 0 10px;
}

.product-item__attributes{
	margin-top: 25px;
}

.product_button{
	width: 50px;
	height: 46px;
	border-radius: 4px;
	background: #f1f1f1;
	display: block;
	text-align: center;
	position: relative;
}

.product_button img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
    top: 12px;
}

.product__quantity{
	flex: 0 0 128px;
	align-items: center;
	position: relative;
}

.quantity-input{
	width: 100%;
	font-size:24px;
	font-family: 'Gilroy';
	color:#3f3f3f;
}

.quantity-input{
	display: block;
	position: relative;
	height: 44px;
	border:1px solid #b0bfc8;
	border-radius: 4px;
	text-align: center;
}

.q-plus{
	width:16px;
	height: 16px;
	background: url(../img/plus.svg);
	background-size: 100%;
	display: block;position: absolute;
	z-index: 5;
	right: 10px;
    top: 15px
}

.product-item__add-to-cart-icon{
	background: url(../img/cart-white.svg);
	background-size: 100%;
}

.product-item__add-to-cart{
	background: #ef1515;
    color: white;
    font-weight: 600;
}

#main_gallery_image img{
	width: 100%;
}

.product__price span{
	font-size: 20px;
	color:#bcbcbc;
}

.product__tabname.product__tabname--active{
	font-weight: bold;
}

.q-minus{
	width:16px;
	height: 16px;
	background: url(../img/minus.svg);
	background-size: 100%;
	display: block;position: absolute;
	z-index: 5;
	left: 15px;
    top: 15px
}


.pim-title{
	font-size:16px;
	font-weight: bold;
	color:#7d8a92;
	text-transform: uppercase;
}

.pim-value a {
    text-decoration: none;
    color: #ef1515;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ef1515;
}
.product__info {
    width: 1040px;
}

@media(max-width: 1820px){
	.product__buttons{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 15px;
		flex:0 0 358px;
	}
	.product__info{
		width: 686px;
	}

	.product__info .product-item__stock-country{
		display: flex;
		flex-direction: column;
	}

	.product__info .product-item__stock-one {
	    flex: 0 0 210px;
	    margin-bottom: 0;
	}

	.product__photo{
		width: 480px;
	}

	.product__one {
    margin-top: 35px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .product__info {
        width: 760px;
    }

        .product__buttons {
        display: flex
;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 15px;
        flex: 0 0 400px;
    }
}


@media(max-width: 1520px){
	.product__info {
	    width: 630px;
	}

	.product__info .product-item__stock-one {
	    flex: 0 0 200px;
	    margin-bottom: 0;
	}

	.product__info .product-item__stock-country{
		font-size:12px;
	}

	.product__pricesection {
    display: flex
	;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	    margin: 30px 0;
	    row-gap: 20px;
	    column-gap: 30px;
	}
}

@media(max-width: 1320px){
	.product__photo{
		flex:0 0 520px;
	}

	.product__tabname{
		font-size: 14px;
	}

	.product__info {
    width: 550px;
	}

	.product__add-to-cart {
   	 flex: 0 0 200px;
	}

	.product__add-to-cart {
    	flex: 0 0 180px;
	}

	.product__buttons{
		flex:0 0 310px;
	}

	.quantity-input{
		height: 42px;
	}

	.product__quantity{
		flex:0 0 112px;
	}

	.product__info .product-item__stock-one {
    flex: 0 0 178px;
    margin-bottom: 0;
	}

	.product__price {
	    font-size: 30px;
	    color: #737373;
	}

	.product-item__attribute {
    font-weight: 500;
    font-size: 14px;
	}

	.product__code{
		font-size:12px;
	}

	    .product__buttons {
        flex: 0 0 100%;
        justify-content: flex-start;
    }
}


@media(max-width: 1220px){
	.product__photo {
	    flex: 0 0 360px;
	    width:360px;
	}

	.product__photocontent img{
		width: 100%;
	}

	.product__photocontrols{
		padding:0 20px 0 40px;
	}

	.product__photocontent{
		margin-top: 82px;
	}

	.pim-title{
		font-size: 14px;
	}
}

@media(max-width: 1040px){
	.product__photo {
	    flex: 0 0 99.6%;
	    width: 99.6%;
	}

	.product__photocontent {
    margin-top: 0;
    margin-right: 50px;
	}

	.product__info {
    width: 100%;
    margin-top: 30px;
	}

	.product h1{
		font-size:18px;
	}

	main .container-inner{
		margin: 0;
	}

	    .product__photo {
        flex: 0 0 100%;
        width: 100%;
    }

    main .container{
    	width: 93%;
    }

        .product__buttons {
        flex: 0 0 55%;
        justify-content: flex-start;
    }
}

@media(max-width: 768px){
	.product__photocontrols{
		flex-direction: row;
		column-gap: 10px;
	}

	 .product__buttons {
        flex: 0 0 57%;
        justify-content: flex-start;
    }

	.product__photo{
		flex-direction: column;
	}

	.product__photocontent{
		margin-right: 0;
	}

	.product__photocontrols{
		order:2;
		padding:0 20px;
		margin-bottom: 30px;
	}

	.arrow-top{
		transform: rotate(90deg);
	}

	.arrow-bottom{
		transform: rotate(270deg);
	}

	.product__code {
    font-size: 14px;
    margin: 20px 0;
	}

	.product__codes{
		height: auto;
		padding: 0 15px 10px;
	}

	.product__info .product-item__stock-one {
    flex: 0 0 100%;
    margin-bottom: 0;
	}

	.product__info .product-item__stock-country{
		flex-direction: row;
		margin-bottom: 7px;
		font-size:14px;
	}

	.product-item__stock-status{
		margin-top: -9px;
	}

	.product__add-to-cart {
    flex: 0 0 158px;
	}
	.product__buttons {
    flex: 0 0 100%;
    margin:25px 0 0;
	}	
	.product__quantity{
		margin-right: 5px;
	}

	.product__tabnames{
		flex-direction: column;
		align-items: flex-start;
		border:none;
	}

	.product__tabname{
		border-radius: 4px;
	    background: #f1f1f1;
	    padding: 10px 14px;
	    display: block;
	    width: 263px;
	    margin-bottom: 8px;
	}

	.product__tabname--active {
	    background: #7d8a92;
	    color: white;
	}

	.product__info .product-item__attributes {
    	display: block;
	}


	    .product__add-to-cart {
        flex: 0 0 45%;
    }

    .product__fast-order{
    	flex: 0 0 45%;
    }

    .product__buttons{
    	justify-content: space-between;
    }
}

.product__photocontentImage img{
	width:100%;
}


.product-item__description{
	margin-top: 30px;
	font-size: 18px;
	line-height: 20px;
}
.product__tabcontent{
	display: none;
}


.product-item__attribute_name{
	font-size: 18px;
}

.product-item__attribute{
	padding:12px 0;
	margin:0;
	border-bottom: 1px solid #f1f1f1;
}

.product-item__attribute:last-child{
	border:none;
}

.product-item__attribute-value
{
	font-size: 18px;
}

.product__tabcontent.active{
	display: block;
}

.primenenie{
	font-size: 18px;
	padding: 20px 0;
}



.product__photo{
	justify-content: center;
}

.js-ask-product{
	color:white;
	background: #4e4e4e;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0;
}

.js-ask-product:hover{
	background: #000;
}


.catalog-products__item.product-item:hover .product-item__add-to-cart.js-ask-product {
    background: #000;
    color: #fff;
}


.js-ask-product--full{
	width: 240px;
	justify-content: space-between;
	padding:0 15px;
}