.item.js-element .js-buy__incart,
.item.js-element .js-buy__add2cart {
	display: none;
}

.detail_btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 15px;
}

.pdf_btn,
.marketplays_btn {
width: 100%;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 7px 14px;
    border: 1px solid #d60000;
}
.pdf_btn {
    display: flex;
    justify-content: center;
	align-items: center;
}
.pdf_btn > span {
	font-size: 29px;
}

.marketplays_btn {
    background-color: #ffffff;
	border: 1px solid #0084c9;
	color: #000000;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	font-size: 14px;
}

.marketplays_btn > svg {
	width: 40px;
	height: 40px;
}

@media(max-width: 1000px) {
    .detail_btns {
        margin: 15px 0;
    }
}



.js-detail .buyblock .buybtns a {
    display: none;
}

.pull-right {
    display: none;
}

}
