.primary-btn{
	border-radius: 90px;
	background: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.primary-btn:hover{
	background: #8666e5;
}

.secondary-btn{
	background: #aeaeae;
	border-radius: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.secondary-btn:hover{
	background: #8666e5;
}

/* -------------- b-order -------------- */
.inner-page{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.inner-page .header{
	position: relative;
	top: 0;
	transform: none;
}
.page{
	flex-grow: 1;
	background: #E4DFFF;
}
.inner{
	/*background: #ffffff;*/
	padding: 50px 0 40px 0;
}
.b-order{
	padding: 0px 0 120px 0;
}
.b-order-top{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.b-order-top__ico{

}
.b-order-top__ico img{

}
.b-order-title{
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #4f3c8a;
	margin: 0 0 20px 0;
}
.b-order-top p{

}
.b-order-top p:last-child{
	margin: 0;
}
.b-order-top__number{
	font-family: "Inter Tight", sans-serif;
	border-radius: 6px;
	padding: 15px 34px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	color: #4c4c4c;
	margin-top: 20px;
}
.b-order-top__number b{
	font-weight: 700;
}
.b-order-content {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.order__left{
	flex-grow: 1;
	background: #ffffff;
	border-radius: 25px 0 0 25px;
	padding: 30px 46px 46px 46px;
}
.order__left-wrap{

}
.order__left-top{
	font-weight: 700;
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom:30px;
}
.order__left-container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: -30px 0 30px 0;
	font-family: "Inter Tight", sans-serif;
}
.order__left-item{
	width: 50%;
	margin: 30px 0 0 0;
}
.order__left-item b{
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 5px;
}
.order__left-item ul{

}
.order__left-item ul li {
	font-weight: 400;
	font-size: 16px;
	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: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: block;
	margin: 0;
}
.order__left-item .card .text span {
	color: #000;
	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;
	border-radius: 12px;
}

.order__right{
	width: 340px;
	flex-shrink: 0;
	border-radius: 0 25px 25px 0;
	background: #f2f0ff;
}
.b-order-right__wrap{
	background: #FFF1DF;
	padding: 33px 35px 40px 35px;
	position: relative;
	border-radius: 0 25px 0 0;
}
.b-order-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin: 0 0 30px 0;
	font-family: "Inter Tight", sans-serif;
}
.b-order-item__img{
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background: #eee;
	margin: 0 18px 0 0;
	box-shadow: inset 0 0 109px 5px rgba(255, 255, 255, 0.27);
}
.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{
	font-weight: 900;
	font-size: 18px;
	color: #414141;
	margin: 0 0 22px 0;
}
.b-order-item__desc{
	font-weight: 400;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 0 2px 0;
}
.b-order-item__price{
	font-weight: 700;
	font-size: 14px;
	color: #414141;
}
.b-order-right__bg{

}

.b-order-info ul{
	font-family: "Inter Tight", sans-serif;
}
.b-order-info ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 2.14286;
	color: #4c4c4c;

}
.b-order-info ul li:last-child{
	margin: 0;
}
.b-order-info ul li span{
	margin: 0 0 0 5px;
	font-weight: 800;
	font-size: 14px;
	line-height: 2.14286;
	text-align: right;
	color: #414141;
}
.b-order-info__total{
	border-top: 1px solid #b9cfbc;
	padding: 21px 0 0 0;
	margin: 14px 0 0 0;
}
.b-order-info__total ul li{
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #4c4c4c;
}
.b-order-info__total ul li span{
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: #414141;
}

.b-order-bottom{
	padding: 40px 35px 30px 35px;
}
.b-order-bottom__text{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c7b6f9;
}
.b-order-bottom__text b{
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #414141;
	margin: 0 0 17px 0;
}
.b-order-bottom__text p{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.28571;
	color: #4c4c4c;
}
.b-order-bottom__status{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c7b6f9;
}
.b-order-bottom__status b{
	font-weight: 800;
	font-size: 16px;
	line-height: 1.375;
	color: #4c4c4c;
}
.b-order-bottom__item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 121px;
	background: #007948;
	border-radius: 6px;
	height: 24px;
}
.b-order-bottom__item i{
	width: 13px;
	height: 10px;
	flex-shrink: 0;
	margin: 0 8px 0 0;
}
.b-order-bottom__item span{
	font-weight: 600;
	font-size: 12px;
	line-height: 1.83333;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.confirmed i{
	background: url("../images/confirmed-ico.svg") center no-repeat;
}
.confirmed span{
	color: #fff;
}
.canceled{
	background: #797979;
}
.canceled i{
	background: url("../images/canceled-ico.svg") center no-repeat;
}
.canceled span{
	color: #fff;
}
.b-order-btns{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px 0 0 0;
}
.btn-edit{
	width: 50%;
	margin: 0 6px 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: 40px 30px 60px 50px;
}
.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 -------------- */
.order__left-ct{
	max-width: 513px;
}
.b-edit__block{
	margin-bottom: 60px;
}
.b-edit__block .b-order-left__top{
	font-weight: 700;
	font-size: 18px;
	color: #414141;
	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 10px 0;
}
.b-edit__row:last-child{
	margin-bottom: 0px;
}
.b-edit__checkbox{
	margin: 10px 0 0 0;
}
.b-edit__row-text{
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #414141;
	width: 131px;
	flex-shrink: 0;
}
.b-edit__row-item{
	flex-grow: 1;
}
.b-edit__input{
	border: 1px solid #6e3adb;
	border-radius: 4px;
	background: #fff;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #4f3c8a;
	transition: 0.3s;
}
.b-edit__input::-webkit-input-placeholder{
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #a5a5a5;
}
.b-edit__input:-moz-placeholder{
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #a5a5a5;
}
.b-edit__row .b-contacts-item{
	flex-grow: 1;
	width: auto;
}
.b-edit__row .b-contacts-item .b-select{
	padding: 0 40px 0 14px;
}





.b-quantity{
	border-bottom: 1px solid #C7B6F9;
	padding: 0 0 26px 0;
	margin: 0 0 25px 0;
}
.b-quantity__top{
	font-weight: 700;
	font-size: 18px;
	color: #414141;
	margin: 0 0 25px 0;
}
.b-quantity__wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 12px;
}
.b-quantity__wrap-row{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	gap: 0 5px;
	height: 40px;
	flex-grow: 1;
	overflow: hidden;
}
.b-quantity-btn{
	border-radius: 4px;
	width: 41px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #fff;
	flex-shrink: 0;
	transition: 0.3s;
	background: #000;
}
.b-quantity-btn:hover{
	background: #8666e5;
	color: #fff;
}
.b-quantity-input{
	border: 1px solid #6e3adb;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #000;

}
.b-quantity__save{
	width: 124px;
	flex-shrink: 0;
}


.order__right-edit .b-order-item{

}
.edit__btns{

}
.b-order-content_edit{

}



.b-order_questions{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px 0 0 0;
}
.b-order_questions-btn{
	width: 265px;
	height: 40px;
	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{

}
/*.b-order__height{
	min-height: 519px;
}*/
.b-order_questions-btn_big{
	font-size: 16px;
}
.b-order__date{
	margin: 40px auto 0px;
}
.b-order__date p{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #4f3c8a;
	margin: 0 0 40px 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;
	justify-content: center;
	align-content: flex-start;
	gap: 0 10px;
	width: 100%;
}
.b-order__date-row .b-quantity__wrap-row{
	max-width: 100%;
}
.b-order__date-row .b-quantity__select{
	width: 100%;
}
.b-quantity__select select{
	border: none;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #019e8b;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.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: 100%;
	max-width: 265px;
	margin: 40px auto 0;
}
/* -------------- 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{
	margin: 40px 0 0 0;
	flex-direction: row;
}
.b-order_questions.postrone .b-order__radio{
	width: 265px;
}
.b-order_questions.postrone .b-order__radio:not(:last-child){
	margin: 0 10px 0 0;
}
.b-order__radio{
	width: 265px;
}
.b-order__radio:not(:last-child){
	margin: 0 0 10px 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;
	background: #222222;
	border-radius: 90px;
	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"] + label i{
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	font-style: 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__radio input[type="radio"]:checked + label i{

}
.b-order__radio input[type="radio"]:checked + label span{
	background: #8666e5;
	opacity: 1;
}

.b-order__date-row .b-select{
	width: 186px;
}
.b-order__date-row .b-select option{
	text-align: left;
}
.b-order__date-row .b-select:not(:last-child){

}
.b-order__date-row .b-select_month{

}
.back-btn{
	width: 265px;
	text-decoration: none;
	margin: 40px auto 0px;
	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 #848484;
	border-radius: 6px;
	width: 100%;
	height: 46px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.14286;
	color: #b6b6b6;
	padding: 0 15px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.b-order-right__bottom{
	padding: 40px 35px;
}
.b-order-right__bottom .edit__btns{

}
.b-edit__save{
	width: 100%;
}
.b-edit__btn{
	width: 100%;
	margin: 15px 0 0 0;
}

.inner_postrone{
	padding-bottom: 120px;
}
.inner_confirmation{
	padding-bottom: 40px;
}
.ratingContainer{
	padding: 0px 0 120px 0;
}
.ratingContainer > .container > p{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #4f3c8a;
	margin: 0 0 40px 0;
}
.ratingContainer__wrapper{
	max-width: 340px;
	background: #f2f0ff;
	border-radius: 25px;
	padding: 40px 37px 48px 37px;
	margin: 0 auto 0;
}
.ratingContainer__img{}
.rating{
	max-width: 369px;
}
.rating__top{
	font-weight: 700;
	font-size: 18px;
	color: #414141;
	margin-bottom: 17px;
}
.rating p{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.28571;
	color: #4c4c4c;
	margin: 0 0 26px 0;
}
.rating__btn{
	width: 100%;
	margin: 30px 0 0 0;
}
.white-bg{
	background: #fff;
}
.banner{
	padding: 50px 0 120px 0;
}
.banner__wrapper{
	background: #f2f0ff;
	border-radius: 25px;
	width: 340px;
	margin: 0 auto 0;
	padding: 33px 29px 42px 29px
}
.promo__title{
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #4f3c8a;
	margin-bottom: 40px;
}
.banner__left{

}
.banner__right-wrap{
	position: relative;
}
.banner__right{
	width: 177px;
	position: relative;
	margin: 0 auto 23px;
}
.banner__right-sale{
	position: absolute;
	top: 30px;
	left: -44px;
	background: #4f3c8a;
	border-radius: 100%;
	width: 119px;
	height: 119px;
	font-weight: 900;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	color: #e4dfff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.banner__right-sale span{
	font-size: 26px
}
.banner__right.xs{

}
.banner__left .promo__title{
	font-weight: 700;
	font-size: 28px;
	line-height: 1.21722;
	color: #121f1b;
	margin: 0 0 12px 0;
}
.banner__sub{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #4f3c8a;
	margin-bottom: 3px;
}
.banner__price{
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	color: #4f3c8a;
	margin-bottom: 20px;
}
.banner__btns{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 13px 0;
	max-width: 265px;
	margin: 0 auto 0;
}
.banner__btn {
	width: 100%;
	text-decoration: none;
}

.mb-0{
	margin-bottom: 0px !important;
}
.inner_banner{
	background: url("../images/banner_bg.png") center top no-repeat;
	background-size: cover;
	height: auto;
	padding: 30px 0 80px 0;
	margin: 0;
}

.orderBottom{

}
.orderBottom .bottom__left{
	gap: 0 86px;
}
.orderBottom p{
	max-width: 738px;
}

@media (max-width: 1009px) {
	.b-order-content{
		display: block;
	}
	.order__left{
		margin: 0 0 30px 0;
		border-radius: 25px;
		padding: 35px;
	}
	.order__right{
		width: 100%;
		border-radius: 25px;
		overflow: hidden;
	}
	.order__left-ct{
		max-width: 100%;
	}
	.orderBottom .bottom__left{
		gap: 0 30px;
	}
	.orderBottom .container{
		display: block;
	}



}
@media (max-width: 767px) {

	.b-order{
		padding: 0 0 40px 0;
	}
	.b-order-top p{
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	.order__left{
		padding: 30px 15px;
	}

	.order__map{
		height: auto;
	}
	.b-order-right__bg{

	}
	.b-order-item{
		padding: 0px;
	}
	.b-order-right__wrap{
		padding: 30px 15px;
	}
	.b-order-bottom{
		padding: 26px 15px;
	}
	.order__left-edit{

	}
	.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{*/
	/*	width: 86px;*/
	/*	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-direction: column;
		justify-content: center;
		align-items: center;
	}
	.b-order_questions.save .b-order__radio{
		margin: 5px !important;
	}
	.b-order_questions.save .b-order__radio:first-child{
		margin-top: 0px !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: 24px;
	}

	.b-order-top__ico img , .b-order-top__ico svg{
		max-width: 60px;
		height: 60px;
	}
	.b-order-title{
		font-size: 24px;
	}
	.ratingContainer__img svg{
		max-width: 100px;
		height: auto;
	}
	.ratingContainer{
		padding: 20px 0 40px 0;
	}
	.rating{
		max-width: 100%;
	}


	.b-quantity{

	}

	.b-order__date-btn{

	}

	.inner_banner{
		padding: 0 0 60px 0;
	}
	.banner__price{
		justify-content: center;
	}
	.banner__sub{
		margin: 0 0 15px 0;
	}
	.banner__sub br{
		display: none;
	}
	.banner__right-sale{

	}
	.contacts .container{
		display: block;
	}
	.contacts .title{
		margin: 0 0 30px 0;
	}
	.contacts__right{
		max-width: 100%;
	}
	.inner{
		padding: 40px 0;
	}
	.b-order-top{
		flex-direction: column;
		text-align: center;
	}
	.b-edit__block {
		margin-bottom: 36px;
	}
	.inner_postrone{

	}
	.b-order-right__bottom{
		padding: 30px 15px;
	}
	.b-order__date-row{
		gap: 10px 0;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.b-order__date p{
		text-align: center;
	}
	.b-order_questions.postrone{
		margin-bottom: 0;
	}
	.ratingContainer__wrapper{
		padding: 30px 15px;
	}
	.order__left-wrap{
		display: block;
	}
	.order__left-top{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.b-order .container{
		padding: 0 15px;
	}

	.banner__btns{

	}
	.inner_banner{
		padding: 0px 0 60px 0;
		margin: 0;
	}
	.ratingContainer .back-btn{

	}
	.order__left-item ul li{
		font-size: 14px;
	}
	.order__left-item b{
		font-size: 16px;
	}
	.orderBottom svg{
		width: 90px;
		height: 90px;
	}
	.orderBottom .container{
		gap: 0 10px;
		align-items: flex-start;
	}
	.orderBottom img{
		max-width: 100px;
	}
	.banner__right{
		display: none;
	}
	.banner__right.xs{
		display: block;
	}
	.banner__left{
		padding: 0;
	}
	.banner__wrapper{
		max-width: 340px;
		width: 100%;
	}
	.promo__title{
		margin-bottom: 20px;
	}
	.xs-p-0{
		padding: 0 !important;
	}
	.orderBottom .bottom__left{
		gap: 40px 0;
	}
	.input-cvv{
		max-width: 150px;
	}
	.b-order__date p{
		margin: 0 0 20px 0;
	}
	.b-order__date{
		margin-top: 20px;
	}
}
@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 .header__right{

}
.header__cart{
	position: relative;
	/*top: 50%;*/
	/*right: 0;*/
	/*transform: translateY(-50%);*/
	border-radius: 6px;
	background: #000;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 10px;
}
.header__cart-q{
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 51px;
	border-radius: 3px;
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #338F3E;
	position: absolute;
	top: -4px;
	right: -4px;
	transition: 0.2s;
}
.header__cart-q.is-max{
	font-size: 8px;
}
.header__cart:hover{
	background: #8666e5;
}
.header__cart:hover svg path{
	stroke: #fff;
}



.inner_page .page{
	padding-top: 50px;
	padding-bottom: 80px;
}
.inner_page .header{

}
.catalog_page{

}
.page__title{
	color: #4F3C8A;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	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{
	background: #fff;
	position: relative;
	transition: 0.2s;
	height: 100%;
	border-radius: 20px;
}
.item__link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.item__img{
	display: block;
	background: #ffffff;
	border-radius: 10px;
}
.item__wrap{
	padding: 20px;
	position: relative;
	border-radius: 0 0 20px 20px;
	background: #FFF1DF;
}
.item__name{
	color: #414141;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px 0;
}
.item__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 5px;
	margin-bottom: 11px;
}
.item__price{
	color: #414141;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
}
.item__oldPrice{
	color: #B09777;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.item .green-btn{
	width: 140px;
	height: 36px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #000;
	margin: 15px auto 0;
}
.item__btn{
	width: 100%;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
	z-index: 3;
}

