:root {
	--color-body: #fff;
	--color-body1: #f6f6f5;
	--color-font: #222;
	--color-but-cart: #343434;
}



@font-face {  font-family: 'CirceRounded';  font-weight: 100;  src: url(../fonts/CirceRounded-Light.otf);  }
@font-face {  font-family: 'CirceRounded';  font-weight: normal;  src: url(../fonts/CirceRounded-Regular.otf);  }
@font-face {  font-family: 'CirceRounded';  font-weight: bold;  src: url(../fonts/CirceRounded-Bold.otf);  }
/*@font-face {  font-family: 'CirceRounded';  font-weight: 500;  src: url(../fonts/CirceRounded-Medium.otf);  }*/
@font-face {  font-family: 'CirceRounded';  font-weight: 600;  src: url(../fonts/CirceRounded-Alt-Bold.otf);  }
@font-face {  font-family: 'CirceRounded';  font-weight: 700;  src: url(../fonts/CirceRounded-Alt-ExtraBold.otf);  }



html, body {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*overflow: hidden ;
	height: 100% !important;*/
	-webkit-overflow-scrolling: touch !important;
}

body {
	font-family: 'CirceRounded',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	color: #111;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: high-quality;
	-webkit-font-smoothing: antialiased;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
/*
::selection {
	color: none;
	background: none;
}*/
p{
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}

a{
	text-decoration: none;
	color: #2b2b2b;
}

h1{
	/*font-weight: normal;*/
	font-size: 28px;
	color: #333;
}
h2{
	font-weight: normal;
}


[contenteditable=true]:empty:before {
	content: attr(placeholder);
	color: rgba(0, 0, 0, 0.19);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}




/*
//////////////////////////////////////////////
			ALL
//////////////////////////////////////////////
*/


.Link{
	transition: all 0.2s ease-out;
}
.Link:hover{
	font-weight: bold;
	color: #333;
}


.HIDE{
	display: none!important;
}


.Block-center{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 0px 0px 0px;
}

.Block-center-small{
	max-width: 620px;
	margin: 0 auto;
	padding: 40px 20px 0px 20px;
}

.Title-main{

}

.Title-main-small{
	font-size: 43px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 46px;
	color: #501258;
}

.Title-main-very-small{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 34px;
	color: #501258;
}

.Title-text-small{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 31px;
	color: #501258;
}


.PC{
	display: block;
	top: 0;
	position: sticky;
	z-index: 99;
	/*margin-bottom: 45px;*/
	/*box-shadow: 0 2px 5px rgb(0 0 0 / 7%);*/
	box-shadow: 0 2px 20px rgb(0 0 0 / 6%);
	background-color: #fff;
	/*backdrop-filter: blur(10px);*/
}
.MOBILE{
	display: none;
}


.Btn-order{
	color: #ffffff;
	background-color: #FF7300;
	padding: 18px 10px;
	cursor: pointer;
	line-height: 1;
	flex: 1;
	font-size: 20px;
	border-radius: 40px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	transition: all 0.13s ease-out;
}


.Btn-order:hover{
	box-shadow: unset;
	background-color: #501258;
}

.Btn-order:active{
	transform: translate(0, 2px);
}



/*
//////////////////////////////////////////////
		MENU MAIN
//////////////////////////////////////////////
*/
.Banner-reg{
	text-align: center;
	padding: 8px 0;
	background-color: #ff7500c9;
	color: #fff;
}
.Banner-reg a{
	padding: 5px 12px;
	background-color: #501258c2;
	color: #fff;
	border-radius: 5px;
	margin: 0 8px;
}
.MOBILE .Banner-reg{
	font-size: 14px;
	line-height: 24px;
	padding: 7px 20px;
}

.Menu{
	letter-spacing: 0.2px;
	display: flex;
	overflow: auto;
	z-index: 55;
	/*position: sticky;
	top: 0;
	left: 0;
	right: 0;*/
	/*background-color: #ffffffde;*/
	max-width: 1100px;
	/*background-color: #fefbffc2;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);*/
	margin: 0 auto;
	padding: 0px 40px;
	align-items: center;
}


.Menu .el .pref {
	position: absolute;
	top: -5px;
	right: -7px;
	background-color: #501258;
	color: #fff;
	font-size: 12px;
	padding: 9px 6px;
	line-height: 1px;
	border-radius: 10px;
	box-shadow: 3px 3px 8px -2px #0000006e;
}

.Menu .logo {
	font-weight: 900;
	font-size: 32px;
	height: 44px;
	display: flex;
	align-items: center;
	background: url(../icons/logo.svg) no-repeat left;
	padding-left: 55px;
	color: #FF7300;
	margin: 12px 0px;
	letter-spacing: -0.3px;
}



.Menu .logo ._b{
	position: relative;
}
.Menu .logo ._slash{
	position: absolute;
	top: -13px;
	right: 1px;
	font-size: 1.2em;
	transform: rotate(167deg);
}


.Menu .el {
	/*color: #FF7300;*/
	position: relative;
	cursor: pointer;
	display: block;
	font-weight: 600;
	/* text-transform: lowercase; */
	/*font-weight: 600;*/
	margin: 0 16px;
	padding: 16px 0;
	transition: all 200ms linear;
	white-space: nowrap;
}
.Menu .separate{
	flex: 1;
}

.Menu .el.ACT {
	/*font-weight: bold;*/
	/*color: #333;*/
	box-shadow: 0 5px #2b2b2b;
}

.Menu .el:hover {
	box-shadow: 0 5px #2b2b2b;
}

.Menu .el .pref:empty{
	display: none;
}







/*
//////////////////////////////////////////////
			MENU MAIN MOBILE
//////////////////////////////////////////////
*/



.Menu-mobile-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 20px;
}

