.primary-btn{
	background: #2D2D2D;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-weight: 600;
	font-size: 10.637px;
	line-height: 3.1875;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
.primary-btn:hover{
	background: #20A061;
}

.secondary-btn{
	border: 1px solid #9C9C9C;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-weight: 600;
	font-size: 10.637px;
	line-height: 3.1875;
	text-align: center;
	color: #2D2D2D;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
.secondary-btn:hover{
	background: #E8E8E8;
}

/* -------------- b-order -------------- */
.page{
	padding: 73px 0 59px 0;
		background: linear-gradient(270deg, rgba(255, 228, 217, 0.89) 24.96%, rgba(242, 222, 190, 0.00) 50%), linear-gradient(270deg, rgba(255, 223, 200, 0.31) 50%, rgba(179, 151, 243, 0.31) 73.63%), #EFEFEF;
}
/* .inner{
	margin: 0 0 45px 0;
} */
.b-order{

}
.b-order-top{
	margin: 0;
}

.b-order-title{
	color: #3F3F3F;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.12;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.b-order-top-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 44px 0;
}
.b-order-top p{
	color: #4C4C4C;
	font-size: 16px;
	line-height: normal;
	margin: 0 70px 0 0 ;
	
}
.b-order-top__number{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border: 1px solid #9C9C9C;
	font-weight: 400;
	font-size: 16x;
	line-height: normal;
	text-align: center;
	color: #4C4C4C;
	padding: 0 30px;
	
}
.b-order-top__number span{
	color: #4C4C4C;
	font-weight: 700;
	line-height: normal;
	margin-left: 5px;
}
.b-order-content {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.order__left{
	flex-grow: 1;
	background: #FCF9ED;
	padding-bottom: 45px;
	margin: 0 40px 0 0;

}
.order__left-wrap{
	padding: 35px 42px 47px 42px;
}
.order__left-top{
	color: #4C4C4C;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 33px 0;
}
.order__left-container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: -30px 0 0 0;
}
.order__left-item{
	width: 50%;
	margin: 30px 0 0 0;
}
.order__left-item b{
	display: block;
	color: #4C4C4C;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px 0;
}
.order__left-item ul{

}
.order__left-item ul li {
	color: #4C4C4C;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
/* payment card */
.order__left-item .card {
	padding: 5px 0 0 0;
}
.order__left-item .card .text {
	line-height: 12px;
	color: #888888;
	padding: 0 0 0 10px;
	margin: 0 0 0 45px;
}
.order__left-item .card .text b {
	color: #4C4C4C;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: block;
	margin: 0;
}
.order__left-item .card .text span {
	color: #4C4C4C;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
.order__left-item .card figure {
	width: 45px;
	height: 28px;
	float: left;
	margin: 0;
	position: relative;
	top: 2px;
}
.order__left-item .card figure.visa {
	background: url("../images/card-icon-visa-1x.png") no-repeat 0 0;
}
.order__left-item .card figure.mastercard {
	background: url("../images/card-icon-mastercard-1x.png") no-repeat 0 0;
}
.order__left-item .card figure.amex {
	background: url("../images/card-icon-amex-1x.png") no-repeat 0 0;
}
.order__left-item .card figure.maestro {
	background: url("../images/card-icon-maestro-1x.png") no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.order__left-item .card figure.visa {
		background: url(../images/card-icon-visa-2x.png) no-repeat 0 0;
		background-size: 45px 28px;
	}
	.order__left-item .card figure.mastercard {
		background: url(../images/card-icon-mastercard-2x.png) no-repeat 0 0;
		background-size: 45px 28px;
	}
	.order__left-item .card figure.amex {
		background: url(../images/card-icon-amex-2x.png) no-repeat 0 0;
		background-size: 45px 28px;
	}
	.order__left-item .card figure.maestro {
		background: url(../images/card-icon-maestro-2x.png) no-repeat 0 0;
		background-size: 45px 28px;
	}
}
/* end payment card */

.order__map{
	width: 100%;
	overflow: hidden;
}
.order__map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.order__right{
	width: 340px;
	flex-shrink: 0;
}
.b-order-right__wrap{
	padding: 40px 38px 40px 38px;
	background: #FFF;
}
/* .b-order-right__wrap:not(:last-child){
	margin: 0 0 30px 0;
} */
.b-order-item{
	display: flex;
	justify-content: flex-start;
	margin: 0 0 43px 0;
}
.b-order-item__img{
	width: 100px;
	height: 100px;
	background: #fff;
	margin: 0 17px 0 0;
}
.b-order-item__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-order-item__text{

}
.b-order-item__text__top{

}
.b-order-item__name{
	color: #4C4C4C;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 2px 0;
}
.b-order-item__desc{
	color: #4C4C4C;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 5px 0;
}
.b-order-item__price{
	color: #4C4C4C;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.b-order-info ul{
}
.b-order-info ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.57143;
	color: #4C4C4C;
}
.b-order-info ul li:last-child{
	margin-bottom: 0px;
}
.b-order-info ul li span{
	margin: 0;
	text-align: right;
	font-weight: 700;

}
.b-order-info__total{
	border-top: 1px solid #DDD;;
	padding: 15px 0 0 0;
	margin: 13px 0 0 0;

}
.b-order-info__total ul li{
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	color: #4C4C4C;;
}

.b-order-bottom{
	padding: 35px 38px 38px 36px;
	background: #F2F2F2;
}
	
.b-order-bottom__text{
	margin: 0 0 23px 0;
}
.b-order-bottom__text b{
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #4C4C4C;
	line-height: normal;
	margin: 0 0 15px 0;
}
.b-order-bottom__text p{
	font-family: Gabarito;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.28571;
	color: #888;
	line-height: 1.28571;
	
}
.b-order-bottom__status{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #DDD;;
	padding: 26px 0 0 0;
}
.b-order-bottom__status b{
	font-weight: 400;
	font-size: 14px;
	color: #4C4C4C;
	line-height: 1.57143;

}
.b-order-bottom__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-order-bottom__item i{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin: 0 4px 0 0;
}
.b-order-bottom__item span{
	font-weight: 700;
	font-size: 14px;
	line-height: 1.57143;
	text-align: right;
	color: #20A061;
}

.confirmed span{
	color: #20A061;
}

.canceled span{
	color: #4D4D4D;
}
.b-order-btns{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 23px 0 0 0;
}
.btn-edit{
	width: 50%;
	margin: 0 10px 0 0;
}
.btn-cancel{
	width: 50%;
}


.b-order.save .b-order-title{
	margin: 0 0 10px 0;
}


.btn-back{
	width: 200px;
	height: 60px;
	background: #EEEEEE;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #888888;
	margin: 0 auto 0;
	transition: 0.3s;
}
.btn-back:hover{
	background: #eae7e7;
	transition: 0.3s;
}
.btn-back:active{
	background: #e4e1e1;
	transition: 0.3s;
}
.b-order-block{
	width: 520px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	margin: 0 auto 0;
	padding: 32px 40px 40px 40px;

}
.b-order-block__top{
	margin: 0 0 34px 0;
}
.b-order-block__top b{
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #C75191;
	margin: 0 0 10px 0;
}
.b-order-block__top p{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.667;
	color: #888888;
}
.b-order-block__content{
	padding: 0 0 0 5px;

}
.b-order-block__btn{
	width: 160px;
	height: 50px;
	margin: 30px 0 0 0;
}


.order__left-edit{
	padding: 35px 45px 56px 42px;


}

.b-edit__row-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
}
.b-edit__row-wrap .b-contacts-item{
	width: 50%;
}
.b-edit__row-wrap .b-contacts-item:not(:last-child){
	margin: 0 10px 0 0;
}
.input-cvv{
	max-width: 186px;
}



/* -------------- b-support -------------- */
.b-support{
	padding: 80px 0 0 0;

}
.b-support-container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-support-left{

}
.b-support-left .b-content-title{
	margin: 0 0 46px 0;
}
.b-support-left__text{

}
.b-support-left__text b{
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.21;
	color: #000000;
	margin: 0 0 22px 0;
}
.b-support-left__text strong{
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	margin: 0 0 30px 0;
}
.b-support-left__text p{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.72;
	color: #000000;
	margin: 0 0 20px 0;
}
.b-support-left__text span{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}
.b-support-left__text a{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.72;
	text-decoration-line: underline;
	color: #C75191;
}
.b-support-right{
	position: relative;
	border-radius: 30px 30px 0px 0px;
	width: 514px;
	flex-shrink: 0;
	margin: 0 0 0 56px;
}
.b-support-right img{
	border-radius: 30px 30px 0px 0px;
}
.b-support-right:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: 10px solid rgba(255, 255, 255, 0.3);

	border-radius: 30px 30px 0px 0px;
}
.b-form{
	padding: 66px 0 70px 0;
	position: relative;
}
.b-form:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/b-form-bg.png) center top -25px no-repeat;
	z-index: 1;
	display: none;
}
.b-form-container{
	width: 820px;
	margin: 0 auto 0;
	position: relative;
	z-index: 5;
}
.b-form-top{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.223;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	margin: 0 0 35px 0;
}
.b-form-row{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.b-form-item{
	padding: 0 10px;

	width: 33.333333%;
}
.b-form-input{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #CAD1D7;

	border-radius: 30px;
	padding: 0 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.01em;
	color: #888888;
}
.b-form-row .search-order{
	border-radius: 30px;
	margin: 20px 0 0 0;
}
/* -------------- edit -------------- */
.b-edit__block{
	margin-bottom: 39px;
}
.b-edit__block .b-order-left__top{
	font-weight: 600;
	font-size: 22px;
	line-height: normal;
	color: #4C4C4C;
	margin: 0 0 28px 0;

}
.b-edit__block:last-child{
	margin-bottom: 0px;
}
.b-edit__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 10px 0;
}
.b-edit__row:last-child{
	margin-bottom: 0px;
}
.b-edit__checkbox{
	margin: 22px 0 0 0;
}
.b-edit__row-text{
	width: 131px;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #4C4C4C;
}
.b-edit__row-item{
	flex-grow: 1;
}
.b-edit__input{
	width: 100%;
	height: 40px;
	border: 1px solid #9C9C9C;
	border-radius: 0px;
	background: #FFF;
	padding: 0 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #4C4C4C;
}
.b-edit__input::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #A8A8A8;
}
.b-edit__input:-moz-placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #A8A8A8;
}
.b-edit__row .b-contacts-item{
	flex-grow: 1;
	width: auto;
}
.b-edit__row .b-contacts-item .b-select{
	padding: 0 40px 0 20px;
}