/* ========== card ========== */
.inner_page .card_page{
	padding-bottom: 80px;
}
.card{
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}
.card__wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 30px;
}
.card__right{
	width: 360px;
	flex-shrink: 0;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}
.card__img{
	background: #FFF;
	aspect-ratio: 1 / 1;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.card__img img{
	width: auto;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	margin: 0 auto;
}
.card__right-text{
	background: #f2f0ff;
	padding: 20px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
}
.card__right-text span{
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	color: #4c4c4c;
	margin: 0 0 4px 0;
}
.card__right-text span + span{
	margin-top: 12px;
}
.card__right-text p{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #4c4c4c;
	letter-spacing: 0;
	margin: 0 0 10px 0;
}
.card__right-text p:last-child{
	margin: 0;
}
.card__container{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.card__container .page__title{
	text-transform: uppercase;
	font-size: 26px;
	color: #232323;
	letter-spacing: -0.32px;
	margin: 0 0 5px 0;
}
.card__rate{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 3px;
	margin: 10px 0 20px 0;
}
.card__rate-item{
	width: 16px;
	height: 16px;
	background: url("../images/shop/star.svg") center no-repeat;
}
.card__block{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.card__oldPrice{
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0;
	text-decoration: line-through;
	color: #c5c1d9;
}
.card__price{
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0;
	color: #000;
}
.b-quantity_two .b-quantity__wrap{
	max-width: 134px;
}
.card_page .b-quantity_two{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0 20px;
	margin: 20px 0 20px 0;
	padding: 0;
	border: none;
}
.card_page .b-quantity__top{
	margin: 0;
	white-space: nowrap;
}

.card__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	max-width: 200px;
	height: 60px;
	background: #222;
	border-radius: 90px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.36px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom: 30px;
}
.card__btn:hover{
	background: #8666e5;
}
.card__text{
	margin: 0;
	padding: 0;
	border-top: none;
}
.card__text-title{
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0;
	color: #4c4c4c;
	margin-bottom: 10px;
}
.card__text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #4c4c4c;
	letter-spacing: 0;
}

.card .card__text-block{
	display: none;
}

.card__text-block p{
	font-weight: 400;
	font-size: 11px;
	line-height: 1.45455;
	color: #24192c;
}
.card__text-block p b{
	display: block;
	margin-bottom: 5px;
}


/* ========== checkout ========== */
.checkout{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #F2F0FF;
	border-radius: 25px;
	overflow: hidden;
}
.checkout_page .page__title{
	margin-bottom: 40px;
}
.checkout__left{
	flex-grow: 1;
	background: #fff;
	padding: 40px 78px 60px 53px;
}
.checkout__block{

}
.checkout__block:not(:last-child){
	margin-bottom: 60px;
}
.checkout__block-title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 6px;
	color: #414141;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.checkout .b-edit__row-text{
	width: 151px;
}
.checkout .b-edit__input{

}
.checkout .b-select , .checkout .b-edit__select{
	border-radius: 4px;
	border: 1px solid #6E3ADB;
	height: 40px;
}
.checkout .input-cvv{
	max-width: 174px;
}
.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{
	color: #414141;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.48px;
}
.checkout__block-radio .b-radio input[type="radio"] + label i strong{
	font-weight: 400;
	color: #666;
	margin: 0 15px;
	opacity: 0.5;
}
.checkout__block-radio .b-radio input[type="radio"] + label span{
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-color: #5922B7;
	border-width: 1px;
}
.checkout__block-radio .b-radio input[type="radio"] + label span:after{
	background: #5922B7;
	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: 30px;
}
.checkout__checkbox .b-checkbox:not(:last-child){
	margin-bottom: 10px;
}
.checkout__checkbox .b-checkbox input[type="checkbox"] + label{
	align-items: center;
}
.checkout__checkbox .b-checkёbox input[type="checkbox"] + label span{
	border: 1px solid #6E3ADB;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	background: transparent;
}
.checkout__checkbox .b-checkbox input[type="checkbox"]:checked + label span{
	background: url("../images/check.svg") center no-repeat;
}
.checkout__checkbox .b-checkbox input[type="checkbox"] + label i{
	font-weight: 400;
	font-size: 14px;
	color: #24192c;
}
.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: 10px;
	color: #414141;
}
.checkout__btn{
	width: 100%;
	height: 60px;
	font-size: 18px;
}
.checkout__btn.xs{
	display: none;
}
.checkout__right{
	width: 340px;
	flex-shrink: 0;
}
.checkout__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 13px;
}
.checkout__item:not(:last-child){
	margin-bottom: 20px;
}
.checkout__item-img{
	width: 113px;
	height: 113px;
	border-radius: 10px;
	background: #ffffff;
	flex-shrink: 0;
}
.checkout__item-wrap{
	flex-grow: 1;
}
.checkout__item-row{
	gap: 0 15px;
	margin-bottom: 10px;
	position: relative;
}
.checkout__item-name{
	display: block;
	color: #4C4C4C;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 5px;
}
.checkout__item-wp{

}
.checkout__item-price{
	color: #4C4C4C;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.checkout__item-oldPrice{
	color: #999;
	font-family: "Inter Tight";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.b-quantity_two{
	margin: 0;
	padding: 0;
	border: none;
}

.b-order-info_wrap{
	background: #FFF1DF;
	padding: 35px 35px 45px 35px;
}

.checkout .b-order-info{
	margin-top: 30px;
}

.checkout .b-order-info__total{
	margin-top: 14px;
	padding-top: 20px;
	border-top: 1px solid #B9CFBC;
}
.checkout .b-order-info__total ul li{

}
.checkout__right .card__text-block{
	align-items: flex-start;
}
.checkout__right-bottom{
	padding: 25px 35px;
}
.checkout__right-bottom .checkout__checkbox{
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #C7B6F9;
}

/* ====== cartModal ====== */
.cartModal{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overscroll-behavior: contain;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}
.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;
	overscroll-behavior: contain;
	transform: translateX(100%);
	transition: 0.3s;
}
.cartModal.active .cartModal__block{
	transform: translateX(0);
}
.cartModal__close{
	position: absolute;
	top: 28px;
	right: 30px;
}
.cartModal__close:hover{
	opacity: 0.7;
}
.cartModal__block-title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
	padding: 0 30px;
	color: #FFF;
	background: #4F3C8A;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.cartModal .checkout__items{
	padding: 30px;
}
.cartModal .checkout__item{
	flex-direction: row-reverse;
}
.cartModal .checkout__item-img{
	background: #FFF1DF;
}
.cartModal .b-quantity_two .b-quantity__wrap-row{
	border: none;
}
.cartModal .checkout__item{
	padding: 0;
	box-shadow: none;
}
.cartModal .b-order-info__total{
	border-top: 1px solid #E4DFFF;
	border-bottom: 1px solid #E4DFFF;
	margin: 0 0 30px 0;
	padding: 30px;
}
.cartModal .b-order-info__total ul li{
	font-size: 20px;
}
/* Checkout в сайдбаре: и <a>, и <button> после script-shop.js */
.cartModal .primary-btn.cartModal__btn,
.cartModal button.primary-btn.cartModal__btn{
	box-sizing: border-box;
	width: calc(100% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	height: 60px;
	font-size: 24px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	background: #222;
	border: none;
	border-radius: 90px;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.3s;
}
.cartModal button.primary-btn.cartModal__btn{
	-webkit-appearance: none;
	appearance: none;
}
.cartModal button.primary-btn.cartModal__btn:hover:not(:disabled),
.cartModal a.primary-btn.cartModal__btn:hover{
	background: #8666e5;
}
.cartModal button.primary-btn.cartModal__btn:disabled{
	cursor: not-allowed;
	opacity: 0.5;
}

@media (max-width: 1009px) {
	.inner_page .page{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.checkout_page .page__title{
		margin-bottom: 30px;
	}
	.header__cart{
		margin: 0 0 0 5px;
	}

	.items__col{
		width: calc(33.333333% - 14px);
	}
	.page__title{
		font-size: 29px;
	}

	.card__wrapper{
		gap: 0 20px;
	}
	.card__right{
		width: 50%;
	}

	/* Колонка: сначала форма, затем блок с корзиной и Complete Your Order */
	.checkout{
		flex-direction: column;
	}
	.checkout__right{
		width: 100%;
	}

	.checkout__btn{
		display: flex;
		margin-top: 0;
	}

	.checkout__right .card__text-block{
		align-items: center;
	}
	.checkout .input-cvv{
		max-width: 100%;
	}
	.checkout__left{
		width: 100%;
	}
	.checkout__right-bottom .checkout__checkbox{
		padding: 0;
		margin: 0;
		border: none;
	}
}
@media (max-width: 767px) {


	.inner_page .b-mobile{
		display: flex;
		justify-content: flex-end;
		flex-grow: 1;
	}
	.inner_page .page{
		padding: 40px 0 60px 0;
	}
	.items__row{
		gap: 20px 10px;
	}
	.items__col{
		width: calc(50% - 5px);
	}
	.item__wrap{
		padding: 20px 10px;
	}
	.item__name{
		font-size: 14px;
	}
	.item__price{
		font-size: 14px;
	}
	.item__oldPrice{
		font-size: 13px;
	}

	.page__title{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.card{

	}
	.card__wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px 0;
	}
	.card__right{
		width: 100%;
	}
	.card__container{

	}
	.b-quantity_two{
		justify-content: flex-start;
		padding: 0;
	}
	.card__rate{
		justify-content: center;
	}
	.card__text-block p{
		text-align: left;
	}
	.card__text{
		text-align: left;
	}
	.card__right-text{
		border-top: 1px solid #C7B6F9;
		margin-top: 30px;
		padding: 30px 0 0 0;
		background: none;
	}

	.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;
	}
	.checkout__left , .b-order-info_wrap{
		padding: 30px 20px;
	}
	.checkout__right-bottom{
		padding: 25px 20px;
	}


}
/* ========== end shop block ========== */
