.b-content-text__row-reverse{
    flex-direction: row-reverse;
}
.b-input.error{
    border-color: red;
}
.g-recaptcha{
    margin: 20px 0;
}
.js-product:not(:last-child){
	margin-bottom: 30px;
}
.no-after-border::after{
	content: none!important;
}
.product-index-1{
	display: none;
}

.b-popup__bottom-left-btn-wrap{
	display: flex;
}

.none-grid-columns{
	grid-template-columns: none
}

.dnone{
	display: none!important;
}