.b-quantity{
	padding-bottom: 23px;
	margin: 0;
}
.b-quantity__top{
	font-weight: 700;
	font-size: 16px;
	color: #4C4C4C;
	line-height: normal;
	margin: 0 0 25px 0;
}
.b-quantity__wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 8px;
}
.b-quantity__wrap-row{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	border: 1px solid #9C9C9C;
	flex-grow: 1;
	overflow: hidden;
}
.b-quantity-btn{
	width: 40px;
	height: 40px;
	border-radius: 0;
	/* border-right: 1px solid #9C9C9C; */
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.69533;
	text-align: center;
	color: #2D2D2D;
	flex-shrink: 0;
	text-transform: uppercase;
}
.b-quantity-input{
	width: 100%;
	font-family: Gabarito;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #2D2D2D;
	line-height: 1.28571;
	text-transform: uppercase;
	background: #F2F2F2;
	border-right: 1px solid #9C9C9C;
	border-left: 1px solid #9C9C9C;

}
.b-quantity__save{
	width: 50%;
}


/* .order__right-edit .b-order-item{
	margin: 0 0 30px 0;
} */
.edit__btns{

}
.b-order-content_edit{
	align-content: inherit;
	align-items: flex-start;
}


.b-order_questions{
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 30px 0 0 ;
}
.b-order_questions-btn{
	width: 200px;
	height: 50px;
	background: #9BDC9D;
	border-radius: 5px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	margin: 0 20px 0 0;
}
.b-order_questions-btn:last-child{
	margin-right: 0px;
}
/* .b-order-content_edit .b-order-right__wrap{
	padding: 30px 30px 21px 30px;
} */
/*.b-order__height{
	min-height: 519px;
}*/
.b-order_questions-btn_big{
	font-size: 16px;
}
.b-order__date{
	margin: 28px 0 0 0;
	max-width: 510px;
}
.b-order__date p{
	margin: 0 0 28px 0;
}
.b-order__date-title{
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}
.b-order__date-row{
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}
.b-order__date-item{
	background: #FFFFFF;
	border: 1px solid #CACACA;

	border-radius: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #999999;
	margin: 0 10px 0 0;
	padding: 17px 32px;
}
.b-order__date-item:last-child{
	margin-right: 0px;
}
.b-order__date-item_month{
	min-width: 200px;
}
.b-order__date-btn{
	width: 246px;
}
/* -------------- b-block -------------- */
.b-block{
	padding: 85px 0 135px 0;

}
.b-block__container{
	display: flex;
	justify-content: center;
	align-content: flex-start;
}
.b-block__container-left{
	padding: 40px 0 0 0;

	margin: 0 90px 0 0;
	flex-shrink: 0;
}
.b-block__container-title{
	font-style: normal;
	font-weight: 900;
	font-size: 52px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #333333;
	margin: 0 0 10px 0;
}
.b-block__container-desc{
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.02em;
	color: #333333;
	max-width: 411px;
	margin: 0 0 30px 0;
}
.b-block__container-price{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 24px 0 0 0;

	border-top: 1px solid #EEEEEE;
	max-width: 300px;
	margin: 0 0 40px 0;
}
.b-block__container-price span{
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #333333;
	margin: 0 20px 0 0;
}
.b-block__container-price b{
	display: block;
	font-weight: 800;
	font-size: 52px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #C75191;
}
.b-block__container-btns{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-block__container-yes{
	width: 240px;
	height: 60px;
	background: #C75191;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	margin: 0 20px 0 0;
}
.b-block__container-yes:hover{
	background: #de2489;
	transition: 0.3s;
}
.b-block__container-no{
	width: 200px;
	height: 50px;
	background: #EEEEEE;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	transition: 0.3s;
}
.b-block__container-no:hover{
	background: #f5f3f3;
	transition: 0.3s;
}

.b-block__container-image{
	position: relative;
}
.b-block__container-sale{
	font-family: 'Raleway', sans-serif;
	background: url(../images/sale.svg) center no-repeat;
	width: 100.4px;
	height: 100px;
	padding: 35px 0 0 0;

	position: absolute;
	top: 84px;
	left: -45px;
}
.b-block__container-sale{
	text-align: center;
	transform: rotate(10deg);
}
.b-block__container-sale b{
	display: block;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #C75191;
}
.b-block__container-sale span{
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.03em;
}


.b-order_questions.postrone .b-order__radio{
	width: 237px;
}
/* .b-order_questions.postrone .b-order__radio:not(:last-child){
	margin: 0 10px 0 0;
} */
.b-order__radio{
	width: 246px;
}
/* .b-order__radio:not(:last-child){
	margin: 0 10px 0 0;
} */
.b-order__radio input[type="radio"]{
	display: none;
}
.b-order__radio input[type="radio"] + label{
	position: relative;
	display: block;
	cursor: pointer;
}
.b-order__radio input[type="radio"] + label span{
	width: 100%;
	height: 44px;
	border-radius: 0px;
	background: #2b2b2b;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.b-order__radio:hover input[type="radio"] + label span{
	opacity: 0.8;
	transition: 0.3s;
}
.b-order__radio input[type="radio"]:checked + label span{
	background: #20A061;
}
.b-order__radio input[type="radio"] + label i{
	font-weight: 600;
	font-size: 10.637px;
	text-align: center;
	color: #fff;
	font-style: normal;
	line-height: 3.1875;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	cursor: pointer;
}

.b-order__date-row .b-select{
	border: 1px solid #9C9C9C;
	border-radius: 0px;
	width: 245px;
	height: 40px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 15.26px center;
	background-size: 18px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #A8A8A8;
	padding: 0 20px;
}
.b-order__date-row .b-select option{
	text-align: left;
}
/* .b-order__date-row .b-select:not(:last-child){
	margin: 0 10px 0 0;
} */
/* .b-order__date-row .b-select_month{
	width: 220px
} */
.back-btn{
	width: 268px;
	text-decoration: none;
	border: 1px solid #9C9C9C;
	margin: 54px 0 0 0;
	transition: 0.3s;
}


.reschedule .back-btn{
	background: #DFE2E6;
	color: #464C5B;
}
.reschedule .back-btn:hover{
	background: #000;
	opacity: 1;
	color: #fff;
}
.b-edit__wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
	gap: 0 10px;
}
.b-edit__wrap .b-edit__row-item{
	width: 50%;
}
.b-edit__select{
	border: 1px solid #9C9C9C;;
	border-radius: 0px;
	width: 100%;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #A8A8A8;
	padding: 0 15px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size:17.741px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;

		
}
.b-order-right__bottom{
	background: #F2F2F2;
	padding: 35px 38px 31px 36px;
}
.b-order-right__bottom .edit__btns{
	background: none;
	padding-top: 25px;
}
.b-edit__save{
	width: 100%;
}
.b-edit__btn{
	width: 100%;
	margin: 19px 0 0 0;
}

