
.personal-item {
	margin-bottom: 32px;
}

.personal-item h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #BDBDBD;
	margin-bottom: 16px;
}

.personal-container {
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
}

.profile-container {
	padding: 51px 16px 19px;
}

.input {
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	backdrop-filter: blur(34px);
	border-radius: 30px;
	padding: 15px 22px;
	margin-bottom: 16px;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
}

.input::placeholder {
	color: #b8b8b8;
}
.input::-webkit-input-placeholder {
	color: #b8b8b8;
}
.input::-ms-input-placeholder {
	color: #b8b8b8;
}

.input:focus {
	outline-color: rgba(255, 255, 255, 0.863);
	outline-style: none;
	outline-width: thin;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 14px 0;
	font-size: 16px;
	font-weight: 400;
	width: 282px;
	height: 48px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	text-align: center;
	letter-spacing: 0.02em;
}

/*:fullscreen:not(:disabled):not(.disabled):active:focus {
	outline-color: rgba(255, 255, 255, 0.863);
	outline-style: none;
	outline-width: thin;
}*/

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus {
	color: #fff;
	background-color: #31b085;
}

.btn-primary:hover {
	background-color: #3dd4a1;
}

.btn-delete,
.btn-delete:not(:disabled):not(.disabled):active,
.btn-delete:not(:disabled):not(.disabled):focus {
	color: #fff;
	background-color: #f44336;
}

.btn-delete:hover {
	color: #fff;
	background-color: #f76156;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):focus {
	color: #fff;
	background-color: #6373C7;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #7783c2;
}

.btn-back,
.btn-back:not(:disabled):not(.disabled):active,
.btn-back:not(:disabled):not(.disabled):focus {
	color: #D6D6D6;
	background-color: #efefef;
}

.btn-back:hover {
	color: #D6D6D6;
	background-color: #f6f6f6;
}

.btn-witch-icon svg {
	fill: #fff;
	width: 19px;
	height: 19px;
	margin-right: 8px;
}

.personal-buttons {
	text-align: center;
}



.user-contacts {
	margin-bottom: 38px;
}

.user-contacts-description {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #333333;
	padding: 32px 16px 16px;
}

.user-contacts-item,
.user-contacts-empty {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	border-top: 1px solid #ECECEC;
	padding: 14px 16px;
}

.user-contacts-empty {
	font-weight: 400;
	color: #999;
}

.user-contacts-name {
	color: #333;
	margin-right: 20px;
}

.user-contacts-phone {
	color: #31B085;
	margin-left: auto;
	margin-right: 20px;
}

.user-contacts-delete {
	margin-right: 6px;
}

.user-contacts-delete svg {
	width: 17px;
	height: 23px;
	fill: #E0E0E0;
}

.user-contacts-delete:hover svg {
	fill: #c2c2c2;
}


.valid-error {
	background-color: #fdf8f8 !important;
	border-color: #df5b5b !important; 
	color: #BF0000 !important;
}

.valid-success {
	background: #f8fdf8;
	border-color: #9ad29a;
	color: #008600;
}

.fancybox-container.fancybox-is-open {
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-bg {
	background: rgba(0, 0, 0, 0.12);
}

.popup {
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	padding: 70px 30px 40px;
	text-align: center;
}

.popup-sm {
	max-width: 530px;
}

.popup-icon svg {
	width: 48px;
	height: 48px;
	margin-bottom: 24px;
}

.icon-warning-sing {
	fill: #F44336;
}

.popup .remove-basket {
	padding: 0 20px;
}

.popup-title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #333;
	margin-bottom: 18px;
}

.popup-description {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin-bottom: 55px;
}

.popup-inputs {
	margin-top: 55px;
}

@media screen and (min-width: 768px) {
	.popup input {
		width: 466px;
	}
}


.order-list-item {
	display: block;
	margin-bottom: 22px;
	padding: 24px 16px 13px;
}

.order-list-item:hover {
	box-shadow: 0px 4px 34px rgba(34, 126, 95, 0.25);
}

.order-list-id {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 5px;
}

.order-list-object {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #C4C4C4;
	margin-bottom: 20px;
}

