.primary-btn{
	border-radius: 12px;
	border: 1px solid #F34100;
	background: #F34100;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-family: "Inter Tight";
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.primary-btn:hover{
	background: #FD711B;
}

.secondary-btn{
	border-radius: 12px;
	background: #D9D9D9;	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-family: "Inter Tight";
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	color: #373737;
	text-decoration: none;
	transition: 0.3s;
}
.secondary-btn:hover{
	background: #E8E8E8;
}

/* -------------- b-order -------------- */
.page{
	padding: 80px 0 0 0;
	background: linear-gradient(0deg, #F6EEE5 0%, #F6EEE5 100%),#FFF;
}
/* .inner{
	margin: 0 0 45px 0;
} */
.b-order{

}
.b-order-top{
	padding: 0 0 60px 0;
	margin: 0;
}

.b-order-top__line{
	height: 6px;
	background: linear-gradient(0deg, #FFC346 0%, #FFC346 100%),#FFF;
	margin-bottom: 50px;
}

.b-order-title{
	font-family: "Inter Tight";
	color: #473027;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 20px 0;
}

.b-order-top p, .b-order-top p a{
	font-family: Inter;
	color: #473027;
	font-size: 18px;
	line-height: 1.33333;	margin: 0 70px 0 0 ;
	font-weight: 500;
}
.b-order-top p{
	margin: 0 0 20px 0;
}
	
	

.b-order-top__number{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #FFC346;
	height: 40px;
	font-weight: 500;
	font-size: 14x;
	line-height: 1.71429;
	text-align: center;
	color: #473027;
	font-family: Inter;
	padding: 0 13px 0 19px;
}
.b-order-top__number span{
	color: #473027;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429;
		margin-left: 5px;
}
.b-order-content {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.order__left{
	flex-grow: 1;
	margin: 0 52px 144px 0;

}
.order__left-wrap{
	padding: 0 41px 30px  0;
}
.order__left-top{
	color: #473027;
	font-family: "Inter Tight";
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.66667;
	text-transform: uppercase;
	margin: 0 0 30px 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: #473027;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.375;
	margin: 0;
}
.order__left-item ul{

}
.order__left-item ul li {
	color: #473027;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375;
}
/* 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: #473027;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375;
	display: block;
	margin: 0;
}
.order__left-item .card .text span {
	color: #473027;
	font-size: 12px;
	font-weight: 500;
	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: 30px 0 40px 0;
	background: #FFF;
	border-radius: 12px;
}
/* .b-order-right__wrap:not(:last-child){
	margin: 0 0 30px 0;
} */
.b-order-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 30px 0 30px;
	margin: 0 0 26px 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: #382727;
	font-family: Inter;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 17px 0;
}
.b-order-item__desc{
	color: #382727;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 3px 0;
}
.b-order-item__price{
	color: #382727;
	font-family: Inter;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.16667;
}

.b-order-info ul{
	padding: 0 30px 0 30px;
}
.b-order-info ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #382727;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71429;
}
.b-order-info ul li:last-child{
	margin-bottom: 0px;
}
.b-order-info ul li span{
	margin: 0;
	text-align: right;
	font-weight: 900;

}
.b-order-info__total{
	padding: 14px 0 14px 0;
	margin-top: 19px;
	background: #D4F0BC;
	
}

.b-order-info__total ul li{
	color: #382727;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857;
}

.b-order-bottom{
	padding: 30px 30px 0 30px;
}
	
.b-order-bottom__text{
	margin: 0 0 23px 0;
}
.b-order-bottom__text b{
	display: block;
	color: #382727;
	font-family: Inter;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.375;
	margin: 0 0 10px 0;
}
.b-order-bottom__text p{
	color: #382727;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14286;
	line-height: 1.28571;
	margin: 0 0 24px 0;
	
}
.b-order-bottom__status{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(209, 221, 188, 0.60);
	padding: 13px 14px;
}
.b-order-bottom__status-canceled {
	background: rgba(224, 224, 224, 0.60);
	
}


.b-order-bottom__status b{
	color: #382727;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;

}
.b-order-bottom__item{
	display: flex;
	align-items: center;
}
.b-order-bottom__item i{
	margin: 0 4px 0 0;
}
.b-order-bottom__item span{
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.confirmed span{
color: #437D11;}

.canceled span{
	color: #8A8A8A;
}
.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: 0 36px 33px 0;
}

.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: 50px;
}
.b-edit__block .b-order-left__top{
	color: #473027;
	font-family: "Inter Tight";
	font-size: 24px;
	font-weight: 900;
	line-height: 1.66667;
	text-transform: uppercase;
	margin: 0 0 20px 0;

}
.b-edit__block:last-child{
	margin-bottom: 0px;
}
.b-edit__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 13px 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;
	color: #473027;
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.375;
}
.b-edit__row-item{
	flex-grow: 1;
}
.b-edit__input{
	width: 100%;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #9D8379;
	background: #FFF;
	padding: 0 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #4C4C4C;
}
.b-edit__input::-webkit-input-placeholder{
	color: #9D8379;
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.b-edit__input:-moz-placeholder{
	color: #9D8379;
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;}
.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{
	margin: 0 0 32px 0;
}
.b-quantity__top{
	color: #382727;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.375;
	margin: 0 0 17px 0;
}
.b-quantity__wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 16px;
}
.b-quantity__wrap-row{
	width: 50%;
	display: flex;
	gap: 4px;
	justify-content: space-between;
	align-content: flex-start;
	flex-grow: 1;
	overflow: hidden;
}
.b-quantity-btn{
	width: 40px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #F34100;
	background: #F34100;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: "Inter Tight";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	flex-shrink: 0;
	text-transform: uppercase;
}
.b-quantity-input{
	width: 100%;
	color: #373737;
	text-align: center;
	font-family: "Inter Tight";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: #F2F2F2;
	border-radius: 12px;
	background: #D9D9D9;

}
.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: 15px;
	margin: 30px 0 0 ;
}
.b-order_postpone {
	display: flex;
	gap: 15px;
	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: 620px;
}
.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;
	gap: 15px;
	justify-content: center;
	align-content: flex-start;
	margin: 0 0 20px 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: 278px;
}
/* .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: 40px;
	border-radius: 12px;
	border: 1px solid #F34100;
	background: #F34100;
	font-weight: 700;
	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: 700;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: "Inter Tight";
	font-style: normal;
	line-height: normal;
	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-radius: 2px;
	border: 1px solid #9D8379;
	width: 197px;
	height: 40px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 15.26px center;
	background-size: 13px 8px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #9D8379;
	padding: 0 20px;
}
.b-order__date-row .b-select option{
	text-align: left;
}
.back-btn{
	width: 278px;
	text-decoration: none;
	margin: 30px 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-radius: 2px;
	border: 1px solid #9D8379;
	background: #FFF;
	width: 100%;
	height: 44px;
	color: #9D8379;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 15px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 13px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;

		
}
.b-order-right__bottom{
	padding: 30px 38px 0 36px;
}
.b-order-right__bottom .edit__btns{
	background: none;
}
.b-edit__save{
	width: 100%;
}
.b-edit__btn{
	width: 100%;
	margin: 19px 0 0 0;
}

.inner_postrone{
	padding-bottom: 170px;
}
.rating{
	max-width: 664px;
	background: #FFF;
	border-radius: 20px;
	padding: 40px 105px 62px 50px;
}
.rating__top{
	color: #473027;
	font-family: "Inter Tight";
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.66667;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.rating p{
	color: #473027;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.33333;
	margin: 0 0 20px 0;
}
.rating__btn{
	width: 278px;
	margin: 20px 0 0 0;
}

.banner{
	margin-bottom: 280px;
	max-width: 737px;
	display: flex;
	gap: 40px;
	justify-content: flex-end;
	align-items: center;
	background: #FFF;
	border-radius: 12px;
}
.banner__left{
	width: 100%;
	margin: 0;
	flex: 1;
}
.banner__right{
	padding: 34px 0 36px 34px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	flex: 1;
}
.banner__right img{
	max-width: 314px;
}
.banner__right-sale{
	position: absolute;
	top: 33px;
	left: 39px;
	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;
}

 .promo__title{
	color: #473027;
	font-family: "Inter Tight";
	font-size: 42px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 20px 0;		
}
.banner__sub{
	color: #473027;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.33333;
	margin: 0;
}
.banner__price{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 40px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #473027;
}
.banner__price span{
	margin: 0 10px 0 0;
}
.banner__price b{
	display: block;
}
.banner__btns{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 15px;
	margin: 0 56px 0 0;
}
.banner__btn {
	width: 90%;
	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;
	}
	.b-order-right__wrap{
		margin: 0 0 30px 0;
	}
	.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{
		margin-bottom: 80px;
		align-items: center;
	}
	.banner__sub{
		font-size: 18px;
	}
	.banner__left{
		padding: 0;
	}
	.banner__right{
		width: 400px;
		height: 400px;
	}
}
@media (max-width: 833px){
	.inner_postrone {
			padding-bottom: 80px;
		}
}
@media (max-width: 767px) {
	.page{
		padding: 30px 0 0 0;
	}

	.order__left-wrap{
		padding: 0 15px 26px 15px;
	}
	.order__left{

	}
	.b-order-top{
		padding: 0 0 30px 0;
	}

	.b-order-top__number{
		font-size: 16px;
		padding: 0 20px;
		margin-bottom: 0;
	}
	.b-order-top__line {
		margin: 0;
	}

	.b-order-top p{
		max-width: 100%;
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.b-order__date{
		margin: 20px auto 0;
	}
	.b-order{

	}
	.b-order-top__ico img{

	}
	.b-order-top p a {
		font-size: 14px;
	}
	.order__map{
		height: auto;
	}
	.b-order-right__wrap{
		padding: 30px 15px;
	}
	.b-order-bottom{
		padding: 26px 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{
		flex-direction: column;
	}
	.b-order__date-row .b-select{
		padding: 0 8px;
		background-position: center right 7px;
		font-size: 15px;
	}
	.b-order__date-row .b-select:not(:last-child){
		margin: 0 5px 0 0;
	}
	.b-order_questions.save{
		flex-wrap: wrap;
	}
	.b-edit__block .b-order-left__top {
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	.b-order_questions.save .b-order__radio{
		margin: 5px !important;
	}
	.b-order.save .b-order__date{
		margin: 20px 0 0 0;
	}
	.b-order_postpone {
		flex-direction: column;
	}
	.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;
		margin-bottom: 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;
		margin: 0;
	}
	.banner__left{
		text-align: center;
	}

	.banner__left{
		margin: 0;
		width: 100%;
	}
	.inner_banner{
		padding: 0 0 60px 0;
	}
	.banner__price{
		margin: 0 0 20px 0;
	}
	.banner__sub{
		margin: 0 0 15px 0;
	}
	.banner__sub br{
		display: none;
	}
	.banner__right{
		justify-content: center;
	}
	.banner__right-sale{
		left: 20%;
	}
	.banner__btns {
		align-items: center;
		margin: 0 0 50px 0;
	}
	.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: 34px;
	height: 34px;
	background: #f34100;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px;
	z-index: 20;
	transition: 0.2s;
}
.header__cart-q{
	font-weight: 500;
	font-size: 8px;
	text-align: center;
	color: #000;
	width: 13px;
	height: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #ffc346;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.2s;
}
.header__cart-q.is-max{
	font-size: 5px;
}

.inner_page .page{
	padding-top: 80px;
	padding-bottom: 80px;
}


.page__title{
	font-weight: 700;
	font-size: 40px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #473027;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 6px solid #ffc346;
}
.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{
	background: #f4e7d8;
	position: relative;
	border-radius: 12px;
	transition: 0.2s;
	height: 100%;
}
.item__link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.item__img{
	display: block;
	background: #f4e7d8;
	border-radius: 12px 12px 0 0;
}
.item__wrap{
	border-top: 1px solid #fe4500;
	padding: 20px;
	position: relative;
}
.item__name{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #414141;
	margin-bottom: 10px;
}
.item__row{
}
.item__price{
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #414141;
	margin-bottom: 10px;
}
.item__oldPrice{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.02em;
	text-decoration: line-through;
	color: #888;
}
.item__btn{
	position: absolute;
	top: 54px;
	right: 20px;
	z-index: 10;
	border-radius: 12px;
	padding: 12px 20px;
	width: 50px;
	height: 50px;
	background: #ffc346;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #000;

}

/* ========== card ========== */
.inner_page .b-card_page{
	padding: 100px 0;
}
.b-card{
	border-radius: 12px;
	padding: 30px;
	background: #fff;
}
.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;
	background: #f4e7d8;
	border-radius: 12px;
}
.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{

}
.b-card__img img{
	margin: 0 auto 0;
}
.b-card__right-text{
	border-top: 1px solid #f34100;
	padding: 30px;
}
.b-card__right-text span{
	display: block;
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14286;
	color: #473027;
	margin-bottom: 15px;
}
.b-card__right-text p{
	font-family: "Inter Tight", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857;
	color: #473027;
	margin: 0 0 15px 0;
}
.b-card__right-text span:last-child{
	margin: 0;
}
.b-card__container{
	flex-grow: 1;
}
.b-card__container .page__title{
	margin: 0 0 18px 0;
	border: none;
	padding: 0;
	font-size: 36px;
}
.b-card__block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 10px;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f34100;
}
.b-card__oldPrice{
	font-family: "Inter Tight", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.03em;
	text-decoration: line-through;
	color: #999;
}
.b-card__price{
	font-family: "Inter Tight", sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.03em;
	color: #24192c;
}
.b-card__row{
	margin-bottom: 30px;
}
.b-quantity_two{
	margin: 0;
}
.b-card .b-quantity_two{
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 20px;
}
.b-card .b-quantity_two .b-quantity__top{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #24192c;
	margin: 0;
}

