.boxCabinet {
	padding-top: 4px;
	padding-bottom: 75px;
}
.boxCabinet_left {
	width: 334px;
	box-sizing: border-box;
	padding: 0 45px 0 0;
}
.boxCabinet_right {
	width: calc(100% - 334px);
	padding-top: 10px;
}
.boxCabinet_left h2 {
	font-size: 36px;
	line-height: 1.2;
	color: #343434;
}
.boxCabinet_left h2 {
	white-space: nowrap;
	margin-bottom: 32px;
}
.boxCabinet_right h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	position: relative;
	padding-bottom: 18px;
    margin-bottom: 23px;
}
.boxCabinet_right h2:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: #f5c629;
}
.menuCabinet {

}
.menuCabinet ul {

}
.menuCabinet li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dde8f0;
}
.menuCabinet li a {
	width: 100%;
	min-height: 50px;
	border-radius: 0 20px 20px 0;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.25;
	color: #363636;
	box-sizing: border-box;
	padding: 6px 10px 5px 58px;
	position: relative;
}
.menuCabinet li.active a,
.menuCabinet li a:hover {
	background: #343434;
	color: #FFFFFF;
	padding-left: 82px;
}
.menuCabinet li a i {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -18px;
	transition: 0.3s ease all;
}
.menuCabinet li a i path {
	fill: #343434;
	transition: 0.3s ease all;
}
.menuCabinet li.menuCabinet_svg a i path {
	fill: transparent;
	stroke: #343434;
}
.menuCabinet li.active a i,
.menuCabinet li a:hover i {
	left: 29px;
	transition: 0.3s ease all;
}
.menuCabinet li.menuCabinet_svg.active a .menuCabinet_bell path,
.menuCabinet li.menuCabinet_svg a:hover .menuCabinet_bell path,
.menuCabinet li.menuCabinet_svg.active a path,
.menuCabinet li.menuCabinet_svg a:hover path {
	fill: transparent;
	stroke: #fff;
	transition: 0.3s ease all;
}
.menuCabinet li.active a .menuCabinet_bell path,
.menuCabinet li a:hover .menuCabinet_bell path,
.menuCabinet li.active a path,
.menuCabinet li a:hover path {
	fill: #FFFFFF;
	transition: 0.3s ease all;
}
.menuCabinet_bell {
	display: block;
	font-size: 0;
	position: absolute;
    top: 14px;
    right: 25px;
    z-index: 2;
}
.menuCabinet_bell path {
	fill: #020202;
}
.boxData {
	margin-left: -12px;
    margin-right: -12px;
}
.boxData_li {
	box-sizing: border-box;
	padding: 0 12px 24px 12px;
}
.width-33 {
	width: 33.33%;
}
.width-66 {
	width: 66.67%;
}
.boxData_button {
	margin-top: 57px;
	margin-left: auto;
}
.boxData_button-2 {
	margin-top: 25px;
	margin-left: auto;
}
.dataDelivery {

}
.dataDelivery_item {
	box-sizing: border-box;
    padding: 13px 0 13px 31px;
	border-bottom: 1px solid #dde8f0;
}
.dataDelivery_text {
	font-size: 16px;
	line-height: 1.2;
	color: #343434;
	box-sizing: border-box;
    padding-right: 20px;
    width: 220px;
}
.dataDelivery_text img {
    margin-right: 8px;
}
.dataDelivery_right  {
	width: calc(100% - 220px);
}
.dataDelivery_check {
	width: 33.33%;
	margin: 16px 0 16px 0;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.dataDelivery_check label {
	position: relative;
	cursor: pointer;
}
.dataDelivery_check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.dataDelivery_check label .check-radio {
	display: block;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #dde8f0;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: 0.3s ease all;
	margin-right: 18px;
}
.dataDelivery_check label:hover .check-radio{
	border-color: #f5c629;
	transition: 0.3s ease all;
}
.dataDelivery_check input:checked + .check-radio:before {
	display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #f5c629;
    border-radius: 50%;
    position: absolute;
   	top: 4px;
    left: 4px;
}
.dataDelivery_check .check-text {
	font-size: 16px;
	line-height: 1.2;
	color: #343434;
}
.listQuestions {

}
.listQuestions_li {
	margin-bottom: 14px;
	box-sizing: border-box;
    border: 1px solid #dde8f0;
	border-radius: 15px;
    padding: 6px 0px 7px 0px;
}
.listQuestions_top {
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	padding: 16px 60px 12px 46px;
}
.listQuestions_top:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 33px;
    width: 5px;
    height: 5px;
    border: solid 1px #363636;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
    transition: 0.3s ease all;
    margin-top: -4px;
}
.listQuestions_li.open .listQuestions_top:after {
	transform: rotate(-225deg);
    margin-top: -1px;
}
.listQuestions_title {
	font-size: 15px;
	line-height: 1.2;
	color: #343434;
}
.listQuestions_bottom {
	display: none;
	box-sizing: border-box;
    padding: 12px 11% 24px 47px;
}
.size-15.description table tr td,
.size-15.description blockquote,
.size-15.description ul li,
.size-15.description ol li,
.size-15.description p,
.size-15.description {
	font-size: 15px !important;
	line-height: 1.66 !important;
}
.text-justify.description table tr td,
.text-justify.description blockquote,
.text-justify.description ul li,
.text-justify.description ol li,
.text-justify.description p,
.text-justify.description {
	text-align: justify !important;
}
.size-15.description ul li:before {
    top: 10px;
}
.boxButtons {
	border-top: 1px solid #dde8f0;
    border-bottom: 1px solid #dde8f0;
    padding: 14px 0 13px 0;
    margin-bottom: 46px;
}
.boxButtons > * {
	margin-right: 0;
}
.button-allProducts,
.button-inform,
.button-remove {
    font-size: 14px;
    line-height: 1;
    color: #343434;
    background: transparent;
    margin: 10px 51px 10px 0;
    transition: 0.3s ease all;
    letter-spacing: 0.03em;
}
.button-allProducts:hover,
.button-inform:hover,
.button-remove:hover {
	color: #f5c629;
	transition: 0.3s ease all;
}
.button-allProducts svg,
.button-inform svg,
.button-remove svg {
	margin-right: 11px;
	position: relative;
	top: -1px;
}
.button-allProducts path,
.button-remove path {
	fill: #343434;
	transition: 0.3s ease all;
}
.button-allProducts:hover path,
.button-remove:hover path {
	fill: #f5c629;
	transition: 0.3s ease all;
}
.button-inform path {
	stroke: #343434;
	transition: 0.3s ease all;
}
.button-inform:hover path {
	stroke: #f5c629;
	transition: 0.3s ease all;
}
.listFavorites {
    margin-left: -20px;
    margin-right: -20px;
}
.listFavorites_li {
	width: 33.33%;
    box-sizing: border-box;
    padding: 0 20px 40px 20px;
    position: relative;
}
.listFavorites_check {
	position: absolute;
	top: 11px;
	right: 30px;
	z-index: 2;
}
.listFavorites_check label {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
}
.listFavorites_check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.listFavorites_check label span {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #dde8f0;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	transition: 0.3s ease all;
}
.listFavorites_check label span:hover {
	border-color: #f5c629;
	transition: 0.3s ease all;
}
.listFavorites_check input:checked + span {
	background: #f5c629;
	border-color: #f5c629;
}
.listFavorites_check input:checked + span:before {
    display: block;
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.listFavorites_check input[disabled="disabled"] + span {
	pointer-events: none;
}
.listHistory {

}
.listHistory_li {
    border: 1px solid #dde8f0;
    border-radius: 15px;
	margin-bottom: 16px;
}
.listHistory_li:last-child {
	margin-bottom: 0;
}
.listHistory_top {
	box-sizing: border-box;
    width: 100%;
    padding: 4px 60px 0px 43px;
    min-height: 46px;
    cursor: pointer;
    position: relative;
}
.listHistory_top:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 10px;
    height: 10px;
    border: solid 2px #363636;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
    margin-top: -9px;
}
.listHistory_li.open .listHistory_top:after {
    transform: rotate(-225deg);
    margin-top: -12px;
}
.listHistory_item {
	box-sizing: border-box;
}
.listHistory_item-1 {
    width: 36%;
    padding-right: 10px;
}
.listHistory_item-2 {
	width: 36.5%;
}
.listHistory_item-3 {
	width: 27.5%;
}
.listHistory_item p {
    font-size: 15px;
    color: #33485d;
}
.listHistory_price-1 {

}
.listHistory_price-1 span {
	margin-right: 17px;
}
.listHistory_text-1.yellow,
.listHistory_text-2.yellow {
	text-decoration: underline;
	color: #f5c629;
}
.listHistory_text-1.green,
.listHistory_text-2.green {
	text-decoration: underline;
	color: #67a42c;
}
.listHistory_text-1.red,
.listHistory_text-2.red {
	text-decoration: underline;
	color: red;
}
.listHistory_text-2 {
	display: none;
}
.listHistory_li.open .listHistory_top {
    padding: 5px 307px 0px 44px;
    min-height: 62px;
}
.listHistory_li.open .listHistory_text-1 {
	display: none;
}
.listHistory_li.open .listHistory_text-2 {
	display: block;
}
.listHistory_li.open .listHistory_item-1 {
	width: 51%;
}
.listHistory_li.open .listHistory_item-2 {
    width: 21.5%;
}
.listHistory_li.open .listHistory_item-3 {
    width: 27.5%;
    text-align: right;
}
.listHistory_bottom {
	display: none;
}
.listHistory_li.open .listHistory_bottom {
	display: flex;
}
.listHistory_left {
	width: 100%;
	box-sizing: border-box;
	padding: 0 23px 20px 20px;
}
.listHistory_right {
	width: 284px;
    background: #fafafa;
    border-radius: 0px 15px 15px 0px;
    box-sizing: border-box;
    padding: 28px 15px 31px 22px;
    margin-top: -62px;
}
.boxInvoice {

}
.boxInvoice_item {
	margin-bottom: 19px;
}
.boxInvoice_item:last-child {
	margin-bottom: 0;
}
.boxInvoice_item h3 {
	font-size: 14px;
    line-height: 1.2;
    color: #33485d;
    margin-bottom: 8px;
}
.boxInvoice_item p {
	font-size: 14px;
	line-height: 1.4;
	color: #363636;
}
.boxInvoice_item p a {
	color: #363636;
	text-decoration: none;
}
.boxInvoice_item p a:hover {
	color: #f5c629;
}
.boxInvoice_txt {
	margin-top: 18px;
}
.boxInvoice_txt span {
	font-weight: bold;
}
.listOrder {
	counter-reset: item;
}
.listOrder_li {
	border-top: 1px solid #dde8f0;
    padding: 23px 0 23px 30px;
    position: relative;
}
.listOrder_li:before {
    display: block;
    content: counter(item) ".";
    counter-increment: item;
    font-size: 15px;
    color: #363636;
    position: absolute;
	top: 49px;
    left: 0;
}
.listOrder_thumb {
	width: 98px;
}
.listOrder_right {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 0 0 13px;
}
.listOrder h3 {
    font-size: 15px;
    line-height: 1.2;
    color: #363636;
}
.listOrder h3 a {
	color: #363636;
	text-decoration: none;
}
.listOrder h3 a:hover {
	color: #f5c629;
}
.listOrder_article {
	margin-top: 10px;
	font-size: 15px;
	color: #969696;
}
.listOrder_article span {
	margin-left: 3px;
}
.listOrder_bottom {
    margin-top: 13px;
    position: relative;
}
.listOrder_bottom p {
	font-size: 15px;
	color: #363636;
	padding: 7px 0;
}
.listOrder_bottom p:first-child {
	margin-right: 47px;
}
.listOrder_bottom p span {
	font-size: 15px;
	white-space: nowrap;
	margin-right: 7px;
}
.listOrder_bottom p:last-child span {
	margin-right: 0;
}
.listOrder_bottom i {
	font-style: normal;
	margin: 0 7px;
}
.listHistory_total-text {
	text-align: right;
	position: relative;
	margin-top: 9px;
}
.listHistory_total-text:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #dde8f0;
	margin-top: 1px;
}
.listHistory_total-text span {
	background: #fff;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #363636;
	padding-left: 27px;
	padding-right: 8px;
}
.listHistory_cancel {
    margin: 0 15px 4px 0;
	line-height: 1;
	background: transparent;
	font-size: 14px;
	text-decoration: underline;
	color: #a4a4a4;
}
.listHistory_cancel:hover {
	text-decoration: none;
}
.listHistory_bottom-2 {
    position: relative;
    margin-top: 28px;
    margin-right: 0;
    box-sizing: border-box;
    padding: 11px 0 0 29px;
}
.listHistory_price-2 {
	font-size: 20px;
	color: #343434;
	position: relative;
}
.listHistory_price-2:before {
	display: block;
    content: "";
    position: absolute;
    right: 8px;
    top: -9px;
    width: 77px;
    height: 2px;
    background: #f5c629;
}
.listHistory_price-2 span {
	font-size: 30px;
	position: relative;
    top: 1px;
}
.listHistory_totalQuantity {
	font-size: 12px;
	color: #343434;
	margin: 0 20px 3px 0;
}
.listHistory_totalQuantity span {
	font-size: 18px;
}
.boxCheckout {
	padding-top: 7px;
	padding-bottom: 80px;
}
.boxCheckout_left {
	width: calc(100% - 375px);
	box-sizing: border-box;
	padding: 5px 58px 0 0;
}
.boxCheckout_right {
	width: 375px;
}
.boxCheckout_title-2 {
	font-size: 24px;
	line-height: 1.2;
	color: #343434;;
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 22px;
}
.boxCheckout_title-2:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 62%;
	height: 1px;
	background: #dde8f0;
}
.boxCheckout_login {
	font-size: 0;
}
.boxCheckout_login span {
	font-size: 14px;
	line-height: 1.2;
	color: #343434;
	margin-right: 13px;
}
.boxCheckout_login a {
	font-size: 14px;
	font-weight: 700;
	color: #343434;
	text-decoration: underline;
	text-decoration-color: #dde8f0;
	text-underline-offset: 3px;
}
.boxCheckout_login a:hover {
	color: #f5c629;
	text-decoration-color: #f5c629;
}
.formCheckout {
	margin-left: -6px;
	margin-right: -6px;
	    margin-top: 43px;
}
.formCheckout_item {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 6px 24px 6px;
}
.formCheckout_item.formCheckout_item-2 {
	width: 66.66%;
}
.boxCheckout_title {
	font-size: 24px;
	color: #343434;
	margin-top: 30px;
}
.listCheckout {
	margin-top: 37px;
	counter-reset: item;
}
.listCheckout_li {
	padding: 14px 0 14px 37px;
    border-top: 1px solid #dde8f0;
    position: relative;
}
.listCheckout_li:before {
    display: block;
    content: counter(item) ".";
    counter-increment: item;
    font-size: 15px;
    color: #343434;
    position: absolute;
    top: 41px;
    left: 7px;
}
.listCheckout_thumb {
	width: 98px;
	height: 93px;
}
.listCheckout_right {
	width: calc(100% - 98px);
	box-sizing: border-box;
    padding: 25px 30px 0 12px;
}
.listCheckout_title {
	font-size: 15px;
	line-height: 1.2;
	color: #343434;
	text-decoration: none;
}
.listCheckout_title:hover {
	color: #f5c629;
}
.listCheckout_article {
	font-size: 15px;
	line-height: 1.2;
	color: #969696;
	margin-top: 7px;
}
.listCheckout_article span {
	margin-left: 3px;
}
.listCheckout_bottom {
	margin-top: 28px;
}
.listCheckout_price {
	font-size: 15px;
	color: #343434;
	padding: 7px 0;
	margin-right: 15px;
}
.listCheckout_price span {
	margin-right: 8px;
}
.listCheckout_bottom .boxQuantity {
	margin-right: 18px;
}
.listCheckout_price-2 {
	font-size: 15px;
	color: #343434;
	padding: 7px 0;
}
.listCheckout_price-2 i {
	font-style: normal;
    margin: 0 7px;
}
.listCheckout_remove {
	display: block;
	width: 13px;
	height: 13px;
	font-size: 0;
	line-height: 1;
	background: transparent;
	position: absolute;
	top: 41px;
    right: 1px;
    z-index: 2;
}
.listCheckout_remove use {
    fill: #a3a3a3;
}
.listCheckout_remove:hover use {
	fill: #f5c629;
}
.boxCheckout-fond {
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    box-sizing: border-box;
    padding: 34px 25px 41px 25px;
    position: sticky;
    top: 20px;
}
.boxCheckout_title-3 {
	font-size: 27px;
	line-height: 1.2;
	color: #f5c629;
}
.checkoutDescription {
	margin-top: 19px;
}
.checkoutDescription_item {
	margin-bottom: 14px;
}
.checkoutDescription_item:last-child {
	margin-bottom: 0;
}
.checkoutDescription_item p {
	width: 50%;
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
}
.checkoutDescription_item p span {
	color: #f5c629;
}
.checkoutDescription_item p:last-child {
	text-align: right;
	box-sizing: border-box;
	padding-left: 10px;
}
.doSplaty {
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	padding: 17px 0;
}
.doSplaty_text {
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	padding-right: 10px;
}
.doSplaty_price {
	text-align: right;
	font-size: 27px;
	line-height: 1.2;
	color: #f5c629;
}
.boxCheckout_button {
	display: block;
	width: 100%;
	height: 60px;
	background: #f5c629;
	font-weight: 500;
	font-size: 16px;
	color: #343434;
	transition: 0.3s ease all;
	border-radius: 50px;
	margin: 27px 0 30px 0;
}
.boxCheckout_button:hover {
	color: #fff;
	transition: 0.3s ease all;
}
.boxCheckout_button:active {
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transition: 0.3s ease all;
}
.boxCheckout_text {
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
	margin-top: 21px;
}
.boxCheckout_ul {
	margin-top: 14px;
}
.boxCheckout_ul li {
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 14px;
	position: relative;
	padding-left: 20px;
}
.boxCheckout_ul li:before {
	display: block;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 9px;
    background: #fff;
}
.boxCheckout_ul li:last-child {
	margin-bottom: 0;
}
.boxCheckout_ul li span {
	margin-left: 5px;
	position: relative;
    top: -3px;
    cursor: pointer;
}
.text-total {
	position: relative;
    text-align: right;
    margin-top: 10px;
}
.text-total span {
	background: #ffffff;
	padding-left: 18px;
	font-size: 14px;
	text-align: right;
	color: #343434;
}
.text-total:before {
	display: block;
	content: "";
	height: 1px;
	background: #dde8f0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
}
.boxTotal {
	text-align: right;
    margin-top: 30px;
    position: relative;
    padding-top: 12px;
}
.boxTotal:before {
	display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 77px;
    height: 2px;
    background: #f5c629;	
}
.boxTotal_quantity {
    margin: 0 0 3px 0;
	font-size: 12px;
	color: #343434;
}
.boxTotal_quantity span {
	font-size: 18px;
}
.boxTotal_price {
	font-size: 20px;
	color: #343434;
	margin-left: 65px;
}
.boxTotal_price span {
	font-size: 30px;
	margin-right: 3px;
}
.deliveryPayment {
    margin-top: 64px;
}
.deliveryPayment_left {
    width: 59%;
    box-sizing: border-box;
    padding-right: 43px;
   	margin-bottom: 46px;
}
.deliveryPayment_right {
	width: 41%;
    padding-left: 43px;
    margin-bottom: 46px;
}
.deliveryPayment_title {
	font-size: 24px;
	line-height: 1.2;
	color: #343434;	
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 58px;
}
.deliveryPayment_title:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dde8f0;
}
.deliveryPayment_check {
	margin-bottom: 17px;
}
.deliveryPayment_check label {
	position: relative;
	cursor: pointer;
}
.deliveryPayment_check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.deliveryPayment_check label .check-radio {
	display: block;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #dde8f0;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: 0.3s ease all;
	margin-right: 16px;
}
.deliveryPayment_check label:hover .check-radio {
	border-color: #f5c629;
	transition: 0.3s ease all;
}
.deliveryPayment_check input:checked + .check-radio:before {
	display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #f5c629;
    border-radius: 50%;
    position: absolute;
   	top: 4px;
    left: 4px;
}
.deliveryPayment_check .check-text {
	font-size: 15px;
	color: #343434;
	line-height: 1.2;
}
.deliveryPayment_check .check-text i {
	font-style: normal;
	margin-right: 16px;
}
.formCourier {
	box-sizing: border-box;
    padding: 15px 0 27px 37px;
}
.formCourier_text {
	font-size: 15px;
	line-height: 1;
	color: #343434;
	margin-right: 19px;
	margin-top: 18px;
}
.formCourier_box {
	width: 100%;
}
.formCourier_item {
	width: 100%;
	margin-bottom: 11px;
}
.formCourier_width {
	width: 44%;
	box-sizing: border-box;
	padding-right: 10px;
}
.formCourier_width:last-child {
	padding-right: 0;
}
.boxCheckout_button-2 {
	width: 374px;
	height: 60px;
	border-radius: 50px;
	background: #343434;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	transition: 0.3s ease all;
}
.boxCheckout_button-2:hover {
	background: #f5c629;
	transition: 0.3s ease all;
}
.boxCheckout_button-2:active {
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #f5c629;
	transition: 0.3s ease all;
}