.inner_postrone{
	padding-bottom: 125px;
}
.rating{
	max-width: 268px;
	background: #FCF9ED;
	margin: 40px 0 0 0;
	padding: 37px 35px 42px 42px;
}
.rating__top{
	font-weight: 600;
	font-size: 22px;
	line-height: normal;
	color: #4C4C4C;
	margin: 0 0 17px 0;
}
.rating p{
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #4C4C4C;
	margin: 0 0 25px 0;
}
.rating__btn{
	width: 100%;
	margin: 24px 0 0 0;
}

.banner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.banner__left{
	width: 360px;
	margin: 0 60px 0 0;
}
.banner__right{
	width: 490px;
	height: 490px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
}
.banner__right img{
	max-width: 206.627px;
}
.banner__right-sale{
	position: absolute;
	top: 70px;
	left: 22px;
	width: 105px;
	height: 105px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1233;
	text-align: center;
	color: #3F3F3F;;


	padding: 0 0 0 14px;
}
.banner__right-sale .sale-1{
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50px;
	z-index: 1;
}
.banner__right-sale .sale-2{
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 65px;
	z-index: 2;
}

.banner__right.xs{
	display: none;
}
.banner__left .promo__title{
	font-weight: 700;
	font-size: 32px;
	line-height: 1.12;
	color: #3F3F3F;
	text-transform: uppercase;
	margin: 0 0 40px 0;		
}
.banner__sub{
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #4C4C4C;
	margin: 0;
}
.banner__price{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 52px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	color: #4C4C4C;
}
.banner__price span{
	margin: 0 10px 0 0;
}
.banner__price b{
	display: block;
}
.banner__btns{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 10px;
}
.banner__btn {
	width: 50%;
	border-width: 2px;
	text-decoration: none;
}