.b-card__btn{
	max-width: 200px;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 20px;
}

.b-card__text{
	border-top: 1px solid #f34100;
	padding-top: 30px;
}
.b-card__text-title{
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #473027;
	margin-bottom: 20px;
}
.b-card__text p{
	font-family: "Inter Tight", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #473027;
	margin: 0;
}
.b-card__text p:not(:last-child){
	margin-bottom: 27px;
}

.b-card__text-block{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	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-weight: 400;
	font-size: 11px;
	line-height: 1.45455;
	color: #473027;
}
.b-card__text-block p b{
	display: block;
	margin-bottom: 5px;
}



/* ========== checkout ========== */
.page_checkout{

}

.checkout{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 30px;
}
.checkout__left{
	flex-grow: 1;

}
.checkout__block{

}
.checkout__block:not(:last-child){
	margin-bottom: 50px;
}
.checkout__block-title{
	font-family: "Inter Tight", sans-serif;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #473027;
	border-bottom: 1px solid #ffc346;
	padding: 0px 0px 15px;
	margin-bottom: 20px;
}
.checkout .b-edit__row-text{

	width: 180px;
}
.checkout .b-edit__input{
	height: 42px;
	color: #000;
	border-radius: 3px;
}
.checkout .b-select , .checkout .b-edit__select{
	height: 42px;
	background: #fff url("../images/shop/select-arrow2.svg") center right 24px no-repeat;
	border-radius: 3px;
	background-size: 15px;
	padding: 0 40px 0 20px;
	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: 212px;
}
.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: #473027;
}
.checkout__block-radio .b-radio input[type="radio"] + label i strong{
	font-weight: 400;
	color: #473027;
	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: rgba(56, 39, 39, 0.5);
}
.checkout__block-radio .b-radio input[type="radio"] + label span:after{
	background: #414141;
	width: 12px;
	height: 12px;
}
.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: 50px;
}
.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 rgba(56, 39, 39, 0.5);
	border-radius: 3px;
	background: transparent;
	width: 20px;
	height: 20px;
	transition: unset;
}
.checkout__checkbox .b-checkbox input[type="checkbox"]:checked + label span{
	background: transparent url("../images/shop/ch2.svg") center no-repeat;
}
.checkout__checkbox .b-checkbox input[type="checkbox"] + label i{
	font-weight: 400;
	font-size: 14px;
	color: #473027;
}
.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__checkbox.small{
	border-top: 1px solid #ffc346;
	padding: 20px 0px 0px;
	margin-bottom: 30px;
}
.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;
	border-radius: 12px;
}
.checkout__items{
	padding: 20px;
}
.checkout__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 20px;
}
.checkout__item:not(:last-child){
	margin-bottom: 20px;
}
.checkout__item-img{
	width: 100px;
	height: 100px;
	border-radius: 6px;
	background: #F4E7D8;
	flex-shrink: 0;
}
.checkout__item-wrap{
	flex-grow: 1;
}
.checkout__item-row{
	margin-bottom: 11px;
}
.checkout__item-name{
	display: block;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.02em;
	color: #473027;
	margin-bottom: 10px;
}
.checkout__item-wp{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 10px;
}
.checkout__item-price{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.02em;
	color: #473027;
}
.checkout__item-oldPrice{
	font-weight: 400;
	font-size: 12px;
	letter-spacing: -0.02em;
	color: #473027;
	opacity: 0.5;
}
.checkout__item .b-quantity_two{
	margin: 0;
	padding: 0;
}
.b-quantity__wrap-row{
	max-width: 130px;
}