.Menu-mobile-header .logo{
	margin: 12px 10px 12px 0;
	font-size: 24px;
	background: url(../icons/logo.svg) no-repeat left;
	color: #FF7300;
	font-weight: 900;
	padding-left: 42px;
}
.Menu-mobile-header .logo ._b{
	position: relative;
}
.Menu-mobile-header .logo ._slash{
	position: absolute;
	top: -13px;
	right: 1px;
	font-size: 1.2em;
	transform: rotate(167deg);
}


.Menu-mobile-header  .sum_menu_but{
	cursor: pointer;
	background: url(../icons/menu.svg) no-repeat left;
	width: 32px;
	height: 32px;
}

.Menu-mobile-header  .ico-cart{
	width: 32px;
	height: 32px;
	background: url(../icons/cart.svg) no-repeat center;
	background-size: 22px;
}
.Menu-mobile-header .el .pref {
	position: absolute;
	top: -9px;
	right: -9px;
	background-color: #501258;
	color: #fff;
	font-size: 12px;
	padding: 9px 6px;
	line-height: 1px;
	border-radius: 10px;
	box-shadow: 3px 3px 8px -2px #0000006e;
}

.Menu-mobile-header .el .pref:empty {
	display: none;
}




.Menu-mobile{
	padding: 0 45px 25px 45px;
	color: #111;
	text-align: center;
}

.Menu-mobile .el{
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin: 8px 0;
	/*text-transform: capitalize;*/
}




.Menu-sub-block{
	/*border-bottom: 1px solid #d7d7d7;*/
	/*background-color: #f3f3f3;*/
	border-bottom: 1px dashed #d7d7d7;
	background-color: #fff;
	position: sticky;
	top: 68px;
	overflow-x: auto;
	/*margin: 15px 0;*/
	z-index: 10;
	margin-bottom: 15px;
	scrollbar-width: none;  /* Firefox */
}
.Menu-sub{
	max-width: 1020px;
	margin: 0 auto;
	display: flex;
}
.Menu-sub-block::-webkit-scrollbar {
	display: none;
}


.Menu-sub .el{
	padding: 15px 28px 14px 0;
	font-size: 19px;
}

/*
//////////////////////////////////////////////
			FOOTER
//////////////////////////////////////////////
*/


.Footer_text{
	font-size: 275px;
	font-weight: bold;
	text-align: center;
	line-height: 249px;
	overflow: hidden;
	color: #501258;
	/* background-color: #FF7300; */
	margin-top: 100px;
}
.Footer{
	display: flex;
	padding: 40px 40px 30px 40px;
	/*background-color: #fff;*/
	/*margin-top: 100px;*/
	font-size: 14px;
}

.Footer .info{
	padding-right: 30px;
}

.Footer .title{
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1.3px;
}
.Footer .el{
	/*display: block;*/
	padding: 0px 14px;
}

.Footer .icons{
	display: flex;
	align-items: center;
	/*justify-content: center*/
}
.Footer .ico{
	width: 35px;
	height: 20px;
	cursor: pointer;
	opacity: 0.75;
}






/*
//////////////////////////////////////////////
			BASKET
//////////////////////////////////////////////
*/


.Cart{

}
.Cart-list{
	display: flex;
	justify-content: space-between;
}


.Cart-list .b_el{
	display: flex;
	align-items: center;
	vertical-align: top;
	position: relative;
	/*border-bottom: 1px dashed #e7e7e7;*/
	padding: 20px 0;
}
.Cart-list .b_el:last-child{
	border-bottom: unset;
}
.Cart-list .b_title{
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 5px;
	color: #501258;
}
.Cart-list .b-weight{
	font-weight: 600;
	font-size: 18px;
	margin-top: -13px;
	margin-bottom: 5px;
	color: #f87200;
}