.contacts{
	border-top: 1px solid #D6D6D6;
	padding: 50px 0;
}
.contacts .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contacts .title{
	margin: 0;
}
.contacts__right{
	max-width: 455px;
}
.contacts__right p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.14286;
	color: #2b2b2b;
}
.contacts__right p a{
	font-weight: 700;
	color: #909090;
}
.contacts__right p a span{
	font-weight: 500;
}

@media (max-width: 991px){
	.b-order-content{
		display: block;
	}
	.order__left{
		margin: 0 0 30px 0;
	}
	.order__right{
		width: 100%;
	}
	.b-order__radio:not(:last-child) {
		margin: 0 14px 0 0;
	}
	.banner__left{
		margin: 0 30px 0 0;
	}
	.banner{
		align-items: center;
	}
	.banner__sub{
		font-size: 24px;
	}
	.banner__left{
		padding: 0;
	}
	.banner__right{
		width: 400px;
		height: 400px;
	}
	.banner__right-sale {
		top: 20px;
		left: -10px;
	}
}
@media (max-width: 833px){

}
@media (max-width: 767px) {
	.page{
		padding: 30px 0 30px 0;
	}
	.b-order{
		padding: 0 0 60px 0;
	}
	.order__left-wrap{
		padding: 26px 15px;
	}
	.order__left{

	}
	.b-order-top-content{
		display: block;
		align-items: center;

	}
	.b-order-top__number{
		font-size: 16px;
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.b-order-top p{
		max-width: 100%;
		font-size: 14px;

	}
	.b-order__date{
		margin: 20px auto 0;
	}
	.b-order{

	}
	.b-order-top__ico img{

	}
	.order__map{
		height: auto;
	}
	.b-order-right__wrap{
		padding: 30px 15px;
	}
	.b-order-bottom{
		padding: 26px 15px;
	}
	.order__left-edit{
		padding: 25px 15px 50px 15px;
	}
	.b-order-top__cancelled .b-order-title{
		margin: 0 0 15px 0;
	}
	.b-order-top__cancelled p{
		font-size: 14px;
	}
	.b-order__date-row .b-select{
		padding: 0 8px;
		background-position: center right 7px;
		font-size: 15px;
	}
	/* .b-order__date-row .b-select_month {
		width: 108px;
	} */
	.b-order__date-row .b-select:not(:last-child){
		margin: 0 5px 0 0;
	}
	.b-order_questions.save{
		flex-wrap: wrap;
	}
	.b-order_questions.save .b-order__radio{
		margin: 5px !important;
	}
	.b-order.save .b-order__date{
		margin: 20px 0 0 0;
	}
	.section.contact .section__row{
		display: flex;
		flex-direction: column;
	}
	.section.contact .section__text{
		order: 1;
		max-width: 100%;
	}
	.section.contact .section__img{
		order: 3;
		margin: 36px auto 0;
	}
	.section__bottom{
		order: 2;
		margin: 34px 0 0 0;
		padding: 36px 0 0 0;
	}
	.section.contact{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section__bottom-left{
		margin: 0 0 20px 0;
	}
	.section__bottom-right{
		padding: 23px 0 0 0;
	}
	.bottom.contact{
		padding: 40px 0 32px 0;
	}
	.bottom.contact .bottom__title{
		font-size: 28px;
		line-height: 32px;
		min-width: 300px;
		margin: 0 auto 0;
	}
	.section__bottom:before{
		max-width: 100%;
	}
	.order__left-top{
		font-size: 20px;
	}
	.b-order-top__ico{
		margin: 0 0 10px 0;
	}
	.b-order-title{
		font-size: 24px;
	}
	.rating{
		padding: 25px 20px;
	}
	.banner{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.banner__right{
		margin: 30px 0 0 0;
		display: none;
	}
	.banner__right.xs{
		display: flex;
		margin: 30px auto 30px;
		width: 100%;
		max-width: 400px;
	}
	.banner__left{
		text-align: center;
	}
	.b-quantity{
		padding-bottom: 23px;
	}
	.b-order-right__bottom .edit__btns{
		padding-top: 25px;
	}
	/* .b-order__date-btn{
		width: 280px;
	} */
	.banner__left{
		margin: 0;
		width: 100%;
	}
	.inner_banner{
		padding: 0 0 60px 0;
	}
	.banner__price{
		justify-content: center;
		margin: 0 0 20px 0;
	}
	.banner__sub{
		margin: 0 0 15px 0;
	}
	.banner__sub br{
		display: none;
	}
	.banner__right-sale{
		top: 20px;
		left: -10px;
	}
	.contacts .container{
		display: block;
	}
	.contacts .title{
		margin: 0 0 30px 0;
	}
	.contacts__right{
		max-width: 100%;
	}
	.inner{
		margin: 0 0 30px 0;
	}

	.b-edit__block {
		margin-bottom: 36px;
	}
	.inner_postrone{
		padding-bottom: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 549px) {
	.b-edit__row{
		display: block;
		margin: 0 0 10px 0;
	}
	.b-edit__row-text{
		width: auto;
		margin: 0 0 5px 0;
		display: block;
	}
}
@media (max-width: 424px) {
	.order__left-item{
		width: 100%;
	}

}





/* ========== start shop block ========== */

.inner_page .container{
	position: relative;
}
.nav{
	flex-grow: 1;
}
.header__cart{
	position: relative;
	width: 60px;
	height: 60px;
	background: #2d2d2d;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	z-index: 20;
	transition: 0.2s;
}
.header__cart-q{
	font-weight: 600;
	font-size: 11px;
	line-height: 4.63636;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #20a061;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.2s;
}
.header__cart-q.is-max{
	font-size: 8px;
}
.header__cart:after{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 12px;
	background: #2d2d2d;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}
.header__cart.active:after{
	opacity: 1;
	visibility: visible;
}

.inner_page .page{
	padding-top: 70px;
	padding-bottom: 80px;
}


.page__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.12;
    text-transform: uppercase;
    color: #3f3f3f;
	margin-bottom: 40px;
}
.items__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	height: 100%;
}
.items__col{
	width: calc(25% - 15px);
}
.item{
	box-shadow: 0 2px 9px 0 rgba(0, 4, 70, 0.09);
	background: #fff;
	position: relative;
	border: 1px solid #7c6ca4;
	transition: 0.2s;
	height: 100%;
}
.item__link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.item__label{
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 11px;
	line-height: 4.63636;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 0 11px;
	height: 30px;
	background: #20a061;
}
.item__img{
	display: block;
	background: #ffffff;
}
.item__wrap{
	padding: 10px 20px 20px 20px;
	position: relative;
}
.item__wrap:before{
	position: absolute;
	top: 0;
	left: 20px;
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background: #dfdfdf;
}
.item__name{
	font-weight: 500;
	font-size: 18px;
	color: #414141;
	margin-bottom: 5px;
}
.item__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0 5px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #999;
	margin-bottom: 10px;
}
.item__price{
	font-weight: 500;
	font-size: 16px;
	color: #414141;
}
.item__oldPrice{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	text-align: right;
	color: #999;
}
.item__btn{
	width: 100%;
	height: 50px;
	font-size: 11px;
	transition: 0.2s;
	position: relative;
	z-index: 3;

}

/* ========== card ========== */
.inner_page .b-card_page{
	padding-top: 80px;
}
.b-card{

}
.b-card__wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 30px;
}
.b-card__right{
	width: 400px;
	flex-shrink: 0;
	position: relative;
}
.b-card__labels{
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
.b-card__label{
	background: #c84747;
	height: 30px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}
.b-card__img{
	background: #fff;
}
.b-card__img img{
	margin: 0 auto 0;
}
.b-card__right-text{
	background: #f2f2f2;
	padding: 30px;
}
.b-card__right-text span{
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.42857;
	color: #3d3d3d;
	margin-bottom: 15px;
}
.b-card__right-text p{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857;
	color: #3d3d3d;
	margin: 0 0 15px 0;
}
.b-card__container{
	flex-grow: 1;
}
.b-card__container .page__title{
	margin: 0 0 10px 0;
}
.b-card__block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 20px;
	color: #888;
}
.b-card__oldPrice{
	font-weight: 400;
	font-size: 20px;
	color: #888;
}
.b-card__price{
	font-weight: 500;
	font-size: 24px;
	color: #3d3d3d;
}
.b-card__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 30px;
}
.b-quantity_two{
	margin: 0;
}
.b-card .b-quantity_two{
	padding: 0;
}
.b-card .b-quantity_two input{
	background: transparent;
}