@media screen and (max-width: 1560px) {

}
@media screen and (max-width: 1279px) {
	.listFavorites {
	    margin-left: -8px;
	    margin-right: -8px;
	}
	.listFavorites_li {
	    padding: 0 8px 23px 8px;
	}
	.listFavorites_check {
		right: 18px;
	}
}
@media screen and (max-width: 1230px) {

}
@media screen and (max-width: 1199px) {
	.boxCabinet {
	    padding-top: 0;
	    padding-bottom: 50px;
	}
	.listHistory_right {
	    width: 240px;
	    padding: 26px 15px 31px 15px;
	}
	.listHistory_left {
		padding: 8px 15px 20px 15px;
    	width: calc(100% - 240px);
    }
    .listHistory_button {
	    width: 244px;
	    height: 42px;
	    font-size: 14px;
	    box-sizing: border-box;
	    padding: 5px;
	}
	.listHistory_price-2 span {
		font-size: 22px;
		top: 0;
	}
	.listHistory_cancel {
	    margin: 0 15px 3px 0;
	}
	.listHistory_bottom-2 {
	    margin-right: 0;
	    padding: 8px 0 0 0;
	}
	.listHistory_bottom-3 {
	    padding: 25px 0 0 0;
	}
	.boxInvoice_item h3 {
		font-size: 14px;
	}
	.listOrder_bottom {
	    display: block;
	}
	.listOrder_bottom p:nth-child(2) {
	    padding-left: 0;
	    padding-right: 0;
	}
	.listOrder_bottom p {
		padding: 3px 0;
	}
	.listOrder_thumb {
	    width: 56px;
	}
	.listOrder_li {
		padding-left: 20px;
	}
	.listHistory_item-1 {
	    padding-left: 0;
	}
	.listHistory_price-1 span {
	    margin-right: 0;
	}
	.listHistory_item-3 {
	    width: 23%;
	}
	.listHistory_item-2 {
	    width: 41%;
	}
	.listHistory_li.open .listHistory_top {
	    padding: 6px 259px 0px 15px;
	}
	.listOrder_right {
		padding-top: 0;
	}
	.listHistory_li.open .listHistory_top {
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	}
	.listHistory_li.open .listHistory_item-1,
	.listHistory_li.open .listHistory_item-2,
	.listHistory_li.open .listHistory_item-3 {
		width: 100%;
		text-align: left;
	}
	.listHistory_li.open .listHistory_item-1 {
		padding-right: 0;
	}
	.listHistory_total-text span {
		padding-right: 0;
		padding-left: 15px;
	}
	.listHistory_price-2:before {
		right: 0;
	}
	.listHistory_bottom-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
        margin-top: 10px;
	}
	.listHistory_totalQuantity {
	    margin: 0 0px 3px 0;
	}
	.listHistory_price-2 {
	    width: 100%;
	    text-align: right;
	    margin-top: 20px;
	}
	.listHistory_top {
	    padding: 4px 60px 0px 15px;
	}
	.boxCheckout_right {
	    width: 330px;
	}
	.boxCheckout_left {
	    width: calc(100% - 330px);
	    padding: 5px 30px 0 0;
	}
	.deliveryPayment_right {
	    padding-left: 25px;
	}
	.deliveryPayment_left {
	    padding-right: 25px;
	}
	.formCourier_width {
		width: 50%;
	}
	.formCourier_text {
		margin-right: 10px;
	}

}
@media screen and (max-width: 1023px) {
	.boxCheckout {
		display: block;
	}
	.boxCheckout_right {
	    width: 376px;
	    margin: 0 auto;
	}
	.boxCheckout_left {
	    width: 100%;
	    padding: 0;
	}
	.boxCheckout_left .boxCheckout_button-2 {
		display: none;
	}

}
@media screen and (max-width: 979px) {
	.boxCabinet {
		display: block;
	}
	.boxCabinet_left {
	    width: 100%;
	    padding: 0;
	}
	.boxCabinet_right {
	    width: 100%;
	    padding: 15px 0 0 0;
	}
	.boxCabinet_right .titleH2 {
	    text-align: left;
	}
	.boxCabinet_right .titleH2 h1:after, 
	.boxCabinet_right .titleH2 h2:after {
	    left: 0;
	    right: initial;
	}
	.menuCabinet ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	    text-align: center;
	}
	.menuCabinet li {
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    width: 25%;
	    padding: 0 10px 20px 10px;
	    border: 0;
	    margin: 0;
	}
	.menuCabinet li a {
		display: block;
		border: 1px solid #E0E0E0;
		padding: 10px;
		height: 100%;
	}
	.menuCabinet li a i {
		display: flex;
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto 10px auto;
	}
	.menuCabinet li.active a i, 
	.menuCabinet li a:hover i {
	    left: 0;
	}
	.menuCabinet li.menuCabinet_padding a {
	    padding-right: 10px;
	}
	.menuCabinet li.active a, 
	.menuCabinet li a:hover {
		padding-left: 10px;
	}
	.menuCabinet li a {
		border-radius: 10px;
	}
	.boxCabinet_left h2 {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.boxCabinet_right .text-right {
		text-align: left;
	}
	.boxCabinet_right h2:after {
		right: initial;
		left: 0;
	}
	.dataDelivery_item {
	    padding: 10px 0 10px 0;
	}
	.boxData_button {
	    margin-top: 25px;
	}
	.dataDelivery_check {
		width: 50%;
	}

}
@media screen and (max-width: 799px) {

}
@media screen and (max-width: 768px) {
	.width-66,
	.width-33 {
	    width: 100%;
	}
	.menuCabinet {
	    margin-left: -5px;
	    margin-right: -5px;
	}
	.menuCabinet li {
		padding-left: 5px;
		padding-right: 5px;
	}
	.dataDelivery_text {
		width: 195px;
	}
	.dataDelivery_right {
	    width: calc(100% - 195px);
	}
	.listQuestions_top {
	    padding: 5px 40px 4px 15px;
	}
	.listQuestions_top:after {
		right: 18px;
	}
	.listQuestions_bottom {
	    padding: 15px;
	}
	.button-allProducts, .button-inform, .button-remove {
	    margin: 10px 20px 10px 0;
	}
	.boxButtons {
		margin-bottom: 25px;
	}
	.boxCheckout_title-2 {
		font-size: 18px;
	}
	.formCheckout {
	    margin-top: 25px;
	}
	.boxCheckout_title-2:after {
		width: 100%;
	}
	.boxCheckout_title {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.listCheckout {
	    margin-top: 6px;
	}
	.listCheckout_li {
	    padding: 10px 0 10px 20px;
	}
	.listCheckout_li:before {
		left: 0;
	}
	.listCheckout_right {
	    padding: 0 30px 0 10px;
	}
	.listCheckout_bottom {
	    margin-top: 7px;
	}
	.listCheckout_remove {
		top: 13px;
	}
	.deliveryPayment_title {
	    font-size: 18px;
	    margin-bottom: 25px;
	}
	.boxTotal {
		margin-top: 25px;
	}
	.deliveryPayment {
	    margin-top: 35px;
	}
	.deliveryPayment_left,
	.deliveryPayment_right {
		margin-bottom: 30px;
	}
	.boxCheckout {
	    padding-top: 0;
	    padding-bottom: 50px;
	}

}	
@media screen and (max-width: 639px) {
	.menuCabinet li {
		width: 33.33%;
	}
	.dataDelivery_item {
		display: block;
	}
	.dataDelivery_right {
        width: 100%;
    }
    .listFavorites_li {
	    width: 50%;
	}
	.listHistory_li.open .listHistory_bottom {
    	display: block;
    }
    .listHistory_li.open .listHistory_top {
	    padding: 5px 50px 0px 15px;
	}
	.listHistory_left {
	    padding-top: 8px;
	    width: 100%;
	    padding: 10px 15px 20px 15px;
	}
	.listHistory_bottom-2 {
		margin-top: 20px;
	}
	.listHistory_right {
	    width: 100%;
	    padding: 26px 15px 26px 15px;
        border-radius: 0px 0 15px 15px;
	    margin-top: 0;
	}
	.listHistory_bottom-3 {
	    padding: 20px 0 0 0;
	    display: block;
	    text-align: center;
	}
	.listHistory_comeback {
		margin: 0 0 10px 0;
	}
	.listHistory_button {
		width: 100%;
		height: 44px;
	}
	.listHistory_top {
		display: block;
		padding: 5px 60px 5px 15px;
	}
	.listHistory_item-1,
	.listHistory_item-2,
	.listHistory_item-3 {
		width: 100%;
		padding: 2px 0;
	}
	.listHistory_li.open .listHistory_top:after {
	    margin-top: 0px;
	}
	.formCheckout_item {
	    width: 50%;
	}
	.formCheckout_item.formCheckout_item-2 {
		width: 100%;
	}
	.listCheckout_price-2 {
	    font-size: 15px;
	    padding: 13px 0 0 0;
	    width: 100%;
	}
	.deliveryPayment {
		display: block;
	}
	.deliveryPayment_left {
		width: 100%;
        padding: 0;
    } 
    .deliveryPayment_right {
    	width: 100%;
        padding: 0;
    } 

}
@media screen and (max-width: 479px) {
	.menuCabinet li {
	    width: 50%;
	}
	.boxData_li {
		padding-bottom: 12px;
	}
	.boxData_button-2,
	.boxData_button {
        margin: 25px auto 0 auto;
    }
    .dataDelivery_check label .check-radio {
    	margin-right: 12px;
    }
    .boxCheckout_right {
    	width: 100%;
    }
    .boxTotal_price {
	    margin-left: 30px;
	}
	.listCheckout_thumb {
	    width: 68px;
	    height: 63px;
	}
	.listCheckout_li {
        padding: 10px 0 10px 15px;
    }
    .listCheckout_right {
    	width: calc(100% - 68px);
    }


}
@media screen and (max-width: 374px) {

}
@media screen and (max-width: 359px) {
	.listFavorites_li {
		width: 100%;
	}
	.formCheckout_item {
        width: 100%;
        padding: 0 6px 15px 6px;
    }
    .formCourier_width {
        width: 100%;
        padding-right: 0;
    }
    .boxCheckout-fond {
	    padding: 30px 15px;
	}
	
}