.Cart-list .b_desc{
	font-size: 14px;
	color: rgb(46 46 46);
	/*line-height: 18px;*/
}
.Cart-list .b_toppings{
	line-height: 15px;
	font-size: 12px;
}
.Cart-list .b_price{
	font-weight: 600;
	color: #501258;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.Cart-list .b_quantity{
	border-radius: 25px;
	display: flex;
	justify-content: space-around;
	margin: 0 25px;
	padding: 4px 10px;
	/* border: 1px solid #0a0a0a1c;*/
	/*box-shadow: inset 0 0 0 2px #ff7300;*/
}


.Cart-list .b_quantity_val{
	width: 30px;
	text-align: center;
}


.Cart-list .b_remove{
	font-size: 30px;
	text-transform: uppercase;
	color: #00000061;
	cursor: pointer;
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
}
.Cart-list .b_quantity_l,.Cart-list .b_quantity_val{
	text-transform: uppercase;
	cursor: pointer;
}
.Cart-list img{
	width: 100%;
	border-radius: 3px;
	display: block;
}
.Cart-list .b_img{
	/*padding: 15px;*/
	/*background-color: #f9f9f9;*/
	border-radius: 3px;
	width: 100px;
	padding-right: 15px;
}


.Cart-list .total_area{
	padding-top: 15px;
	display: flex;
	justify-content: flex-end;
	font-weight: 600;
	font-size: 28px;
	color: #501258;
}









.Cart-products {
	flex: 1 1 150px;
	max-width: 480px;
}







.Cart-address-form{
	position: sticky;
	top: 80px;
	padding: 35px 0 35px 40px;
	padding-bottom: 45px;
	flex: 1 1 150px;
	max-width: 500px;
}

.Cart-address-form .title {
	font-weight: 600;
	color: #4e1258;
	font-size: 24px;
	margin-top: 22px;
	padding-bottom: 8px;
}
.Cart-address-form .info {
	font-size: 18px;
	margin-bottom: 6px;
	color: #501258;
}

.Cart-address-form .inline{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
	align-items: center;
}

.Cart-address-form .field{
	border: transparent;
	padding: 10px 6px 12px 20px;
	border-radius: 25px;
	margin: 8px;
	flex: 1;
	min-width: 210px;
	-webkit-appearance: initial;
	box-shadow: inset 0 0 0 2px #ff7300;
	background: transparent;
}
.Cart-address-form .field.YES{
	background-color: #d9ffd9;
}

.Cart-address-form .field:focus{
	border-color: #000;
}
.Cart-address-form .field::placeholder {
	/*color: #74a7ff;*/
	color: #bcbcbc;
}



.Cart-address-form .d_el{
	color: #464646;
	padding: 10px 20px;
	margin: 8px 8px;
	border-radius: 25px;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: inset 0 0 0 2px #ff7300;
}

.Cart-address-form .d_el.ACT{
	background-color: #f87200;
	color: #fff;
}


.Btn-order-create{
	padding: 12px 30px;
	border-radius: 35px;
	text-align: center;
	margin-top: 16px;
	font-weight: 600;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-out;
	background-color: #FF7300;
}
.Btn-order-create:hover{
	/*background-image: linear-gradient(130deg,rgb(255 118 71 / 30%) 0%, rgb(255 3 151 / 75%) 100%); */
	/*box-shadow: 0px 14px 20px -8px #f85474a1, 0px 15px 36px -20px #f87352;*/
}

.Cart-error{
	text-align: center;
	color: #4c4c4c;
	padding: 10px 0;
	display: block;
}
.Cart-error:empty{
	display: none;
}




.Cart-promo-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.Cart-promo-btn{
	padding: 10px 22px 10px 22px;
	display: flex;
	border-radius: 25px;
	align-items: center;
	color: #777;
	background-color: #e5e5e5;
	cursor: pointer;
}

.Cart-promo-field{
	border: transparent;
	padding: 10px 6px 12px 20px;
	border-radius: 25px;
	margin: 8px;
	flex: 1;
	min-width: 210px;
	-webkit-appearance: initial;
	box-shadow: inset 0 0 0 2px #00000033;
	background: transparent;
}
.Cart-promo-field.YES{
	background-color: #d9ffd9;
}

/*
//////////////////////////////////////////////
			PRODUCTS
//////////////////////////////////////////////
*/
.Products-category{
	margin-bottom: 60px;
	/*margin-left: 50px;*/
	align-items: center;
}
.Products-category-title{
	font-size: 72px;
	font-weight: 600;
	text-decoration: none;
	color: #501258;
}
.Products-category-desc{
	max-width: 536px;
	color:#501258;
	margin-bottom:85px;
}