.checkout .b-order-info{
	padding: 20px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0;
}

.checkout .b-order-info ul li{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.71429;
	color: #473027;
}
.checkout .b-order-info__total{
	padding: 13px 0 13px 0;
	margin: 20px 0 0 0;
	border: none;
	border-radius: 0 0 12px 12px;
}
.checkout .b-order-info__total ul li{
	font-weight: 700;
	font-size: 16px;
	color: #473027;
}
.checkout .b-order-info__total ul li span{
	font-weight: 700;
}
.checkout__right .b-card__text-block{
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}

/* ====== cartModal ====== */
body.active{
	padding-right: 15px;
}
.cartModal{
	border: 1px solid #fb6e36;
	background: #fff;
	border-radius: 12px;
	width: 340px;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	margin-top: 30px;
}
.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: 28px;
	right: 20px;
	width: 14px;
	height: 14px;
	background: url("../images/shop/cartModal__close.svg") center no-repeat;
}
.cartModal__close:hover{
	opacity: 0.7;
}
.cartModal__block-title{
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.03em;
	color: #414141;
	padding: 20px 16px;
}
.cartModal .checkout__items{
	padding: 0 20px 20px 20px;
}
.cartModal__block-wrap{
	padding: 20px;
	border-top: 1px solid #fa8251;
}
.cartModal .b-order-info__total{
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
	background: none;
}
.cartModal .b-order-info__total ul li{
	font-size: 20px;
}
.cartModal .b-order-info__total ul{
	padding: 0;
}



.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-reverse;
		gap: 20px 0;
	}
	.checkout__left , .checkout__right{
		width: 100%;
	}


	.checkout__right .b-card__text-block{
		align-items: center;
	}
	.checkout .input-cvv{
		max-width: 100%;
	}

	.inner_page .b-card_page{
		padding: 60px 0;
	}
}
@media (max-width: 991px) {

}
@media (max-width: 833px) {


}
@media (max-width: 767px) {

	.inner_page .page{
		padding: 40px 0 60px 0;
	}
	.items__row{
		gap: 20px 10px;
	}
	.items__col{
		width: calc(50% - 5px);
	}
	.item__price{
		font-size: 15px;
	}
	.item__wrap{
		padding: 10px 10px 20px 10px;
	}
	.item__btn{
		width: 40px;
		height: 40px;
		padding: 0;
		right: 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{
		padding-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{
		padding: 10px;
	}
	.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 0;
	}

	.b-order-info ul{
		padding: 0 20px 0 20px;
	}


	.checkout__block-title{
		font-size: 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-radio{
		flex-wrap: wrap;
		gap: 20px;
	}
	.checkout__item .b-quantity_two{
		justify-content: flex-start;
	}
}

@media (max-width: 389px) {

}
/* ========== end shop block ========== */