.order-list-time {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.order-list-time svg {
	width: 18px;
	height: 18px;
	fill: #31B085;
	margin-right: 9px;
}

.order-list-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #BDBDBD;
	margin-bottom: 10px;
}

.order-list-value {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

@media screen and (max-width: 991px) {
	.order-list-section {
		margin-bottom: 24px;
	}
}


.interactive-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.interactive-header h1 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin: 0;
}

.interactive-header-buttons {
	display: flex;
}

.interactive-header-button {
	margin-left: 32px;
}


@media screen and (max-width: 565px) {
	.interactive-header-button {
		margin-left: 22px;
	}

	.interactive-header-buttons .interactive-header-button:first-child {
		margin-left: 0;
	}

	.order-detail-edit-btn {
		margin-top: 13px;
	}

	.order-detail-edit-btn .link-icon-title {
		display: none;
	}
}

@media screen and (max-width: 1139px) {
	.interactive-header-button .link-icon-title {
		display: none;
	}

	.interactive-header-button .link-icon-icon {
		margin-left: 0;
	}
}

.link-icon {
	display: flex;
	align-items: center;
	color: #31B085;
}

.link-icon:hover {
	color: #38886d;
}

.link-icon-title {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

.link-icon-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	fill: currentColor;
}

.link-icon-icon svg {
	width: 20px;
	height: 20px;
}

.link-icon-right .link-icon-icon {
	margin-left: 8px;
}

.order-detail-top {
	padding: 18px;
}

.order-detail-object {
	margin-top: 10px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

.order-detail-comment {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #4F4F4F;
	margin-bottom: 32px;
}

.order-detail-edit-btn {
	display: flex;
	justify-content: flex-end;
}

.order-detail-top-section-title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #BDBDBD;
	margin-bottom: 8px;
}

.order-detail-top-section-value {
	display: flex;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin-bottom: 20px;
}

.order-detail-top-section-value svg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	fill: #31B085;
	margin-right: 8px;
}

.order-detail-items {
	/*min-width: 795px;*/
	overflow-x: auto;
	margin: -10px;
}

.order-detail-items .simplebar-content {
	padding: 0 10px !important;
}

.order-detail-items-container {
	margin-bottom: 10px;
}

.order-detail-items .simplebar-horizontal {
	bottom: auto;
	top: 0; 
	left: 10px;
	right: 10px;
}

.order-detail-items-scroll {
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 835px) {
	.order-detail-items-scroll {
		display: flex;
	}

	.order-detail-items .personal-container {
		padding-right: 10px;
	}
}

@media screen and (max-width: 991px) {
	.order-detail-items-item h3 {
		display: none;
	}

	.order-detail-items .personal-container {
		margin-top: 33px;
	}

	.order-detail-items-container {
		min-width: 795px;
	}
}

.order-detail-items-mobile {
	display: none;
}

@media screen and (max-width: 659px) {
	.order-detail-items-item {
		display: none;
	}

	.order-detail-items-mobile {
		display: block;
	}
}

.order-detail-item-mobile {
	padding: 20px 16px 14px;
	margin-bottom: 32px;
}

.order-detail-item-mobile-num {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
}

.order-detail-item-mobile-prop {
	margin-bottom: 22px;
}

.order-detail-item-mobile-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #BDBDBD;
	margin-bottom: 6px;
}

.order-detail-item-mobile-value {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}

.order-detail-item-mobile-value a {
	font-size: inherit;
}

.simplebar-track {
	background: #F2F2F2;
	border-radius: 10px;
}

.simplebar-scrollbar {
	background: #31B085;
	border-radius: 10px;
}

.simplebar-scrollbar::before {
	content: none;
}

.order-detail-items-arrow svg {
	width: 24px;
	height: 24px;
	fill: #C7DBD4;
}

.order-detail-items-arrow-left svg {
	transform: rotate(180deg);
}


.order-detail-items table {
	width: 100%;
	text-align: center;
}

.order-detail-items th {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #BDBDBD;
	padding: 18px 8px 3px;
}

.order-detail-items td {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	padding: 14px 8px;
}


