.remodal-body {
	text-align: left;
	color: #000000;
}

.remodal-body__title {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
}

.remodal-body__content {
	margin-top: 3px;
	display: flex;
}

.remodal-body__left {
	width: 61%;
	padding-right: 15px;
	font-size: 11px;
	line-height: 1.2;
	padding-top: 46px;
	text-align: left;
}

.remodal-body__right {
	width: 39%;
}

.remodal-body__bottom {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 16px;
}

.remodal-body__bottom-list {
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
	display: flex;
	justify-content: space-between;
}

.remodal-body__bottom-item {
	padding: 0 16px;
}

.remodal-body__bottom-image {
	max-width: 100%;
	display: block;
	height: 60px;
	margin: 0 auto;
}

.remodal-body__bottom-text {
	font-weight: 700;
	font-size: 16px;
	margin-top: 16px;
}

.remodal-body__buttons {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.remodal-body__buttons-item {
	display: block;
	margin-top: 18px;
}

.remodal-body__buttons-item:first-child {
	margin-top: 0;
}

.remodal-body__button {
	padding: 9px 47px 9px 25px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.21;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
}

.remodal-body__button_green {
	background: url(../images/Vector.svg) no-repeat right 7px center #4cc900;
}

.remodal-body__button_orange {
	background: url(../images/material-symbols_shopping-cart.svg) no-repeat right 6px center #fc7200;
}

.remodal-body__left p {
	margin-top: 16px;
	margin-bottom: 16px;
}

.remodal-body__left > *:first-child {
	margin-top: 0;
}

.remodal-body__left > *:last-child {
	margin-bottom: 0;
}

.remodal-close:hover {
	background: transparent;
}