.Category-info-title {
	font-weight: 600;
	font-size: 34px;
	line-height: 33px;
	color: #501258;
	margin-bottom: 15px;
}


.Products-list{
	/*background-color: #fff;*/
	/*margin-top: 100px;*/
	display: flex;
	flex-wrap: wrap;
	/*padding: 15px 15px;*/
	/*justify-content: center;*/
}
.Products-list .pr-img{
	width: 100%;
	border-radius: 2px;
	margin-top: -60px;
	margin-bottom: -35px;
	transition: all 150ms linear;
	display: block;
}
.Products-list .pr-el{
	width: 325px;
	padding: 0 20px 20px 20px;
	/*cursor: pointer;*/
	margin: 30px 15px 90px 0;
	border-radius: 25px;
	position: relative;
	transition: all .5s cubic-bezier(.67,0,.285,1);
	/*box-shadow: 0px 7px 18px -10px #00000036;*/
}

.Products-list .pr-el:hover img{
	/*box-shadow: 11px 11px 33px rgb(0 0 0 / 15%);*/
	transform: translateZ(0) scale(1.03);
	/*
		-webkit-clip-path: polygon(5% 10%,95% 0,95% 90%,5% 95%);
		clip-path: polygon(5% 10%,95% 0,95% 90%,5% 95%);
		transition-delay: 0s!important;
	*/
	/* box-shadow: 0 6px 0px rgb(36 37 38 / 40%);*/
	/*transform: scale(1.03);*/
	/*transform: translate(0, -20px);*/
	/*border: 8px solid #ff0397;*/
	/*box-shadow: 10px 10px 0px #ff0395,-10px -10px 0px #031cff;*/
}