.order-detail-items tbody tr:hover {
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.order-detail-items tbody tr:nth-child(2n - 1) {
	background: #F7FBF9;
}

.order-detail-items td a {
	font-size: inherit;
	color: inherit;
}

.order-detail-vertical-items {
	padding: 22px 22px 16px 16px;
}

.order-detail-vertical-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.order-detail-vertical-item-title {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #828282;
}

.order-detail-vertical-item-value {
	position: relative;
	margin-top: -4px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333;
	text-align: right;
}

.order-detail-vertical-item-icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 100%;
}

.order-detail-vertical-item-value svg {
	position: absolute;
	left: 0;
	top: 9px;
	width: 20px;
	height: 20px;
	fill: #31B085;
}

.order-detail-total-price {
	font-size: 20px;
	color: #31B085;
}

@media screen and (max-width: 991px) {
	.order-detail-delivery .order-detail-vertical-item {
		display: block;
	}

	.order-detail-delivery .order-detail-vertical-item-title {
		margin-bottom: 13px;
	}

	.order-detail-delivery .order-detail-vertical-item-value {
		display: flex;
		text-align: left;
	}

	.order-detail-delivery .order-detail-vertical-item-icon {
		margin-right: 8px;
	}

	.order-detail-delivery .order-detail-vertical-item-value svg {
		top: 2px;
	}
}

@media screen and (max-width: 767px) {
	.order-detail-vertical-item {
		display: block;
	}

   .order-detail-vertical-item-title {
		margin-bottom: 13px;
	}

	.order-detail-vertical-item-value {
		display: flex;
		text-align: left;
	}

	.order-detail-vertical-item-icon {
		margin-right: 8px;
	}

	.order-detail-vertical-item-value svg {
		top: 2px;
	}
}


