*,
:before,
:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100vh;
}

body {
	position: relative;
	  font-family: "Almarai", sans-serif;
	line-height: 1.2;
	color: #423330;
	background: url(../img/bg_blue.jpg) center top #e8e4e1;
  background-repeat: no-repeat;
background-size: cover;
  background-attachment: fixed;
	min-height: 100vh;
	font-weight: 400;
}

img {
	display: block;
	position: relative;
	z-index: 1;
}

.b-all-conteiner {
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
}

.b-h1 {
	position: relative;
	z-index: 10;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.b-h3 {
	position: relative;
	z-index: 10;
	font-size: 14px;
	font-weight: 600;
}

.b-h5 {
	position: relative;
	z-index: 10;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.b-p1 {
	position: relative;
	z-index: 10;
	font-size: 16px;
}

.b-p2 {
	position: relative;
	z-index: 10;
	line-height: 1.55;
	font-size: 16px;
}

.b-p4 {
	position: relative;
	z-index: 10;
	font-size: 16px;
}

.b-p5 {
	position: relative;
	z-index: 10;
	font-size: 16px;
}

.b-button {
	cursor: pointer;
	position: relative;
	z-index: 10;
	outline: none;
	border: none;
	display: block;
	border-radius:100px;
	overflow: hidden;
	  font-family: "Almarai", sans-serif;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 16px;
	line-height: 19px;
	width: 100%;
	min-height: 60px;
	margin: 20px auto 0;
	background: linear-gradient(90deg, #147CBC 0%, rgba(254, 175, 92, 0) 100%), #3CA5E6;
	transition: 0.6s;
	box-shadow: 0px 4px 9.9px 1px #3CA5E694, 0px -4px 4px 0px #08517D42 inset;
display: flex;
align-items: center;
    justify-content: center;

}

.b-button::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #147CBC 0%, rgba(254, 175, 92, 0) 100%), #3CA5E6;
	transition: 0.6s;
}

.b-button span {
	position: relative;
	z-index: 3;
/* text-transform: uppercase; */
}

.b-step-1 {
	max-width: 390px;
	margin: 0 auto;
	text-align: center;
	padding: 13px 0;
}

.b-step-1 .b-logo {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 3px;
}

.b-step-1 .b-woman {
	margin: 10px auto -15px;
	width: 100%;
	max-width: 350px;
}

.b-step-1 .b-button {
	width: 240px;
}

.b-conteiner {
	padding: 20px;
	border-radius: 30px;
	background: #fff;
	position: relative;
	z-index: 1;
	
}



.b-input,
.b-select {
	box-sizing: border-box;
	display: block;
	outline: none;
	border: none;
	width: 100%;
	min-height: 55px;
	padding: 10px 20px;
	  font-family: "Almarai", sans-serif;
	color: #423330;
	font-size: 16px;
	font-weight: 400;
	border-radius: 10px;
	background: #e8e4e1;
	margin-top: 10px;
}

.b-input-file,
.b-select-file {
	width: 0;
	height: 0;
	border: none;
	outline: none;
	position: absolute;
	z-index: -99;
	font-size: 0;
	line-height: 0;
	left: -1000px;
	top: -1000px;
	opacity: 0;
}
.js_errorMessage, .only_number {
    direction: ltr;
    text-align: right;
}

.b-select{
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    background-image: url(../img/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: 10% 50%;
}
.b-step-4 {
	max-width: 390px;
	margin: 0 auto;
	padding: 20px 0;
}

.b-step-4 .b-conteiner {
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: calc(100vh - 80px); */
}

.b-step-4 .b-logo {
	width: 80px;
	margin: 0 auto 30px;
}

.b-step-4 .b-text {
	padding-bottom: 47px;
}

.b-load {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.b-load span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:  #3CA5E6;
;
	opacity: 0.2;
	margin: 0 10px;
}

.b-load span:nth-child(1) {
	animation: a-load linear 1.8s infinite;
}

.b-load span:nth-child(2) {
	animation: a-load linear 1.8s infinite 0.6s;
}

.b-load span:nth-child(3) {
	animation: a-load linear 1.8s infinite 1.2s;
}

.b-text {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

@keyframes a-load {
	0% {
		opacity: 0.2;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		opacity: 0.2;
	}
}

.b-step-5 {
	max-width: 390px;
	margin: 0 auto;
	padding: 20px 0;
}
/*
.b-step-5 .desc {
	display: none;
}
*/
.b-step-5 .b-head {
	font-size:20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.b-step-5 .b-top {
	margin: 15px 0 20px;
}

.b-step-5 .b-photo {
	border-radius: 15px;
	background: #c4c4c4;
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 15px;
}

.b-step-5 .b-photo img {
	position: absolute;
	max-width: none;
	left: 0;
	top: 0;
	opacity: 0;
}

.b-step-5 .b-photo p {
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
}

.b-step-5 .b-progress .item {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-step-5 .b-progress .item:last-child {
	margin-bottom: 0;
}

.b-step-5 .b-progress .bar {
	width: calc(100% - 40px);
	border-radius: 3px;
	background: #3ba4e5;
color: #fff;
  
	text-align: center;
	position: relative;
}

.b-step-5 .b-progress .bar span {
	border-radius: 3px;
	background: #f10303bf;
;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.b-step-5 .b-progress .bar b {
	position: relative;
	z-index: 3;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.b-step-5 .b-progress .text {
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	margin-right: 10px;
	
}

.b-step-5 .b-status {
	margin-bottom: 20px;
}
.b-step-5 .text {
	line-height: 1.4;
}
.b-step-5 .b-status .item {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-step-5 .b-status .item:last-child {
	margin-bottom: 0;
}

.b-step-5 .b-status .text {
	font-size: 16px;
	font-weight: 600;
}

.b-step-5 .b-status .number {
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
	border-radius: 5px;
	background:  #3CA5E64A;
;
}

.b-step-5 .part-2 {
	display: none;
}

.b-step-5 .part-2 .b-head {
	margin-bottom: 17px;
}

.b-step-5 .b-icon {
	display: inline-block;
	width: 16px;
	margin-right: 6px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.b-step-5 .b-result {
	margin-bottom: 10px;
      display: none;
}

.b-step-5 .b-result .item {
	padding-bottom: 10px;
}

.b-step-5 .b-ul {
	font-size: 16px;
	margin-top: 28px;
}

.b-step-5 .b-ul .b-li {
	padding-left: 15px;
	position: relative;
}

.b-step-5 .b-ul .b-li::before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #423330;
	width: 3px;
	height: 3px;
}

.b-step-6 {
	max-width: 390px;
	margin: 0 auto;
	padding: 20px 0;
}

.b-step-6 .b-conteiner {
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: calc(100vh - 80px); */
}

.b-step-6 .b-logo {
	width: 80px;
	margin: 0 auto 30px;
}

.b-step-6 .b-center {
	padding-top: 75px;
}

.b-carousel {
	height: 95px;
	overflow: hidden;
	position: relative;
	margin-top: 42px;
}

.b-carousel::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.5) 20%,
		rgba(255, 255, 255, 0) 40%,
		rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0.5) 80%,
		rgba(255, 255, 255, 0.8) 100%
	);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.b-carousel .box {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 19px;
	transition: 0.5s;
	transform: translateY(200%);
}

.b-carousel p {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	font-weight: 600;
	width: 100%;
}

@keyframes a-carousel-box {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	7% {
		transform: translateY(0);
		opacity: 0;
	}
	14% {
		transform: translateY(-100%);
		opacity: 0.2;
	}
	21% {
		transform: translateY(-100%);
		opacity: 0.2;
	}
	28% {
		transform: translateY(-200%);
		opacity: 0.5;
	}
	35% {
		transform: translateY(-200%);
		opacity: 0.5;
	}
	42% {
		transform: translateY(-300%);
		opacity: 1;
	}
	49% {
		transform: translateY(-300%);
		opacity: 1;
	}
	56% {
		transform: translateY(-400%);
		opacity: 0.5;
	}
	63% {
		transform: translateY(-400%);
		opacity: 0.5;
	}
	70% {
		transform: translateY(-500%);
		opacity: 0.2;
	}
	77% {
		transform: translateY(-500%);
		opacity: 0.2;
	}
	84% {
		transform: translateY(-600%);
		opacity: 0;
	}
	91% {
		transform: translateY(-600%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 0;
	}
}

@keyframes a-carousel-item {
	0% {
		opacity: 1;
	}
	7% {
		opacity: 1;
	}
	14% {
		opacity: 0.5;
	}
	21% {
		opacity: 0.5;
	}
	28% {
		opacity: 0.2;
	}
	35% {
		opacity: 0.2;
	}
	42% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	56% {
		opacity: 0;
	}
	63% {
		opacity: 0;
	}
	70% {
		opacity: 0.2;
	}
	77% {
		opacity: 0.2;
	}
	84% {
		opacity: 0.5;
	}
	91% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.b-step-7 {
	max-width: 390px;
	margin: 0 auto;
	padding: 20px 0;
	
}

.b-step-7 .b-head {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.b-step-7 .b-product {
	width: 51px;
	position: relative;
	margin: 0 auto 20px;
          z-index: 0;
}

.b-step-7 .b-product .main {
	width: 100%;    position: relative;
    z-index: 3;
}

.b-step-7 .b-product .bg-l {
	width: 559px;
	position: absolute;
    top: 152px;
    left: -516px;

}

.b-step-7 .b-product .bg-r {
	width: 559px;
	position: absolute;
	    top: 152px;
    right: -502px;
}

.b-step-7 .b-p1 {
	margin-bottom: 10px;
}

.b-step-7 .b-p1 b {
	font-weight: 600;
}

.b-step-7 .b-item {
	margin-bottom: 20px;
}

.b-step-7 .b-item:last-child {
	margin-bottom: 0;
}

.b-step-7 .b-item .b-p1:last-child {
	margin-bottom: 0;
}

.b-step-7 .b-bottom {
	margin-top: 20px;
}

.b-step-7 .b-bottom .b-head {
	width: 240px;
	margin: 0 auto 20px;
}

.b-step-7 .b-bottom .b-img-box {
	margin: 27px auto;
	position: relative;
	/* width: max-content; */

}

/* .b-step-7 .b-bottom .b-img-box .circle {
	width: 161px;
	height: 161px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	z-index: 0;
} */

.b-step-7 .b-bottom .b-img-box .product {
	/* width: 52px;
	position: absolute;
	z-index: 2;
	top: -17px;
	left: 50%;
	transform: translateX(-50%); */
  width: 100%;
}

.b-step-7 .b-bottom .b-img-box .sale {
	/* width: 140px;
	position: absolute;
	z-index: 4;
	left: 22px;
	top: 106px; */
}
.badge {
    display: flex;
    align-items: center;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
    position: absolute;
  top: -15px;
    left: 30px;
	transform: rotate(-4deg);
    box-sizing: border-box;
    background: url(../img/badge.png) no-repeat center / contain;
    width: 121px;
    height: 121px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    line-height: 1;
    z-index: 3;
    line-height: 1.2;
  }
  .badge span {
    display: block;
    font-size: 34px;
  }

.b-timer {
	/*border-radius: 15px;
	 border: 2px solid #423330; */
	font-size: 28px;
	line-height: 17px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	padding: 13px;
	max-width: 100%;
	margin: 0 auto;
	background-color:  #3CA5E64A;
	margin-bottom: 17px;
	margin-left: -20px;
	    /* gap: 10px; */
	margin-right: -20px;
	max-width: 390px;
	direction: ltr;
}
.b-timer div{
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	gap: 5px;
}
.b-timer .timer-text{
font-weight: 400;
font-size: 12px;
line-height: 1.1;
text-align: center;

}
.b-timer p {
	text-align: center;
	/* width: 32%; */
}

.b-timer span {
	width: 17px;
	text-align: center;
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}

.b-form {
	border: 1px solid #9C9C9C;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
}

.b-form-head {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.b-form .b-input,
.b-form .b-select {
	margin-top: 0;
	margin-bottom: 15px;
}

.b-form .b-button {
	border-radius: 20px;
}

.b-price {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.b-price-old {
	font-size: 20px;
	font-weight: 700;
	opacity: 0.3;
	text-decoration: line-through;
	margin: 0 10px;
}

.b-price-new {
	font-size: 22px;
	font-weight: 700;
	margin: 0 10px;
}

.text-center {
	text-align: center;
}

@media screen and (min-width: 360px) {
	.b-step-5 .b-photo {
		width: 280px;
		height: 280px;
	}
}

@media screen and (min-width: 380px) {
	.b-step-5 .b-photo {
		width: 300px;
		height: 300px;
	}
}

@media screen and (min-width: 414px) {
	.b-step-5 .b-photo {
		width: 334px;
		height: 334px;
	}
}

@media screen and (min-width: 430px) {
	.b-step-5 .b-photo {
		width: 350px;
		height: 350px;
	}
}

@media screen and (min-width: 768px) {
	.b-h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.b-h3 {
		font-size: 24px;
	}
	.b-h5 {
		font-size: 18px;
	}
	.b-p1 {
		font-size: 14px;
		line-height: 1.5;
	}
	.b-p2 {
		font-size: 18px;
		line-height: 1.5;
	}
	.b-p4 {
		font-size: 24px;
	}
	.b-p5 {
		font-size: 24px;
	}
	.b-button {
		font-size: 20px;
		line-height: 17px;
		padding: 16px 64px 18px;
		width: max-content;
		margin-top: 30px;
		max-width: 100%;
	}
	.b-button:hover {
		transform: scale(1.03, 1.03);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.b-button:hover::before {
		opacity: 0;
	}
	.b-step-1 {
		max-width: 500px;
		padding: 30px 0;
	}
	.b-step-1 .b-logo {
		margin-left: 11px;
		width: 44px;
		margin-bottom: 5px;
	}
	.b-step-1 .b-woman {
		max-width: 405px;
		margin: 0 auto 20px;
	}
	.b-step-1 .b-button {
		width: max-content;
	}
	.b-conteiner {
		padding: 48px 30px;
	}
	
	.b-select,
	.b-input {
		width: 100%;
		font-size: 18px;
		padding: 19px 20px;
	}
	.b-select {
		background-size: 11px 9px;
	}
	.b-load {
		margin-bottom: 40px;
	}
	.b-load span {
		width: 45px;
		height: 45px;
		margin: 0 15px;
	}
	.b-text {
		font-size: 24px;
	}
	.load__text{
		font-weight: 700;
	}
	.b-step-4 {
		padding: 30px 0;
		max-width: 630px;
	}
	.b-step-4 .b-logo {
		margin-bottom: 40px;
	}
	.b-step-4 .b-text {
		padding-bottom: 99px;
	}
	.b-step-5 {
		padding: 30px 0;
		max-width: 630px;
	}
	.b-step-5 .mob {
		display: none;
	}
	.b-step-5 .desc {
		display: block;
	}
	.b-step-5 .b-head {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.b-step-5 .b-top {
		margin: 20px 0;
		display: flex;
		justify-content: space-between;
	}
	.b-step-5 .b-photo {
		width: 270px;
		height: 270px;
		margin: 0;
	}
	.b-step-5 .b-photo p {
		font-size: 24px;
	}
	.b-step-5 .b-progress .item {
		justify-content: flex-start;
	}
	.b-step-5 .b-progress .bar {
		width: 221px;
		margin-right: 10px;
	}
	.b-step-5 .b-progress .bar b {
		line-height: 46px;
		font-size: 14px;
	}
	.b-step-5 .b-progress .text {
		font-size: 18px;
	}
	.b-step-5 .b-status {
		margin-bottom: 30px;
	}
	.b-step-5 .b-status .item {
		flex-direction: row;
		justify-content: start;
	}
	.b-step-5 .b-status .text {
		font-size: 16px;
	}
	.b-step-5 .b-status .text span {
		display: none;
	}
	.b-step-5 .b-status .number {
		font-size: 22px;
		width: 80px;
		margin-left: 20px;
		text-align: center;
	}
	.b-step-5 .b-icon {
		width: 24px;
	}
	.b-step-5 .b-result .b-h5 {
		margin-bottom: 10px;
	}
	.b-step-5 .b-result .item .b-h5 {
		margin-bottom: 5px;
	}
	.b-step-5 .b-ul {
		display: flex;
		flex-wrap: wrap;
		font-size: 16px;
		line-height: 1.5;
	}
	.b-step-5 .b-ul .box {
		width: max-content;
	}
	.b-step-5 .b-ul .b-li {
		padding-right: 23px;
		padding-left: 22px;
	}
	.b-step-5 .b-ul .b-li::before {
		width: 4px;
		height: 4px;
		right:  7px;
	}
	.b-step-5 .b-button {
		line-height: 23px;
	}
	.b-step-6 {
		padding: 30px 0;
		max-width: 630px;
	}
	.b-step-6 .b-logo {
		margin-bottom: 40px;
	}
	.b-step-6 .b-carousel {
		margin-top:20px;
		height: 145px;
	}
	.b-step-6 .b-carousel .box {
		height: 29px;
	}
	.b-step-6 .b-carousel p {
		font-size: 28px;
		line-height: 1.3;
		bottom: -29px;
	}
	.b-step-7 {
		padding: 30px 0;
		max-width: 630px;
	}
	.b-step-7 .b-head {
		font-size: 24px;
		margin-bottom: 28px;
	}
	.b-step-7 .b-product {
		width: 200px;
		margin-bottom: 20px;
 /* top:32px;	 */
}
	.b-step-7 .b-product .bg-l {
		width: 1258px;
		left: -1188px;
	}
	.b-step-7 .b-product .bg-r {
		width: 1258px; top:32px;	
		right: -1188px;
	}
	.b-step-7 .b-conteiner .b-head {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.b-step-7 .b-bottom {
		display: flex;
		margin-top: 30px;
		justify-content: space-between;
	}
	.b-step-7 .b-bottom .b-head {
		font-size: 18px;
		width: 100%;
	}
	.b-step-7 .b-bottom .b-left {
		width: 300px;
	}
	.b-step-7 .b-bottom .b-img-box {
		margin-top: 44px;
	}
	.b-step-7 .b-bottom .b-img-box .circle {
		width: 197px;
		height: 197px;
	}
	.b-step-7 .b-bottom .b-img-box .product {
		max-width: 200px;
		width: 100%;
		/* top: -21px; */
	}
	.b-step-7 .b-bottom .b-img-box .sale {
		width: 171px;
		top: 129px;
		left: 27px;
	}
	.b-form {
		width: 300px;
	}
	.b-form-head {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.b-form .b-button {
		border-radius: 32px;
		padding: 16px 16px 18px;
		width: 100%;
		margin-top: 20px;
	}
	.b-form .b-input,
	.b-form .b-select {
		margin-bottom: 20px;
		padding: 14px 20px;
	}
}

.s-variant-1,
.s-variant-2,
.s-variant-3,
.s-variant-4,
.s-variant-5,
.s-variant-6,
.s-variant-7,
.s-variant-8,
.b-step-1,
.b-step-4,
.b-step-5,
.b-step-6,
.b-step-7 {
	 display: none; 
}

body[data-step='1'] .b-step-1 {
	display: block;
}

body[data-step='4'] .b-step-4 {
	display: block;
}

body[data-step='5'] .b-step-5 {
	display: block;
}

body[data-step='6'] .b-step-6 {
	display: block;
}

body[data-step='7'] .b-step-7 {
	display: block;
}

.load__text span {
	display: none;
}

.load__text[data-text='0'] span:nth-child(1) {
	display: block;
}

.load__text[data-text='1'] span:nth-child(2) {
	display: block;
}

.load__text[data-text='2'] span:nth-child(3) {
	display: block;
}

.load__text[data-text='3'] span:nth-child(4) {
	display: block;
}

.load__text[data-text='4'] span:nth-child(5) {
	display: block;
}

.load__text[data-text='5'] span:nth-child(6) {
	display: block;
}

@media screen and (max-width: 989px) {
	.b-step-7 .b-product {
		max-width: 260px;
		width: 100%;
	}
}
.subtxt {
	margin-top: 20px;
  }
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    max-width: none;
    width: 250px;
	margin: 0 auto;
    /* margin: -58px auto 20px; */
      z-index: 20;
      position: relative;
}
.b-step-7 .b-product .main {
	position: relative;
	/* padding-bottom: 60px; */
}

.b-step-7 .b-product .main {
	/* margin-bottom: -10px; */
}
@media screen and (max-width: 768px) {
    .btn {
        margin: -78px auto 30px;
    }
}
.b-item--flex{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.img__block{
	padding-top: 5px;
	width: 50px;
	height: 51px;
	border-radius: 5px;
	overflow: hidden;
	flex-shrink: 0;
}
.img__block{
	object-fit: contain;
}
@media (min-width: 992px) {
	.b-item--flex{
	flex-wrap: nowrap;
}
}