.Products-list .pr-img-block{
	position: relative;
}
.Products-list .pr-img-block .img-2{
	opacity: 0;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
.Products-list .pr-img-block.hover-img-change:hover .img-1{
	opacity: 0;
	/*transform: translateX(-100%);*/
}
.Products-list .pr-img-block.hover-img-change:hover .img-2{
	opacity: 1;
}


.Products-list .pr-title{
	font-size: 30px;
	font-weight: 600;
	color: #501258;
	padding-bottom: 2px;
}
.Products-list .pr-weight{
	font-size: 20px;
	margin-top: -6px;
	margin-bottom: 7px;
	font-weight: 600;
	color: #f87200;
}

.Products-list .pr-desc{
	font-size: 14px;
}


.Products-list .pr-price{
	font-size: 30px;
	font-weight: 600;
	color: #501258;
}





.Products-list  .btn-block{
	display: flex;
	margin-top: 10px;
}


.Products-list .amount-block{
	display: flex;
	border-radius: 40px;
	max-width: fit-content;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	font-weight: bold;
	max-width: 100px;
	margin-right: 15px;
	box-shadow: inset 0 0 0 1.3px #ff7300;
}


.Products-list .plus,.Products-list .minus{
	width: 20px;
	height: 14px;
	cursor: pointer;
	margin: 10px;
}

.Products-list .quantity{
	padding: 0px 0px;
	border: transparent;
	width: 30px;
	background-color: #00000000;
	text-align: center;
}


.Products-list .Btn-order {
	color: #ffffff;
	background-color: #FF7300;
	padding: 14px 10px;
	cursor: pointer;
	line-height: 1;
	flex: 1;
	border-radius: 40px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	transition: all 0.13s ease-out;
}

.Products-tags-block{
	display: flex;
	margin: 0px -5px 10px -5px;
	align-items: center;
	overflow-x: auto;
	scrollbar-width: none;  /* Firefox */
}
.Products-tags-block::-webkit-scrollbar {
	display: none;
}
.Products-tags-block .el{
	padding: 5px 20px;
	margin: 5px 5px;
	cursor: pointer;
	border-radius: 25px;
	box-shadow: 0 0 0px 1px #cfcfcf;
	font-size: 16px;
	text-transform: capitalize;
	white-space: nowrap;
}
.Products-tags-block .el.ACT{
	background-color: #501258;
	color: #fff;
}
/*
//////////////////////////////////////////////
		PRODUCT EL
//////////////////////////////////////////////
*/



.Product-el{
	display: flex;
	flex-wrap: wrap;
	/*margin-top: 45px;*/
	/*align-items: center;*/
	max-width: 1200px;
	margin:50px auto 0 auto;
}
.Product-el .product-info-block {
	margin-top: 60px;
}

.Product-el .el {
	margin: 0 50px;
	position: relative;
	flex: 1 1 150px;
	overflow: hidden;
	transition: all 200ms linear;
	align-items: stretch;
	/*text-align: center;*/
}
.Product-el .img {
	flex: 2 1 100px;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 50px;
}

.Product-el img {
	width: 100%;
	vertical-align: bottom;
}

.Product-el .img.ACT{
	overflow: unset;
	z-index: 9;
}
.Product-el .ACT.img img{
	transform: scale(1.4);
}



.Product-el .desc {
	color: rgb(60,60,60);
}
.Product-el .title {
	font-size: 80px;
	color: #501258;
	line-height: 70px;
	padding-bottom: 20px;
	margin-left: -5px;
}

.Product-el .desc-info-title {
	font-weight: 600;
	font-size: 34px;
	line-height: 33px;
	color: #501258;
	margin-bottom: 15px;
}


.Product-el .desc_s {
	font-size: 14px;
	color: #00000080;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.Product-el .desc_s span{
	padding: 0 4px;
}

.Product-el .p-desc{
	font-size: 22px;
	margin-top: 12px;
}
.Product-el .p-weight{
	font-size: 34px;
	margin-top: -12px;
	font-weight: 600;
	color: #f87200;
}


.Product-el .price {
	font-size: 50px;
	color: #501258;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}
.Product-el .separate {
	height: 1px;
	/*background-color: rgba(0,0,0,0.1);*/
	margin: 10px 0;
}

.Product-el .i_info_title{
	padding: 4px 0;
	color: #000000bd;
	/* text-transform: uppercase; */
	font-size: 15px;
	font-weight: bold;
}


.Product-el .img-list {
	flex: 2 1 50px;
	overflow: hidden;
	max-width: 90px;
	margin-right: -25px;
}
.Product-el .img-list img{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 2px;
	cursor: pointer;
}

.Product-el .info-block{
	margin-top: 25px;
}
.Product-el .info-title{
	font-weight: 600;
	font-size: 22px;
}





.Product-el .btn-block{
	display: flex;
}


.Product-el .amount-block{
	display: flex;
	border-radius: 40px;
	max-width: fit-content;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	font-weight: bold;
	margin-right: 15px;
	box-shadow: inset 0 0 0 3px #ff7300;
}


.Product-el .plus,.Product-el .minus{
	width: 24px;
	height: 18px;
	cursor: pointer;
	margin: 10px;
}

.Product-el .quantity{
	padding: 0px 0px;
	border: transparent;
	width: 35px;
	background-color: #00000000;
	text-align: center;
}

.Product-tag-new{
	position: absolute;
	right: 18%;
	top: -21px;
	z-index: 40;
	border-radius: 50%;
	width: 64px;
	/* font-size: 18px; */
	font-weight: bold;
	height: 64px;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: #f9c31d;
	/*box-shadow: -9px 14px 20px -13px #00000040;*/
	box-shadow: 0 4px #ff980000, -5px 7px 9px -6px #ff9800cf;
	transform: rotate(8deg);
}


/*
//////////////////////////////////////////////
				ACCOUNT
//////////////////////////////////////////////
*/



.Account-block{
	border-radius: 25px;
	position: relative;
	padding: 30px;
	box-shadow: 0px 7px 18px -10px #00000036;
}

.Account-title{
	font-size: 52px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 55px;
	color: #501258;
	text-align: center;
}

.Account-block .a-title{
	font-weight: 600;
	color: #501258;
	font-size: 40px;
	margin-bottom: 5px;
}
.Account-block .a-field {
	border: transparent;
	padding: 12px 10px 12px 20px;
	border-radius: 25px;
	margin: 8px;
	flex: 1;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #ff7300;
}
.Account-block .a-inline {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.Account-block .a-btn-save{
	padding: 8px 18px;
	display: inline-block;
	border-radius: 25px;
	background-color: #f87200;
	cursor: pointer;
	color: #fff;
}


.Account-block .order-item{
	display: flex;
	align-items: center;
	vertical-align: top;
	position: relative;
	/*border-bottom: 2px dashed #d1d1d17d;*/
	padding: 14px 0;
}
.Account-block .order-item:last-child{
	border: transparent;
}

.Account-block .item-field{
	padding: 0px 15px;
}
.Account-block .item-link{
	color: #3c3c3c;
	cursor: pointer;
	/*font-weight: 500;*/
}

.Account-error{
	text-align: center;
	background-color: #ccc;
	color: #4c4c4c;
	border-radius: 20px;
	margin-top: 10px;
	padding: 10px 0;
	display: block;
}
.Account-error:empty{
	display: none;
}





.Order-details{

}
.Order-details .title-block {
	/*display: flex;*/
	margin-bottom: 20px;
	align-items: center;
}
.Order-details .title-block-title {
	font-size: 38px;
	font-weight: 600;
	text-decoration: none;
	color: #282828;
}
.Order-details .title-block-desc {
	max-width: 536px;
	/*padding-left: 20px;*/
	line-height: 22px;
	font-size: 18px;
}


.Order-details .o-el {
	display: flex;
	align-items: center;
	vertical-align: top;
	position: relative;
	/* border-bottom: 1px dashed #e7e7e7; */
	padding: 12px 0;
}
.Order-details .o-el .o-img {
	/* padding: 15px; */
	/* background-color: #f9f9f9; */
	border-radius: 3px;
	width: 70px;
	padding-right: 10px;
}
.Order-details .o-el img {
	width: 100%;
	border-radius: 3px;
	display: block;
}
.Order-details .o-el .o-title {
	font-weight: 600;
	/*font-size: 20px;*/
}
.Order-details .o-el .o-quantity {
	padding: 0 6px;
}

.Order-details .o-el .o-price{
	width: 85px;
	text-align: right;
}

/*
//////////////////////////////////////////////
				CALCULATOR
//////////////////////////////////////////////
*/


.Calculator {
	margin-top: 100px;
	position: relative;
}

.Calculator .c-title{
	font-weight: 600;
	font-size: 34px;
	line-height: 22px;
	color: #501258;
	margin-bottom: 25px;
}
.Calculator .c-title-small{
	margin-right: 6px;
}

.Calculator .c-select{
	display: inline-block;
	padding: 16px 24px;
	margin-right: 15px;
	margin-top: 8px;
	color: rgb(0 0 0);
	background-image: none;
	border-radius: 40px;
	background-clip: padding-box;
	border: transparent;
	transition: all 150ms ease-in-out;
	-webkit-appearance: initial;
	/*-webkit-text-fill-color: transparent;*/
	box-shadow: inset 0 0 0 3px #ff7300;
	background: transparent!important;
}

.Calculator .c-title-result{
	margin-top: 20px;
	margin-bottom: 5px;
}
.Calculator .inline{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}

.Calculator .c-number{
	margin-right: 6px;
	font-weight: bold;
	font-size: 32px;
	color: #FF7300;
}
.Calculator .c-desc{
	line-height: 18px;
	margin-right: 25px;
	color: #FF7300;
}

.Calculator .separate{
	margin: 10px -0;
}



.Product-subscribe{
	/*background-color: #ffe4e4;*/
	background-color: #d2e8ff;
	padding: 30px;
	border-radius: 45px;
	background: linear-gradient(90deg, #cce5ff 0%, #d0f2ff 100%);
}

.Product-subscribe-field {
	border: transparent;
	padding: 12px 30px;
	border-radius: 30px;
	margin: 12px 0px;
	width: 100%;
	background-color: #ffffff;
}
.Product-subscribe-field::placeholder {
	color: rgb(122, 122, 122);
}
.Product-subscribe-btn {
	background-color: #000000ad;
	border-radius: 30px;
	padding: 16px 0px;
	font-size: 15px;
	letter-spacing: 0.4px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 6px;
	text-align: center;
	transition: all 0.2s ease-out;
}
.Product-subscribe-btn:hover {
	background-color: rgba(0, 0, 0, 0.75);
}

.Product-subscribe .title-complete{
	font-weight: bold;
	line-height: 22px;
}





.Faq-el{
	border-bottom: 1px dashed #0000001a;
}
.Faq-el-title{
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	padding: 25px 0px;
}
.Faq-el-desc{
	padding-bottom: 30px;
	padding-left: 60px;
	border-left: 3px solid #ffb630;
}
.Faq-el-separator{
	height: 2px;
	background-color: #333;
	margin-right: 50%;
}



.Order-subscribe{
	margin-top: 55px;
	margin-bottom: 25px;
}
.Order-subscribe .ps-title{
	font-size: 34px;
	margin-bottom: 15px;
	line-height: 36px;
	color: #501258;
	font-weight: 600;
}

.Order-subscribe .ps-el{
	display: flex;
	margin-bottom: 8px;
	align-items: center;
	cursor: pointer;
}

.Order-subscribe .ps-check{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 10px;
	box-shadow: inset 0 0 0 3px #000000b3;
}
.Order-subscribe .ACT .ps-check{
	box-shadow: inset 0 0 0 3px #f87200;
	background-color: #f87200;
}



.Pet-new-field{
	padding: 10px 20px;
	width: 100%;
	border: transparent;
	background-color: transparent;
	margin-bottom: 15px;
	border-radius: 25px;
	resize: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 50px;
	min-height: 40px;
	box-shadow: inset 0 0 0 3px #ff7300;
}
.Pet-new-save-btn{
	padding: 12px 15px;
	color: #fff;
	background-color: #f87200;
	cursor: pointer;
	border-radius: 25px;
	text-align: center;
}
.Pet-new-title{
	font-size: 30px;
	margin-bottom: 10px;
	color: #4e1258;
	font-weight: 600;
}
.Pet-new-label{
	font-size: 16px;
	margin-top: 4px;
	line-height: 20px;
	margin-bottom: 5px;
}
.Pet-new-btn{
	padding: 10px 30px;
	background-color: #f87200;
	color: #fff;
	display: inline-block;
	border-radius: 45px;
	cursor: pointer;
	transition: all 130ms linear;
}
.Pet-new-btn:hover{

}
/*
//////////////////////////////////////////////
			Icons
//////////////////////////////////////////////
*/
.Ico-mail{
	background: url(../icons/mail.svg) no-repeat center;
	background-size: 18px;
}
.Ico-instagram{
	background: url(../icons/instagram.svg) no-repeat center;
	background-size: 18px;
}
.Ico-telegram{
	background: url(../icons/send.svg) no-repeat center;
	background-size: 18px;
}
.Ico-whatsapp{
	background: url(../icons/whatsapp.svg) no-repeat center;
	background-size: 18px;
}

.Ico-cart {
	width: 22px;
	height: 22px;
	background: url(../icons/cart.svg) no-repeat center;
	background-size: 22px;
	position: relative;
}



/*
//////////////////////////////////////////////
			ORDER
//////////////////////////////////////////////
*/
.Order-finish{
	text-align: center;
}
.Order-finish .f-title{
	text-align: center;
	font-size: 54px;
	font-weight: 600;
	text-decoration: none;
	color: #501258;
}
.Order-finish .f-desc{
	margin-top: 35px;
	font-weight: 600;
	font-size: 22px;
}

.Order-finish td{
	padding:10px;
}
.Order-finish .btn-back{
	padding: 12px 30px;
	display: inline-block;
	margin-top: 30px;
	color: #fff;
	font-weight: 500;
	background-color: #f87200;
	border-radius: 30px;
}


/*
//////////////////////////////////////////////
			TABLE
//////////////////////////////////////////////
*/

.Table {width: 100%;max-width: 100%;border-spacing: 0;text-align: left;}
.Table-stripe tr:nth-child(2n) {background: rgba(0,0,0,0.02);}
.Table-stripe tr:nth-child(1) {	/*background: #fff!important;*/	background: transparent!important;}
.Table-radius td:first-child {	border-top-left-radius: 6px;	border-bottom-left-radius: 6px;}
.Table-radius td:last-child {	border-bottom-right-radius: 6px;	border-top-right-radius: 6px;}
.Table-hover tr:hover{ background-color: rgb(0 0 0 / 2%);cursor: pointer;}
.Table-line td {
	box-shadow: inset 0 -1px 0px 0px #00000008;
}



/*
//////////////////////////////////////////////
			PAGE - MAIN
//////////////////////////////////////////////
*/
.Banner-top{
	/*background: #ff5d78;;*/
	padding: 10px;
	text-align: center;
	/* font-size: 14px; */
	color: #222;
	/*background: linear-gradient(47deg, rgb(255 108 189) 0%, rgb(255 108 108) 100%);*/
}


.Banner-line{
	opacity: 0.8;
}
.Banner-line svg{
	background: linear-gradient(47deg, rgb(255 225 114) 0%, rgb(255 108 108) 100%);
}


@media screen and (max-width: 1400px) {

	.Products-list .pr-el{
		padding: 0 25px 50px 25px;
		flex: 0 0 31%;
	}
	.Cart{
		padding:0 20px;
	}
}


@media screen and (max-width: 1200px) {

	body{
		font-size: 16px;
	}
	.Center_area_percent{
		padding: 0px 40px;
	}
	.Banner-line svg{
		display: none;
	}
	.Banner-line{
		background: linear-gradient(47deg, rgb(255 225 114) 0%, rgb(255 108 108) 100%);
		height: 5px;
		margin-bottom: 10px;
	}
	.Block-center{
		padding: 0 20px;
	}
}




@media screen and (max-width: 1000px) {

	.PC{
		display: none;
	}
	.MOBILE{
		display: block;
		top: 0;
		position: sticky;
		z-index: 999;
		background-color: #fff;
		box-shadow: 0 2px 20px rgb(0 0 0 / 6%);
		/*margin-bottom: 20px;*/
	}

	.Menu-sub-block{
		top:55px;
		margin: 0;
	}
	.Menu-sub{
		margin-left: 20px;
	}
	.Product-el .img-list {
		display: none;
	}


	.Cart-address-form{
		max-width: unset;
		padding:0px;
	}

	.Cart-list {
		display: block;
	}

	.Cart-list .b_img{
		width: 60px;
		padding-right: 16px;
	}

	.Cart-products {
		max-width: unset;
		/*padding: 25px;*/
	}


}




@media screen and (max-width: 840px) {

	.Title-main-small{
		font-size: 38px;
	}
	.Title-main-very-small{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.Account-title {
		font-size: 38px;
		margin-bottom: 10px;
	}
	.Order-subscribe .ps-title{
		font-size: 20px;
		line-height: 20px;
	}




	.In-one-line{
		overflow-x: auto;
		padding-top: 70px;
		margin: -45px -20px -60px -20px;
		flex-wrap:unset;
	}

	.Products-list .pr-desc{
		font-size: 14px;
		margin: 0;
		line-height: 18px;
	}
	.Products-list .pr-title{
		font-size: 24px;
	}
	.Products-list .pr-weight{
		font-size: 16px;
		margin-top: -8px;
		margin-bottom: 4px;
	}
	.Products-list .pr-price{
		font-size: 24px
	}

	.Product-el .title {
		font-size: 34px;
		font-weight: 600;
		padding-bottom: 0;
		line-height: 65px;
	}
	.Product-el .p-weight{
		font-size: 22px;
		margin-top: -10px;
		font-weight: 600;
		color: #f87200;
	}
	.Product-el .price{
		font-size: 34px;
		padding: 12px 0;
	}
	.Product-el .p-desc{
		font-size: 16px;
		margin-top: 5px;
	}
	.Products_area .desc{
		font-size: 10px;
		margin: 0;
		line-height: 13px;
		color: rgba(0,0,0,.4);
		/*padding: 2px 5px;*/
	}
	.Products_area .title{
		font-size: 13px;
		line-height: 16px;
	}
	.Calculator .c-select{
		padding: 12px 24px;
	}
	.Calculator .c-title{
		margin-bottom: 18px;
	}
	.Cart-list .b_el{
		font-size: 12px;
		line-height: 12px;
	}
	.Cart-list .b_quantity{
		margin: 0;
		padding: 6px;
	}
	.Cart-list .b_desc{
		font-size:12px;
	}
	.Cart-list .b_title{
		font-size: 18px;
	}
	.Cart-list .b-weight{
		font-size: 12px;
		margin-top: -3px;
		margin-bottom: 2px;
	}
	.Cart-products{
		padding:unset;
	}

	.Cart-address-form .field{
		box-shadow: inset 0 0 0 2px #ff7300;
	}
	.Btn-order-create{
		font-size: 20px;
	}

	.Account-block .a-title{
		margin-bottom:0;
		font-size: 24px;
	}
	.Pet-new-btn{
		font-size: 18px;
	}
	.Pet-new-save-btn{
		font-size: 22px;
	}
}





@media screen and (max-width: 768px) {

	.Menu-sub .el {
		padding: 12px 22px 12px 0;
		font-size: 16px;
	}

	.Products-tags-block .el{
		margin: 10px 5px;
		font-size: 14px;
		padding: 5px 16px;
	}
	.Account-block{
		padding:25px;
	}
	.Faq-el-title {
		font-size: 18px;
		line-height: 18px;
	}
	.Faq-el-desc{
		padding-left: 35px;
	}

	.Footer_text {
		font-size: 96px;
		height: 167px;
		margin-top: 0;
	}

	.Product-el .el{
		margin: 0px 30px;
	}
	.Product-el .product-info-block {
		margin: 60px 30px 0 30px;
	}

	.Product-tag-new{
		right: 16%;
		top: -15px;
		width: 40px;
		font-size: 13px;
		height: 40px;
	}

	.Banner-top {
		font-size: 12px;
	}

	.Banner-line{
		margin-bottom:unset;
	}
	.Products-list .pr-el{
		/*flex: 0 0 50%;*/
		flex: 1;
		margin: 0 0 80px 0;
	}

	.Cart-address-form .info{
		font-size: 14px;
		line-height: 18px;
		margin-top:2px;
	}
	.Products-category-desc{
		line-height: 20px;
		font-size: 18px;
		max-width: unset;
		padding: unset;
	}
	.Products-category{
		display: block;
		text-align: center;
		margin: 10px 25px 40px 25px;
	}
	.Products-category-title{
		font-size: 30px;
	}

	.Product-el .img {
		/*order: 1;*/
		flex: unset;
		max-width: unset;
		width: 100%;
		margin: 0px 20px 0px 20px;
	}

	.Btn-order{
		display: block;
		padding: 16px 10px;
	}

	.Calculator{
		margin-top: 80px;
	}
	.Calculator .separate{
		margin: 10px 0;
	}

	.Footer{
		padding: 30px 0;
		display: block;
		text-align: center;
	}
	.Footer .menu{
		display: none;
	}

	.Footer .info{
		padding: 0;
	}
	.Footer .icons{
		justify-content: center;
		padding: 15px 0 0 0;
	}

}