.color-main { color: #31B085 !important; }
.order-color-N { color: #FFBA53 !important; }
.order-color-C { color: rgb(255, 83, 83) !important; }


.pager {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}

.pager__controls {
	display: flex;
	align-items: center;
}

.pager__arrow,
.pager__arrow svg {
	width: 18px;
	height: 18px;
	fill: #31B085;
}

.pager__arrow-left {
	margin-right: 16px;
	transform: rotate(180deg);
}

.pager__arrow-right {
	margin-left: 16px;
}

.pager__item {
	margin: 0 6px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.32em;
	color: #BDBDBD;
}

.pager__item.is-active {
	color: #31B085;
}

*[data-edit="true"] {
	display: none;
}

.is-edit *[data-edit="true"] {
	display: block;
}

.is-edit *[data-edit="false"] {
	display: none;
}

.order-detail-edit-btns {
	justify-content: center;
}

.order-detail-edit-btns:not(.mobile) .btn {
	width: 224px;
	margin-left: 11px;
	margin-right: 11px;
}

.objects-selector {
	margin-bottom: 16px;
}

.objects-selector .objects-select input {
	margin-bottom: 0;
	cursor: pointer;
}

.objects-select {
	position: relative;
}

.objects-select-icon {
	position: absolute;
	top: 0;
	right: 27px;
}

.objects-select-icon svg {
	width: 15px;
	height: 20px;
	fill: #31B085;
}

.objects-new-button .link-icon-title {
	font-size: 16px;
	line-height: 20px;
}

.objects-new-button .link-icon-icon {
	margin-left: 16px;
}

.objects-select-list {
	overflow: auto;
	margin: 0 -10px;
	margin-top: 10px;
	margin-right: 0px;
	padding: 10px;
	padding-right: 22px;
	max-height: 280px;
}

.objects-select-option {
	display: flex;
	align-items: center;
	background: #FFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 22px;
}

.objects-select-option:hover {
	box-shadow: 0px 4px 14px rgba(34, 126, 95, 0.25);
}

.objects-select-option-icon {
	display: flex;
}

.objects-select-option-icon svg {
	width: 22px;
	height: 22px;
	fill: #31B085;
	margin-right: 14px;
}

.objects-select-option-input {
	flex-grow: 1;
}

.objects-select-option-input input {
	width: 100%;
	border: none;
	outline: none;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

.objects-select-option-input input::placeholder,
.objects-select-option-input input:-ms-input-placeholder,
.objects-select-option-input input::-ms-input-placeholder,
.objects-select-option-input input::-webkit-input-placeholder,
.objects-select-option-input input:-moz-placeholder,
.objects-select-option-input input::-moz-placeholder {
	color: #BDBDBD;
}

.objects-select-label {
	display: block;
	margin: 0;
	cursor: pointer;
}

.objects-select-name {
	font-size: 20px;
	line-height: 24px;
	color: #333;
}

.objects-select-checkbox {
	margin-right: 16px;
}

.checbox-container {
	display: flex;
}

.checkbox svg {
	display: none;
	fill: #fff;
	width: 18px;
	height: 22px;
	margin: 0 auto;
}

.objects-select-new {
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkbox {
	width: 22px;
	height: 22px;
	background: #FFF;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] ~ .checkbox {
	display: inline-block;
}

input[type="radio"]:checked ~ .checkbox {
	background: #31B085;
}

input[type="radio"]:checked ~ .checkbox svg {
	display: block;
}

.objects-select[aria-expanded="true"] .objects-select-icon .icon {
	transform: rotate(180deg);
}

.simplebar-track.simplebar-horizontal {
	height: 6px;
	overflow: initial;
	top: 1px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	height: 8px;
	top: -1px;
}

.simplebar-track.simplebar-vertical {
	background: #E8F3F0;
}

.find-hide {
	display: none;
}

.objects-select-search {
	position: relative;
	display: block;
	margin-bottom: 22px;
	margin-right: 22px;
}

.objects-select-input {
	width: 100% !important;
}

.objects-select-search-icon {
	position: absolute;
	right: 27px;
	top: 50%;
	margin-top: -11px;
}

.objects-selector-find {
	overflow: auto;
	height: calc(100vh - 360px);
	max-height: 320px;
	margin-top: 48px;
	margin-right: -77px;
}

.objects-select-container {
	margin-right: 77px;
}

.objects-selector-find .objects-select-list {
	overflow: auto;
	max-height: none;
}

.popup-big-padding {
	padding: 73px 71px 71px;
	max-width: 92%;
}

@media screen and (max-width: 991px) {
	.popup-big-padding {
		padding: 37px 15px 32px;
	}

	.objects-selector-find {
		margin-right: -20px;
	}

	.objects-select-container {
		margin-right: 20px;
	}
}

.overflow-unset {
	overflow: unset;
}

.drafts__new-field .drafts__new-input {
	border: 1px solid #F8F8F8;
}

.group_edit-active .draft__panel {
	display: none;
}

.drafts__groups .group__input {
	border: 1px solid #F8F8F8;
}

.draft-product__col_basket {
	width: 5%;
}

.draft-product__table .draft-product__col_sum {
	width: 10%;
}

@media(max-width: 768px){
	.draft-product__table .draft-product__col_sum{
		width: 49%;
	}
}

.load-spiner {
	position: relative;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.12);
	z-index: 9999;
}

.overlay.is-active {
	display: block;
}

.load-spiner::after {
	content: '';
	display: block;
	position: absolute;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	top: 50%;
	width: 50px;
	z-index: 99999;
	animation: spin 1s linear infinite;
}

@-ms-keyframes spin { 
	100% { 
		transform: rotate(1turn); 
	}
}
@-moz-keyframes spin { 
	100% { 
		transform: rotate(1turn); 
	}
}
@-webkit-keyframes spin { 
	100% { 
		transform: rotate(1turn); 
	}
}
@keyframes spin { 
	100% { 
		transform: rotate(1turn); 
	}
}

.draft-cart__col {
	position: relative;
}

.draft-cart__popup {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	right: 0;
	background: #FFFFFF;
	box-shadow: 0px 34px 114px rgba(0, 0, 0, 0.14);
	border-radius: 8px;
	padding: 34px 50px 33px;
	margin-right: 20px;
	max-height: 320px;
	overflow: auto;
}

.draft-cart__popup.is-active {
	display: block;
}

.draft-cart__popup .find-product-item {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #333;
	margin-bottom: 18px;
}

.draft-cart__popup .find-product-item:hover {
	font-weight: 400;
	color: #31b085;
}

.draft .draft-cart__col:nth-child(3) {
	width: 15%;
}

.draft-links__item .share-popup {
	margin-top: 10px;
}

.checkout-check__button {
	margin-top: 46px;
}

.order-make-map {
	height: 347px;
}

.checkout-delivery__select-store {
	width: 450px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.checkout-delivery__select-store-title {
	font-weight: 500;
}

.btn-baloon {
	height: 30px;
}

.reg-after-password-alert {
	display: none;
}

.reg-after-password-alert.is-active {
	display: block;
}

.radio-field__input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

input[type="checkbox"]:checked + .icons_radio {
	background-image: url('/assets/img/icons/radio-checked-icon.svg');
}

.order-make-container .checkout-delivery__master {
	display: block;
}

.order-make-container .checkout-delivery__col_place {
	display: block;
}

.location-block-wrapper .bx-ui-sls-input-block {
	box-sizing: border-box;
	border: none;
	background: #F8F8F8;
	border-radius: 30px;
	padding: 8px 22px;
	height: 48px;
	font-size: 14px;
	color: #333;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.location-block-wrapper .bx-sls .bx-ui-sls-container {
	min-height: 34px;
}

.location-block-wrapper .bx-sls .dropdown-icon {
	width: 18px;
	height: 26px;
	margin-left: 10px;
	margin-top: 1px;
	background-image: url('/assets/img/icons/place-mark-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.location-block-wrapper .bx-ui-sls-container {
	margin-left: 22px !important;
}

.location-block-wrapper .dropdown-fade2white,
.location-block-wrapper .bx-ui-sls-loader,
.location-block-wrapper .bx-ui-sls-clear {
	display: none !important;
}

.location-block-wrapper .bx-ui-sls-pane {
	border: none;
	padding: 0;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 .28571429rem .28571429rem;
	margin-top: 10px;
}


.location-block-wrapper .bx-sls .bx-ui-sls-variant-active {
	background: rgba(0,0,0,.03);
}

.location-block-wrapper .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover {
	background: rgba(0,0,0,.05);
}

.location-block-wrapper .bx-sls .dropdown-item {
	color: rgba(0,0,0,.95);
	border-top: 1px solid #fafafa;
	padding: .78571429rem 1.14285714rem!important;
	white-space: normal;
	word-wrap: normal;
	margin-bottom: 0;
}

.order-make-container input,
.order-make-container textarea {
	border: 1px solid #f8f8f8;
}

.location-block-wrapper .bx-sls .bx-ui-sls-fake,
.location-block-wrapper .bx-sls .bx-ui-sls-route {
	font-family: "Montserrat" !important;
}

.pay-links__value,
.pay-links__value:hover,
.pay-links__value:visited {
	color: #31B085;
}

.copy-link {
	display: block !important;
}

.window_copy-link .input-text {
	border: none;
	border-radius: 30px;
	padding: 15px 22px;
	font-size: 14px;
	color: #333;
}

.copy-link__content {
	display: flex;
	-webkit-display: flex;
}

.window_copy-link {
	padding-bottom: 26px !important;
}

.copy-link .window__pressbutton {
	padding-left: 20px;
	padding-right: 20px;
}

.copy-link .window__pressbutton.active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}


*[data-media="print"] { display: none; }

@media print {
	*[data-media="print"] { display: block; }
	*[data-media="screen"] { display: none !important; }

	.flex-print {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	.order-detail-vertical-item,
	.pay-check__item {
		padding-bottom: 10px;
		border-bottom: 1px solid #E0E0E0;
	}

	.draft-detail__col {
		margin-bottom: 20px;
	}

	.draft-detail__col .icons {
		display: none;
	}
}

.container.print {
	height: max-content;
	padding-left: 4.3%;
	padding-right: 4.3%;
	max-width: 1441px;
	margin-top: 26px;
}

.phone-print,
.email-print {
	text-align: right;
}



.new-items-block .content {
	width: auto;
}

.new-items-block .switch {
	font-size: 14px;
	margin-left: 16px;
	margin-bottom: 12px;
}

/*.new-items-block .head {
	width: 100%;
}*/

.new-items-block .switch {
	display: none;
}

@media screen and (min-width: 661px) {
	.new-items-block .content {
		display: block;
	}
}

@media screen and (max-width: 660px) {
	body .content .product-content .tab.segment .char-row,
	.table table tr td {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.table table tr td::before {
		margin-top: 2px;
	}

	.table table tr td .custom.popup {
		padding: 0;
		background: none;
	}

	.table table tr td.addtocart {
		display: flex;
		flex-direction: column;
	}
	
	.table table tr td.addtocart::before {
		margin-bottom: 8px;
	}

	.table table tr td.addtocart > div {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.table table tr td.addtocart .calculate {
		display: flex;
		align-items: center;
	}

	.table table tr td.addtocart .calculate .push {
		font-size: 17px;
	}

	.table table tr td.addtocart .calculate .count,
	.table table tr td.addtocart.active .calculate .count {
		font-size: 16px;
		width: 56px;
	}

	.table table tr td.addtocart .basket,
	.table table tr td.addtocart .basket.active {
		width: 72px;
		border-radius: 40px;
	}

	.table table tr td.addtocart .basket img {
		width: 19px;
	}

	body .content .product-content .tab.segment .char-row {
		padding: 13px 14px 10px;
		margin-bottom: 15px;
	}

	body .content .product-content .tab.segment .char-row .name {
		font-size: 12px;
		margin-left: 10.5px;
	}

	body .content .product-content .tab.segment .char-row .value {
		font-weight: 400;
		margin-right: 10.5px;
		font-size: 14px;
	}

	body .content .product-content .tab.segment .char-row:nth-child(2n),
	.table table tr td:nth-child(2n) {
		background: #f7fbf9;
	}

	.new-items-block .new-icon-all {
		display: none;
	}

	.new-items-block .switch {
		display: block;
	}
}

body .container.main .signin-content .items .item:hover,
body .container.main .signup-content .items .item:hover,
body .main .content .new .new_element:hover,
body .main .content .categories_products .categories_element:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
}

.forgotpassword .popup-description {
	margin-bottom: 24px;
}

.forgotpassword .popup-btns {
	max-width: 282px;
	margin: 0 auto;
}

.forgotpassword .popup-btns input {
	width: 100%;
}

.forgotpassword-success .popup-title {
	margin-bottom: 46px;
}

.change-password-form {
	width: 91%;
	display: flex;
	flex-direction: column;
	padding: 43px 16px;
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
}

.change-password-form p {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 34px;
}

.change-password {
	margin-top: 46px;
	min-height: 650px;
}

.changepassword-success {
	margin-bottom: 40px;
}

@media screen and (min-width: 660px) {
	.changepassword-success {
		min-width: 445px;
	}
}

.changepassword-success .popup-title {
	margin-bottom: 60px;
}


.brands-nav {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.brands-nav-locales {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.brands-nav-locales .button {
	height: 42px;
	padding: 9px 12px !important;
}

.brands-nav-chars .filter_list_brands {
	width: 100% !important;
}

.brands-nav-chars {
	flex-grow: 1;
}

body .brands_filter_form {
	display: block !important;
}

@media screen and (max-width: 1199px) {
	body .main .content .brands_filter_form .button {
		margin-left: 22px;
	}
}

@media screen and (max-width: 660px) {
	.brands-nav {
		display: block;
	}

	body .main .content .brands_filter_form .button {
		margin-left: auto;
		margin-right: 22px;
	}

	.brands-nav-locales {
		margin-bottom: 12px;
	}

	body .main .content .brands_filter_form .filter_list_brands {
		height: auto;
		background: none;
		box-shadow: none;
	}

	body .main .content .brands_filter_form .filter_list_brands ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	body .main .content .brands_filter_form .filter_list_brands li {
		background: #e6f1ec;
		box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
		border-radius: 8px;
		width: 36px;
		height: 42px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	body header .logo {
		width: 140px;
		height: 40px;
	}

	body header .whitenav .phone_block .phones a {
		font-size: 15px;
	}

	body header .phone_icon {
		width: 14px;
		height: 14px;
		margin-top: 3px;
	}

	body header .whitenav .phone_block {
		align-items: flex-start !important;
	}
}

@media screen and (max-width: 340px) {
	body header .phone_icon {
		display: none;
	}
}

.cart-product__name-article {
	display: none;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.cart .cart-product__table {
		min-width: 0;
	}

	.cart .cart-scroll-buttons {
		display: none;
	}
	
	.cart-product__name-article .cart-product__name {
		display: block;
		margin-bottom: 0;
	}

	/*
	.cart-product__col_articul {
		display: none;
	}

	.cart .cart-product__col_price {
		width: 15%;
	}

	.cart .cart-product__col_quantity {
		width: 18%;
	}

	.cart .cart-product__col_sum {
		width: 15%;
	}

	.cart .cart-product__col_box {
		width: 6%;
	}
	*/
}

.cart .cart-product__button_save {
	padding-left: 32px;
	padding-right: 32px;
}

.cart .cart-product__buttons {
	padding-top: 37px;
	padding-bottom: 25px;
}

.order-detail-vertical-item-value-address {
	display: inline-block;
}

.order-detail-vertical-item-value-address span {
	display: block;
}

@media print {
	.order-detail-vertical-item-value-address span {
		display: inline;
	}

	.draft-product__amount {
		background: none;
	}

	.draft-product__col_basket,
	.draft-product__col_box {
		display: none;
	}

	.pay-info,
	.pay-check {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.pay-info__content,
	.pay-check__content,
	.pay-docs__content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.draft-scroll .simplebar-vertical {
	visibility: hidden !important;
}

.draft-product__row:last-child .draft-status-dropdown__panel {
	top: -50px;
}

.draft-product__row:last-child .draft-status-dropdown__panel:after {
	top: auto;
	bottom: -5px;
}

.map-icon-caption {
	margin-top: -6px;
	margin-left: 28px;
	border: 1px solid #30b085;
	background: #fff;
	width: 180px;
	padding: 10px;
	-webkit-touch-callout: auto !important;
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
	z-index: 1000;
}
.product-table {
	width: 100%; }
	
.categories_products .name {
	font-weight: 600;
	font-size: 16px; }
.valid-error::placeholder{
	color: red !important;
}

.no-cart .header-icon {
	margin-left: 9px;
}

.pay-info__name {
	min-width: 175px;
}

.select-object {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 16px;
	border-bottom: 1px solid #f9f9f9;
}

.select-object__title {
	color: rgba(0,0,0,.87);
	font-weight: 400;
}

.select-object__input.input-text {
	width: 100%;
	margin: 0 16px;
	padding: 4px 16px;
	height: 36px;
}

.select-object__btn.button {
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	padding-right: 40px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.select-object {
		flex-wrap: wrap;
	}

	.select-object__title {
		margin-bottom: 14px;
	}

	.select-object__input.input-text {
		margin: 0 0 14px;
	}
}

.pay-add .pay-add-object {
	margin-bottom: 12px;
}

.pay-add-object .pay-add-object__title {
	width: auto;
	min-width: 0;
	text-transform: uppercase;
	padding-right: 6px;
	line-height: 20px;

	margin-bottom: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-family: "Montserrat";
}

.cart-product__col .cart-product__amount {
	width: 96px;
	height: 32px;
}

.table table tr td.addtocart .calculate .push,
.cart-product__amount .cart-product__counter {
	width: 32px;
	height: 32px;
	font-size: 20px;
	line-height: 32px;
	color: #31B085;
}
.table table tr td.addtocart .calculate .push[data-entity="basket-item-quantity-minus"], 
.cart-product__amount .cart-product__counter[data-entity="basket-item-quantity-minus"]{
	line-height: 29px;
}

.cart-product__amount .cart-product__digit {
	width: 32px;
	height: 32px;
	font-size: 14px;
	font-weight: 500;
	margin-left: 32px;
	margin-right: 32px;
}

.table table tr td.addtocart .basket {
	width: 48px;
	border-radius: 14px;
}

.pay-info__map {
	display: inline-block;
	margin-top: 6px;
	font-size: 16px;
	color: #4ea37c;
}

.pay-info__map:hover {
	color: #4ea37c;
}

.pay-info__map .pay-info__map-icon {
	position: relative;
	width: 12px;
	height: 16px;
	background-size: 100%;
	background-position: center center;
	margin-right: 4px;
  top: 2px;
}

.cart-product-images__hover {
	position: absolute;
	display: none;
	top: 0;
	left: -300px;
	border-right: 1px solid #dcdcdc;
	box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
	width: 300px;
	height: 300px;
	z-index: 100;
	padding: 20px;
	background-color: #fff;
	align-items: center;
	justify-content: center;
}

.cart-product-images .cart-product-images__hover img {
	width: auto;
	max-height: 100%;
	max-width: 100%;
	border-radius: 0;
}

.cart-product-images {
	position: relative;
}

.cart-product-images a:hover + .cart-product-images__hover {
	display: flex;
}
@media screen and (max-width:576px) {
	.cart-product-images a:hover + .cart-product-images__hover{
		display: none;
	}
}

@media screen and (max-width: 2000px) {
	.cart-product-images__hover {
    left: 0;
    top: 100%;
	}
}

.form-select-count{
	margin-bottom: 20px;
}

.form-select-count .select-wrapper{
	border: none;
	background: transparent;
	color: #FFF;
	padding: 10px;
	border-radius: 20px;
	font-family: "Montserrat";
	display: inline-block;
}

.form-select-count select:hover{
	cursor: pointer;
}
.draft-add-to-card-bottom{
	padding: 0 0 25px 0;
}
.draft-bottom-block{
	display: flex;
	align-items: center;
	justify-content: right;
	flex-wrap: wrap;
}

@media(max-width: 768px){
	.draft-add-to-card-bottom{
		padding: 25px 45px 0px;
	}
	.draft-bottom-block{
		justify-content: center;
	}
	.table-sort-item-handle {
		display: none !important;
	}
}

.table-sort-item-handle {
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 52px;
}
.table-sort-item-handle svg {
	width: 20px;
	height: 30px;
}
.table-sort-item-handle svg path {
	fill: #555;
}
.table-sort-item-handle-icon {
	border-radius: 5px;
	margin-left: 10px;
	padding: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*YEAT ANOTHER DRAFT TABLE FIX*/
/*border-bottom: 1px solid #2da47c61;*/
@media(min-width: 768px){
	.draft-product__table{
		border-radius: 8px;
		border: 1px solid #2da47c61 !important;
	}
	.draft-product__table .draft-product__wrapper{
		margin-top: 0;
	}
	.draft-product__table .draft-product__row{
		align-items: stretch;
	}
	.draft-product__table .draft-product__row .pay-product__col, 
	.draft-product__table .draft-product__row .draft-product__col{
		border-right: 1px solid #2da47c61;
		border-bottom: 1px solid #2da47c61;
		display: flex;
		align-items: center;
		justify-content: left;
	}
	.draft-product__table .draft-product__wrapper .draft-product__row .draft-product__col_quantity{
		justify-content: center;
	}
	.draft-product__table .draft-product__row .draft-product__col:last-child{
		border-right: none;
	}
	.draft-product__table .draft-product__row:last-child .draft-product__col,
	.draft-product__table .draft-product__row:last-child .pay-product__col{
		border-bottom: none;
	}
	.draft-product__table .draft-product__row .draft-product__col.draft-product__col_number,
	.draft-product__table .draft-product__row .draft-product__col.draft-product__col_sum,
	.draft-product__table .draft-product__row .draft-product__col.draft-product__col_basket{
		border-right: none;
	}
	.draft-product__table .draft-product__col_number, .draft-product__table .pay-product__col_number{
		width: 16%;
		justify-content: left;
	}
	.draft-product__table .draft-product__col_name{
		width: 28%;
	}
	.draft-product__table .draft-product__col_articul{
		width: 13%;
	}
	.draft-product__table .draft-product__col_price{
		width: 10%;
	}
	.draft-product__table .draft-product__col_quantity{
		width: 13%;
	}
	.draft-product__table .draft-product__col_sum{
		width: 10%;
	}
	.draft-product__table .draft-product__col_basket{
		width: 5%;
	}
	.draft-product__table .draft-product__col_box{
		width: 5%;
	}
}
@media(min-width: 1366px){
	.draft-product__table .draft-product__col_number, .draft-product__table .pay-product__col_number{
		width: 14%;
	}
	.draft-product__table .draft-product__col_name{
		width: 30%;
	}
}

.photo-box .slick-current{
	background: none;
}
.photo-box .slick-slider-nav .slick-current{
	background: #95c9b1;
}