.row .col-md-6:first-child{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	width: 664px;
	height: 430px;
	float: left;
	margin-top: 10px;
}
.bx-wrapper{
	width: 576px;
	display: flex;
    align-items: flex-end;
	margin: 0 !important;
	border: none !important;
}
.bx-viewport, .bx-viewport .slider>div{
	height: 373px;
}
.bx-wrapper img{
	height: 373px;
    width: auto !important;
}
.slider-nav img{
	width: 70px;
	height: 70px;
}
.slider-nav img:hover{
	cursor: pointer;
}
.col-md-12{
	margin-top: 10px;
}
.element-info{
	margin-left: 690px;
}/*
.product-item-amount {
	justify-content: flex-start !important;
}
.price-actual{
	justify-content: flex-start !important;
}*/
.container-fluid .element-top-info{
	display:flex;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.container-fluid .product-item-amount, .container-fluid .price-actual{
	justify-content: flex-start !important;
	align-items: center;
}
.container-fluid .product-item-amount{
	margin-top: 13px;
}
.container-fluid .product-item-amount-field{
	font-weight: normal;
	font-size: 14px;
}
.container-fluid .top-buttons{
	display: flex;
    justify-content: center;
    position: absolute;
    width: 576px;
    margin-top: 10px;
}
.product-item-detail-pay-block .circle{
	background: #5AB14F;
    border-radius: 10px;
    align-self: center;
    height: 7px;
    width: 7px;
    margin-right: 6px;
}
/*
.container-fluid .product-item-amount{
	margin: 15px 0;
}*/
.container-fluid .product-item-amount:before{
	content: "Количество:";
	font-size: 14px;
	border: none;
	margin-right: 15px;
}
.container-fluid .col-sm-12>div:nth-child(3){
	font-size: 14px;
}
.main-button-container{
	display: flex;
}
.buttons-container{
	display: flex;
	margin: 20px 0;
}
.container-fluid .btn.product-item-detail-buy-button, .container-fluid .interlabs-one-click-buy{
	margin: 0;
	height: 40px;
	box-sizing: border-box;
    width: fit-content;
    padding: 0 28px;
	font-weight: normal;
	font-size: 16px;
	background: white;
	border: 2px solid var(--blue);
	text-decoration: none;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 10px;
}

.container-fluid .interlabs-one-click-buy{
	border: 2px solid var(--light-blue);
}

@media screen and (max-width: 1275px) and (min-width: 1151px){
	.buttons-container{
		display: block;
		margin:5px 0;
	}
	.container-fluid .btn.product-item-detail-buy-button, .container-fluid .interlabs-one-click-buy{
		margin-bottom: 10px;
	}
	.bx-title{
		font-size: 24px !important;
	}
	.container-fluid .element-top-info{
		flex-direction: column;
		align-items: flex-start;
		margin:5px 0;
	}
	.container-fluid .element-top-info .element-rating{
		margin: 10px 0;
	}
	.container-fluid .col-sm-12>div:nth-child(3){
		font-size: 10px;
	}
}

@media screen and (max-width: 1150px){
	.bx-viewport, .bx-viewport .slider>div{
		width: 400px;
	}
	.bx-wrapper, .container-fluid .top-buttons{
		width: 400px;
	}
	.row .col-md-6:first-child{
		width: 500px;
	}
	.element-info{
		margin-left: 520px;
	}
}

@media screen and (max-width: 1065px) and (min-width: 890px){
	.buttons-container{
		display: block;
		margin:5px 0;
	}
	.container-fluid .btn.product-item-detail-buy-button, .container-fluid .interlabs-one-click-buy{
		margin-bottom: 10px;
	}
	.bx-title{
		font-size: 24px !important;
	}
	.container-fluid .element-top-info{
		flex-direction: column;
		align-items: flex-start;
		margin:5px 0;
	}
	.container-fluid .element-top-info .element-rating{
		margin: 10px 0;
	}
	.container-fluid .col-sm-12>div:nth-child(3){
		font-size: 10px;
	}
}

@media screen and (max-width: 890px){
	.row .col-md-6:first-child{
		float: none;
		width: 100%;
	}
	.bx-wrapper, .bx-wrapper, .container-fluid .top-buttons{
		width: 86% !important;
	}
	.bx-viewport, .bx-viewport .slider>div{
		width: auto;
		margin: 0 auto;
	}
	.element-info{
		margin: 0;
		margin-top:20px;
	}
}

@media screen and (max-width: 600px){
	.slider-nav img {
		width: 50px;
		height: 50px;
	}
	.section-bread-crumbs a, .section-bread-crumbs span{
		font-size: 13px !important;
	}
	.section-bread-crumbs{
		margin: 0 !important;
	}
}

@media screen and (max-width: 520px){
	.row .col-md-6:first-child{
		flex-direction: column;
	}
	.bx-wrapper, .bx-wrapper, .container-fluid .top-buttons{
		width: 100% !important;
	}
	.slider-nav img {
		width: 70px;
		height: 70px;
	}
	.slider-nav{
		display: flex;
		margin-top: 10px;
	}
	.bx-wrapper img{
		height: 300px;
		margin-top: 80px !important;
	}
}
@media screen and (max-width: 460px){
	.bx-title{
		font-size: 26px !important;
	}
}
@media screen and (max-width: 395px){
	.container-fluid .btn.product-item-detail-buy-button, .container-fluid .interlabs-one-click-buy{
		font-size: 14px !important;
		margin-bottom: 10px;
	}
	.container-fluid .element-top-info{
		/*flex-direction: column;*/
		flex-wrap: wrap;
		align-items: flex-start;
		margin:5px 0;
	}
	.container-fluid .element-top-info .element-rating{
		margin: 10px 0;
		width: 150px;
	}
	.container-fluid .col-sm-12>div:nth-child(3){
		font-size: 10px;
	}
	.bx-title{
		font-size: 24px !important;
	}
	.buttons-container{
		display: block;
		margin:5px 0;
	}
}
@media screen and (max-width: 370px){
	.bx-wrapper img{
		height: 250px;
	}
	.bx-viewport{
		height: 323px !important;
	}
	.slider-nav{
		margin-top: 0;
	}
	.row .col-md-6:first-child{
		height: 400px;
	}
	.bx-title{
		font-size: 20px !important;
	}
}
@media screen and (max-width: 320px){
	.container-fluid .element-top-info{
		flex-direction: column;
		align-items: flex-start;
	}
	.container-fluid .element-top-info .element-rating{
		width: fit-content;
	}
}
@media screen and (max-width: 300px){
	.bx-wrapper img{
		height: 220px;
	}
	.bx-viewport{
		height: 293px !important;
	}
	.row .col-md-6:first-child{
		height: 370px;
	}
}