.b-card__btn{
	max-width: 130px;
	width: 100%;
	font-size: 12px;
}

.b-card__text{
	border-top: 1px solid #9c9c9c;
	padding-top: 30px;
}
.b-card__text-title{
	font-weight: 700;
	font-size: 18px;
	color: #313131;
	margin-bottom: 20px;
}
.b-card__text p{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857;
	color: #313131;
	margin: 0;
}
.b-card__text p:not(:last-child){
	margin-bottom: 15px;
}

.b-card__text-block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 10px;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #ccc;
}
.b-card__text-block svg{
	flex-shrink: 0;
}
.b-card__text-block p{
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.45455;
	color: #000;
}


/* ========== checkout ========== */
.page_checkout{

}

.checkout{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 40px;
}
.checkout__left{
	flex-grow: 1;

}
.checkout__block{
	background: #fcf9ed;
	border-radius: 0;
	padding: 30px;
}
.checkout__block:not(:last-child){
	margin-bottom: 20px;
}
.checkout__block-title{
	font-weight: 600;
	font-size: 22px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.checkout .b-edit__row-text{
	font-weight: 400;
	font-size: 14px;
	color: #4c4c4c;
	width: 180px;
}
.checkout .b-edit__input{
	height: 40px;
	border-color: #9c9c9c;
	color: #000;
}
.checkout .b-select , .checkout .b-edit__select{
	height: 40px;
	border-color:  #9c9c9c;
	background: #fff url("../images/shop/select-arrow2.svg") center right 15px no-repeat;
	background-size: 13px;
	padding: 0 40px 0 20px;
	border-radius: 0px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.checkout .input-cvv{
	max-width: 177px;
}
.input__card{
	background: #fff url("../images/shop/img-pay.svg") center right 10px no-repeat;
}
.checkout__checkbox .b-checkbox.flex-start input[type="checkbox"] + label{
	align-items: flex-start;
}

.checkout .b-edit__row{
	margin: 0 0 10px 0;
}
.checkout .b-edit__row:last-child{
	margin: 0;
}
.checkout__block-radio{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 40px;
}
.checkout__block-radio .b-radio{
	margin: 0;
}
.checkout__block-radio .b-radio input[type="radio"] + label i{
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #4c4c4c;
}
.checkout__block-radio .b-radio input[type="radio"] + label i strong{
	font-weight: 400;
	color: #4c4c4c;
	opacity: 0.5;
	margin: 0 15px;
}
.checkout__block-radio .b-radio input[type="radio"] + label span{
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-color: #9c9c9c;
}
.checkout__block-radio .b-radio input[type="radio"] + label span:after{
	background: #6b6b6b;
	width: 10px;
	height: 10px;
}
.checkout__block-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.checkout__block-top img{
	max-width: 190px;
}
.checkout__block-left{

}
.checkout__block-left .checkout__block-title{
	margin: 0 0 3px 0;
}
.checkout__block-left p{
	font-weight: 400;
	font-size: 11px;
	color: #000;
}

.checkout__checkbox{
	margin-bottom: 20px;
}
.checkout__checkbox .b-checkbox:not(:last-child){
	margin-bottom: 10px;
}
.checkout__checkbox .b-checkbox input[type="checkbox"] + label{
	align-items: center;
}
.checkout__checkbox .b-checkbox input[type="checkbox"] + label span{
	border: 1px solid #000000;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	transition: unset;
}
.checkout__checkbox .b-checkbox input[type="checkbox"]:checked + label span{
	background: #f1f3f8 url("../images/shop/ch2.svg") center no-repeat;
}
.checkout__checkbox .b-checkbox input[type="checkbox"] + label i{
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.checkout__checkbox .b-checkbox input[type="checkbox"] + label i a{
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.checkout__checkbox.small .b-checkbox input[type="checkbox"] + label i{
	font-size: 11px;
}
.checkout .b-edit__wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
	gap: 0 10px;
}
.checkout .b-edit__wrap .b-edit__row-item{
	width: 50%;
}
.checkout .b-edit__wrap .b-edit__row-item select{
	width: 100%;
}


.checkout__btn{
	width: 100%;
	height: 70px;
	font-size: 24px;
}
.checkout__btn.xs{
	display: none;
}



.checkout__right{
	width: 340px;
	flex-shrink: 0;
}
.checkout__right-wrap{
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
}
.checkout__item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 20px;
}
.checkout__item:not(:last-child){
	margin-bottom: 20px;
}
.checkout__item-img{
	width: 100px;
	height: 100px;
	border-radius: 0px;
	background: #F5F5F5;
	border: 1px solid #7c6ca4;
	flex-shrink: 0;
}
.checkout__item-wrap{
	flex-grow: 1;
}
.checkout__item-row{
	margin-bottom: 11px;
}
.checkout__item-name{
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #414141;
	margin-bottom: 8px;
}
.checkout__item-wp{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0 5px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #999;
}
.checkout__item-price{
	font-weight: 500;
	font-size: 16px;
	color: #414141;
}
.checkout__item-oldPrice{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #999;
}
.checkout__item .b-quantity_two{
	margin: 0;
	padding: 0;
}
.b-quantity_two input{
	background: #fff;
}
.b-quantity__wrap-row{
	max-width: 130px;
}


.checkout .b-order-info{
	padding: 14px 0 0 0;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}

.checkout .b-order-info ul li{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.57143;
	color: #4c4c4c;
}
.checkout .b-order-info__total{
	padding-top: 14px;
	margin: 14px 0 0 0;
	border-top: 1px solid #ddd;
}
.checkout .b-order-info__total ul li{
	font-weight: 700;
	font-size: 16px;
	color: #4c4c4c;
}
.checkout__right .b-card__text-block{
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}

/* ====== cartModal ====== */
body.active{
	padding-right: 15px;
}
.cartModal{
	border: 1px solid #2d2d2d;
	background: #fff;
	width: 340px;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	margin-top: 10px;
}
.cartModal:after{
	display: none;
}
.cartModal.active{
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
/*.cartModal__block{
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	width: 100%;
	height: 100vh;
	max-width: 340px;
	overflow: auto;
	padding: 30px 20px;
	transform: translateX(100%);
	transition: 0.3s;
}
.cartModal.active .cartModal__block{
	transform: translateX(0);
}*/
.cartModal__close{
	position: absolute;
	top: 29px;
	right: 29px;
	width: 14px;
	height: 14px;
	background: url("../images/shop/cartModal__close.svg") center no-repeat;
}
.cartModal__close:hover{
	opacity: 0.7;
}
.cartModal__block-title{
	padding: 22px 30px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #fff;
	background: #2d2d2d;
}
.cartModal .checkout__items{
	padding: 20px;
}
.cartModal__block-wrap{
	padding: 20px;
	border-top: 1px solid #dfdfdf;
}
.cartModal .b-order-info__total{
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.cartModal .b-order-info__total ul li{
	font-size: 20px;
}



.cartModal__btn{
	width: 100%;
	height: 60px;
	font-size: 24px;
}



@media (max-width: 1009px) {
	body.active{
		padding-right: 0px;
	}


	.nav ul{
		gap: 0 25px
	}
	.items__col{
		width: calc(33.333333% - 14px);
	}
	.page__title{
		font-size: 25px;
	}

	.b-card__wrapper{
		gap: 0 20px;
	}
	.b-card__right{
		width: 50%;
	}

	.checkout{
		flex-direction: column;
		gap: 20px 0;
	}
	.checkout__left , .checkout__right{
		width: 100%;
	}


	.checkout__right .b-card__text-block{
		align-items: center;
	}
	.checkout .input-cvv{
		max-width: 100%;
	}
	.checkout__btn{
		/*display: none;*/
	}
	.checkout__btn.xs{
		display: flex;
	}
}
@media (max-width: 991px) {

}
@media (max-width: 833px) {


}
@media (max-width: 767px) {
	.header__cart{
		width: 37px;
		height: 37px;
		padding: 8px;
		margin: 0;
	}
	.header__cart:before{
		position: absolute;
		top: 100%;
		left: 0;
		content: "";
		width: 100%;
		height: 12px;
		background: #2d2d2d;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s;
	}
	.header__cart.active:before{
		opacity: 1;
		visibility: visible;
	}
	.header__cart-q{
		width: 14px;
		height: 14px;
		font-size: 8px;
	}
	.header__cart-q.is-max{
		font-size: 7px;
	}
	.inner_page .page{
		padding: 40px 0 60px 0;
	}
	.items__row{
		gap: 20px 10px;
	}
	.items__col{
		width: calc(50% - 5px);
	}
	.item__wrap{
		padding: 10px 10px 20px 10px;
	}
	.item__wrap:before{
		left: 10px;
		width: calc(100% - 20px);
	}
	.item__name{
		font-size: 15px;
	}
	.item__label{
		top: 10px;
		right: 10px;
		padding: 0 8px;
		height: 25px;
		font-size: 10px;
	}

	.page__title{
		margin-bottom: 20px;
	}
	.b-card__wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px 0;
	}
	.b-card__right{
		width: 100%;
	}
	.b-card__container{

	}
	.b-quantity_two{
		justify-content: flex-start;
		padding: 0;
	}
	.b-card__rate{
		justify-content: center;
	}

	.b-card__text-block p{
		text-align: left;
	}
	.b-card__text{
		text-align: left;
	}
	.b-card__right-text{
		margin: 30px 0 0 0;
		padding: 20px;
	}

	.checkout__right-wrap{
		padding: 20px;
	}
	.checkout .b-quantity_two{
		justify-content: flex-start;
		margin: 0;
	}
	.checkout__block-top{
		display: block;
	}
	.checkout__block-left{
		margin-bottom: 5px;
	}
	.checkout .b-order-info{
		padding-left: 0;
		padding-right: 0;
	}
	.checkout__btn{
		font-size: 18px;
		height: 60px;
	}
	.checkout__block{
		padding: 20px;
	}
	.checkout__block-radio{
		flex-wrap: wrap;
		gap: 20px;
	}
	.checkout__item .b-quantity_two{
		justify-content: flex-start;
	}
}

@media (max-width: 389px) {

}
/* ========== end shop block ========== */