/*
	Reset styles for --- website project
	Version: 1.0
	Created: 06.06.2021
	Author: Shuliak Mykola
	Modified by: Shulha Illia
	Website: ---
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');

@font-face {
	font-family: "Rubik Regular";
	src: url(../fonts/Rubik-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: "Rubik Medium";
	src: url(../fonts/Rubik-Medium.ttf);
	font-weight: 500;
}

@font-face {
	font-family: "Rubik Bold";
	src: url(../fonts/Rubik-Bold.ttf);
	font-weight: 700;
}

@keyframes preloader {
	0% {
		transform: translate(0,0) rotateY(0deg);
	}
	25% {
		transform: translate(0,-20px) rotateY(90deg);
	}
	50% {
		transform: translate(0,0) rotateY(180deg);
	}
	75% {
		transform: translate(0,-20px) rotateY(270deg);
	}
	100% {
		transform: translate(0,0) rotateY(360deg);
	}
}

:root {
	--background-1: #F8FAFB;
	--background-2: #00182C;
	--background-3: var(--brand-color-3);
	--background-4: #fff;
	--border-color-1: var(--brand-color-3);
	--border-color-2: #D4DCE3;
	--border-color-3: #FFCC3F;
	--border-radius-1: 6px;
	--border-radius-2: 4px;
	--border-radius-3: 8px;
	--brand-color-1: #FB0;
	--brand-color-2: #0E2F4B;
	--brand-color-3: #EAEFF4;
	--btn-bg-1: var(--brand-color-1);
	--btn-bg-2: var(--brand-color-3);
	--btn-bg-3: var(--background-1);
	--btn-bg-4: #FFFBF1;
	--btn-border-1: #E29500;
	--font-regular: "Rubik Regular", sans-serif;
	--font-medium: "Rubik Medium", sans-serif;
	--font-bold: "Rubik Bold", sans-serif;
	--font-color-1: var(--brand-color-2);
	--font-color-2: #F8FAFB;
	--font-color-3: #6E8191;
	--hover-bg-1: #FFCF4D;
	--hover-bg-2: #F8FAFB;
	--hover-border-1: #94A2AF;
	--menu-header-height: 60px;
	--menu-footer-height: 148px;
	--search-form-footer-height: 60px;
	--search-form-height: 77px;
	--search-img-size: 74px;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	--header-z-index: 100;
	--card-info-btn-width: 96px;
	--product-layout-img-height: 174px;
}

* {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: relative;
	width: 100%;
	min-width: 320px;
	font-family: "Rubik Regular", sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #f8f8f8;
}

body.grayscale img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

body.blue-bg,
body.blue-bg *:not(.bvi-panel, .bvi-panel *, .fa, .glyphicon, .dashicons, .bvi-glyphicon, .poor-eyesight__item.active) {
	background-color: #9DD1FF !important;
}

body.white-bg,
body.white-bg *:not(.bvi-panel, .bvi-panel *, .fa, .glyphicon, .dashicons, .bvi-glyphicon, .poor-eyesight__item.active) {
	background-color: #fff !important;
}

body.blue-font-color,
body.blue-font-color *:not(.bvi-panel, .bvi-panel *, .fa, .glyphicon, .dashicons, .bvi-glyphicon) {
	color: #063462 !important;
}

body.black-font-color,
body.black-font-color *:not(.bvi-panel, .bvi-panel *, .fa, .glyphicon, .dashicons, .bvi-glyphicon) {
	color: #000 !important;
}

body.larger-font,
body.larger-font *:not(.bvi-panel, .bvi-panel *, .fa, .glyphicon, .dashicons, .bvi-glyphicon, h1, h2, h3, h4, h5, h6) {
	font-size: 18px !important;
}

.content-hidden {
	display:none;
}

.active {
	display: inline-block;
	width: 100%;
}

.home-title-card {
	max-width: 230px;
	font-family: "Rubik Regular", sans-serif;
	font-size: 18px;
	line-height: 29px;
	color: #0E2F4B;
	margin-bottom: 10px;
}

.card-sub-title {
	max-width: 230px;
	font-family: "Rubik Regular", sans-serif;
	font-size: 18px;
	line-height: 29px;
	color: #0E2F4B;
	font-weight: 400!important;
}

.card-sub-link:hover {
	color: #99a2aa;
}

.radio-wrapper {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 22px;
	user-select: none; }
.radio-wrapper input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer; }
.radio-wrapper:hover input[type="radio"] ~ .checkmark {
	background-color: #f8f8f8;
	border: 2px solid #e8ebee; }
.radio-wrapper input[type="radio"]:checked ~ .checkmark {
	background-color: #fff;
	border: 2px solid #fdc13d; }
.radio-wrapper .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #f8f8f8;
	border-radius: 50%;
	border: 2px solid #e8ebee;
}
.radio-wrapper .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fdc13d; }
.radio-wrapper input[type="radio"]:checked ~ .checkmark:after {
	display: block; }
.radio-wrapper label {
	font-size: 18px;
	line-height: 24px;
	color: #99a2aa;
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400; }

main, li {
	display: block;
}

h1, h2, h3 ,h4, h5, h6, p {
	margin: 0px;
}

ul, ol, dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

dd, label, figure {
	margin: 0px;
	padding: 0px;
}

blockquote,q {
	quotes: none;
	margin: 0;
	padding: 0;
}

blockquote:before, blockquote:after,
q:before,
q:after {
	content: '';
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

pre, code, kbd, samp {
	margin: 0;
	padding: 0;
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

strong, b {
	font-weight: 700;
}

progress {
	vertical-align: baseline;
}

details {
	display: block;
}

summary {
	display: list-item;
}

abbr[title], dfn[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
}

textarea {
	overflow: auto;
	margin: 0px;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0px;
	white-space: normal;
}

button, input, optgroup, select {
	margin: 0px;
}

select:disabled {
	color: #99a2aa;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {

	margin-left: 0px;
	padding: 9px 12px;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	overflow: visible;
	border: none;
	font: inherit;
	-webkit-font-smoothing: inherit;
	letter-spacing: inherit;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0px;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0px;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-moz-focus-inner {
	padding: 0;
	border: none;
}

:focus {
	outline: none;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

b, strong {
	color: #0e2f4b;
	font-family: "Rubik Bold", sans-serif;
	font-size: 1.06em;
}

b a, strong a {
	font-size: 1.06em !important;
	font-family: "Rubik Bold", sans-serif !important;
	color: #0e2f4b;
}

i:not.fas, i:not.fab, em:not.fas, em:not.fab {
	font-style: italic;
	color: #99a2aa;
}

hr {
	width: 100%;
	border-radius: 1px;
	border-top: 1px solid #99a2aa;
}

sup {
	font-size: 9px;
	line-height: 24px;
	font-family: "Open Sans Bold", sans-serif;
	padding-left: 2px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e2f4b;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 24px;
	line-height: 48px;
}

h2 {
	font-size: 20px;
	line-height: 32px;
	padding: 30px 0px;
}

h3 {
	font-size: 36px;
	line-height: 48px;
	padding: 30px 0px;
}

h3 + h4,
h3 + h5,
h3 + h6,
h3 + ul,
h3 + ol,
h3 + p {
	padding-top: 0px !important;
}

h3 + .table-responsive {
	padding-top: 5px;
}

h3 + .alert-message {
	margin-top: 0px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	padding: 20px 0px;
}

h4 + h4,
h4 + h5,
h4 + h6,
h4 + ul,
h4 + ol,
h4 + .table-responsive {
	padding-top: 5px;
}

h4 + .alert-message {
	margin-top: 0px;
}

h5 {
	font-size: 20px;
	line-height: 32px;
	padding: 20px 0px;
}

h6 {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0px;
}

p {
	color: #0e2f4b;
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
}

p:last-child {
	padding-bottom: 0px;
}

p.white-text {
	color: #fff;
}

p + h4,
p + h5,
p + h6 {
	padding-top: 10px;
}

p + .block-link {
	margin-top: 5px;
}

p + .table-responsive table {
	margin-top: 10px;
}


form .buttons .pull-right {
	padding-bottom: 20px;
}

label {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #99a2aa;
	margin-bottom: 11px;
}

.quickcheckout-heading, .quickcheckout-content {
	background: #fff !important;
	color: #0E2F4B !important;
}

.quickcheckout-heading {
	border-radius: 10px;
}

.quickcheckout-content {
	border-radius: 10px;
}

.site-title {
	color: #0e2f4b;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 19px;
}

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {
	color: #99A2AA;
	-webkit-transition: color 0.3s ease;
}
:-moz-placeholder {
	color: #99A2AA;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.placeholder {
	color: #99A2AA;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/* --------------- /placeholder --------------- */

.show-tablet   {
	display: none !important;
}
.show-desktop  {
	display: none !important;
}

.site-address {
	color: #0E2F4B;
	margin-bottom: 0;
}
.site-address__tel {
	position: relative;
	padding-left: 21px;
	margin-bottom: 0;
}
.site-address__tel:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background: url(../image/phone.svg) no-repeat center;
}
.site-address__tel a {
	font-family: "Rubik Medium", sans-serif;
	font-size: 14px;
	line-height: 1;
	color: inherit;
	white-space: nowrap;
}
.site-address__txt {
	font-family: "Rubik Regular", sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.1;
}
.site-address__txt:last-child {
	margin-bottom: 0;
}

.hide-mobile {
	display: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #99A2AA;
	background-color: #E8EBEE;
	border-color: #E8EBEE;
}
.btn-secondary:hover {
	color: #99A2AA;
	background-color: #FFD50A;
	border-color: #FFD50A;
}

.site-content {
	padding-bottom: 70px;
}

.form-group {
	margin-bottom: 15px;
}
.form-group_repayment {
	width: 100%;
}
.checkout_new .form-group_repayment {
	width: 100%;
	margin-top: 10px;
}
.form-group .error {
	display: block;
	padding-top: 6px;
	line-height: 1.3;
	font-size: 14px;
}
.form-group .info {
	display: block;
	padding-top: 6px;
	line-height: 1.3;
	font-size: 14px;
}
.checkout_new .form-group .info {
	display: block;
	color: #476176;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	padding: 0;
}
.checkout_new .site-form__row {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.checkout_new .site-nice-check {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
}
.checkout_new .site-nice-check .nice-check {
	margin: 0;
}
.checkout_new .site-nice-check .nice-check__txt{
	color: #0E2F4B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}
.checkout_new .site-nice-check .nice-check__txt::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 8px;
	border: 1.5px solid #8AA3B9;
	background: #FFF;
    transition: border .3s ease, background .3s ease;
}
.form-group__msg {
	display: none;
	font-weight: 500;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	padding: 12px 0 0 15px;
}

.checkout_new .form-block .form-group__msg.address_msg_show {
	padding: 40px 0px 0px 0px;
	padding: 0;
}
.form-group__msg.active {
	display: block;
}
.form-group__msg > * {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: 1;
	display: flex;
	align-items: center;
}

.nice-select .select2-selection--single,
.form-control {
	height: 70px;
	padding: 0 27px;
	font-size: 16px;
	color: #2D2D2D;
	box-shadow: none;
	border: 1px solid #99A2AA;
	border-radius: 8px;
	font-family: "Open Sans", sans-serif;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.form-control:focus {
	border-color: #FFC629;
	box-shadow: 0 0 0 1px #FFC629;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #F6F6F6;
	color: #D1D1D1;
	border-color: #D1D1D1;
}

.index-error {
	display: block;
	margin-bottom: 0;
	padding-top: 6px;
	font-size: 14px;
	color: #F95050;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 16px;
	font-weight: 700;
	color: #0e2f4b;
	background-color: #f8f8f8;
	border: none;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 0;
	border: none;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.dropdown-menu {
	font-size: 16px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #0e2f4b;
	background-color: #ffd50a;
}

.btn-bottom-50 {
	padding-bottom: 50px;
}

.btn-check:focus+.btn, .btn:focus {
	box-shadow: none;
}

.header {
	background: #fff;
	border-bottom: 1px solid #E8EBEE;
	margin-bottom: 20px;
}
.header__wrap {
	padding: 16px 0;
}
.header__main {
	display: flex;
	justify-content: flex-start;
}
.header__main-item {
	display: flex;
	align-items: center;
	margin-right: 17px;
}
.header__main-item:last-child {
	margin-right: 0;
}
.header__controls {
	display: flex;
	justify-content: flex-end;
}
.header__controls-item {
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.header__controls-item_search {
	display: none;
	width: 100%;
}
.header__controls-item_search.active {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 200;
	height: 100%;
}
.header__controls-item:last-child {
	margin-right: 0;
}
.header__controls-item_switch {
    align-items: stretch;
    justify-content: center;
    gap: 3px;
    height: 48px;
    background: var(--background-1);
    border: 1px solid var(--border-color-1);
    border-radius: var(--border-radius-1);
    padding: 3px;
}
.header__controls-item_switch {
	height: auto;
}
.header__controls-item_switch .dropdown-toggle {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.header__controls-item_bvi {
	display: none;
	width: auto;
}
.header__controls-item_bvi.active {
	display: flex;
}
.header__controls-item_mobile {
	display: flex !important;
}
.header__controls-item_no-mob.active,
.header__controls-item_no-mob {
	display: none;
}
.header__controls-item_login {
    display: none;
}
.header__controls-item_login .nice-switcher .btn-group.show .dropdown-toggle {
    background: none;
}
.header__controls-item_check {
	flex: none;
}
.header__controls-item_eye {
	display: none;
	flex: 1;
}
.header__controls-item_login {
	display: none;
}
.header__controls-show {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
	padding: 0 2px 0 49px;
	color: var(--font-color-1);
	font-size: 12px;
	line-height: 1.4;
	font-family: var(--font-medium);
	border: 1px solid #E8EBEE;
	border-radius: 6px;
	text-align: left;
}
.header__controls-login {
	display: flex;
	align-items: center;
	position: relative;
	height: 56px;
	padding: 6px 16px 5px 49px;
	background: #F8FAFB;
	border: 1px solid #EAEFF4;
	border-radius: 6px;
	color: #0E2F4B;
	font-size: 14px;
	font-family: "Rubik Regular", sans-serif;
}
.header__controls-login:hover {
	color: #0E2F4B;
}
.header__controls-login:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../image/login.svg) no-repeat center;
}
.header__controls-show:after,
.header__controls-show:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../image/eye.svg) no-repeat center;
}
.header__controls-show:after {
	background: url(../image/eye-2.svg) no-repeat center;
	opacity: 0;
}
.header__controls-show.active:after {
	opacity: 1;
}
.header__controls-show.active:before {
	opacity: 0;
}
.header__controls-show:hover {
	color: #0E2F4B;
}
.header__wrap {
	display: flex;
	justify-content: space-between;
}
.header__bottom {
	display: none;
}

.logo {
	display: inline-block;
	vertical-align: top;
}
.logo img {
	display: block;
	width: 116px;
}

.header-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(14,47,75,0.4);
	z-index: calc( var(--header-z-index) - 1 );
}

.catalog-menu {
	display: none;
}

.poor-eyesight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border: 1px solid #E8EBEE;
	border-radius: 6px;
	height: 44px;
	padding: 4px;
}
.poor-eyesight__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	height: 36px;
	border-radius: 4px;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, background 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.poor-eyesight__close {
	height: 36px;
}
.poor-eyesight__item.active {
	background: var(--btn-bg-2);
}
.poor-eyesight__item:before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.poor-eyesight__item_font:before {
	background-image: url("../image/font.svg");
}
.poor-eyesight__item_blue:before {
	background-image: url("../image/blue.svg");
}
.poor-eyesight__item_colorless:before {
	background-image: url("../image/colorless.svg");
}
.poor-eyesight__close:before {
	background-image: url("../image/cross.svg");
}
.poor-eyesight__hr {
	width: 1px;
	height: 100%;
	margin: 0 2px;
	background: var(--border-color-1);
}

.spinner,
.spinner-field {
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	overflow: hidden;
}

.spinner {
	display: none;
}

.spinner-field {
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

#Btn-pay{
	position: relative;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	background-color: #fdc13d;
	color: #fff;
}
#cart > .btn:hover {
	font-size: 12px;
	line-height: 18px;
	background-color: #ffd50a;
	color: #fff;
}
#cart.open > .btn {
	background-image: none;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.menu-btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	width: 20px;
	height: 12px;
}
.menu-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/menu-btn.svg) no-repeat center;
}

/* menu */
#menu {
	/* background-color: #229ac8; */
	/* border-color: #1f90bb #1f90bb #145e7a; */
	min-height: 40px;
}
#menu .navi-cat > li > a {
	color: #0e2f4b;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	/* background-color: #fdc13d; */
}

.dropdown-toggle::after {
	display: none;
}
.navbar-ex1 {
	display: none;
	padding: 0;
}

.navbar-ex1--active {
	display: block;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #0e2f4b;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #fff;
	padding: 2px 18px;
	float: right;
	background-color: #fdc13d;
	background-image: linear-gradient(to bottom, #fdc13d, #fdc13d);
	background-repeat: repeat-x;
	border-color: #145e7a #fdc13d #0e2f4b;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #ffd50a;
}
@media (min-width: 767px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

	.list-unstyled li {
		padding-left: 15px;
	}

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
		border: none;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.btn-navigation {
		margin: 0 auto;
		display: block;
	}
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

.list-inline {
	padding-top: 5%;
}

.list-inline_header {
	padding-top: 11px;
}

.list-inline > li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.list-inline_header > li {
	vertical-align: middle;
	padding: 0 3px;
}

input[type="search"] {
	outline: none;
	position: relative;
	-webkit-appearance: textfield;
	box-sizing: content-box;
	font-family: "Open Sans Regular", sans-serif;
	font-weight: 400;
	color: #0e2f4b;
	font-size: 16px;
	line-height: 16px;
	background: transparent url(../image/search-icon.png) no-repeat 12px 12px;
	border: none;
	padding: 9px 10px 9px 35px;
	width: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
input[type="search"]::-ms-clear {
	display: none;
}

.search-form {
	position: fixed;
	inset: 0;
	margin-left: auto !important;
	width: 100%;
	background: var(--background-4);
}
.search-form__input[type="search"] {
	/*font-size: 13px;*/
	font-family: "Rubik Regular", sans-serif;
	padding: 0 50px 0 16px;
	color: #0e2f4b;
	border-radius: var(--border-radius-1);
	height: 56px;
	width: calc(100% - 48px - 8px);
	background: var(--background-1);
	box-sizing: border-box;
	border: 1px solid var(--border-color-1);
}
.search-form__input[type="search"]:not(:placeholder-shown) ~ .search-form__clear-wrap {
	display: block;
}
.search-form__wrap {
	padding: 10px 0.75rem 10px 0;
	height: var(--search-form-height);
	border-bottom: 1px solid var(--border-color-1);
}
.search-form__result {
	height: calc(100vh - var(--search-form-height));
}
.search-form__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.search-form__close {
	width: 44px;
	height: 44px;
	cursor: pointer;
}
.search-form__clear-wrap {
	display: none;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -12px;
	padding-left: 12px;
	border-left: 1px solid var(--border-color-1);
}
.search-form__clear {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.header-call-center a {
	color: #0e2f4b;
	font-family: "Rubik Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	display: block;
	text-align: right; }
.header-call-center a:hover, .header-call-center a:focus, .header-call-center a:active, .header-call-center a.active {
	text-decoration: none; }

.header-call-center p {
	color: #99a2aa;
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	padding-bottom: 0px; }

.header-call-center .text-decoration {
	color: #99a2aa;
	text-decoration: none;
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	font-weight: 500;
	background-image: none;
}

.top-line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 10px; }

/* content */
#content {
	min-height: 600px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.breadcrumb {
	margin-bottom: 20px;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	border-radius: 4px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	color: #0E2F4B;
	font-size: 14px;
	line-height: 1.9;
	margin-right: 10px;
}
.breadcrumb > li:last-child {
	margin-right: 0;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb > li:after {
	content: '>';
	color: #B9B9B9;
	margin-left: 8px;
}
.breadcrumb > li a {
	color: #B9B9B9;
}

.collection-description {
	position: relative;
	overflow: hidden;
}
.collection-description-show {
	position: relative;
	height: auto;
	overflow: hidden;
}

.collection-description:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
	content: "";
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
}
.pagination__item.active {
	width: auto;
}
.pagination__inner {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-family: 'Rubik Regular', sans-serif;
	font-size: 14px;
	color: #0E2F4B;
	border-radius: 4px;
	border: 1px solid #EAEFF4 !important;
	background: white;
	-webkit-transition: background 0.3s ease, border 0.3s ease;
	transition: background 0.3s ease, border 0.3s ease;
}
.pagination__item.disabled .pagination__inner {
	border-color: transparent !important;
	background: none;
}
.pagination__inner:hover {
	color: #0E2F4B !important;
}
.pagination__item.active .pagination__inner {
	background: #FFBB00;
}

.nice-check {
	vertical-align: top;
}
.nice-check input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	clip: rect(0,0,0,0);
}
    .checkout_new .checkout-new-single-wrap .nice-check__txt {
		color: #476176;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
    .checkout_new .checkout-new-single-wrap .nice-check__txt a{
		color: #0F8EFF;
		text-decoration-line: none;
		text-decoration-style: solid;
	}
    .checkout_new .checkout-new-single-wrap .nice-check__txt a.login-button {
		font-weight: 700;
	}
.nice-check__txt {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 34px;
	cursor: pointer;
	line-height: 1.4;
	color: #2D2D2D;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	transition: color .3s ease;
	user-select: none;
}
.nice-check__txt:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #E8EBEE;
	transition: border .3s ease, background .3s ease;
}
.nice-check__txt:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 5px;
	height: 10px;
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity .3s ease;
}
.nice-check input:checked+.nice-check__txt:before {
	border: 1px solid #FFC629;
	background: #FFC629;
}
.nice-check input:checked+.nice-check__txt:after {
	opacity: 1;
}
.checkout_new .nice-check input:checked+.nice-check__txt:after {
	top: 4px;
}
.nice-check__txt a {
	color: #0E2F4B;
	border-bottom: 1px solid currentColor;
	transition: border-bottom .3s ease;
}

#totals .nice-check__txt {
	padding: 0;
	cursor: default;
}

#totals .nice-check__txt:before, #totals .nice-check__txt:after {
	content: none;
}

.nice-radio {
	margin-bottom: 20px;
	padding-left: 36px;
	font-family: 'Rubik Regular', sans-serif;
	font-size: 18px;
	color: #2D2D2D;
	line-height: 1.3;
	position: relative;
	user-select: none;
	cursor: pointer;
}
.nice-radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	clip: rect(0,0,0,0);
}
.nice-radio__txt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #E8EBEE;
	transform: translate(0, -50%);
	transition: border 0.3s ease;
}
.nice-radio__txt:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #FFC629;
	opacity: 0;
	transform: translate(0, -50%);
	transition: opacity 0.3s ease;
}
.nice-radio input:checked + .nice-radio__txt:before {
	border-color: #FFC629;
}
.nice-radio input:checked + .nice-radio__txt:after {
	opacity: 1;
}
.nice-radio__txt a {
	color: #0E2F4B;
	border-bottom: 1px solid currentColor;
	transition: border-bottom .3s ease;
}
.checkout_new .nice-radio input:checked {
	opacity: 0;
}
.checkout_new .nice-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
	padding: 12px 14px 12px 12px;
    font-family: 'Rubik Regular', sans-serif;
    color: #0E2F4B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
    position: relative;
    cursor: pointer;
    border: 1px solid #E8EBEE;
    border-radius: 8px;
    transition: border 0.3s ease;
}
.checkout_new .nice-radio .nice-radio_img {
	width: 36px;
	height: 36px;
	display: flex;
    align-items: center;
}
.checkout_new .nice-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout_new .nice-radio__txt {
    position: relative;
    padding-right: 36px;
    padding-left: 10px;
    flex: 1;
}

.checkout_new .nice-radio:has(input:checked) {
    border-radius: 8px;
	border: 1px solid #E29500;
	background: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.checkout_new .nice-radio__txt:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
	left: auto;
    height: 20px;
    width: 20px;
    border: 1.5px solid #8AA3B9;
    transform: translateY(-50%);
    transition: border 0.3s ease;
	background: none;
    border-radius: unset;
    padding: 20px;
    border-color: transparent;
    border-left: 1px solid #EAEFF4;
}

.checkout_new .nice-radio__txt:after {
    content: '';
    position: absolute;
	left: auto;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFC629;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

.checkout_new .nice-radio input:checked + .nice-radio__txt:before {
    /* border-color: #FB0; */
	background: none;
	border-radius: unset;
	padding: 20px;
	border-color: transparent;
	border-left: 1px solid #EAEFF4;
}

.checkout_new .nice-radio input:checked + .nice-radio__txt:after {
    opacity: 0;
}

.checkout_new .nice-radio:has(input:checked) {
    border-color: #E29500;
}

.checkout_new .nice-radio__txt a {
    color: #0E2F4B;
    border-bottom: 1px solid currentColor;
    transition: border-bottom .3s ease;
}

.checkout_new .nice-radio__control {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #8AA3B9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: border 0.3s ease;
}

/* внутренняя точка */
.checkout_new .nice-radio__control::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFC629;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* выбранное состояние */
.checkout_new .nice-radio input:checked + .nice-radio__txt .nice-radio__control {
    border: 6px solid #FB0;
}

/* точку можно не показывать */
.checkout_new .nice-radio input:checked + .nice-radio__txt .nice-radio__control::after {
    opacity: 0;
}
.checkout_new .nice-radio__txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 0px;
    flex: 1;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

.secial {
	margin-left: 10px;
	margin-right: 0;
	font-weight: 700;
	font-size: 14px;
}

#content .content-color {
	background-color: #fff;
}

.btn {
	padding: 7px 12px;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn_2 {
	display: block;
	width: 100%;
	border-radius: 8px;
	background: #FFC629;
	color: #0E2F4B;
	text-align: center;
	font-family: "Rubik Bold", sans-serif;
	font-size: 16px;
	line-height: 70px;
	padding: 0 30px;
}
.btn_3 {
	display: block;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #E8EBEE;
	background: rgba(232, 235, 238, 0.30);
	color: #0E2F4B;
	font-size: 16px;
	font-family: "Rubik Medium", sans-serif;
	line-height: 68px;
	padding: 0 30px;
}
.btn_4 {
	display: block;
	width: 100%;
	border-radius: 8px;
	background: #0E2F4B;
	color: #fff;
	font-size: 18px;
	font-family: "Rubik Bold", sans-serif;
	line-height: 70px;
	padding: 0 30px;
}
.btn_4.disabled {
	background: #99A2AA;
	opacity: 1;
	pointer-events: unset;
	cursor: not-allowed;
}
.btn_4 span {
	position: relative;
	padding-left: 35px;
}
.btn_4 span:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 25px;
	height: 24px;
	background-image: url(../image/donate.svg);
}
.btn_4:hover {
	color: #fff;
}

.btn--large {
	width: 100%;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #0E2F4B;
	background: #FDC13D;
	padding: 25px 15px;
	margin-bottom: 30px;
}
.btn--large:hover {
	color: #0E2F4B;
}

.btn--custom {
	/* width: 100%; */
	font-family: "Rubik Bold", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #0E2F4B;
	background: #FDC13D;
	padding: 35px 80px;
	margin-bottom: 30px;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 20px 16px;
	font-size: 20px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 16px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fdc13d;
	border-color: #fdc13d;
}
.btn-default:hover {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #ffd50a;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #99a2aa;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #ffd50a;
}
.btn-primary {
	color: #0e2f4b;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fdc13d;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ffd50a;
	color: #0e2f4b;
	background-position: 0 -15px;
	border-color: transparent;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: #f95050;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #0e2f4b;
	border-radius: 0;
}
.btn-link:focus, .btn-link:hover{
	color: #99a2aa;
	text-decoration: none;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #fdc13d;
	border-color: #fdc13d;
}
.btn-inverse:hover {
	background-color: #ffd50a;
}
.btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #ffd50a;
}

.site-btn {
	padding: 0;
	border-radius: var(--border-radius-1);
}
.site-btn__loading:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	background: url(../image/site-btn__loading.svg) no-repeat center;
	animation: site-btn-loading 2s infinite linear;
}
.site-btn__loading {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: inherit;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-btn.loading .site-btn__loading {
	opacity: 1;
	visibility: visible;
}
.site-btn > span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: relative;
	height: 44px;
	padding: 0 24px;
	background: var(--btn-bg-1);
	color: var(--font-color-1);
	font-size: 14px;
	font-family: var(--font-medium);
	border: 1px solid var(--btn-border-1);
	border-radius: inherit;
	transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.site-btn_2 > span {
	font-family: var(--font-regular);
	border: 1px solid var(--border-color-1);
	background: var(--btn-bg-2);
}
.site-btn_3 > span {
	font-family: var(--font-regular);
	border: 1px solid var(--border-color-1);
	background: var(--btn-bg-3);
}

.list-group a {
	padding: 8px 20px;
	margin-bottom: 0;
	border: none;
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #2D2D2D;

}
.list-group a:not(:last-child)::after {
	border-bottom: 1px solid #ddd;
	color: #888888;
	padding: 2px 45%;
	display: block;
	content: "";
}
.accordion-collapse:not(:last-child)::after {
	border-bottom: 1px solid #ddd;
	color: #888888;
	padding: 2px 45%;
	display: block;
	content: "";
}

.bg-br-fone {
	background: #fff;
	border-radius: 8px;
}

.hei-text-block{
	height: 75px;
}

.cart-info-aktsii {
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 20px;
	border: 2px dashed #0F63AD;
	border-radius: 7px;
	display: none;
}

.cart-info-aktsii-product {
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 20px;
	border: none;
	border-radius: 7px;
	display: none;
}

.card-header h5 {
	padding: 0px;
}

.card-header button {
	color: #fff;
}

.cat-hidden {
	display: block;
}


.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	text-shadow: 0 1px 0 #FFF;
	background-color: white;
}
.list-group_menu .list-group-item {
	font-family: "Rubik Medium", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #2D2D2D;
	padding: 8px 16px;
}
.list-group_menu .list-group-item:after {
	display: none !important;
}
.list-group_menu .list-group-item_child {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	padding-left: 26px;
}

.list-group_menu .list-group-item_sister {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	padding-left: 52px;
}

.list-group_mob-hide {
	display: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: #fff;
	position: relative;
	border-radius: 6px;
}
.button-group-recomended {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 240px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .a-responsive--links {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px
}
.product-thumb .image img {
	height: 200px;
	width: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0;
	min-height: 125px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {


	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.img-responsive--cards {
	width: 200px;
	height: 200px;
}
.img-top-25 {
	padding-top: 25px;
}
.a-responsive--links {
	vertical-align: middle;
	min-height: 240px;
}
.a-responsive--links img{
	object-fit: cover;
	width: 100%;
}
.product-thumb .price {
	color: #0e2f4b;
	position: absolute;
	bottom: 55px;
	padding-left: 10px;
}
.product-thumb .price-new {
	font-family: "Rubik Regular", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #0E2F4B;
}
.product-thumb .price-old {
	text-decoration: line-through;
	font-weight: 100;
	font-size: 16px;
}
.product-thumb .per-one-stamp {
	font-size: 12px;
}

.height-auto {
	height: auto;
	position: absolute;
}

.product-price-sale {
	display: block;
	font-weight: 100;
	text-decoration: line-through;
}

h2.product-prices-block {
	display: flex;
	flex-direction: column;
	padding: 15px 0px;
}

.product-thumb .price-tax {
	color: #99a2aa;
	font-size: 12px;
	display: block;
}

.autocalc-product-price {
	font-size: 18px;
	font-weight: 700;
}

.product-thumb .button-group {
	padding: 20px;
}
.product-list .product-thumb .button-group {
	border-left: none;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #0e2f4b;
	background-color: #fdc13d;
	border-color: #fff;
	border-radius: 5px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #0e2f4b;
	background-color: #ffd50a;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin-right: 50px;
	width:100%;
	height:100%;
	max-width:452px;
	max-height:452px;
}
.thumbnails_product {
	max-height: none;
	margin: 0 auto;
	max-width: none;
	height: auto;
	overflow: visible;
}
.thumbnails__mini {
	margin: 0 -15px;
	overflow: hidden;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails .image-additional {
	float: left;
	margin: 0 15px 15px;
}

.thumbnail a > img, .thumbnail > img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.image-additional a {
	display: block;
	width: 45px;
}
.image-additional {
	max-width: 78px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

.collection-active {
	background: rgb(254,153,2);
	background: linear-gradient(0deg, rgba(254,153,2,1) 0%, rgba(255,213,10,1) 100%);
}

.collection-list {
	margin-bottom: 20px;
	margin-top: 10px;
}

.collection-item {
	display: block;
	text-align: center;
}

.collection-item a {
	display: grid;
	position: relative;
	border-radius: 5px;
	padding-bottom: 10px;
}

.collection-item span {
	color: #0e2f4b;
	font-weight: 600;
	padding: 15px;
	overflow: hidden;
}

.collection-item a:hover{
	opacity: 0.8;
}

.collection-new {
	position: absolute;
	top: 4%;
	right: 4%;
	background: #ff5959;
	font-size: 14px;
	font-weight: 600!important;
	color: #fff!important;
	padding: 7px 15px!important;
	border-radius: 20px;
}

.collection-info .modal-content {
	border-radius: 5px;
	border: 0!important;
	box-shadow: 0 0 5px 0 #444;
}

.collection-info .modal-header {
	border: 0;
	box-shadow: 0 1px 10px -7px #0e2f4b;
	color: #0e2f4b;
}

.collection-info .modal-footer {
	border: 0;
	box-shadow: 0 -1px 10px -7px #0e2f4b;
	justify-content: flex-start;
}

.collection-info .modal-footer .buy-merch {
	color: #fdc13d;
	font-size: 16px;
	font-weight: 600;
}

.collection-info .modal-title {
	font-size: 24px;
	font-weight: 600;
}


.product-layout {
	margin-bottom: 24px;
}
.product-layout .product-thumb {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 0;
}
.product-layout .a-responsive--links {
	width: auto;
	height: var(--product-layout-img-height);
	padding: 12px;
	min-height: 0;
}
.product-layout .image img {
	height: 100%;
	object-fit: contain;
}

.product-layout .product-thumb .button-group {
	height: 100%;
	display: flex;
	flex-direction: column;

	.caption {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.product-layout .product-thumb .caption h4 {
	margin: 0;
	padding: 5px 0px;
	font-weight: normal;
	min-height: 70px;
}
.product-thumb .caption h4 {
	margin: 0;
	padding: 5px 0px;
	font-weight: normal;
	min-height: 75px;
}
.product-layout .product-thumb .caption h4 a {
	color: #0e2f4b;
}
.product-thumb .caption h4 a {
	color: #0e2f4b;
}
.product-layout .product-thumb .caption h4 a:hover {
	color: #99a2aa;
}
.product-thumb .caption h4 a:hover {
	color: #99a2aa;
}
.product-layout .product-thumb .caption p {
	margin: 0;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 8px;
	position: inherit;
}
.product-thumb .caption p {
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: "Rubik Regular", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #0E2F4B;

	margin: 0;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 8px;
	position: inherit;
}

.table-t-b {
	font-weight: bold;
}

.table-custom-prod {
	margin-bottom: 20px;
	background: none;
	font-family: "Rubik Regular", sans-serif;
	text-align: center;
	color: #0E2F4B;
}

.table-yellow {
	background: yellow;
}

.table-custom-prod td, th{
	border: 1px solid #E8EBEE;
	padding: 9px;
	border-radius: 1px;
}

.table-tl {
	text-align: left;
}

.boxImg {
	display: none;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

.resize-btn-all-collection {
	margin-bottom: 40px;
}

.form-fix-error {
	max-height: 125px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
#content .row .text-right {
	padding: 30px 10px;
	color: #0e2f4b;
	text-align: right;
}
#content ul li a {
	color: #0e2f4b;
	display: block;
}
#content ul li a:hover {
	color: #99a2aa;
}

.checkout .accept a {
	color: #99a2aa;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.checkout .recipient-email-warning {
	color: #99a2aa;
	font-size: 12px;
}

.asterisk-required {
	color: red;
}

.checkout .accept a:hover {
	color: #ffb80a;
	text-decoration: underline;
}

/* .checkout #checkout__form {
    background-color: #fff;
    padding: 50px 100px;
} */

.checkout .commodity__name {
	margin-bottom: 20px;
	border-radius: 5px;
}

.checkout .commodity__name span {
	display: block;
	color: #99a2aa;
	margin-right: 15px;
	font: 14px "Open Sans", sans-serif;
}

.checkout .commodity__name {
	font-size: 14px;
}

.checkout .commodity__link {
	color: #99a2aa;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.checkout .commodity__link:hover {
	color: #ffb80a;
}

.checkout .commodity__price {
	margin-bottom: 20px;
}

.checkout #commodity__price,
.checkout #commodity__total {
	margin: 30px 0;
}

.checkout__collapsed {
	width: 100%;
	border-radius: 5px;
	padding: 50px 100px;
	display: none;
}

.checkout .recipient-info__item,
.checkout .sender-info__item {
	color: #0e2f4b;
	font: 400 14px/22px "Open Sans", sans-serif;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	border: 1px solid #ffb80a;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-color: #ffb80a;
	background-image: none !important;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: -21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-submitbox {
	display: flex;
	flex-direction: column;
}

.checkout-form[data-type="individual"] .invoise {
	display: none;
}

.custom-control-label {
	margin-left: 0px;
	margin-bottom: 0px!important;
	margin-left: 6px;
}

.checkout-form[data-type="company"] .invoise {
	display: block;
}

.checkout-form__cover {
	align-items: flex-start;
}

.form-row {
	display: flex;
	flex-direction: column;
}

.tabs__caption {
	background-color: #fff;
	display: flex;
	padding-bottom: 20px;
}

.tabs__caption li {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #99a2aa;
	line-height: 1;
	font-weight: 600;
	width: 100%;
	height: 70px;
	margin: 0px 5px;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
}

.table-custom {
	background: #FFFFFF;
	box-shadow: 0px 3px 18px rgba(95, 98, 102, 0.1);
	border-radius: 10px;
	padding: 30px 40px;
	margin-bottom: 10px;
}

.table-custom-cart {
	padding: 30px 15px;
	margin-bottom: 10px;
}

.checkout-title {
	color: #0E2F4B;
	font-family: "Rubik Bold", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}

.cart-title {
	font-family: "Rubik Bold", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #0E2F4B;
	padding-top: 0;
	padding-bottom: 10px;
}

.cart-name {
	display: inline-block;
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #2D2D2D;
	margin-bottom: 5px;
}
.checkout_new .custom-cart__inner .cart-name {
	width: auto;
	color: #0E2F4B;
	font-size: 16px;
	font-family: "Rubik Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	margin: 0;
	display: flex;
}

.cart-img {
	width: 88px;
	display: inline-block;
	float: left;
	margin: 0 20px 15px 0;
}

.cart-img .img-thumbnail {
	border: 1px solid #dee2e6;
}

.small, small {
	display: flex;
	font-size: .875em;
	align-items: center;
	user-select: none;
}

.cart-total {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 20%;
}

.cart-weight-error {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0;
	color: #F95050;
}

.cart-remove {
	margin-left: 10px;
}
.checkout_new .custom-cart__total .cart-remove {
	position: unset;
	width: 48px;
	height: 48px;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: 1px solid #EAEFF4;
	margin: 0;
}
.checkout_new .cart-remove__btn {
	border: none;
	background: none;
}
.cart-remove__btn {
	border: none;
	background: none;
}
.cart-remove__btn svg {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
}
.cart-remove__fill {
	fill: #0E2F4B;
	transition: fill 0.3s ease;
}

.cart-weight {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.input-group-btn {
	width: auto;
	display: block;
}

.input-group {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

input[type="text"].form-cart {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 16px;
	text-align: center;
	color: #0E2F4B;
	border: none;
	width: 100px;
	height: 100%;
}

.checkout_new input[type="text"].form-cart {
	color: #0E2F4B;
	text-align: center;
	font-size: 16px;
	font-family: "Rubik Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	border: none;
	width: 48px;
	height: 100%;
	border-left: 1px solid #EAEFF4;
	border-right: 1px solid #EAEFF4;

}

.btn-plus, .btn-minus {
	width: 32px;
	height: 32px;
	position: relative;
}

.checkout_new .btn-plus, .btn-minus {
	width: 40px;
	height: 24px;
	position: relative;
	color: #0E2F4B;
	text-align: center;
	font-family: "Rubik Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;

}

.btn-plus:active, .btn-minus:active {
	border: 1px solid #0E2F4B;
	border-radius: 8px;
}



.btn-minus:before,
.btn-plus:before,
.btn-plus:after {
	content: '';
	position: absolute;
	left: 25%;
	width: 16px;
	height: 1.5px;
	background: #0E2F4B;
	transition: background 0.3s ease;
}

.checkout_new .btn-minus:before,
.checkout_new .btn-plus:before,
.checkout_new .btn-plus:after {
	content: '';
	position: absolute;
	left: 40%;
	width: 8px;
	height: 1.2px;
	background: #0E2F4B;
	transition: background 0.3s ease;
}

.btn-plus:after {
	transform: rotate(90deg);
}

.custom-cart {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.custom-cart__option-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	font-size: 12px;
	line-height: 1.3;
}
.custom-cart__option-item:last-child {
	margin: 0 0 15px 0;
}
.custom-cart__img {
	display: block;
	max-width: 300px;
	margin: 0 auto 15px;
}
.custom-cart__img img {
	display: block;
	width: 100%;
	height: auto;
}
.custom-cart__inner {
	text-align: center;
}
.custom-cart__total {
	display: flex;
	justify-content: space-between;
}
.checkout_new .custom-cart__total {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.custom-cart__total .input-group {
	width: auto;
}
.checkout_new .custom-cart__total .input-group {
	width: auto;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	height: 48px;
	flex-wrap: nowrap;
}
.custom-cart__total .form-cart {
	width: 40px !important;
	font-family: "Rubik Medium", sans-serif !important;
	padding: 0;
}
.custom-cart__total .cart-total {
	flex-direction: row;
	justify-content: flex-end;
	width: 50%;
}
.checkout_new .custom-cart__total .cart-total {
	width: 100%;
	justify-content: flex-start;
}
.custom-cart__total-wrap {
	width: 100%;
	text-align: left;
}
.custom-cart__total-description {
	color: #99A2AA;
	line-height: 1.2;
	margin-bottom: 10px;
}
.custom-cart__total-description b {
	color: #0E2F4B;
	font-size: inherit;
	font-family: "Rubik Medium", sans-serif;
}
.custom-cart__total-sum {
	color: #0E2F4B;
	font-size: 18px;
	font-family: "Rubik Medium", sans-serif;
}
.custom-cart_charity {
	order: 1;
	margin: 0;
	border-top: 1px solid #E8EBEE;
	padding-top: 22px;
}
.custom-cart_charity .custom-cart__inner {
	text-align: left;
	padding: 0;
	width: 100%;
}
.custom-cart_charity .cart-name {
	margin: 0;
	color: #0E2F4B;
}
.custom-cart_charity .custom-dropdown {
	margin-top: 13px;
}
.custom-cart_error {
	border: 2px solid #F95050;
	border-radius: 4px;
}
.custom-cart__footer {
	width: 100%;
}
.checkout_new .custom-cart {
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 12px;
	justify-content: unset;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #FFF;
	height: 180px;
	overflow: hidden;
}

.checkout_new .custom-cart__img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	display: flex;
    align-items: center;
	margin: 0;
}

.form-custom {
	height: 70px;
}

.cart-result {
	margin-top: 16px;
}

.sp-gr {
	color: #FDC13D!important;
}

.cart-weight {
	display: flex;
	justify-content: space-between;
}

.swiper-pagination-bullet {
	display: none!important;
}

.mb-btn {
	display: none;
}

.dt-btn {
	display: block;
}

.cart-result-title {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	color: #0E2F4B;
}


.checkout_new .cart-sum {
	color: #0E2F4B;
	font-family: "Rubik Regukar", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
	user-select: none;
	white-space: nowrap;
}


.checkout_new .minus-plus-remove-btn {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
}

.img-thumbnail {
	max-width: 88px;
	max-height: 88px;
	width: 88px;
	height: 88px;
	padding: 0;
	border: none;
}

.checkout-tab__item {
	margin-bottom: 20px;
	padding-left: 36px;
	font-family: 'Rubik Regular', sans-serif;
	font-size: 18px;
	color: #2D2D2D;
	line-height: 1.3;
	position: relative;
	user-select: none;
	cursor: pointer;
	transition: border 0.3s ease, color 0.3s ease;
}
.checkout-tab__item:last-child {
	margin-bottom: 0;
}
.checkout-tab__item.active {
	width: auto;
}
.checkout-tab__item:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #FFC629;
	opacity: 0;
	transform: translate(0, -50%);
	transition: opacity 0.3s ease;
}
.checkout-tab__item:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #E8EBEE;
	transform: translate(0, -50%);
	transition: border 0.3s ease;
}
.checkout-tab__item.active:after {
	opacity: 1;
}
.checkout-tab__item.active:before {
	border-color: #FFC629;
}
.checkout_new .checkout-tab__item.active:before {
	content: unset;
}

.checkout_new .checkout-tab__item.active:after {
	content: unset;
}
.checkout_new .checkout-tab__item:before {
	content: unset;
}

.checkout_new .checkout-tab__item:after {
	content: unset;
}

.panel {
	margin-bottom: 0;
	background: #fff;
	border-radius: 10px;
}

.panel-body-custom {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 150px;
}

.panel-body-colapse {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px rgba(95, 98, 102, 0.1);
	border-radius: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.panel-body-custom-fix {
	padding-left: 70px;
	padding-right: 70px;
}

.panel-body-submit {
	width: 100%;
	padding: 0 15px;
}

.pickup {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	margin-bottom: 50px;
}

.pickup-type {
	font-family: 'Rubik Regular', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #0E2F4B;
}

.pickup-type-blod {
	font-weight: 700;
}

.pickup-addres {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #0E2F4B;
}

.pickup-info {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.pickup-multi {
	flex-direction: column;
	margin-bottom: 20px;
}

.custom-select--upc {
	margin-bottom: 40px;
}

.from-search-country {
	/*height: auto;*/
	/*max-height: 400px;*/
}

.search-select-pred {
	cursor: pointer;
	width: 100%;
	height: 70px;
	padding: 0px 23px;
	font-size: 14px;
	line-height: 24px;
	color: #0E2F4B;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: none;
	border: 0.1px solid #99a2aa;
	border-radius: 8px;
	user-select: none;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.search-select-pred--active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #ffb80a;
	border-bottom: none;
}

.search-select-pred span{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.search-block {
	display: none;
	margin-bottom: 15px;
	border: 1px solid #ffb80a;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.search-block--active {
	display: block;
	position: relative;
}

.search-arrow {
	display: block;
	width: 9px;
	height: 9px;
	position: relative;
}

.search-arrow::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 2px;
	background: #0E2F4B;
	top: 2px;
	left: -7px;
	transform: rotate(45deg);
}
.search-arrow::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 2px;
	background: #0E2F4B;
	top: 2px;
	left: 0px;
	transform: rotate(-45deg);
}

.custom-sel-country {
	overflow-y: scroll;
	height: auto;
	max-height: 200px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
}

.form-control--search {
	width: 100%;
	padding: 4px;
	border: 1px solid #ffb80a;
	border-radius: 5px;
}

.form-control--search:focus-visible {
	outline: 1px solid #ffb80a;
}


.custom-sel-country li{
	padding: 6px;
	cursor: pointer;
	font-size: 16px;
	transition: .2s all ease-in;
	user-select: none;
}

.custom-sel-country li:hover{
	color: #fff;
	background: #ffb80a;
}

.custom-sel-country li:first-child{
	color: #999;
	padding: 6px;
	font-size: 16px;
	transition: .2s all ease-in;
	cursor: auto;
}

.custom-sel-country li:first-child:hover{
	color: #999;
	background: none;
}



.block-from-controlS {
	display: block;
	width: 100%;
	padding: 4px;
}

.grey {
	color: #99A2AA;
}

#atall {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}


.panel-bn{
	border: none;
	box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
}

.personal-date {
	margin-top: 50px;
	margin-bottom: 20px;
}

.spacer-mb {
	margin-bottom: 11px;
}

.spacer-pl {
	padding-left: 50px;
}

.block-hiden {
	display: none;
}

.tab-content {
	margin-left:482px;
}

.tabs__icon {
	margin-right: 10px;
}

.form-group__title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	align-items: flex-end;
}

.adress-main {
	padding-top: 40px;
}

.title-abroad{
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #99A2AA;
	padding-bottom: 10px;
	margin-left: 15px;
}

.title-collapsed {
	font-family: 'Rubik Bold', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #0E2F4B;
	padding-top: 40px;
	padding-bottom: 40px;
}

.infoblock-collapsed {
	display: flex;
	align-items: center;
}

.titlesub-collapsed {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #99A2AA;
	margin-right: 10px;
}

.img-collapsed {
	width: 18px;
	height: 18px;
}
.img-collapsed img {
	display: block;
}

.cartlist-collapsed {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.cartlist-disspacer-collapsed {
	margin-bottom: 0px;
}

.cartelem-collapsed {
	text-align: left;
	display: flex;
	flex-direction: column;
}

.cartelem-col-collapsed {
	text-align: left;
	display: flex;
}

.name-collapsed {
	font-family: 'Rubik Bold', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #0E2F4B;
}

.text-collapsed {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #0E2F4B;
}

.text-spacer-collapsed {
	margin-right: 7px;
}

.prompt {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
	color: #F95050;
}

.prompt--sub {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
	color: #F95050;
}

.border-error {
	border: 1.5px solid #F95050!important;
}

.adress-text {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #0E2F4B;
}

.site-link {
	color: #FFC629;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
}
.site-link span {
	color: inherit;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.5s ease;
}
.site-link:hover {
	color: #FFC629;
}

.custom-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	font-family: 'Rubik Regular', sans-serif;
	color: #2D2D2D;
	transition: all 0.3s ease;
}
.custom-link:hover {
	color: #2D2D2D;
}
.custom-link span {
	border-bottom: 1px solid currentColor;
	transition: border-bottom 0.3s ease;
}
.custom-link_2 span {
	display: inline-block;
	position: relative;
	border: none;
	padding-right: 15px;
}
.custom-link_2 span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-left: 1px solid #0E2F4B;
	border-bottom: 1px solid #0E2F4B;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.spinner,
.spinner-field {
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	overflow: hidden;
}

.spinner {
	display: none;
}

.spinner-field {
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.tabs__caption {
		margin: 0 -50px;
	}
	.tabs__caption li {
		padding: 0 5px;
		font-size: 14px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tabs__icon {
		width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
	}
	.search-settings {
		flex-direction: column-reverse;
	}
	.collection-description {
		height: 200px;
	}
	.height-auto {
		position: inherit;
	}
}

.tabs__caption li:not(.active) {
	cursor: pointer;
}

.tabs__caption li:hover,
.tabs__caption li.active {
	color: #000;
	border-bottom: 3px solid #3D4E5D;
}

.tabs__content {
	display: none;
	border-radius: 10px;
}

.tabs__content.active {
	display: block;
}

.tabs__caption li #target-icon,
.tabs__caption li #target-icon-with-fill-blue,
.tabs__caption li #line,
.tabs__caption li #target-icon-with-fill {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
}

.tabs__caption li.active #target-icon,
.tabs__caption li:hover #target-icon {
	stroke: #000;
}

.tabs__caption li.active #target-icon-with-fill,
.tabs__caption li:hover #target-icon-with-fill {
	fill: #fec02f;
}

.tabs__caption li.active #target-icon-with-fill-blue,
.tabs__caption li:hover #target-icon-with-fill-blue {
	fill: #1dabf1;
}

.tabs__caption li.active #line,
.tabs__caption li:hover #line {
	fill: #000;
}

.mailbox-text {
	font-size: 10px;
	color: #99a2aa;
	line-height: 1;
}

.recipient-mailbox {
	position: relative;
}

.recipient-mailbox::before,
.recipient-mailbox::after {
	display: block;
	content: "";
	position: absolute;
	left: -30px;
	height: 35px;
	width: 30px;
	border-left: 2px dashed;
	border-color: #ced4da;
}

.recipient-mailbox::before {
	top: 28%;
	border-top: 2px dashed;
	border-top-left-radius: 10px;
	border-color: #ced4da;
}

.recipient-mailbox::after {
	bottom: 15%;
	border-bottom: 2px dashed;
	border-bottom-left-radius: 10px;
	border-color: #ced4da;
}

.error {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #F95050;
	margin-bottom: 0;
}

.info {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0;
}

.recipient-require {
	position: absolute;
	top: 55%;
	left: -32px;
}

.cart-mob {
	display: none;
}

.ty-page{
	box-shadow: 0px 3px 18px rgba(95, 98, 102, 0.1);
	border-radius: 10px;
	background: #FFFFFF;
	padding-top: 60px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 95px;
}

.pay-of-order {
	margin-bottom: 70px;
}


.ty-infoblock {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.card-section {
	background: #FFFFFF;
	border-radius: 10px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 75px;
}

.card-top {
	position: relative;
	margin-bottom: 15px;
}

.card-top__cover {
	position: relative;
	display: block;
	max-width: 200px;
	margin: 0 auto 15px;
}

.card-top__cover img {
	height: auto;
}

.card-top__btn {
	margin-bottom: 15px;
}

.card-top__order {
	width: 100%;
}

.card-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 8px;
}

.card-section-tablet {
	display: none;
}

.card-info-block {
	display: flex;
	justify-content: center;
	width: 100%;
}

.card-info--pos {
	justify-content: flex-end;
}

.card-info--size {
	height: 100%;
}

.card-price {
	font-family: "Rubik Regular", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #0E2F4B;
	padding-bottom: 28px;
}

.card-price-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card-price-block .product-mp {
	font-family: "Rubik Regular", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #0E2F4B;
}

.card-price-block .control-label {
	display: none;
}

.card-sub-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.card-section-radio {
	height: auto;
	margin-bottom: 0px;
	width: 165px;
	max-width: 165px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.card-radio-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.radio-label-block {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

#radio-mark, #radio-letter {
	display: none;
}

.custom-radio {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #E8EBEE;
	border-radius: 10px;
	margin-right: 5px;
	vertical-align: text-top;
}

.custom-radio-active {
	position: relative;
	display: inline-block;
	border: 2px solid #FDC13D;
	transition: all ease .4s;
}

.custom-radio-active::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FDC13D;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.radio-label-block {
	cursor: pointer;
}

.custom-title-active {
	color: #0E2F4B;
}

.control-label {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #2D2D2D;
	margin-bottom: 0;
}

.checkout_new .branch-indexes-row {
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.checkout_new .horisontal-devider {
	border: 1px solid #eaeff4;
    width: 100%;
}
.checkout_new .form-block {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.checkout_new .form-block .form-group {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.checkout_new .form-block .form-group .form-group__title {
	padding: 0px 8px;
	margin: 0;
}
.checkout_new .form-block .form-group .form-group__title .control-label {
	color: #0E2F4B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.checkout_new .form-block .form-group input {
	padding: 10px 32px 10px 16px;
    border-radius: 8px;
    border: 1px solid #eaeff4;
    background: #fff;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #0e2f4b;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
    height: 44px;
}
.checkout_new .form-block .form-group input:disabled {
	background: #eaeff4;
}
.card-desc {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.qty-card {
	max-width: 100px;
	border: 1.5px solid #E8EBEE;
	border-radius: 8px;
	padding: 20px 30px;
	font-family: "Open Sans Regular", sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #0E2F4B;
	margin: 0 32px !important;
}

.loader {
	display: block;
	width: 20px;
	height: 20px;
	border: 4px solid #FDC13D;
	border-radius: 50%;
	animation: loading 2s infinite linear;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
		border-bottom: none;
	}
	50% {
		transform: rotate(180deg);
		border-bottom: none;
	}
	100% {
		transform: rotate(360deg);
		border-bottom: none;
	}
}

.btn-plus:active, .btn-minus:active {
	border: none;
}

.btn-minus--space {
	margin-right: 0px;
}

.btn-plus--space {
	margin-left: 0px
}

.intro {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #0E2F4B;
}

.intro--grey {
	color: #D1D1D1;
	margin-bottom: 10px;
}

.intro-char {
	border-top: 1px solid #D1D1D1;
	padding: 20px 0;
}

.characters {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.characters-block {
	display: flex;
	justify-content: space-between;
}

.characters-list {
	display: flex;
	flex-direction: column;
}

.characters-elem {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #0E2F4B;
}

.card-btn {
	display: block;
	width: 100%;
	background: #FDC13D;
	border-radius: 10px;
	padding: 30px 0;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #0E2F4B;
}

.card-btn-disabled {
	display: block;
	width: 100%;
	cursor: not-allowed!important;
	background: #E8EBEE;
	border-radius: 10px;
	padding: 30px 0;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #99A2AA;
}

.card-name-tablet {
	display: none;
}

.card-name-title,
.card-name-mob {
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: #0E2F4B;
	margin-bottom: 20px;
}

.card-name-title {
	display: none;
}

.card-sub-link {
	font-family: "Rubik Regular", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #0E2F4B;
}

.product-thumb .button-group button {
	border-radius: 10px;
	background: #FDC13D;
	line-height: 50px;
}

.card-btn-koshik-disabled {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	cursor: not-allowed!important;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #E8EBEE!important;
	border-color: #fff;
	border-radius: 5px;
}

.card-btn-koshik-disabled-text {
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #99A2AA;
	text-transform: none;
}

.card-btn-koshik-text {
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: none;
}

.recomended-list {
	display: flex;
	flex-direction: row;
}

.a-card {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	min-height: 240px;
}

.a-card img{
	width: 100%;
	object-fit: cover;
	max-height: 240px;
}

#content ul li a {
	border: none;
}

.search-card-fix {
	padding-top: 25px;
	padding-bottom: 25px;
}

.serch-checkbox {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
}

.filter-title {
	margin-bottom: 20px;
}

.filter-btn {
	background: #FFC629;
	font-size: 15px;
	font-family: "Rubik Rgular", sans-serif;
	width: 100%;
	height: 30px;
	padding: 0 16px;
	border-radius: 5px;
}
.filter-btn span {
	position: relative;
	padding-left: 26px;
}
.filter-btn span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../image/filter-btn.svg) no-repeat center;
	background-size: contain;
}

.search-title {
	font-family: "Rubik Bold", sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #0E2F4B;
}

.search-filter {
	margin-bottom: 20px;
}

.search-filter:last-child {
	margin-right: 0;
}

.search-filter select {
	width: 100%;
}

.search-filter-sort {
	padding: 0 10px;
}

.search-lable {
	margin-right: 24px;
	margin-bottom: 0;
	font-family: "Rubik Bold", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #0E2F4B;
}

.product-thumb .price {
	padding-left: 0;
}

.search-select {
	background: #fff;
	border-radius: 5px;
	padding: 0 10px;
	height: 30px;
	border: none;
}

.btn-serach-list {
	display: flex;
}

.search-settings {
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.list-group-item {
	font-family: "Open Sans Regular", sans-serif;
	padding: 8px 16px;
}

.foot-link {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 0 10px;
}

.foot-link:hover {
	color: #99A2AA;;
}

.foot-logo {
	margin-bottom: 20px;
}

.foot-language {
	display: flex;
	justify-content: flex-end;
}

.foot-lang span{
	color: #fff;
}

#footer-list li {
	padding-left: 15px;
}
/* main mob navigation */
.btn-navigation {
	width: 100%;
	max-width: 330px;
	padding: 18px 82px;
	text-align: center;
	font-family: "Rubik Bold", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #0E2F4B;
	background-color: #fdc13d;
	border-radius: 8px;
}

.button-navigation--active {
	position: relative;
	background-color: #fdc03d00;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	padding: 18px 0px;
	border-bottom: 1px solid #E0E7F7;
}

.close-alert-dismissible {
	position: absolute;
	right: 32px;
	top: 40px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}

.close-alert-dismissible:hover {
	opacity: 1;
}

.close-alert-dismissible:before, .close-alert-dismissible:after {
	position: absolute;
	right: -10px;
	top: -25px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #2d2d2d;
}

.close-alert-dismissible:before {
	transform: rotate(45deg);
}

.close-alert-dismissible:after {
	transform: rotate(-45deg);
}


.close {
	display: none;
	position: absolute;
	right: 32px;
	top: 40px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}

.close:hover {
	opacity: 1;
}

.close:before, .close:after {
	position: absolute;
	right: -10px;
	top: -25px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #2d2d2d;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

.close--active {
	display: block;
}

#menu .navi-cat > li > a {
	font-family: "Rubik Bold", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #0E2F4B;
	display: flex;
	align-items: center;
	background: #FBFBFB;
}

#menu div.dropdown-menu {
	background: #FBFBFB;
}

#menu .dropdown-inner a {
	color: #0E2F4B;
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#menu .dropdown-inner li {
	padding-left: 0px;
}


.special-check {
	position: relative;
	display: block;
	right: 32px;
	top: 13px;
	width: 32px;
	height: 32px;
}

.special-check--down {
	transform: rotate(360deg);
	right: 32px;
	top: 13px;
}

.special-check--up {
	transform: rotate(180deg);
	right: -55px;
	top: -16px;
}

.special-check:before {
	position: absolute;
	left: 52px;
	top: -7px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #0E2F4B;
}

.special-check:after {
	position: absolute;
	left: 65px;
	top: -8px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #0E2F4B;
}

.special-check:before {
	transform: rotate(-45deg);
}

.special-check:after {
	transform: rotate(43deg);
}

#menu {
	display: none;
}

@media screen and (max-width: 575px) {
	.recipient-mailbox::before,
	.recipient-mailbox::after {
		left: -15px;
		width: 15px;
	}
	.recipient-require {
		left: -17px;
	}
	.tabs__caption {
		margin: 0 -15px;
	}
	.tabs__caption li {
		padding: 0 5px;
		font-size: 12px;
	}
	.resize-btn-all-collection .text-right{
		height: 60px;
		border-radius: 5px;
		background: #FFFFFF;
		text-align: center !important;
		display: flex;
		margin: 0 10px;
		padding: 20px !important;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}
}

.accordion {
	padding-bottom: 25px;
}
.accordion [data-toggle="collapse"] .fas {
	font-size: 1.5em;
}
.accordion [data-toggle="collapse"] .fas::before {
	content: "\f106";
}
.accordion [data-toggle="collapse"].collapsed .fas {
	font-size: 1.5em;
}
.accordion [data-toggle="collapse"].collapsed .fas::before {
	content: "\f107";
}

.cart {
	position: relative;
}
.cart__bag {
	position: relative;
}
.cart__bag svg {
	width: 22px;
	height: 22px;
}
.cart__bag.active {
	width: auto;
	display: inline;
}
.cart__bag.active:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	border-radius: 50%;
	background: #FF5656;
}
.cart__bag-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cart__bag-path {
	fill: #0E2F4B;
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}
.cart__counter {
	position: absolute;
	top: 1px;
	right: -7px;
	font-size: 11px;
	font-family: 'Rubik Regular', sans-serif;
	font-weight: 400;
	color: #2D2D2D;
	line-height: 1;
}
.cart__counter span {
	position: relative;
	padding: 5px;
	text-shadow: none;
}
.cart__counter:before {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFC629;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
}
.cart__counter_active:before {
	display: block;
}

.alert-error {
	background: rgba(255, 236, 236, 0.95);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	border: 1px solid rgba(255, 175, 175, 1);
	font-family: 'Rubik Regular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #2D2D2D;
	position: absolute;
	z-index: 90;
	top: 175px;
	padding: 14px 40px 14px 48px;
	max-width: 487px;
}

.alert-error-left {
	display: flex;
	justify-content: flex-start;
}

.alert-error:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 14px;
	width: 24px;
	height: 24px;
	background: transparent url(../image/alert-error.svg) no-repeat center;
	background-size: contain;
}

.alert-success {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	border: 1px solid #E8EBEE;
	font-family: 'Rubik Regular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #2D2D2D;
	position: absolute;
	z-index: 200;
	top: 150px;
	padding: 12px 40px 12px 60px;
	max-width: 480px;
}

.alert-success-right {
	display: flex;
	justify-content: flex-end;
}

.alert-success a{
	color: #2D2D2D;
	text-decoration: underline;
}

.alert-success:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
	width: 40px;
	height: 40px;
	background: transparent url(../image/carticon-success.svg) no-repeat center;
	background-size: contain;
}

.alert-success-heat-bag:before {
	background: transparent url(../image/charity-heat-bag.svg) no-repeat center;
}

.alert-custom {
	background: #88B6FF;
	box-shadow: 0 3px 18px rgba(95, 98, 102, 0.1);
	border-radius: 8px 8px 0 0;
	border-color: #88B6FF;
	font-family: 'Rubik Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 0;
}

.alert-custom b{
	color: #FFFFFF;
}

.link-aktsii{
	font-family: "Open Sans Regular", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #0E2F4B;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
}
.link-aktsii:hover{
	color: #0e2f4b;
	text-decoration: none;
	cursor: pointer;
	background-size: 0 1px;
}

.swiper-pager {
	left: 0;
}

.swiper-viewport {
	margin-bottom: 30px!important;
	background: none!important;
	border: none!important;
	border-radius: 7px!important;
	box-shadow: 0 0px 0px rgb(0 0 0 / 0%)!important;
}

.swiper-viewport .img-fixed{
	max-width: none!important;
	object-fit: cover!important;
	width: 966px!important;
	height: 403px!important;
	border-radius: 8px!important;
}

.swiper-prev {
	left: 0 !important;
}

.swiper-next {
	right: 0 !important;
}

.button-over {
	padding-left: 30px;
	padding-right: 30px;
}

.nice-switcher .form-currency,
.nice-switcher .btn-group {
    display: flex;
    align-items: stretch;
}

.nice-switcher .nice-switcher__txt {
	font-size: 14px;
	color: #2D2D2D;
	vertical-align: middle;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.nice-switcher__icon {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
}
.nice-switcher .dropdown-menu {
    right: -4px !important;
    min-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 0px;
    margin-top: 10px !important;
    left: auto !important;
    top: 100% !important;
    transform: none !important;
    padding: 6px;
    border-radius: var(--border-radius-1);
    border: 1px solid var(--border-color-1);
    background: rgb(255, 255, 255);
}

.nice-switcher .dropdown-menu .btn-link {
    display: flex;
    align-items: center;
    width: 100%;
    color: rgb(148, 162, 175);
    text-shadow: none;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    gap: 19px;
    text-decoration: none;
    padding: 15px;
    border-radius: var(--border-radius-1);
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
}
.nice-switcher .dropdown-menu .btn-fat {
    color: #0E2F4B;
}
.nice-switcher .dropdown-menu .btn-red {
    color: #FF5656;
}
.nice-switcher .dropdown-menu .btn-link.isActive {
    color: #0E2F4B;
}
.nice-switcher .dropdown-menu .btn-link.isActive:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 9px;
    height: 6px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTAgOSIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZD0iTTkuMTY2NzYgMS42NjY5OUwzLjMzMzQxIDcuNTAwMzRMMC44MzMzNzQgNS4wMDAzMyIgc3Ryb2tlPSIjMEUyRjRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=) no-repeat center;
}
.nice-switcher .dropdown-menu .btn-link:hover {
    color: #94A2AF;
    background: var(--background-1);
}
.nice-switcher .dropdown-menu .btn-link.btn-red:hover {
    color: #FF5656;
    background: #FFF6F6;
}
.nice-switcher .dropdown-menu .btn-link.isActive:hover {
    color: #0E2F4B;
}
.nice-switcher .dropdown-menu li:first-child .btn-link {
	padding-top: 12px;
}
.nice-switcher .dropdown-menu li:last-child .btn-link {
	padding-bottom: 10px;
}

.site-aside__main {
	display: none;
}
.site-aside .popover {
	display: none !important;
}

.ocf-nice-radio,
.ocf-nice-checkbox {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #99a2aa;
	margin-bottom: 11px;
	user-select: none;
	cursor: pointer;
}
.ocf-nice-radio input,
.ocf-nice-checkbox input{
	position: absolute;
	z-index: -1;
	opacity: 0;
	clip: rect(0,0,0,0);
}
.ocf-nice-radio .badge,
.ocf-nice-checkbox .badge {
	opacity: 1 !important;
	margin: 4px 0 0 5px !important;
}
.ocf-nice-txt {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 3px 0 0 30px;
	cursor: pointer;
	line-height: 1.5;
	color: #2D2D2D;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	transition: color .3s ease;
	user-select: none;
	word-break: break-word;
}
.ocf-nice-txt:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #E8EBEE;
	transition: border .3s ease, background .3s ease;
}
.ocf-nice-txt:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 5px;
	height: 10px;
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity .3s ease;
}
.ocf-nice-radio .ocf-nice-txt:before {
	border-radius: 50%;
}
.ocf-nice-radio .ocf-nice-txt:after {
	display: none;
}
.ocf-nice-checkbox input:checked + .ocf-nice-txt:before,
.ocf-nice-radio input:checked + .ocf-nice-txt:before {
	border: 1px solid #FFC629;
	background: #FFC629;
}
.ocf-nice-checkbox input:checked + .ocf-nice-txt:after,
.ocf-nice-radio input:checked + .ocf-nice-txt:after {
	opacity: 1;
}

.ocf-nice-radio.disabled small,
.ocf-nice-checkbox.disabled small {
	background-color: #fdc13d !important;
	color: #FFF !important;
}

.ocf-price {
	display: none;
	justify-content: space-between;
}
.ocf-price__field {
	height: 24px;
	border: 1px solid #E8EBEE;
	border-radius: 4px;
	text-align: center;
	color: #2D2D2D;
	font-size: 12px;
	font-family: "Rubik Regular", sans-serif;
	width: 45% !important;
}
.ocf-price__sign {
	color: #FFC629;
	font-size: 12px;
	padding: 0 10px;
	box-sizing: border-box;
}

.ocf-option-controls {
	display: none;
}

.selected-parameters {
	display: none;
}

/* for mini mob vers */
@media screen and (max-width: 424px) {
	.bottom-block {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.input-group {
		margin-bottom: 16px;
		font-size: 16px;
	}
	.hidden-xs {
		display: none!important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
	/* 	.swiper-viewport img{
            width: 696px!important;
            height: 293px!important;
        } */
	.swiper-viewport .img-fixed{
		width: 696px!important;
		height: 293px!important;
	}
}

@media screen and (max-width: 375px) {
	/* 	.swiper-viewport img{
            max-width: 100%!important;
            height: 146px!important;
        } */
	.swiper-viewport .img-fixed{
		max-width: 100%!important;
		height: 146px!important;
	}
}

@media screen and (min-width: 375px) and (max-width: 425px) {
	/* 	.swiper-viewport img{
            max-width: 100%!important;
            height: 155px!important;
        } */
	.swiper-viewport .img-fixed{
		max-width: 100%!important;
		height: 155px!important;
	}
}

@media screen and (min-width: 575px) and (max-width: 767px) {
	/* 	.swiper-viewport img{
            max-width: 100%!important;
            height: 220px!important;
        } */
	.swiper-viewport .img-fixed{
		max-width: 100%!important;
		height: 220px!important;
	}
}

/* for mob vers */
@media screen and (max-width: 991px) {
	/* .swiper-viewport img{
		max-width: 100%!important;
	} */
	.swiper-viewport .img-fixed{
		max-width: 100%!important;
	}
	.checkout-title{
		text-align: center;
		font-size: 16px;
	}
	.panel-body-custom {
		padding-left: 0px;
		padding-right: 0px;
	}
	.panel-body-submit {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.panel-body-custom-fix {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.pickup {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
		padding-top: 0px;
	}
	.pickup-type {
		margin-bottom: 10px;
	}

	.adress-main {
		padding-top: 0px;
		margin-bottom: 20px;
	}
	.cart-desck {
		display: none;
	}
	.custom-control-label {
		margin-left: 0px;
		font-size: 12px;
		margin-bottom: 0px!important;
		line-height: 5px;
		margin-left: 12px;
		user-select: none;
	}
	.titlesub-collapsed {
		font-size: 12px;
	}
	.name-collapsed {
		font-size: 14px;
	}
	.text-collapsed {
		font-size: 14px;
	}
	.pickup-type {
		font-size: 16px;
	}
	.panel-body-colapse {
		padding-left: 20px;
		padding-right: 20px;
	}
	.checkout__collapsed {
		padding: 20px 0;
	}
	.cart-result-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.mb-btn {
		display: block;
	}
	.dt-btn {
		display: none;
	}
	#atall {
		font-size: 16px;
	}
	.cart-result {
		display: flex;
		flex-direction: column-reverse;
	}
	.cart-mob {
		display: flex;
		flex-direction: column;
	}
	.custom_block {
		display: flex;
		flex-direction: column;
	}
	.title-collapsed {
		font-size: 16px;
	}
	.top-block {
		position: relative;
		margin-bottom: 15px;
		width: 100%;
	}

	input[type="text"].form-cart {
		width: 0;
	}
	.cart-weight {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.cart-weight-error {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 25px;
		color: #F95050;
	}
	.cart-result {
		margin-top: 0px;
	}
	.bottom-block {
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: initial;
		justify-content: space-between;
	}
	.form-cart {
		padding-left: 0;
		padding-right: 0;
	}
	.sum-block {
		width: 100%;
	}
	.cart-total {
		width: 35%;
	}
	.input-group {
		font-size: 16px;
		margin-bottom: 0 !important;
	}
	.ty-page{
		padding: 0 20px 25px;
		margin-bottom: 25px;
	}
	.table-custom-cart {
		margin-bottom: 0;
	}

	/* for product */
	.card-section {
		flex-direction: column;
		padding-top: 25px;
	}
	.card-section-tablet{
		display: block;
	}
	.card-price-block .product-mp {
		margin-top: 0;
		margin-left: 0;
	}
	.card-name-tablet {
		display: none;
		font-family: "Rubik Bold", sans-serif;
		font-weight: bold;
		font-size: 24px;
		line-height: 48px;
		color: #0E2F4B;
		margin-bottom: 20px;
	}
	.card-cost-nav {
		margin-top: 0px;
		height:100%;
		width:100%;
	}
	.characters-block {
		flex-direction: column;
	}
	#list-groupF, #list-groupS {
		margin-bottom: 22px;
	}
	.tab-content {
		margin-left: 0px;
	}
	.search-lable {
		margin-right: 0;
	}
	/* footer */
	.foot-language {
		justify-content: flex-start;
	}
	.address-info-col {
		display: none;
	}

	/* site-aside */
	.site-aside {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 0;
		-webkit-transition: background 0.3s ease, visibility 0.3s ease;
		transition: background 0.3s ease, visibility 0.3s ease;
		visibility: hidden;
		z-index: 1000;
	}
	.site-aside__main {
		display: block;
	}
	.site-aside__wrap {
		position: absolute;
		top: 0;
		left: calc(-100% + 60px);
		width: calc(100% - 60px);
		background: #F8F8F8;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
	}
	.site-aside.active {
		visibility: visible;
		background: rgba(0,0,0,0.5);
	}
	.site-aside.active .site-aside__wrap {
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	.site-aside__filter .list-group-item .ocf-option-name,
	.site-aside__main-head {
		display: flex;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 7px 10px 5px 36px;
		color: #2D2D2D;
		font-family: 'Rubik Regular', sans-serif;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 400;
		overflow: hidden;
		background: #fff;
		cursor: pointer;
		user-select: none;
	}
	.site-aside__filter .list-group-item .ocf-option-name:before,
	.site-aside__main-head:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 16px;
		width: 10px;
		height: 8px;
		margin-top: -4px;
		background: url(../image/arrow-3.svg) no-repeat center;
		background-size: contain;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		cursor: pointer;
		user-select: none;
	}
	.site-aside__main-item {
		display: flex;
		align-items: center;
		position: relative;
		height: 46px;
		padding: 7px 35px 5px 20px;
		color: #2D2D2D;
		font-family: 'Rubik Regular', sans-serif;
		font-size: 12px;
		line-height: 1.2;
		border-bottom: 1px solid #E8EBEE;
		overflow: hidden;
		cursor: pointer;
		user-select: none;
	}
	.site-aside__main-item:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		width: 10px;
		height: 8px;
		margin-top: -4px;
		background: url(../image/arrow-3.svg) no-repeat center;
		background-size: contain;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.site-aside__main-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
	.site-aside .site-aside__filter {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		margin: 0;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
	.site-aside__filter .list-group-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
	}
	.site-aside__filter .list-group-item.opened {
		transform: translate(100%, 0);
	}
	.site-aside__filter .list-group-item .ocf-option-name {
		margin: 0;
	}
	.site-aside__filter .list-group-item .ocf-option-values {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		height: calc(100vh - 50px);
		padding: 15px;
		background: #F8F8F8;
		overflow-y: auto;
	}
	.site-aside__filter .ocf-target {
		display: none;
	}
	.site-aside__filter .ocf-price {
		display: flex;
	}
	.site-aside .list-group-name-hidden {
		display: none;
	}
	.site-aside .ocf-option-controls {
		display: block;
	}
	.site-aside__title {
		display: none;
	}
	.site-aside__main-back {
		display: block;
		width: 100%;
		height: 40px;
		border-radius: 4px;
		border: 1px solid #E8EBEE;
		font-size: 14px;
		font-family: 'Rubik Regular', sans-serif;
		font-weight: 400;
		color: #2D2D2D;
		background: #F8F8F8;
	}
	.site-aside__main-controls {
		padding: 15px;
	}
	.site-aside__main-controls > * {
		margin-bottom: 15px;
	}
	.site-aside__main-controls > *:last-child {
		margin-bottom: 0;
	}
	/* /site-aside */

}

/* for tablet vers */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* .swiper-viewport img{
		width: 516px!important;
		height: 217px!important;
	} */
	.swiper-viewport .img-fixed{
		width: 516px!important;
		height: 217px!important;
	}
	.checkout__collapsed {
		padding: 30px 0;
		display: flex;
		align-items: center;
	}
	.ty-page{
		padding: 6px 40px 35px;
		margin-bottom: 35px;
	}
	input[type="text"].form-cart {
		width: 0;
	}
	.input-group {
		max-width: 170px!important;
	}
	.cart-weight-error {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 0;
		color: #F95050;
		max-width: 320px;
	}

	/* for product */
	.card-section {
		flex-direction: column;
		padding-top: 25px;
	}
	.card-section-tablet{
		display: block;
	}
	.card-info--pos {
		margin-bottom: 65px;
	}
	.card-active-tablet {
		display: block;
	}
	.card-name-tablet {
		display: block;
		font-family: "Rubik Bold", sans-serif;
		font-weight: bold;
		font-size: 24px;
		line-height: 48px;
		color: #0E2F4B;
		margin-bottom: 20px;
	}

	.tab-content {
		margin-left: 0;
	}
	/* Checkout */
	.custom-control-label {
		margin-left: 0px;
		font-size: 12px;
		margin-bottom: 0px!important;
		line-height: 5px;
		margin-left: 12px;
	}
	.panel-body-submit {
		padding: 0px 15px;
	}
	.checkout__collapsed {
		display: none;
	}
	/* footer */
	.foot-language {
		justify-content: flex-end;
	}
	.address-info-col {
		display: none;
	}
}

/*Bootstrap local style*/
.accordion-button {
	font-size: 14px;
	padding: 8px 12px;
}
.accordion-button span::after {
	border-bottom: 1px solid #ddd;
	color: #888888;
	padding: 2px 45%;
	display: block;
	content: "";
	position: absolute;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}
.accordion-button:focus {
	border-color: inherit;
	box-shadow: inherit;
}
.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: inherit;
	box-shadow: inherit;
}

.accordion-button:not(.collapsed) .accordion-btn-text  {
	color: #444444;
	text-shadow: 0 1px 0 #fff;
	background-color: white;

}
.accordion-button::after {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	content: "";
	/*error in the next row*/
	/*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);*/
	background-repeat: no-repeat;
	background-size:  14px;
	transition: transform .2s ease-in-out;
}
.accordion-btn-text {
	font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #99A2AA;
}

.product-label {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	position: absolute;
	top: 14px;
	right: 0;
	padding: 0 15px;
}
.product-label_btm {
	top: auto;
	bottom: 0;
}
.product-label_lft {
	right: auto;
	left: 0;
	align-items: flex-start;
}

.cart-label {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
}

.info-preorder {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 17px 15px;
	border-radius: 8px;
	color: #0E2F4B;
	border: 1px solid rgba(165, 0, 192, 0.5);
	margin-bottom: 15px;
}
.info-preorder_desk {
	display: none;
}
.info-preorder__title {
	position: relative;
	padding: 0 0 0 22px;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: inherit;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: inherit;
	font-family: inherit;
}
.info-preorder__title:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 16px;
	background: url(../image/info-preorder-2.svg) no-repeat center;
	background-size: contain;
}

.product-label__item,
.cart-label__item {
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
	padding: 3px 10px;
	color: rgba(14, 47, 75, 1);
	border-radius: 4px;
	border: 1px solid;
	max-width: 100%;
	font-size: 13px;
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.product-label__item:before,
.cart-label__item:before {
	content: '';
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.label-tooltip {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	padding: 10px 15px;
	margin-top: 16px;
	background: #F8FAFB;
	border-radius: 4px;
	color: #0E2F4B;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	font-family: 'Rubik Regular', sans-serif;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.label-tooltip:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 10px;
	width: 32px;
	height: 16px;
	background: url(../image/product-label-tooltip.svg) no-repeat center;
	background-size: contain;
}
.label-tooltip.reverse {
	left: auto;
	right: 0;
}
.label-tooltip.reverse:before {
	left: auto;
	right: 10px;
}
.label-tooltip.show {
	display: block;
}
.product-label__item:hover,
.cart-label__item:hover {
	z-index: 1;
}

.product-label__item_preorder,
.cart-label__item_preorder {
	background: rgba(238, 165, 250, 0.9);
	border-color: rgba(238, 165, 250, 0.9);
}
.product-label__item_preorder:before,
.cart-label__item_preorder:before {
	background-image: url(../image/info-preorder.svg);
}

.product-label__item_sale,
.cart-label__item_sale {
	background: rgba(255, 153, 94, 0.1);
	border-color: rgba(255, 153, 94, 1);
}
.product-label__item_sale:before,
.cart-label__item_sale:before {
	display: none;
}

.product-label__item_bfsale,
.cart-label__item_bfsale {
	background: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8);
}
.product-label__item_bfsale:before,
.cart-label__item_bfsale:before {
	background-image: url(../image/info-sale-black-friday.svg);
}

.product-label__item_freeshipping,
.cart-label__item_freeshipping {
	background: rgba(85, 220, 108, 0.9);
	border-color: rgba(85, 220, 108, 0.9);
}
.product-label__item_freeshipping:before,
.cart-label__item_freeshipping:before {
	background-image: url(../image/info-free-shipping.svg);
}

.product-label__item_ends,
.cart-label__item_ends {
	background: rgba(255, 182, 94, 0.9);
	border-color: rgba(255, 182, 94, 0.9);
}
.product-label__item_ends:before,
.cart-label__item_ends:before {
	background-image: url(../image/info-ends.svg);
}

.product-label__item_charity,
.cart-label__item_charity {
	background: rgba(0, 190, 156, 0.8);
	border-color: rgba(0, 190, 156, 0.8);
}
.product-label__item_charity:before,
.cart-label__item_charity:before {
	background-image: url(../image/info-charity.svg);
}

.product-label__item_limited,
.cart-label__item_limited {
	background: rgba(249, 46, 19, 0.8);
	border-color: rgba(249, 46, 19, 0.8);
}
.product-label__item_limited:before,
.cart-label__item_limited:before {
	background-image: url(../image/info-limited.svg);
}

.product-label__item_important_date,
.cart-label__item_important_date {
	background: rgba(236, 124, 99, 0.8);
	border-color: rgba(236, 124, 99, 0.8);
}
.product-label__item_important_date:before,
.cart-label__item_important_date:before {
	background-image: url(../image/info-important-date.svg);
}

.product-label__item_memorable_date,
.cart-label__item_memorable_date {
	background: rgba(242, 110, 118, 0.8);
	border-color: rgba(242, 110, 118, 0.8);
}
.product-label__item_memorable_date:before,
.cart-label__item_memorable_date:before {
	background-image: url(../image/info-memorable-date.svg);
}

.product-label__item_product_of_the_week,
.cart-label__item_product_of_the_week {
	background: rgba(65, 19, 249, 0.8);
}
.product-label__item_product_of_the_week:before,
.cart-label__item_product_of_the_week:before {
	background-image: url(../image/info-product-of-the-week.svg);
}

.product-label__item_recipe,
.cart-label__item_recipe {
	background: rgba(94, 207, 255, 0.9);
	border-color: rgba(94, 207, 255, 0.9);
}
.product-label__item_recipe:before,
.cart-label__item_recipe:before {
	background-image: url(../image/info-recipe.svg);
}

.product-label__item_cashback,
.cart-label__item_cashback {
    background: #FFD301;
    border-color: #FFD301;
}

.product-label__item_cashback.winter_support,
.cart-label__item_cashback.winter_support {
    background: rgba(94, 207, 255, 0.9);
    border-color: rgba(94, 207, 255, 0.9);
}

.product-label__item_cashback.cashback:before,
.cart-label__item_cashback.cashback:before {
    background-image: url(../image/info-cashback.svg?v=2);
}

.product-label__item_cashback.winter_support:before,
.cart-label__item_cashback.winter_support:before {
    background-image: url(../image/info-winter-cashback.svg);
}

.product-label__item_frommanufacturer,
.cart-label__item_frommanufacturer {
	background: rgba(94, 255, 204, 0.9);
	border-color: rgba(94, 255, 204, 0.9);
}
.product-label__item_frommanufacturer:before,
.cart-label__item_frommanufacturer:before {
	background-image: url(../image/info-from-manufacturer.svg);
}

.product-label__item_gift,
.cart-label__item_gift {
	background: rgba(255, 153, 94, 0.9);
	border-color: rgba(255, 153, 94, 0.9);
}
.product-label__item_gift:before,
.cart-label__item_gift:before {
	background-image: url(../image/gift.svg);
}

.site-info {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #2D2D2D;
}
.site-info-desc {
	display: none;
}
.site-info-mobile {
	display: block;
}
.checkout_new .site-info-mobile {
	display: none;
}
.site-info__title {
	position: relative;
	color: inherit;
	font-family: inherit;
	line-height: 1.4;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 30px;
	letter-spacing: -0.3px;
}
.site-info__title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../image/atention.svg) center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}

.site-info-desc-attention .site-info__title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../image/atention.svg) center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}

.site-info p {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.site-info_delivery .site-info__title:before {
	width: 20px;
	height: 20px;
	background-image: url(../image/delivery.svg);
}
.site-info-desc-recipe-yes .site-info_recipe .site-info__title:before {
	width: 20px;
	height: 20px;
	background-image: url(../image/resipe.svg);
}
.site-info_preorder .site-info__title:before {
	width: 20px;
	height: 20px;
	background-image: url(../image/info-preorder-2.svg);
}

.single-wrap {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.single-wrap_success {
	border-top: 19px solid #7ED321;
}
.single-wrap_info {
	border-top: 19px solid #FFC629;
}
.single-wrap__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.single-wrap__head-more {
	padding: 5px 0 0 10px;
}
.single-wrap__link {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	font-family: 'Rubik Regular', sans-serif;
	color: #2D2D2D;
}
.single-wrap__link span {
	border-bottom: 1px solid currentColor;
	transition: border-bottom 0.3s ease;
}
.single-wrap__title {
	padding: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Rubik Bold', sans-serif;
	color: #0E2F4B;
}
.single-wrap__title_bold {
	font-size: 32px;
}
.single-wrap__head-txt {
	width: 100%;
}
.single-wrap__sub-title {
	color: #99A2AA;
}
.single-wrap__bold {
	font-size: 24px !important;
	color: #0E2F4B;
	font-weight: 700 !important;
}
.single-wrap .charity-form {
	margin-bottom: 0;
}
.single-wrap .charity-form__wrap {
	background: none;
	border: none;
}
.single-wrap .charity-form__buttons > *:last-child {
	margin-bottom: 0;
}
.single-wrap__split {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.single-wrap__split-item {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 20px;
}
.single-wrap__split-item + .single-wrap__split-item {
	margin-bottom: 0;
}

.checkout_new .site-info-desc-recipe-no .site-info__title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../image/atention-2.svg) center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}
.purchase-result {
	font-family: 'Rubik Regular', sans-serif;
	font-weight: 400;
}
.checkout_new .checkout-new-single-wrap .purchase-result {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.purchase-result__row {
	display: table-row;
}
.checkout_new .checkout-new-single-wrap .purchase-result__row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}
.purchase-result__row:nth-last-child(2) .purchase-result__value,
.purchase-result__row:nth-last-child(2) .purchase-result__title {
	padding-bottom: 18px;
}
.purchase-result__row_footer .purchase-result__value,
.purchase-result__row_footer .purchase-result__title {
	border-top: 1px solid #E8EBEE;
	padding-top: 18px;
}
.checkout_new .checkout-new-single-wrap .purchase-result__row_footer .purchase-result__value,
.checkout_new .checkout-new-single-wrap .purchase-result__row_footer .purchase-result__title {
	border: none;
	padding-top: 14px;
	color: #0E2F4B;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.checkout_new .checkout-new-single-wrap .purchase-result__row_footer .purchase-result__value {
	font-weight: 700;
	line-height: 24px;

}
.checkout_new .checkout-new-single-wrap .purchase-result__row_weight .purchase-result__value,
.checkout_new .checkout-new-single-wrap .purchase-result__row_weight .purchase-result__title {
	padding: 0;
}
.checkout_new .checkout-new-single-wrap .purchase-result__row_flex {
	display: flex;
}
.checkout_new .checkout-new-single-wrap .img-devider {
	width: 100%;
	height: 1px;
	background-image: url('../../ukrposhta/image/account/dotted-devider.svg');
	background-repeat: repeat-x;
	background-position: center;
	padding: 0;
}
.purchase-result__value,
.purchase-result__title {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	line-height: 1.2;
	font-size: 16px;
	padding: 5px 0;
	color: #99A2AA;
}
.purchase-result__title {
	font-weight: 500;
}
.purchase-result__value {
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	color: #0E2F4B;
}
.purchase-result__list {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.checkout_new .checkout-new-single-wrap .purchase-result__list {
	margin: 0;
}
.purchase-result__btn {
	margin-bottom: 20px;
}
.purchase-result__btn .btn {
	margin: 0;
}
.checkout_new .checkout-new-single-wrap .purchase-result__btn .btn {
	display: flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #E29500;
	background: #FB0;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	height: 44px;
}
.purchase-result__information {
	position: relative;
	font-family: inherit;
	margin-bottom: 15px;
	font-size: 16px;
	color: #F95050;
	padding-left: 34px;
	letter-spacing: -0.3px;

}
.purchase-result__information:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../image/atention-2.svg) center no-repeat;
	background-size: contain;
}

.purchase-result__estimated-delivery {
	position: relative;
	font-family: inherit;
	background-color: #F1FBFF;
	border: 1px solid #5ECFFF;
	border-radius: 6px;
	margin-top: 24px;
	padding: 10px 14px 10px 40px;
}
.checkout_new .checkout-new-single-wrap .purchase-result__estimated-delivery {
	margin: 0;
}

.purchase-result__estimated-delivery:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 14px;
	width: 16px;
	height: 16px;
	background: url(../image/estimated-delivery-calendar.svg) center no-repeat;
	background-size: contain;
}

.checkout_new .purchase-result__estimated-delivery:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 14px;
	width: 20px;
	height: 20px;
	background: url(../image/estimated-delivery-calendar.svg) center no-repeat;
	background-size: contain;
}
.purchase-result__estimated-delivery-title {
	color: #0E2F4B;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

.checkout_new .purchase-result__estimated-delivery-title {
	font-weight: 400;
	font-size: 14px;
}

.site-tab {
	padding-top: 8px;
}
.site-tab__head {
	margin-bottom: 24px;
}

.result-page .container {
	max-width: 780px;
}

.products-list {
	display: flex;
	flex-wrap: wrap;
}
.products-list__btn {
	margin-bottom: 20px;
}

.nice-select .select2-container {
	width: 100% !important;
}
.nice-select .select2-selection--single {
	display: flex;
	align-items: center;
}
.nice-select .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: inherit;
}
.nice-select .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.nice-select .select2-selection--single .select2-selection__arrow b {
	width: 14px;
	height: 9px;
	margin: 0;
	border: none;
	transform: translate(-50%, -50%);
	background: url("../image/arrow-2.svg") no-repeat center;
	background-size: contain;
	transition: transform 0.3s ease;
}
.nice-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: translate(-50%, -50%) rotate(180deg);
}
.nice-select .select2-container--open .select2-selection--single {
	border-color: #FFC629;
	box-shadow: 0 0 0 1px #FFC629;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 40px;
	padding: 0 10px 0 36px;
	color: #2D2D2D;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	width: 100%;
	border-radius: 0;
}
.select2-results__option {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #2D2D2D;
	padding: 15px 25px;
	transition: color 0.3s ease;
}
.select2-results__option:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width: 17px;
	height: 14px;
	transform: translate(0, -50%);
	background: url("../image/select-ok.svg") no-repeat center;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background: none;
	color: #FFC629;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: none;
	color: #FFC629;
}
.select2-container--default .select2-results__option[aria-selected=true]:before {
	opacity: 1;
}

.custom-dropdown {
	height: auto;
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400;
	max-width: 100%;
}
.custom-dropdown .select2-container {
	width: auto !important;
	max-width: 100%;
}
.custom-dropdown .select2-selection--single {
	background: none;
	background-color: #fff!important;
	border: none;
	border-radius: 0;
	height: auto;
}
.custom-dropdown .select2-selection--single .select2-selection__rendered {
	color: #2D2D2D;
	font-size: 18px;
	line-height: 1.3;
	padding: 0 34px 0 0;
}
.custom-dropdown_prices .select2-selection--single .select2-selection__rendered {
	min-width: 90px;
}
.custom-dropdown .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.custom-dropdown .select2-selection--single .select2-selection__arrow b {
	width: 14px;
	height: 9px;
	margin: 0;
	border: none;
	transform: translate(-50%, -50%);
	background: url("../image/arrow.svg") no-repeat center;
	background-size: contain;
}
.custom-dropdown_titles .select2-dropdown {
	min-width: 270px;
}
.dropdown-cover {
	position: relative;
}
.custom-dropdown {
	position: relative;
}
.nice-select .select2-results__options,
.custom-dropdown .select2-results__options {
	padding: 4px;
}
.nice-select .select2-container,
.custom-dropdown .select2-container {
	width: 100% !important;
}
.nice-select .select2-dropdown,
.custom-dropdown .select2-dropdown {
	width: 100% !important;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 22px 0;
	border: none;
}
.nice-select .select2-dropdown {
	padding-top: 1px;
}
.nice-select .select2-results__option,
.custom-dropdown .select2-results__option {
	font-family: 'Rubik Regular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 13px;
	border-radius: 4px;
	transition: background 0.3s ease, color 0.3s ease;
}
.nice-select .select2-results__option--highlighted[aria-selected]:not([aria-selected=true]),
.custom-dropdown .select2-results__option--highlighted[aria-selected]:not([aria-selected=true]) {
	background: #FFF6DD;
	color: #2D2D2D;
}

.entities-error {
	width: 100%;
	margin-bottom: 20px;
}
.entities-error__total {
	color: #F95050;
}
.entities-error__title {
	display: none;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	color: #F95050;
	margin-bottom: 12px;
}
.entities-error__title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../image/atention-2.svg) center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}
.entities-error__clear {
	text-align: left;
}
.entities-error__clear span {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	color: #F95050;
	border-bottom: 1px solid currentColor;
	transition: border-bottom 0.3s ease;
}

#error-blocks {
	position: absolute; /*   */
	z-index: 2;
	top: 150px;/* 27%*/
	min-width: inherit;
	width: inherit;
	max-width: inherit;
	padding-right: 25px;
}

.site-notice {
	position: relative;
	background: rgba(255, 236, 236, 0.9);
	border: 1px solid #FFAFAF;
	margin-bottom: 20px;
	border-radius: 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
}
.site-notice__wrap {
	padding: 10px 55px 10px 55px;
}
.site-notice__wrap:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 22px;
	width: 20px;
	height: 20px;
	background: transparent url(../image/atention-2.svg) no-repeat center;
	background-size: contain;
}
.site-notice__wrap a:after {
	content: '';
	position: absolute;
	top: 18px;
	right: 25px;
	width: 15px;
	height: 15px;
	background: transparent url(../image/btn-close.svg) no-repeat center;
	background-size: contain;
}
.site-notice__wrap strong {
	font-weight: 700;
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-webkit-transition: background 0.3s ease, visibility 0.3s ease;
	transition: background 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 1000;
}
.menu .header {
	height: var(--menu-header-height);
	margin-bottom: 0;
}
.menu__inner {
	height: calc(100vh - var(--menu-header-height) - var(--menu-footer-height));
	overflow-y: auto;
}
.menu__footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 14px;
	height: var(--menu-footer-height);
	padding: 14px 15px;
	border-top: 1px solid var(--border-color-1);
}
.menu__footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.menu__footer-eyesight,
.menu__footer-eye {
	display: none;
}
.menu__footer-eyesight.active,
.menu__footer-eye.active {
	display: block;
}
.menu__cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu__wrap {
	position: absolute;
	top: 0;
	left: calc(-100% + 60px);
	width: calc(100% - 60px);
	background: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.menu .header__controls-item_switch {
    display: flex;
    background: #fff;
    padding: 0;
    border: none;
    height: 32px;
}
.menu .header__wrap {
	height: 100%;
	padding: 10px 14px;
}
.menu.active {
	visibility: visible;
	background: rgba(0,0,0,0.5);
}
.menu.active .menu__wrap {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.nice-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.nice-menu__item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	color: #0E2F4B;
	padding-left: 15px;
	border-bottom: 1px solid #EAEFF4;
	padding-right: 50px;
}
.nice-menu__item:hover {
	color: #0E2F4B;
}
.nice-menu__item-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nice-menu__item_selected {
	color: #FFC629;
}
.nice-menu__item.opened .nice-menu__arrow:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nice-menu__item-icon {
	margin-right: 15px;
}
.nice-menu__item_bold,
.nice-menu__item_back {
	font-size: 14px;
	color: #0E2F4B;
	background: #F8FAFB;
	min-height: 52px;
	cursor: pointer;
	user-select: none;
}
.nice-menu__item_bold .nice-menu__link {
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 13px;
}
.nice-menu__item_back span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding-left: 29px;
}
.nice-menu__item_back span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../image/arrow-4.svg) no-repeat center;
	background-size: contain;
}
.nice-menu__item_all {
	padding-top: 16px;
	padding-bottom: 16px;
}
.nice-menu__item_all .nice-menu__link {
	min-height: 0;
	padding: 0;
	border-bottom: 1px solid currentColor;
}
.nice-menu__link {
	display: flex;
	align-items: center;
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	padding: 4px 0;
	min-height: 51px;
	overflow: hidden;
	color: inherit;
	user-select: none;
}
.nice-menu__link:hover {
	color: inherit;
}
.nice-menu__arrow {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	user-select: none;
	cursor: pointer;
	position: absolute;
	inset: 0;
}
.nice-menu__arrow span {
	display: block;
	position: relative;
	width: 50px;
}
.nice-menu__arrow span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url(../image/arrow-3.svg) no-repeat center;
	background-size: contain;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.nice-menu__arrow + * {
	position: relative;
}
.nice-menu__children {
	display: none;
}
.nice-menu__icon {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background-size: contain;
	background-position: center;
}
.nice-menu__footer {
	border-top: 1px solid #E8EBEE;
}
.nice-menu__sister {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: var(--menu-header-height);
	bottom: 0;
	left: 100%;
	width: 100%;
	background: #fff;
	z-index: 1;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.nice-menu__sister.active {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.nice-menu__sister .nice-menu__sister {
	top: 0;
}
.nice-menu__sister:has(.nice-menu__sister.active) {
	overflow: hidden;
}
.nice-menu__sister > * {
	width: 100%;
}

.toggle-btn {
	display: block;
	position: relative;
	color: #2D2D2D;
	padding: 13px 70px 13px 20px;
	font-size: 12px;
}
.toggle-btn:before,
.toggle-btn:after {
	content: '';
	position: absolute;
	top: 50%;
}
.toggle-btn:before {
	right: 22px;
	width: 25px;
	height: 5px;
	margin-top: -3px;
	border-radius: 5px;
	background: #D1D1D1;
}
.toggle-btn:after {
	right: 16px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	border-radius: 50%;
	background: #03A400;
}
.toggle-btn[disabled]:after {
	right: 39px;
	background: #99A2AA;
}
.toggle-btn:hover {
	color: #2D2D2D;
}

.additional-info {
	text-align: center;
}
.additional-info__wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 30px;
	padding-top: 11px;
	padding-bottom: 9px;
	font-size: 14px;
	line-height: 1.4;
	color: #2D2D2D;
	text-align: left;
}
.additional-info__item {
	display: flex;
	align-items: center;
	height: 100%;
}
a.additional-info__wrap {
	padding-right: 20px;
}
a.additional-info__wrap:hover {
	color: inherit;
}
a.additional-info__wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url(../image/arrow-3.svg) no-repeat center;
	background-size: contain;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.additional-info__icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.additional-info .swiper-wrapper {
	align-items: stretch;
}
.additional-info .swiper-slide {
	height: auto;
}

.cart-popup {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-popup.active {
	opacity: 1;
	visibility: visible;
}
.cart-popup__loaded .preloader {
	display: none;
}
.cart-popup__loaded .cart-popup__inner {
	min-height: 100%;
}
.cart-popup__close span {
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
}
.cart-popup__close span:before,
.cart-popup__close span:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 24px;
	height: 1px;
	background: #0E2F4B;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.cart-popup__close span:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cart-popup__close span:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart-popup__wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 20px 20px 0;
	text-align: center;
	overflow-y: auto;
}
.cart-popup__inner {
	display: flex;
	position: relative;
	min-height: 150px;
}
.cart-popup__cover {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 100%;
	background: #fff;
}
.cart-popup__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.cart-popup__title {
	padding: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Rubik Bold', sans-serif;
	color: #0E2F4B;
}
.cart-popup__head-more {
	padding-top: 2px;
}
.cart-popup__cover .custom-cart {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E8EBEE;
}
.cart-popup__cover .custom-cart:last-child {
	margin-bottom: 0;
}
.cart-popup__cover .custom-cart__img {
	width: 60px;
	max-width: none;
	margin: 0 0 15px;
}
.cart-popup__cover .custom-cart__inner {
	padding-left: 20px;
	text-align: left;
	width: calc(100% - 60px);
	margin-bottom: 15px;
}
.cart-popup__cover .custom-cart__inner .custom-cart__total {
	display: none;
}
.cart-popup__cover .cart-name {
	font-size: 16px;
}
.cart-popup__controls-column_1 {
	display: none;
}
.cart-popup__total {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.cart-popup__total-title {
	color: #99A2AA;
	font-size: 20px;
	line-height: 1.2;
}
.cart-popup__total-value {
	color: #0E2F4B;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}
.cart-popup__controls-column .btn {
	margin-bottom: 0;
}
.cart-popup__part {
	width: 100%;
}
.cart-popup__part + .cart-popup__part {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	background: #fff;
	padding: 12px 0 20px;
	border-top: 1px solid #E8EBEE;
}
.cart-popup__part + .cart-popup__part > * {
	width: 100%;
}

.popup-slider {
	display: none;
}

.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 66px;
	margin: -33px 0 0 -23px;
	background: url("../../../../../image/catalog/logo/logo-mob.svg") no-repeat center;
	background-size: contain;
	animation-name: preloader;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.donate-preview {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}
.donate-preview__item {
	display: flex;
	align-items: stretch;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 20px;
	width: 100%;
}
.donate-preview__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 23px;
	border-radius: 10px;
	background: #fff;
	color: #0e2f4b;
	border: 1px solid #E8EBEE;
}
.donate-preview__head {
	width: 100%;
	margin-bottom: 25px;
}
.donate-preview__footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.donate-preview__footer > * {
	width: 100%;
}
.donate-preview__img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 19px;
}
.donate-preview__title {
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.donate-preview__description {
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.35;
}
.donate-preview__progress {
	position: relative;
	height: 9px;
	border-radius: 4px;
	background: #E8EBEE;
	margin-bottom: 16px;
}
.donate-preview__progress-done {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #FFC629;
	border-radius: inherit;
}
.donate-preview__progress-done.finished {
	background: #7ED321;
}
.donate-preview__result {
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: 10px;
}
.donate-preview__result-item {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 11px;
}
.donate-preview__result-title {
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #99A2AA;
	margin-bottom: 1px;
}
.donate-preview__result-value {
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.3;
}
.donate-preview__result-unit {
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.charity-achievements {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 20px;
}
.charity-achievements__item {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

.donate-achievement {
	margin-bottom: 30px;
}
.donate-achievement__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 12px;
}
.donate-achievement__title {
	font-family: "Rubik Regular", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	width: calc(100% - 80px);
}
.donate-achievement__arrows {
	width: 80px;
	text-align: right;
}
.donate-achievement .swiper-button-next,
.donate-achievement .swiper-button-prev {
	display: none;
}
.donate-achievement__arrow {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: none;
	margin-left: 15px;
}
.donate-achievement__arrow:first-child {
	margin-left: 0;
}
.donate-achievement__arrow span {
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
}
.donate-achievement__arrow span:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -9px;
	background: url("../image/arrow-2.svg") no-repeat center;
	background-size: contain;
}
.donate-achievement__arrow_prev span:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.donate-achievement__arrow_next span:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.donate-achievement__wrap .swiper-slide {
	height: auto;
}
.donate-achievement__inner {
	display: flex;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	padding: 23px;
	border-radius: 10px;
	color: #0E2F4B;
	border: 1px solid #E8EBEE;
	background-color: #fff;
}
.donate-achievement__inner-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 25px;
}
.donate-achievement__image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 190px;
	width: 100%;
	margin-bottom: 27px;
}
.donate-achievement__amount {
	font-family: "Rubik Medium", sans-serif;
	font-size: 32px;
}
.donate-achievement__date {
	font-family: "Rubik Regular", sans-serif;
	font-size: 16px;
	text-align: right;
	padding-left: 20px;
}
.donate-achievement__inner-bottom {
	font-family: "Rubik Regular", sans-serif;
	font-size: 18px;
	line-height: 1.3;
}
.donate-achievement__theme {
	display: block;
	font-family: "Rubik Bold", sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

.charity-form {
	margin-bottom: 30px;
	color: #0E2F4B;
}
.charity-form__pic {
	position: relative;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
}
.charity-form__pic-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.charity-form__pic-item.active {
	opacity: 1;
}
.charity-form__wrap {
	padding: 23px;
	border-radius: 10px;
	color: #0E2F4B;
	border: 1px solid #E8EBEE;
	background-color: #fff;
}
.charity-form__type {
	margin-bottom: 20px;
}
.charity-form__type-title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'Rubik Bold', sans-serif;
}
.charity-form__type-row {
	margin-bottom: 15px;
}
.charity-form__type-row .nice-radio {
	margin-bottom: 0;
}
.charity-form__value {
	margin-bottom: 14px;
}
.charity-form__value-label {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Rubik Regular", sans-serif;
	color: #0E2F4B;
}
.charity-form__value-row {
	position: relative;
}
.charity-form__value-row .form-control {
	padding-right: 70px;
}
.charity-form__value-unit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding-right: 10px;
	display: flex;
	align-items: center;
	color: #99A2AA;
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	line-height: 1;
}
.charity-form__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 6px;
}
.charity-form__btn {
	background: #fff;
	border: 1px solid #99A2AA;
	width: calc(50% - 7px);
	margin-bottom: 14px;
	padding: 9px;
	border-radius: 8px;
	color: #0E2F4B;
	font-size: 16px;
	font-family: "Rubik Regular", sans-serif;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}
.charity-form__btn:last-child {
	width: 100%;
}

.charity-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0, 0.4);
	padding: 0 20px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.charity-popup.active {
	opacity: 1;
	visibility: visible;
}
.charity-popup__wrap {
	width: 100%;
	max-width: 660px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	background: #fff;
	border-radius: 10px;
}
.charity-popup__inner {
	position: relative;
	padding: 36px 22px 24px;
}
.charity-popup__inner p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.charity-popup__inner p:last-child {
	margin-bottom: 0;
}
.charity-popup__close {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.charity-popup__close:before,
.charity-popup__close:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 24px;
	height: 1px;
	background: #0E2F4B;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.charity-popup__close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.charity-popup__close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.charity-popup__title {
	padding: 0;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Rubik Bold', sans-serif;
	color: #0E2F4B;
}
.charity-popup__img {
	display: block;
	width: 100%;
	height: auto;
}

.site-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
.site-head .site-title {
	margin-bottom: 0;
}
.site-head__more {
	padding: 8px 0 0 10px;
	text-align: right;
}
.site-head__link {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	font-family: 'Rubik Regular', sans-serif;
	color: #2D2D2D;
}
.site-head__link:hover {
	color: #2D2D2D;
}
.site-head__link:hover {
	color: #2D2D2D;
}
.site-head__link span {
	border-bottom: 1px solid currentColor;
	transition: border-bottom 0.3s ease;
}

.news-preview {
	margin-bottom: 20px;
}
.news-preview__item {
	margin-bottom: 20px;
}
.news-preview__link {
	display: block;
	background: #fff;
	border: 1px solid #E8EBEE;
	border-radius: 8px;
}
.news-preview__img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px 8px 0 0;
}
.news-preview__wrap {
	padding: 15px 20px;
}
.news-preview__title {
	font-size: 20px;
	line-height: 1.2;
	font-family: 'Rubik Medium', sans-serif;
	color: #0E2F4B;
	margin-bottom: 10px;
}
.news-preview__txt {
	font-size: 16px;
	line-height: 1.35;
	font-family: 'Rubik Regular', sans-serif;
	color: #0E2F4B;
}
.news-preview__more {
	text-align: right;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: var(--background-1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--border-radius-1);
  padding: 0 11px;
}
.header-btn_bp {
  padding: 0 15px;
}
.header-btn__wrap {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
}
.header-btn__wrap:before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-radius: 50%;
  background: #FF5656;
}
.header-btn.active .header-btn__wrap:before {
  content: '';
}
.header-btn__txt {
  position: relative;
  top: 1px;
  color: #0E2F4B;
  font-size: 14px;
}

.bvi-call {
	padding: 4px 15px;
	width: 100%;
	text-align: center;
}

.footer-warn {
	background: #E6E6E6;
	color: #0E2F4B;
	text-align: center;
	padding: 23px 0;
}
.footer-warn__title {
	font-size: 20px;
	line-height: 1.2;
	font-family: "Rubik Medium", sans-serif;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.footer-warn__sub-title {
	font-size: 14px;
	font-family: "Rubik Regular", sans-serif;
	line-height: 1.3;
}

.site__footer {
	background: #021D34;
}
.site__footer-top {
	padding: 31px 0 9px;
}
.site__footer-bottom {
	border-top: 1px solid #99A2AA;
	padding: 31px 0 0;
}
.site__footer-column {
	/* padding: 0 15px; */
	width: 100%;
}
.site__footer a,
.site__footer-column,
.site__footer p {
	color: #99A2AA;
}
.site__footer p {
	margin-bottom: 5px;
	padding: 0;
}
.site__footer-column b {
	color: #fff;
	font-family: "Rubik Medium", sans-serif;
}
.site__footer a[href^='tel:'] {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	cursor: default;
	border-bottom: none;
	color: #fff;
}
.site__footer a {
	border-bottom: 1px solid currentColor;
	-webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
	transition: color 0.3s ease, border-bottom 0.3s ease;
}
.site__footer a.footer-menu__no-border {
	border: none !important;
}
.site__footer-copyright {
	padding: 12px 0;
	background: #021D34;
	color: #D1D1D1;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.site__footer-copyright-item {
	margin-bottom: 10px;
}
.site__footer-copyright-item p,
.site__footer-copyright-item a {
	color: #D1D1D1;
}

.social__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 15px 0;
	border: none !important;
}
.social__item:last-child {
	margin-right: 0;
}
.social__item svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: #fff;
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}
.social__item_dp svg {
	width: 130px;
}

.footer-menu__inner-col {
	margin-bottom: 20px;
}
.footer-menu__partners {
	display: flex;
	flex-wrap: wrap;
}
.footer-menu__partners-title {
	flex: none;
	width: 100%;
}
.footer-menu__partners-wrap {
	display: flex;
	flex-direction: column;
}

.prescription-reserve {
	background: #5ECFFF;
	margin-bottom: 20px;
	border-radius: 16px;
	padding: 21px 20px;
	color: #0E2F4B;
}
.prescription-reserve__wrap {
	margin-bottom: 24px;
}
.prescription-reserve__wrap > *:last-child {
	margin-bottom: 0;
}
.prescription-reserve__wrap:last-child {
	margin-bottom: 0;
}
.prescription-reserve__title {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 1.2;
	font-family: 'Rubik Bold', sans-serif;
	color: inherit;
}
.prescription-reserve__txt {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: inherit;
}
.prescription-reserve__form-inner {
	display: block;
	width: 100%;
	margin-bottom: 7px;
}
.prescription-reserve__input {
	width: 100%;
	height: 48px;
	border-radius: 8px;
	background: #fff;
	border: none;
	padding: 0 13px;
	font-size: 14px;
	font-family: "Rubik Regular", sans-serif;
}
.prescription-reserve__submit,
.prescription-reserve__mob-submit {
	background: #FFC629;
	color: #0E2F4B;
	font-size: 14px;
	font-family: "Rubik Medium", sans-serif;
	border-radius: 8px;
	height: 44px;
}
.prescription-reserve__submit span,
.prescription-reserve__mob-submit span {
	position: relative;
	padding-left: 28px;
	color: inherit;
	height: auto;
}
.prescription-reserve__submit span:before,
.prescription-reserve__mob-submit span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	background: url(../image/search-icon-2.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
}
.prescription-reserve__submit {
	display: none;
}
.prescription-reserve__mob-submit {
	display: block;
	width: 100%;
}
.prescription-reserve__example {
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: inherit;
}

.product-card {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #E8EBEE;
}
.product-card:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.product-card__img {
	display: block;
	max-width: 300px;
	margin: 0 auto 15px;
}
.product-card__img img {
	display: block;
	width: 100%;
	height: auto;
}
.product-card__wrap .product-label {
	align-items: flex-start;
	flex-direction: row;
	position: static;
	padding: 0;
	margin-bottom: 10px;
}
.product-card__name {
	display: inline-block;
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #0E2F4B;
	margin-bottom: 20px;
}
.product-card__footer {
	text-align: center;
}
.product-card__total {
	margin-bottom: 10px;
}
.product-card__total-title {
	font-family: 'Rubik Regular', sans-serif;
	font-size: 16px;
	color: #99A2AA;
	line-height: 1.3;
	margin-bottom: 4px;
}
.product-card__total-value {
	color: #0E2F4B;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 18px;
}
.product-card__btn {
	display: block;
	width: 100%;
	font-family: "Rubik Bold", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #0E2F4B;
	background: #FFC629;
	border-radius: 8px;
	height: 44px;
}

.recipe-warn {
	width: 100%;
	font-size: 14px;
	line-height: 1.25;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #99A2AA;
	margin-bottom: 15px;
}

.content {
	color: #0E2F4B;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
.content h2 {
	padding: 0;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}
.content p {
	padding: 0;
	line-height: 1.7;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.nice-slider {
	margin-bottom: 7px;
}
.nice-slider .swiper-container {
	border-radius: 8px;
}
.nice-slider__inner {
	position: relative;
	padding-bottom: 72%;
}
.nice-slider__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}
.nice-slider__img_desktop {
	display: none;
}
.nice-slider .swiper-pagination {
	position: static;
	height: 30px;
	text-align: center;
	padding-top: 14px;
}
.nice-slider .swiper-pagination-bullet {
	display: inline-block !important;
	vertical-align: top;
	height: 3px;
	width: 10px;
	border-radius: 5px;
	margin: 0 3px;
	background: #E0E0E0;
	opacity: 1;
	-webkit-transition: background 0.3s ease, width 0.3s ease;
	transition: background 0.3s ease, width 0.3s ease;
}
.nice-slider .swiper-pagination-bullet-active {
	background: #5DCFFF;
	width: 19px;
}
.nice-slider .swiper-pagination-bullet:hover {
	background: #E0E0E0;
}
.nice-slider .swiper-pagination-bullet-active:hover {
	background: #5DCFFF;
}
.nice-slider .swiper-button-prev,
.nice-slider .swiper-button-next {
	display: none;
}

.dropdown-menu_aside {
	display: none;
}

.custom-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom-head__more {
	padding: 5px 0 0 10px;
}
.custom-head__link {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	font-family: 'Rubik Regular', sans-serif;
	color: #0E2F4B;
}
.custom-head__link span {
	border-bottom: 1px solid currentColor;
	transition: border-bottom 0.3s ease;
}

.nice-preview {
	margin-right: calc(-.5* var(--bs-gutter-x));
	margin-left: calc(-.5* var(--bs-gutter-x));
}
.nice-preview__wrapper {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.nice-preview__item {
	padding-right: calc(var(--bs-gutter-x)* .5);
	padding-left: calc(var(--bs-gutter-x)* .5);
}
.news-card {
	width: 100%;
}
.news-card__wrap {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	border: 1px solid #F0F0F0;
	background: #fff;
	transition: box-shadow .3s ease;
}
.news-card__img {
	width: 100%;
	height: 150px;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	object-fit: cover;
	object-position: center;
}
.news-card__inner {
	padding: 12px 20px 15px;
}
.news-card__title {
	font-size: 18px;
	line-height: 1.3;
	color: #0E2F4B;
	font-family: "Rubik Medium", sans-serif;
	margin-bottom: 11px;
}
.news-card__txt {
	margin-bottom: 34px;
	font-size: 14px;
	line-height: 1.2;
	color: #0E2F4B;
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400;
}
.news-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 14px;
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400;
	line-height: 1;
	gap: 20px;
}
.news-card__date {
	color: #B0B0B0;
}
.news-card__more {
	color: #0E2F4B;
	border-bottom: 1px solid currentColor;
	-webkit-transition: border-bottom 0.3s ease;
	transition: border-bottom 0.3s ease;
}
.news-card_show-all .news-card__wrap {
	padding: 19px;
	text-align: center;
	color: #0E2F4B;
	font-size: 14px;
	line-height: 1.2;
	align-items: center;
}
.news-card_show-all .news-card__wrap span {
	border-bottom: 1px solid currentColor;
	width: auto;
}

.nice-content {
	padding: 15px 18px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #F0F0F0;
	color: #0E2F4B;
	margin-bottom: 70px;
}
.nice-content__title {
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 12px;
	padding: 0;
}
.nice-content__sub-title {
	margin-bottom: 12px;
}
.nice-content__time {
	font-size: 12px;
	line-height: 1.5;
	color: #0E2F4B;
}
.nice-content__main-pic {
	margin-bottom: 29px;
}
.nice-content__main-pic img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
}
.nice-content h2,
.nice-content h3,
.nice-content h4,
.nice-content h5,
.nice-content h6 {
	padding: 0;
	margin-bottom: 12px;
	font-family: "Rubik Medium", sans-serif !important;
	font-weight: 500;
	line-height: 1.3;
	color: inherit !important;
}
.nice-content h2 {
	font-size: 16px;
}
.nice-content h3 {
	font-size: 15px;
}
.nice-content h4 {
	font-size: 14px;
}
.nice-content h5 {
	font-size: 13px;
}
.nice-content h6 {
	font-size: 12px;
}
.nice-content p {
	font-family: "Rubik Regular", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	text-indent: 14px;
	color: inherit !important;
	padding: 0;
	margin-bottom: 20px;
}
.nice-content p:last-child {
	margin-bottom: 0;
}
.nice-content p span {
	font-size: inherit !important;
}

.news-list {
	row-gap: 20px;
	margin-bottom: 20px;
}
.news-list__item {
	display: flex;
	align-items: stretch;
}
.news-list__item .news-card__wrap {
	width: 100%;
}

.nice-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.nice-pagination__column {
	color: #000;
	font-size: 14px;
	line-height: 1.3;
}
.nice-pagination .pagination {
	margin-bottom: 0;
}
.nice-pagination .pagination li {
	width: auto;
	height: auto;
	margin-right: 5px;
}
.nice-pagination .pagination li:last-child {
	margin-right: 0;
}
.nice-pagination .pagination a,
.nice-pagination .pagination span {
	display: block;
	width: 45px !important;
	height: 36px !important;
	background: #fff !important;
	border: 1px solid #E9E9E9 !important;
	color: #000 !important;
	font-size: 14px !important;
	font-family: "Rubik Regular", sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 36px !important;
	border-radius: 4px;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
}
.nice-pagination .pagination span {
	background: #5ECFFF !important;
	color: #fff !important;
	border: 1px solid #5ECFFF !important;
}

.error-receipt .error {
	padding-top: 10px;
	font-size: 16px;
}

.promotions__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
	margin-bottom: 24px;
}
.promotions__head {
	margin-bottom: 18px;
}
.promotions__head-wrap {
	display: flex;
	padding-right: var(--bs-gutter-x);
	padding-left: var(--bs-gutter-x);
	max-width: 100%;
	overflow: hidden;
	overflow-x: auto;
	scrollbar-color: #DEE2E6 transparent;
	scrollbar-width: thin;
}
.promotions__head-inner {
	display: flex;
	background: #fff;
	border: 1px solid #EAEFF4;
	border-radius: 6px;
}
.promotions__head-btn {
	padding: 8px 24px;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	color: #0E2F4B;
	border: none;
	border-radius: 6px;
	white-space: nowrap;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.promotions__head-btn.active {
	background: #FFBB00;
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
}

.show-more {
	text-align: center;
	margin-bottom: 24px;
}
.show-more__btn {
	height: 44px;
	background: #EAEFF4;
	border-radius: 6px;
	border: 1px solid #EAEFF4;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
.show-more__btn span {
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	color: #0E2F4B;
	vertical-align: top;
	padding: 0 24px;
}
.show-more__btn span:before {
	content: '';
	display: inline-block;
	vertical-align: inherit;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	border: 1px solid #0E2F4B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}

.promo-card {
	display: flex;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.promo-card.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.promo-card__wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #EAEFF4;
	border-radius: 8px;
}
.promo-card__img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 18px;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.promo-card__inner {
	padding: 0 20px 20px;
}
.promo-card__date {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 16px;
}
.promo-card__remaining {
	display: flex;
	align-items: center;
	height: 33px;
	padding: 0 13px;
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #009DE0;
	background: #E8F2FC;
	border-radius: 4px;
}
.promo-card__range {
	font-family: "Rubik Regular", sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #0E2F4B;
}
.promo-card__name {
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #0E2F4B;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.promo-card__txt {
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #0E2F4B;
}

.img-preview {
	margin-bottom: 12px;
}
.img-preview img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.promo-info {
	padding: 17px;
	background: #fff;
	border: 1px solid #EAEFF4;
	border-radius: 8px;
}
.promo-info__head {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 18px;
}
.promo-info__head .product-label {
	align-items: flex-start;
	position: relative;
	top: 0;
	padding: 0;
}
.promo-info__terms {
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #0E2F4B;
}
.promo-info__title {
	font-family: "Rubik Medium", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	color: #0E2F4B;
	margin-bottom: 28px;
}
.promo-info__timer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.promo-info__timer-title {
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #0E2F4B;
}

.custom-timer {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-family: Arial, sans-serif;
}
.custom-timer__box {
	text-align: center;
}
.custom-timer__time {
	font-size: 28px;
	font-family: 'Rubik Bold', sans-serif;
	font-weight: 700;
	color: #0E2F4B;
}
.custom-timer__label {
	display: block;
	font-size: 14px;
	color: #6E8191;
	padding-top: 2px;
}

.promo-details {
	display: flex;
	flex-direction: column;
	gap: 17px;
	padding: 17px;
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #EAEFF4;
	border-radius: 8px;
	color: #0E2F4B;
}
.promo-details__title {
	font-family: "Rubik Regular", sans-serif;
	font-size: 22px;
	line-height: 1.1;
}
.promo-details__cover {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Rubik Rgular", sans-serif;
	height: 100px;
	overflow: hidden;
}
.promo-details__cover:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 61.5%);
}
.promo-details__cover.active {
	height: auto;
}
.promo-details__cover.active:after {
	display: none;
}
.promo-details__btn-wrap {
	text-align: center;
}
.promo-details__btn span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #0E2F4B;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	margin-right: 20px;
	border-bottom: 1px solid currentColor;
	-webkit-transition: border-bottom 0.3s ease;
	transition: border-bottom 0.3s ease;
}
.promo-details__btn span:before {
	content: '';
	position: absolute;
	right: -15px;
	top: 3px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #0E2F4B;
	border-bottom: 1px solid #0E2F4B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.promo-preview-row {
	margin-bottom: 24px;
}

.card-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	height: calc(100% - var(--product-layout-img-height));
	padding: 12px;
}
.card-info__title {
	font-family: 'Rubik Regular', sans-serif;
	font-size: 14px;
	color: #0E2F4B;
	line-height: 1.3;
}
.card-info__title-inner {
	color: inherit;
	border-bottom: 1px solid transparent;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
.card-info__title-inner:hover {
	color: inherit;
}
.card-info__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.card-info__price {
	font-family: 'Rubik Regular', sans-serif;
	font-size: 22px;
	color: #FF1212;
	line-height: 1.1;
}
.card-info__price-old {
	position: relative;
	font-family: 'Rubik Regular', sans-serif;
	font-size: 14px;
	color: #6E8191;
	line-height: 1.5;
}
.card-info__price-old:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background: #6E8191;
}
.card-info__cart {
	width: 100%;
	text-align: right;
}
.card-info__cart-inner {
	display: block;
	position: relative;
	width: var(--card-info-btn-width);
	height: 46px;
	background: url(../image/cart.svg) no-repeat center, #FFBB00;
	background-size: 24px 24px;
	border: 1px solid #E29500;
	border-radius: 6px;
	-webkit-transition: border 0.3s ease, background 0.3s ease;
	transition: border 0.3s ease, background 0.3s ease;
}
.card-info__cart-btn.disabled {
	cursor: not-allowed;
}
.card-info__cart-btn.disabled .card-info__cart-inner {
	background-color: #EAEFF4;
	border-color: #EAEFF4;
}
.card-info__price {
	width: calc(100% - var(--card-info-btn-width) - 12px);
}
.card-info__price + .card-info__cart {
	width: 94px;
}
#recipe .recipe__checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	flex-direction: row;
	width: 100%;
	gap: 6px;
}
#recipe .recipe__checkbox label {
	color: #476176;
	flex: 1 1 auto;
	margin: 0;
}
.checkout_new #recipe .recipe__checkbox label {
	color: #0E2F4B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
#recipe .recipe__checkbox [type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1.5px solid #8AA3B9;
	background: #fff;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
#recipe .recipe__checkbox [type="checkbox"]:hover {
	border-color: #FB0;
	transition: border-color .12s ease, transform .12s ease;
}
#recipe .recipe__checkbox [type="checkbox"]::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 8px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0.8);
	opacity: 0;
	transition: opacity .12s ease, transform .12s ease;
}
#recipe .recipe__checkbox [type="checkbox"]:checked {
	background: #FB0;
	border-color: #FB0;
	flex-shrink: 0;
}
#recipe .recipe__checkbox [type="checkbox"]:checked::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}
#recipe .file-upload {
	margin-top: 16px;
}
#recipe .file-upload__dropzone {
	display: flex;
	align-items: center;
	gap: 10px;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 2px dashed #D4DCE3;
	background: #F8FAFB;
	cursor: pointer;
	color: #222;
}
#recipe .file-upload__dropzone .icon {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}
.checkout_new .file-recipe-title{
	color: #0E2F4B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	margin: 0;
}
#recipe .file-upload__dropzone.dragover {
	border-color: #3b82f6; background: #f0f9ff;
}
#recipe .file-upload__meta {
	color: #476176;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
#recipe .file-upload__preview {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 10px;
	border-radius: 6px;
	background: #f8fafc;
	border: 1px solid #e6eef8;
	font-size: 13px;
}
#recipe .file-upload__preview .file-name {
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 70%;
}
#recipe .file-upload__remove {
	background: transparent; border: none; color: #ef4444; cursor: pointer; font-weight: 600;
}
#recipe .file-upload__error {
	margin-top: 6px; color: #dc2626; font-size: 13px;
}
#recipe .error {
	display: block;
	padding-top: 6px;
	line-height: 1.3;
	font-size: 14px;
}

.checkout_new .file-recipe-preview{
	margin-top:14px;
	display: flex;
	padding: 16px;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #FFF;
}
.checkout_new .file-recipe-preview-block{
	display:flex; align-items:flex-start; gap:12px;
}
.checkout_new .file-recipe-icon{
	min-width:40px; height:40px; display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.checkout_new .file-info-block{
	flex:1; min-width:0;
}
.checkout_new .file-info-recipe-name {
	color: #0E2F4B;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.checkout_new .file-info-recipe-status {
	margin-top: 6px; 
	color: #0E2F4B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}
.checkout_new .file-info-recipe-progress-wrap{
	margin-top:6px; height:4px; background:#e5e7eb; border-radius:2px; overflow:hidden;
}
.checkout_new .file-info-progress-bar{
	height:100%; width:0%; background:#3b82f6; border-radius:2px; transition:width 0.15s ease;
}
.checkout_new .file-recipe-remove-btn{
	cursor:pointer; 
	flex-shrink:0; 
}
.checkout_new .badge-warning{
	display: flex;
	padding: 6px 10px;
	justify-content: center;
	gap: 6px;
	border-radius: 4px;
	background: #FFF4EB;
	color: #0E2F4B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	
    width: 100%;
    max-width: 210px;
}
.checkout_new .badge-warning p{
	color: #0E2F4B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;

}
.site-popup {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.20);
	padding: 14px;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-popup.active {
	opacity: 1;
	visibility: visible;
}
.site-popup__wrap {
	position: relative;
	max-height: calc(100vh - 60px);
	width: 100%;
	max-width: 400px;
	background: var(--background-4);
	border-radius: 8px;
	border: 1px solid var(--border-color-1);
	overflow-y: auto;
}
.site-popup__close {
	position: absolute;
	top: 9px;
	right: 6px;
}
.site-popup__close svg {
	width: 24px;
	height: 24px;
}
.site-popup__close svg path {
	transition: stroke 0.3s ease;
}

.popup-dialog__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 30px 20px 20px;
	color: var(--font-color-1);
	font-family: var(--font-regular);
	font-size: 22px;
	line-height: 1.2;
	border-bottom: 1px solid var(--border-color-1);
}
.popup-dialog__head-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 44px;
	height: 44px;
	border-radius: var(--border-radius-1);
	border: 1px solid #FFB167;
	background: #FFF4EB;
}
.popup-dialog__head-icon svg {
	width: 24px;
	height: 25px;
}
.popup-dialog__controls {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 23px 20px;
}
.popup-dialog__controls .site-btn {
	width: calc(50% - 4px);
}

/* New checkout start */
.checkout_new .products-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.checkout_new .products-list__btn {
	margin-bottom: 20px;
}
.checkout_new .single-wrap {
	padding: 18px;
}
.checkout_new .site-info-desc-attention {
	display: flex;
	padding: 14px 12px 14px 14px;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #FFAFAF;
	background: rgba(255, 236, 236, 0.95);
}
.checkout_new .site-info-desc-recipe-yes {
	display: flex;
	padding: 12px 14px;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #67B7FF;
	background: #EBF5FF;
}

.branch-indexes-contacts .contacts-list__item {
    margin-bottom: 14px;
    border-radius: 8px;
    border: 1px solid #eaeff4;
    background: #fff;
    padding: 16px 18px;
    display: none;
    flex-direction: column;
    gap: 24px;
}
.branch-indexes-contacts .saved_recipient_contacts {
	color: #476176;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.branch-indexes-contacts .contacts-list__item:first-child {
    display: flex;
}
.branch-indexes-contacts.open .contacts-list__item {
    display: flex;
}
.branch-indexes-contacts .contacts-list__label {
	display: flex;
    flex-direction: row;
    gap: 24px;
}
.branch-indexes-contacts .contacts-list__input-btn {
	display: none;
	align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.branch-indexes-contacts .contacts-list__input-btn .contacts-list__input {
	appearance: none;
    -webkit-appearance: none;

    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #8AA3B9;
    background: #fff;
	display: flex;
    margin-left: auto;
    cursor: pointer;

    position: relative;
    transition: border 0.3s ease;
}
.branch-indexes-contacts .contacts-list__input-btn .contacts-list__input:checked {
	border: 6px solid #FB0;
}
.branch-indexes-contacts .contact-person-office-block {
	display: flex;
    flex-direction: row;
    gap: 24px;
    flex: 1;
    min-width: 0;
}
.branch-indexes-contacts .vertical-devider {
	width: 1px;
    background: #eaeff4;
}
.branch-indexes-contacts .vertical-deviders {
	width: 1px;
    background: #eaeff4;
}
.branch-indexes-contacts .contact-correct-block {
	display: flex;
    flex-direction: row;
    gap: 8px;
    width: 120px;
    flex-shrink: 0;
}
.branch-indexes-contacts .btn-correct-contact {
	display: flex;
    padding: 10px 20px 10px 18px;
    justify-content: center;
    align-items: center;
	gap: 8px;
    border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #F8FAFB;
    height: 44px;
}
.branch-indexes-contacts .btn-correct-contact p {
	margin: 0;
	padding: 0;
	color: #0E2F4B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
}
.branch-indexes-contacts .contact-wrap {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.branch-indexes-contacts .contact-person-head, .branch-indexes-contacts .contact-office-head {
	color: #476176;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	padding: 0;
    margin: 0;
}
.branch-indexes-contacts .contact-person-wrap, .branch-indexes-contacts .contact-office-wrap {
	display: flex;
    flex-direction: row;
    gap: 14px;
}
.branch-indexes-contacts .person-info, .branch-indexes-contacts .office-info {
	display: flex;
    flex-direction: column;
    gap: 4px;
}
.branch-indexes-contacts .person-name, .branch-indexes-contacts .office-name {
	color: #0e2f4b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
	padding: 0;
    margin: 0;
}
.branch-indexes-contacts .person-phone, .branch-indexes-contacts .office-index-name {
	color: #476176;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
	padding: 0;
    line-height: 20px;
}
.branch-indexes-contacts .person-mail, .branch-indexes-contacts .office-time {
	color: #476176;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.branch-indexes-contacts .week-info {
    flex-direction: row;
    gap: 24px;
    display: none;
    overflow-x: auto;
    overflow-y: hidden;
}
.branch-indexes-contacts .week-info .week-info-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-bottom: 6px;
}
.branch-indexes-contacts .week-info .week-info-wrap .week-name {
    color: #476176;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}
.branch-indexes-contacts .week-info .week-info-wrap .week-day {
    color: #0e2f4b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}
.branch-indexes-contacts .status-chevron.open {
	transform: rotate(180deg);
}

.branch-indexes-contacts .contact-correct-block-mob {
	display: none;
    flex-direction: row;
    gap: 12px;
}
.branch-indexes-contacts .many-contacts-change, .checkout_new .many-contacts-change {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 10px;
}
.branch-indexes-contacts .many-contacts-change-btn, .checkout_new .many-contacts-change-btn {
	display: flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #EAEFF4;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
}
.checkout_new .many-contacts-change-other-btn {
	display: flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #FFCC3F;
	background: #FFFBF1;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
}


/* New checkout finish */

@media (max-width: 991px) {
	.alert-success {
		top: 120px;
	}
	#error-blocks {
		top: 120px;
	}
	.branch-indexes-contacts .contacts-list__label {
		flex-direction: column;
		position: relative;
	}
	.branch-indexes-contacts .contact-correct-block-mob {
		display: flex;
	}
	.branch-indexes-contacts .contact-correct-block {
		/* display: none; */
		position: absolute;
        right: 0;
	}
	.branch-indexes-contacts .btn-correct-contact.btn-correct-contact-mob {
		display: none;
	}
	.branch-indexes-contacts .office-time-btn {
		display: flex;
		padding: 10px 16px 10px 24px;
		justify-content: center;
		align-items: center;
		border-radius: 8px;
		border: 1px solid #eaeff4;
		background: #f8fafb;
		height: 44px;
		width: 100%;
		/* max-width: 276px; */
		gap: 4px;
	}
	.branch-indexes-contacts .office-time-btn p {
		padding: 0;
	}
	.branch-indexes-contacts .contact-correct-block-mob .btn-tash {
		display: flex;
        flex-direction: row;
		width: 100%;
	}
	.branch-indexes-contacts .contact-correct-block-mob .btn-tash .btn-correct-contact {
		width: 100%;
	}
	.branch-indexes-contacts .missi-pissi-gun {
		display: none;
		width: 100%;
		height: 1px;
		background: #eaeff4;
	}
}

@media (max-width: 767px) {
	.is-tablet {
		display: none !important;
	}
}

@media (max-width: 433px) {
	.alert-success {
		top: 150px;
	}
	#error-blocks {
		top: 150px;
	}
}

@media (min-width: 460px) {

	.custom-cart {
		display: flex;
		justify-content: space-between;
	}
	.custom-cart_charity {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.custom-cart_charity .custom-dropdown {
		margin-right: 20px;
	}
	.custom-cart_charity .custom-dropdown:last-child {
		margin-right: 0;
	}
	.custom-cart__img {
		width: 100px;
		max-width: none;
		margin: 0;
	}
	.custom-cart__inner {
		padding-left: 15px;
		text-align: left;
		width: 100%;
	}
	
	.checkout_new .custom-cart__inner {
		padding-left: 0;
		text-align: unset;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.custom-cart__selects {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	
	.checkout_new .custom-cart {
		margin: 0;
		display: flex;
		flex-direction: row;
		gap: 12px;
		justify-content: unset;
		padding: 10px;
		border-radius: 8px;
		border: 1px solid #EAEFF4;
		background: #FFF;
		height: 180px;
		overflow: hidden;
	}
	
	.checkout_new .custom-cart__img img {
		width: 80px;
		height: 80px;
		object-fit: contain;
	}
	
	.checkout_new .site-tab__head.site-tab-checkout__head {
		margin-bottom: 24px;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab {
		display: flex;
		flex-direction: row;
		gap: 2px;
		border-bottom: 1px solid #eaeff4;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item {
	    display: inline-block;
		vertical-align: top;
		font-size: 16px;
		padding: 0 14px 10px 14px;
		color: #476176;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		margin: 0;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item.active {
		border-bottom: 2px solid #ffc629;
		color: #0e2f4b;
	}
	

	.checkout_new .site-tab__head.site-tab-branch__head {
		margin-bottom: 36px;
	}
	.checkout_new .site-tab__head.site-tab-branch__head .checkout-tab {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item p {
		flex: 1;
		margin: 0;
		padding: 0;
		color: #0E2F4B;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.checkout_new .site-tab-branch__head .checkout-tab__item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 12px 14px 12px 12px;
		gap: 10px;
		border-radius: 8px;
		border: 1px solid #E29500;
		background: #FFF;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
		cursor: pointer;
		position: relative;
	}
	.checkout_new .site-tab-branch__head .site-tab-branch-img {
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
	}

	.checkout_new .site-tab-branch__head .tab-control {
		position: relative;
		padding-left: 0px;
		margin-left: auto;
	}

	.checkout_new .site-tab-branch__head .tab-control::before {
		content: "";
		position: absolute;
		left: -16px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 24px;
		background: #EAEFF4;
	}

	.checkout_new .site-tab-branch__head .tab-control::after {
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 1.5px solid #8AA3B9;
		display: block;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item.active .tab-control::after {
		border: 6px solid #FB0;
	}

}

@media (min-width: 576px) {
	.promotions__head-wrap {
		padding-left: calc((100% - 540px) / 2 + var(--bs-gutter-x));
		padding-right: calc((100% - 540px) / 2 + var(--bs-gutter-x));
	}
	.checkout_new .custom-cart__img img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }
	
	.checkout_new .site-tab__head.site-tab-checkout__head {
		margin-bottom: 24px;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab {
		display: flex;
		flex-direction: row;
		gap: 2px;
		border-bottom: 1px solid #eaeff4;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item {
	    display: inline-block;
		vertical-align: top;
		font-size: 16px;
		padding: 0 14px 10px 14px;
		color: #476176;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		margin: 0;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item.active {
		border-bottom: 2px solid #ffc629;
		color: #0e2f4b;
	}
	

	.checkout_new .site-tab__head.site-tab-branch__head {
		margin-bottom: 36px;
	}
	.checkout_new .site-tab__head.site-tab-branch__head .checkout-tab {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item p {
		flex: 1;
		margin: 0;
		padding: 0;
		color: #0E2F4B;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.checkout_new .site-tab-branch__head .checkout-tab__item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 12px 14px 12px 12px;
		gap: 10px;
		border-radius: 8px;
		border: 1px solid #E29500;
		background: #FFF;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
		cursor: pointer;
		position: relative;
	}
	.checkout_new .site-tab-branch__head .site-tab-branch-img {
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
	}

	.checkout_new .site-tab-branch__head .tab-control {
		position: relative;
		padding-left: 0px;
		margin-left: auto;
	}

	.checkout_new .site-tab-branch__head .tab-control::before {
		content: "";
		position: absolute;
		left: -16px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 24px;
		background: #EAEFF4;
	}

	.checkout_new .site-tab-branch__head .tab-control::after {
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 1.5px solid #8AA3B9;
		display: block;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item.active .tab-control::after {
		border: 6px solid #FB0;
	}


}

@media (min-width: 768px) {

	.hide-tablet {
		display: none !important;
	}
	.show-tablet {
		display: block !important;
	}

	.is-mobile {
		display: none !important;
	}

	.breadcrumb > li {
		margin-right: 18px;
	}
	.breadcrumb > li:after {
		margin-left: 17px;
	}

	.hide-tablet {
		display: none;
	}
	.show-tablet {
		display: block;
	}

	.btn_4 {
		font-size: 20px;
	}

	.site-title {
		font-size: 36px;
	}
	.list-inline {
		padding-top: 10px;
	}
	.list-inline_header > li {
		padding: 0;
	}
	.card-product {
		height: auto;
		margin: 0 0 42px;
		padding-top: 37px;
		align-items: flex-start;
		flex-wrap: nowrap;
	}
	.number-spinner {
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		max-width: none !important;
		justify-content: center;
	}
	.card-price-block .control-label {
		display: block;
		margin-bottom: 15px;
	}
	.card-name-mob {
		font-size: 24px;
	}
	.card-top__cover {
		max-width: 240px;
	}
	.info-preorder {
		padding: 17px 25px;
	}
	.cart-name {
		font-size: 18px;
		line-height: 1.3;
	}
	.checkout_new .custom-cart__inner .cart-name {
		width: auto;
		color: #0E2F4B;
		font-size: 16px;
		font-family: "Rubik Regular", sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		padding: 0;
		margin: 0;
	}
	.site-info {
		font-size: 14px;
		line-height: 1.5;
	}

	.custom-cart__inner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.custom-cart__wrap {
		width: 50%;
	}
	.checkout_new .custom-cart__wrap {
		width: 100%;
	}
	.custom-cart__total {
		padding-left: 10px;
	}
	
	.checkout_new .custom-cart__total {
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.custom-cart__total .cart-total {
		width: auto;
		margin-left: 10px;
	}
	.checkout_new .custom-cart__total .cart-total {
		margin: 0;
	}
	.custom-cart__total .input-group {
		display: block;
		white-space: nowrap;
	}
	.checkout_new .custom-cart__total .input-group {
        width: auto;
        border-radius: 8px;
        border: 1px solid #EAEFF4;
        height: 48px;
    }
	.custom-cart__total .input-group > * {
		display: inline-block;
		vertical-align: middle;
	}
	.custom-cart__total-wrap {
		text-align: right;
	}
	.custom-cart__img {
		width: 76px;
	}
	.custom-cart__option-item {
		font-size: 14px;
	}
	.custom-cart_charity {
		justify-content: space-between;
		padding: 15px 0 10px;
	}
	.custom-cart_charity .custom-cart__inner {
		width: auto;
		margin: 10px 20px 0 0;
	}
	.custom-cart_charity .custom-dropdown {
		margin-top: 0;
	}
	.custom-cart__selects {
		width: auto;
		margin-top: 10px;
	}
	.custom-cart__footer {
		display: none;
	}

	.custom-dropdown .select2-selection--single .select2-selection__rendered {
		font-size: 16px;
	}

	.purchase-result__title {
		font-size: 14px;
	}
	.checkout_new .checkout-new-single-wrap .purchase-result__title {
		color: #476176;
		font-family: "Rubik Regular";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		padding: 0;
		margin: 0;
	}
	.purchase-result__value {
		font-size: 16px;
	}
	.checkout_new .checkout-new-single-wrap .purchase-result__value {
		color: #0E2F4B;
		font-family: "Rubik Regular";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}

	.checkout-tab__item {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 0 0;
		padding: 0 0 7px;
		font-size: 16px;
		color: #99A2AA;
		border-bottom: 1px solid transparent;
	}
	.checkout-tab__item:last-child {
		margin-right: 0;
	}
	.checkout-tab__item.active {
		color: #2D2D2D;
		border-bottom: 1px solid #FFC629;
	}
	.checkout-tab__item:after {
		display: none;
	}
	.checkout-tab__item:before {
		display: none;
	}
	
	.checkout_new .site-tab__head.site-tab-checkout__head {
		margin-bottom: 24px;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab {
		display: flex;
		flex-direction: row;
		gap: 2px;
		border-bottom: 1px solid #eaeff4;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item {
	    display: inline-block;
		vertical-align: top;
		font-size: 16px;
		padding: 0 14px 10px 14px;
		color: #476176;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		margin: 0;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item.active {
		border-bottom: 2px solid #ffc629;
		color: #0e2f4b;
	}

	.site-tab__head {
		margin-bottom: 20px;
	}

	.checkout_new .site-tab__head.site-tab-branch__head {
		margin-bottom: 36px;
	}
	.checkout_new .site-tab__head.site-tab-branch__head .checkout-tab {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item p {
		flex: 1;
		margin: 0;
		padding: 0;
		padding-left: 10px;
		color: #0E2F4B;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.checkout_new .site-tab-branch__head .checkout-tab__item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 12px 14px 12px 12px;
		gap: 10px;
		border-radius: 8px;
		border: 1px solid #E29500;
		background: #FFF;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
		cursor: pointer;
		position: relative;
	}
	.checkout_new .site-tab-branch__head .site-tab-branch-img {
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
	}

	.checkout_new .site-tab-branch__head .tab-control {
		position: relative;
		padding-left: 0px;
		margin-left: auto;
	}

	.checkout_new .site-tab-branch__head .tab-control::before {
		content: "";
		position: absolute;
		left: -16px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 24px;
		background: #EAEFF4;
	}

	.checkout_new .site-tab-branch__head .tab-control::after {
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 1.5px solid #8AA3B9;
		display: block;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item.active .tab-control::after {
		border: 6px solid #FB0;
	}

	.form-group__double {
		display: flex;
		justify-content: space-around;
		align-items: center;
		border: 0.1px solid #99a2aa;
		border-radius: 8px;
	}
	.form-group__double .form-control {
		width: 100px;
		border: none !important;
	}

	.single-wrap__split-item {
		width: 50%;
		margin-bottom: 0;
	}

	.entities-error__title {
		display: block;
	}
	.entities-error__title,
	.entities-error__clear {
		padding-left: 30px;
	}
	.entities-error__clear span {
		color: #0E2F4B;
		font-size: 14px;
	}

	.search-wrap {
		display: flex;
		justify-content: flex-end;
	}
	.search-wrap > * {
		margin-right: 10px;
	}
	.search-wrap > *:last-child {
		margin-right: 0;
	}

	.cart-popup__wrap {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 660px;
		margin: 0 auto;
		max-height: calc(100vh - 100px);
		border-radius: 10px;
		padding: 26px 37px;
	}
	.cart-popup__title {
		font-size: 30px;
	}
	.cart-popup__head-more {
		padding-top: 5px;
	}
	.cart-popup__cover .custom-cart__inner .custom-cart__total {
		display: block;
	}
	.cart-popup__cover .custom-cart__img {
		width: 120px;
	}
	.cart-popup__cover .custom-cart__inner {
		width: calc(100% - 120px);
	}
	.cart-popup__cover .custom-cart__wrap {
		width: 60%;
	}
	.cart-popup__cover .cart-name {
		font-size: 18px;
	}
	.cart-popup__cover .custom-cart {
		padding-bottom: 0;
	}
	.cart-popup__controls {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 20px;
	}
	.cart-popup__controls-column {
		width: 56%;
	}
	.cart-popup__controls-column_1 {
		display: block;
		margin-right: 20px;
		width: 44%;
	}
	.cart-popup__total {
		margin-bottom: 10px;
	}
	.cart-popup__total-title {
		padding-top: 2px;
	}
	.cart-popup__total-value {
		font-size: 24px;
	}
	.cart-popup__part + .cart-popup__part {
		position: static;
		bottom: auto;
		border: none;
		padding: 22px 0 0;
	}

	.popup-slider {
		display: block;
	}
	.popup-slider__head {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.popup-slider__title {
		padding: 0;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.3;
		font-family: 'Rubik Bold', sans-serif;
		color: #0E2F4B;
	}
	.popup-slider__controls {
		padding-top: 4px;
	}
	.popup-slider__prev,
	.popup-slider__next {
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		margin: 0;
		width: 24px;
		height: 24px;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.popup-slider__prev.swiper-button-disabled,
	.popup-slider__next.swiper-button-disabled {
		opacity: 0.3;
	}
	.popup-slider__next {
		margin-left: 18px;
	}
	.popup-slider__prev:before,
	.popup-slider__next:before {
		content: '';
		position: absolute;
		top: 6px;
		left: 9px;
		width: 12px;
		height: 12px;
		border-left: 2px solid #0E2F4B;
		border-bottom: 2px solid #0E2F4B;
		-webkit-transition: border 0.3s ease;
		transition: border 0.3s ease;
	}
	.popup-slider__prev:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.popup-slider__next:before {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		left: 3px;
	}
	.popup-slider .product-layout {
		border-radius: 10px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
	}

	.donate-preview__head {
		margin-bottom: 45px;
	}
	.donate-preview__title {
		font-size: 36px;
	}
	.donate-preview__description {
		font-size: 18px;
	}
	.donate-preview__result {
		margin-bottom: 13px;
	}
	.donate-preview__result-item {
		width: 50%;
	}
	.donate-preview__result-title {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.donate-preview__result-value {
		font-size: 36px;
	}
	.donate-preview__result-unit {
		font-size: 20px;
	}

	.donate-preview__item:nth-child(3n),
	.donate-preview__item:nth-child(3n-1) {
		width: 50%;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__title,
	.donate-preview__item:nth-child(3n-1) .donate-preview__title {
		font-size: 28px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-item,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-item {
		width: 100%;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-title,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-title {
		font-size: 14px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-value,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-value {
		font-size: 28px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-unit,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-unit {
		font-size: 16px;
	}

	.donate-achievement__inner {
		position: relative;
		height: 360px;
	}
	.donate-achievement__image {
		position: absolute;
		bottom: 0;
		right: 0;
		top: 75px;
		width: 50%;
		margin: 0;
		height: auto;
		background-position: center right;
		background-size: contain;
	}
	.donate-achievement__amount {
		font-size: 38px;
		padding-top: 1px;
	}
	.donate-achievement__inner-bottom {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		position: relative;
		width: 50%;
	}

	.charity-form__pic {
		height: 260px;
	}
	.charity-form__type {
		margin-bottom: 22px;
	}
	.charity-form__type-row {
		margin-bottom: 17px;
	}

	.charity-popup__inner {
		padding: 35px;
	}
	.charity-popup__title {
		font-size: 32px;
	}

	.site-head__more {
		padding-top: 15px;
	}

	.news-preview__img {
		height: 235px;
	}

	.footer-warn {
		padding: 26px 0 20px;
	}
	.footer-warn__title {
		font-size: 24px;
	}
	.footer-warn__sub-title {
		font-size: 16px;
	}

	.footer-menu__inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.footer-menu__inner-col {
		margin-bottom: 0;
		padding: 0 10px;
		width: 50%;
	}
	.footer-menu__inner-col_3 {
		width: 100%;
	}
	.footer-menu__partners-wrap {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.footer-menu__partners-wrap > * {
		width: 50%;
	}
	.footer-menu__partners-wrap > *:nth-child(odd) {
		padding-right: 10px;
	}
	.footer-menu__partners-wrap > *:nth-child(even) {
		padding-left: 10px;
	}

	.site__footer-row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.site__footer-column {
		margin-bottom: 10px;
		padding: 0 10px;
		width: 50%;
	}

	.site__footer-copyright-row {
		display: flex;
		justify-content: center;
	}
	.site__footer-copyright-item {
		margin-right: 20px;
	}
	.site__footer-copyright-item:last-child {
		margin-right: 0;
	}

	.prescription-reserve {
		padding: 25px 24px 22px;
	}
	.prescription-reserve__wrap {
		margin-bottom: 28px;
	}
	.prescription-reserve__wrap_1 {
		position: relative;
		padding-left: 63px;
	}
	.prescription-reserve__wrap_1:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 36px;
		height: 36px;
		background: url(../image/reserve.svg) no-repeat center;
		background-size: contain;
		z-index: 1;
	}
	.prescription-reserve__title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.prescription-reserve__txt {
		font-size: 14px;
		line-height: 1.45;
	}
	.prescription-reserve__form-inner {
		display: flex;
		margin-bottom: 6px;
	}
	.prescription-reserve__input,
	.prescription-reserve__submit {
		height: 44px;
	}
	.prescription-reserve__submit span {
		display: block;
	}
	.prescription-reserve__submit span:before {
		top: 0;
	}
	.prescription-reserve__input {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.prescription-reserve__submit {
		display: block;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding: 0 20px;
	}
	.prescription-reserve__mob-submit {
		display: none;
	}
	.prescription-reserve__example {
		margin-bottom: 0;
	}

	.product-card {
		display: flex;
		justify-content: space-between;
	}
	.product-card__img {
		width: 120px;
		margin-bottom: 0;
	}
	.product-card__inner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding-left: 15px;
		text-align: left;
		width: calc(100% - 120px);
	}
	.product-card__wrap {
		display: flex;
		flex-direction: column-reverse;
		width: calc(100% - 133px);
		padding-right: 20px;
	}
	.product-card__name {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.product-card__footer {
		display: flex;
		width: 133px;
		flex-direction: column-reverse;
		text-align: right;
	}
	.product-card__total {
		margin-bottom: 0;
	}
	.product-card__submit {
		margin-bottom: 25px;
	}

	.recipe-warn {
		font-size: 16px;
	}

	.nice-slider .swiper-container {
		border-radius: 12px;
	}
	.nice-slider__inner {
		padding-bottom: 21%;
	}
	.nice-slider__img {
		border-radius: 12px;
	}
	.nice-slider__img_mobile {
		display: none;
	}
	.nice-slider__img_desktop {
		display: block;
	}
	.nice-slider .swiper-pagination-bullet:hover {
		background: #5DCFFF;
	}

	.nice-preview {
		width: 100vw;
		overflow: hidden;
		margin-left: calc((50vw - 360px + var(--bs-gutter-x, .75rem))* -1);
		margin-right: 0;
	}
	.nice-preview__wrapper {
		flex-direction: row;
		gap: 0;
		overflow-x: auto;
		padding: 0 calc(50vw - 360px + (var(--bs-gutter-x) * .5));
	}
	.nice-preview__item {
		display: flex;
	}
	.news-card {
		display: flex;
		width: 100%;
	}
	.news-card__wrap {
		width: 380px;
	}
	.news-card__inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: calc(100% - 150px);
	}

	.nice-content {
		padding: 28px;
	}
	.nice-content__title {
		font-size: 28px;
	}

	.news-list__item .news-card__img {
		height: 200px;
	}

	.nice-pagination {
		flex-direction: row;
		justify-content: space-between;
	}
	.nice-pagination__column {
		display: flex;
	}

	.promotions__head-wrap {
		padding-left: calc((100% - 720px) / 2 + var(--bs-gutter-x));
		padding-right: calc((100% - 720px) / 2 + var(--bs-gutter-x));
	}

	.img-preview {
		margin-bottom: 24px;
	}

	.promo-info {
		padding: 31px 35px;
	}
	.promo-info__head {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.promo-info__head .product-label {
		width: 30%;
	}
	.promo-info__title {
		font-size: 28px;
		margin-bottom: 18px;
	}
	.promo-info__timer {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 26px 28px 16px;
		background: #F8FAFB;
		border-radius: 6px;
		border: 1px solid #EAEFF4;
		gap: 24px;
	}
	.promo-info__timer-title {
		font-size: 16px;
		padding-bottom: 7px;
	}

	.custom-timer__label {
		padding-top: 5px;
	}

	.header-btn {
		height: 56px;
		padding: 0 16px;
	}
	.checkout_new .custom-cart__img img {
		width: 150px;
		height: 150px;
		object-fit: contain;
	}
}

@media (min-width: 992px) {

	:root {
		--product-layout-img-height: 320px;
		--card-info-btn-width: 68px;
		--search-img-size: 85px;
	}

	.hide-desktop {
		display: none !important;
	}
	.show-desktop {
		display: block !important;
	}

	.breadcrumb {
		margin-bottom: 30px;
	}
	.breadcrumb > li a {
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	.breadcrumb > li a:hover {
		color: inherit;
	}

	.poor-eyesight {
		flex-direction: column;
		gap: 1px;
		position: fixed;
		top: 50%;
		right: 0;
		height: auto;
		width: 44px;
		margin-top: -90px;
		background: #fff;
		z-index: calc(var(--header-z-index) + 1);
		border-radius: 6px 0 0 6px;
		border: 1px solid #EAEFF4;
	}
	.poor-eyesight__item {
		width: 100%;
	}
	.poor-eyesight__item:not(.active):hover {
		background: var(--btn-bg-3);
	}

	.card-info--size {
		justify-content: flex-end;
	}

	.custom-link {
		font-size: 14px;
	}
	.custom-link_2:hover {
		color: #FFC629;
	}
	.custom-link_2:hover span:before {
		border-color: #FFC629;
	}

	.btn_2:hover {
		background: #FFD50A;
	}
	.btn_3:hover {
		border-color: #0E2F4B;
	}

	.btn-minus:hover:before,
	.btn-plus:hover:before,
	.btn-plus:hover:after {
		background: #FFC629;
	}

	.cart-remove__btn:hover span:after {
		opacity: 1;
	}

	.header {
		position: relative;
		z-index: var(--header-z-index);
	}
	.header.active-catalog + .header-overlay,
	.header.active-catalog .catalog-menu {
		display: block;
	}
	.header__wrap {
		position: relative;
		padding: 17px 0;
	}
	.header__main {
		width: 116px;
	}
	.header__main-item_btn {
		display: none;
	}
	.header__controls {
		width: calc(100% - 140px);
	}
	.header__controls-item_switch {
		display: flex;
		align-items: center;
	}
	.header__controls-item_login {
        display: flex;
    }
	.header__controls-item_no-mob {
		display: flex;
	}
	.header__controls-item_bvi {
		display: none;
	}
	.header__controls-item_bvi.active {
		display: flex;
	}
	.header__controls-item_eye {
		display: none;
	}
	.header__controls-item_eye.active {
		display: flex;
	}
	.header__controls-item_search {
		display: block;
	}
	.header__controls-item_search.active {
		position: static;
		z-index: 0;
		height: auto;
	}
	.header__controls-item_search-btn {
		display: none;
	}
	.header__controls-item_login {
		display: flex;
	}
	.header__bottom {
		display: block;
		border-top: 1px solid #EAEFF4;
		padding: 14px 0;
	}
	.header__bottom .container {
		position: relative;
	}
	.header__bottom-menu {
		display: flex;
		align-items: stretch;
		gap: 12px;
	}
	.header__bottom-item {
		display: flex;
		align-items: center;
		gap: 9px;
		border: 1px solid transparent;
		background: #fff;
		padding: 0 15px;
		height: 48px;
		border-radius: 6px;
		-webkit-transition: border 0.3s ease, background 0.3s ease;
		transition: border 0.3s ease, background 0.3s ease;
	}
	.header__bottom-item:not(.header__bottom-item_catalog):hover {
		/*background: #EAEFF4;*/
		border: 1px solid #0E2F4B;
	}
	.header__bottom-item_catalog {
		padding: 0;
		border: none;
	}
	.header__bottom-catalog {
		display: flex;
		align-items: center;
		gap: 9px;
		height: 100%;
		padding: 0 15px;
		border: 1px solid #FFBB00;
		background: #FFF9E9;
		border-radius: 6px;
		cursor: pointer;
		user-select: none;
	}
	.header__bottom-txt {
		font-family: "Rubik Regular", sans-serif;
		font-size: 14px;
		line-height: 1.3;
		color: #0E2F4B;
	}
	.header__bottom-icon {
		width: 24px;
		height: 24px;
	}

	.catalog-menu {
		position: absolute;
		top: 100%;
		left: 24px;
		padding-top: 15px;
	}
	.catalog-menu__wrap {
		max-height: calc(100vh - 250px);
		border-radius: 8px;
		background: #fff;
		border: 1px solid #EAEFF4;
		overflow-y: auto;
		scrollbar-color: #DEE2E6 transparent;
		scrollbar-width: thin;
	}
	.catalog-menu__cover {
		display: flex;
		align-items: stretch;
	}
	.catalog-menu__column {
		display: none;
		width: 220px;
		position: relative;
		padding: 15px 0;
		border-left: 1px solid #EAEFF4;
	}
	.catalog-menu__column:hover,
	.catalog-menu__column.active {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.catalog-menu__column_main {
		display: block;
	}
	.catalog-menu__column:first-child {
		border-left: none;
	}
	.catalog-menu__column-cover {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
	}
	.catalog-menu__item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 6px;
		position: relative;
		width: 100%;
		min-height: 54px;
		padding: 5px 20px;
		line-height: 1.2;
		font-size: 12px;
		color: #0E2F4B;
		font-family: "Rubik Regular", sans-serif;
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}
	.catalog-menu__item_bottom {
		display: block;
		min-height: 0;
	}
	.catalog-menu__item_bottom span {
		line-height: 1.4;
		border-bottom: 1px solid currentColor;
	}
	.catalog-menu__item .catalog-menu__column {
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
	}
	.catalog-menu__item img {
		width: 24px;
		height: 24px;
	}
	.catalog-menu__item.is-child:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -4px;
		width: 8px;
		height: 8px;
		border-bottom: 1px solid #212529;
		border-right: 1px solid #212529;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
	}
	.catalog-menu__item.active,
	.catalog-menu__item:hover {
		background: #F8FAFB;
		color: #0E2F4B;
	}
	.catalog-menu__item:hover >.catalog-menu__column {
		display: block;
	}
	.catalog-menu__wrap {
		width: 100%;
	}

	.menu {
		display: none;
	}

	.site-content {
		padding-bottom: 100px;
	}
	.nice-check:hover .nice-check__txt:before {
		border-color: #FFC629;
	}
	.nice-check__txt a:hover {
		border-bottom: 1px solid transparent;
	}

	.btn--large {
		font-size: 16px;
	}

	.site-link:hover span {
		border-bottom: 1px solid currentColor;
	}

	.cart__counter {
		top: -1px;
		right: -6px;
		font-size: 22px;
	}

	.card-top {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.card-top__thumbnails {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		width: 40%;
		padding-right: 15px;
	}
	.card-top__order {
		width: 60%;
		padding-left: 15px;
	}
	.card-top__cover {
		max-width: none;
		width: 100%;
	}
	.card-price-block {
		align-items: flex-end;
	}
	.card-name-mob {
		display: none;
	}
	.card-name-title {
		display: block;
		font-size: 24px;
	}
	.info-preorder_mob {
		display: none;
	}
	.info-preorder_desk {
		display: block;
	}

	.cart-label {
		width: auto;
	}
	.site-info:before {
		top: 21px;
	}

	.custom-cart {
		margin-bottom: 30px;
	}
	.custom-cart__inner .cart-name {
		padding-right: 30px;
		width: auto;
		font-size: 18px;
	}
	
	.checkout_new .custom-cart__inner .cart-name {
		width: auto;
		color: #0E2F4B;
		font-size: 16px;
		font-family: "Rubik Regular", sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		padding: 0;
		margin: 0;
	}
	.custom-cart__total {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: center;
		position: relative;
		width: 40%;
		padding-right: 30px;
	}
	
	.checkout_new .custom-cart__total {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.custom-cart__total .input-group {
		width: auto;
	}
	
	.checkout_new .custom-cart__total .input-group {
		width: auto;
		border-radius: 8px;
		border: 1px solid #EAEFF4;
		height: 48px;
	}
	.custom-cart__total .cart-total {
		display: block;
		width: auto;
		margin: 0;
	}
	.custom-cart__total .form-cart {
		padding: 0;
		width: 50px !important;
		font-size: 18px !important;
		font-family: "Rubik Bold", sans-serif !important;
	}
	.custom-cart__total .btn-plus {
		margin-left: 0;
	}
	.custom-cart__total .btn-minus {
		margin-right: 0;
	}
	.custom-cart_charity {
		margin-bottom: 0;
	}
	.custom-cart__wrap {
		width: 60%;
	}
	
	.checkout_new .custom-cart__wrap {
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}
	.custom-cart__total .cart-remove {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
	
	.checkout_new .custom-cart__total .cart-remove {
		position: unset;
		width: 48px;
		height: 48px;
		transform: none;
		display: flex;
        align-items: center;
        justify-content: center;
		border-radius: 6px;
		border: 1px solid #EAEFF4;
	}
	.custom-cart__total_recipe {
		padding-right: 0;
	}

	.site-info-mobile {
		display: none;
	}
	.site-info-desc {
		display: block;
	}

	.single-wrap {
		padding: 22px 29px;
	}
	.single-wrap__head {
		margin-bottom: 30px;
	}
	.checkout_new .checkout-new-single-wrap .single-wrap__head {
		margin: 0;
	}
	.single-wrap__link {
		font-size: 14px;
	}
	.checkout_new .single-wrap__link {
		font-size: 16px;
		line-height: 22px;
	}
	.single-wrap .charity-form__wrap {
		padding: 0 0 0 20px;
		width: 260px;
	}
	.single-wrap .charity-form__buttons {
		margin-bottom: 0;
	}
	.single-wrap .charity-form__pic {
		width: calc(100% - 260px);
	}

	.cart-remove {
		margin: 0;
	}
	.cart-remove:hover .cart-remove__fill {
		fill: #FFC629;
	}
	.cart-sum {
		font-family: "Rubik Bold", sans-serif;
		font-size: 18px;
	}
	
	.checkout_new .cart-sum {
		color: #0E2F4B;
		font-family: "Rubik Regukar", sans-serif;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		padding: 0;
		margin: 0;
	}

	.checkout_new .minus-plus-remove-btn {
		display: flex;
		flex-direction: row;
		gap: 8px;
		align-items: center;
	}

	.purchase-result__list {
		margin-bottom: 10px;
	}
	.checkout_new .checkout-new-single-wrap .purchase-result__list {
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.purchase-result__btn {
		margin-bottom: 17px;
	}
	.checkout_new .checkout-new-single-wrap .purchase-result__btn {
		margin-bottom: 0;
	}
	.purchase-result_2 .purchase-result__title,
	.purchase-result_2 .purchase-result__value {
		font-size: 24px;
	}
	.purchase-result_2 .purchase-result__list {
		margin-bottom: 36px;
	}

	.site-tab {
		padding-top: 0;
	}

	.result-page .single-wrap p {
		font-size: 18px;
	}

	.checkout-form__column {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	.form-control:hover {
		border-color: #FFC629;
	}

	.nice-select .select2-selection--single:hover {
		border-color: #FFC629;
	}

	.entities-error__clear:hover span {
		border-bottom: 1px solid transparent;
	}

	.site-notice__wrap {
		padding: 15px 53px 16px 53px;
	}
	.site-notice__wrap:before {
		top: 16px;
	}

	.search-filter_btn {
		display: none;
	}

	.list-group_mob-hide {
		display: flex;
	}

	.site-aside__wrap .list-group {
		margin-bottom: 27px;
	}
	.site-aside__title {
		font-size: 20px;
		font-family: "Rubik Regular", sans-serif;
		font-weight: 400;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	.site-aside__wrap .ocfilter {
		margin-top: 0;
	}
	.list-group_collects .list-group-item {
		font-family: "Rubik Medium", sans-serif;
		font-weight: 500;
		padding: 15px 15px 7px 17px;
	}
	.list-group_collects .list-group-item:after {
		display: none !important;
	}
	.list-group_collects .list-group-item-child {
		font-size: 14px;
		line-height: 1.3;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		padding: 7px 20px;
	}
	.list-group_collects .list-group-item-child:last-child {
		padding-bottom: 15px;
	}

	.selected-parameters {
		display: block;
	}
	
	.nice-switcher .dropdown-toggle:hover .nice-switcher__txt {
		color: #FFC629;
	}

	.additional-info__wrap {
		font-size: 16px;
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.cart-popup__close:hover span:before,
	.cart-popup__close:hover span:after {
		background: #FFC629;
	}
	.cart-popup__wrap {
		width: 960px;
	}
	.cart-popup__controls {
		justify-content: flex-end;
	}
	.cart-popup__controls-column {
		width: 37.5%;
	}
	.cart-popup__controls-column_1 {
		width: auto;
	}

	.popup-slider__prev:not(.swiper-button-disabled):hover:before,
	.popup-slider__next:not(.swiper-button-disabled):hover:before {
		border-color: #FFC629;
	}

	.donate-preview {
		margin-bottom: 30px;
	}
	.donate-preview__item:nth-child(3n),
	.donate-preview__item:nth-child(3n-1),
	.donate-preview__item {
		width: 50%;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__title,
	.donate-preview__item:nth-child(3n-1) .donate-preview__title,
	.donate-preview__title {
		font-size: 36px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-item,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-item,
	.donate-preview__result-item {
		width: 50%;
	}
	.donate-preview__result-item + .donate-preview__result-item {
		text-align: right;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-title,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-title,
	.donate-preview__result-title {
		font-size: 13px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-value,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-value,
	.donate-preview__result-value {
		font-size: 20px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-unit,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-unit,
	.donate-preview__result-unit {
		font-size: 14px;
	}

	.charity-achievements__item {
		width: 50%;
	}

	.charity-form {
		display: flex;
		flex-direction: row-reverse;
		align-items: stretch;
		width: 100%;
	}
	.charity-form__pic {
		height: auto;
		width: calc(100% - 380px);
	}
	.charity-form__wrap {
		margin-bottom: 0;
		width: 380px;
	}
	.charity-form__btn:hover {
		background: #0E2F4B;
		color: #fff;
	}

	.ocf-nice-checkbox {
		justify-content: flex-start;
	}
	.ocf-nice-radio .badge,
	.ocf-nice-checkbox .badge {
		font-family: "Rubik Regular", sans-serif;
		font-size: 12px;
		padding: 4px 4px;
		margin: 2px 0 0 9px !important;
	}
	.list-group-name {
		font-family: "Rubik Regular", sans-serif;
		font-weight: 400;
	}

	.news-preview__link {
		height: 100%;
	}

	.site__footer p {
		margin-bottom: 2px;
	}
	.site__footer-top {
		padding: 30px 0 21px;
	}
	.site__footer-bottom {
		padding: 24px 0 6px;
	}
	.site__footer-copyright {
		padding: 15px 0 5px;
	}
	.site__footer-copyright p {
		font-size: 14px;
		line-height: 1.7;
	}
	.site__footer-row {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.site__footer-column_4 {
		text-align: right;
	}
	.site__footer a:hover {
		border-bottom: 1px solid transparent;
	}
	.site__footer a[href^='tel:']:hover {
		border-bottom: none;
	}

	.social__item {
		border-bottom: none !important;
	}
	.social__item svg {
		fill: #99A2AA;
	}
	.social__item:hover {
		border-bottom: none !important;
	}
	.social__item:hover svg {
		fill: #fff;
	}

	.footer-menu__inner-col_1,
	.footer-menu__inner-col_2,
	.footer-menu__inner-col_3 {
		width: 33.3333%;
	}
	.footer-menu__partners {
		gap: 8px;
	}
	.footer-menu__partners-wrap {
		gap: 14px;
	}
	.footer-menu__partners-wrap > * {
		width: auto;
	}
	.footer-menu__partners-wrap > *:nth-child(odd) {
		padding-right: 0;
	}
	.footer-menu__partners-wrap > *:nth-child(even) {
		padding-left: 0;
	}

	.prescription-reserve {
		margin-bottom: 40px;
		padding: 24px 23px 22px;
	}
	.prescription-reserve__wrap_1 {
		padding-left: 57px;
		margin-bottom: 20px;
	}
	.prescription-reserve__submit {
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}
	.prescription-reserve__submit:hover {
		background: #FFD50A;
	}

	.nice-slider {
		position: relative;
	}
	.nice-slider .swiper-button-prev,
	.nice-slider .swiper-button-next {
		display: block;
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		margin-top: -30px;
		background: rgba(255,255,255,0.4);
		border-radius: 6px;
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}
	.nice-slider .swiper-button-prev:before,
	.nice-slider .swiper-button-next:before {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		top: 11px;
	}
	.nice-slider .swiper-button-prev:before {
		border-left: 2px solid #0E2F4B;
		border-bottom: 2px solid #0E2F4B;
		transform: rotate(45deg);
		left: 13px;
	}
	.nice-slider .swiper-button-next:before {
		border-right: 2px solid #0E2F4B;
		border-bottom: 2px solid #0E2F4B;
		transform: rotate(-45deg);
		right: 13px;
	}
	.nice-slider .swiper-button-prev {
		left: 21px;
	}
	.nice-slider .swiper-button-next {
		right: 21px;
	}
	.nice-slider .swiper-button-prev:hover,
	.nice-slider .swiper-button-next:hover {
		background: rgba(255,255,255,1);
	}

	.dropdown-menu_aside {
		display: block;
		position: static;
		border:none;
		margin-bottom: 0;
		padding: 0;
		border-radius: 12px;
	}

	.dropdown-menu_aside .dropdown-menu {
		border: none;
	}

	.dropdown-submenu {
		position: relative;
	}

	.dropdown-submenu .list-group-item {
		border-radius: inherit;
		border: none;
		color: #0E2F4B;
		font-family: "Rubik Regular", sans-serif;
		line-height: 1.2;
		padding-right: 45px;
	}

	.dropdown-submenu:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}

	.dropdown-submenu:first-child .list-group-item {
		padding-top: 19px;
	}

	.dropdown-submenu:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}

	.dropdown-submenu:last-child .list-group-item {
		padding-bottom: 19px;
	}

	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		width: 100%;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0 6px 6px 6px;
		padding: 0;
	}

	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}

	.dropdown-submenu>a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background: url(../image/arrow-3.svg) no-repeat center;
		background-size: contain;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
	}

	.dropdown-submenu:hover>a:after {
		border-left-color: #fff;
	}

	.dropdown-submenu.pull-left {
		float: none;
	}

	.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		border-radius: 6px 0 6px 6px;
	}

	.custom-head__link:hover {
		color: #0E2F4B;
	}
	.custom-head__link:hover span {
		border-bottom-color: transparent;
	}

	.nice-preview {
		width: auto;
		margin-right: calc(-.5* var(--bs-gutter-x));
		margin-left: calc(-.5* var(--bs-gutter-x));
		overflow: visible;
	}
	.nice-preview__wrapper {
		overflow-x: visible;
		padding: 0;
	}
	.nice-preview__item {
		width: 33.3333%;
	}
	.news-card__wrap {
		width: 100%;
	}
	.news-card__wrap:hover {
		box-shadow: 0 0 15px #3333;
	}
	.news-card__wrap:hover .news-card__more {
		border-bottom-color: transparent;
	}

	.nice-content {
		max-width: 684px;
		margin-inline: auto;
	}
	.nice-content p {
		margin-bottom: 21px;
	}

	.news-list__item .news-card__img {
		height: 150px;
	}

	.nice-pagination .pagination a {
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}
	.nice-pagination .pagination a:hover {
		background: #FFD50A !important;
	}
	.nice-pagination .pagination span:hover {
		cursor: default;
	}

	.product-label__item_frommanufacturer:has(.label-tooltip):hover {
		background: rgba(94, 255, 204, 0.1);
	}

	.promotions__head-wrap {
		padding-left: calc((100% - 960px) / 2 + var(--bs-gutter-x));
		padding-right: calc((100% - 960px) / 2 + var(--bs-gutter-x));
	}

	.show-more__btn:hover {
		border-color: #0E2F4B;
	}

	.img-preview {
		display: flex;
		position: relative;
		margin-bottom: 0;
		height: 100%;
	}

	.promo-info {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.promo-info__title {
		margin-bottom: 54px;
	}
	.promo-info__timer {
		padding: 26px 19px 16px;
	}

	.promo-details {
		flex-direction: row;
		gap: 0;
		padding: 30px 36px 20px;
	}
	.promo-details__title {
		width: 50%;
		font-size: 28px;
		padding-right: 32px;
	}
	.promo-details__wrap {
		width: 50%;
	}
	.promo-details__cover {
		padding-left: 32px;
		height: 160px;
	}
	.promo-details__cover:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		background: #EAEFF4;
	}
	.promo-details__btn-wrap {
		text-align: left;
		padding-left: 16px;
	}
	.promo-details__btn span {
		font-size: 16px;
	}
	.promo-details__btn span:hover {
		border-bottom: 1px solid transparent;
	}
	.promo-details__btn span:before {
		right: -21px;
	}

	a.pagination__inner:hover {
		border-color: #FFBB00 !important;
	}

	.card-info {
		padding: 8px 16px 10px;
	}
	.card-info__title {
		font-size: 16px;
	}
	.card-info__cart-inner {
		height: 50px;
	}
	.card-info__title-inner:hover {
		border-color: currentColor;
	}
	.card-info__cart-btn:hover .card-info__cart-inner {
		border-color: #0E2F4B;
	}

	.product-layout .a-responsive--links {
		height: var(--product-layout-img-height);
		padding: 60px 20px 48px;
	}

	.site-btn:hover > span {
		background: var(--hover-bg-1);
	}
	.site-btn_2:hover > span {
		border-color: var(--hover-border-1);
		background: var(--hover-bg-2);
	}
	.site-btn_3:hover > span {
		border-color: var(--hover-border-1);
		background: var(--hover-bg-2);
	}

	.site-popup__close {
		right: 9px;
	}
	.site-popup__close:hover svg path {
		stroke: var(--hover-bg-1);
	}

	.popup-dialog__head {
		gap: 20px;
		padding: 28px 35px 23px;
		font-size: 24px;
	}
	.popup-dialog__controls {
		padding-inline: 35px;
	}

	.search-form {
		position: static;
	}
	.search-form__input[type="search"] {
		width: 100%;
		padding-left: 54px;
	}
	.search-form__wrap {
		height: auto;
		padding: 0;
		border-bottom: none;
	}
	.search-form__result {
		display: none;
		position: absolute;
		height: auto;
		top: 91px;
		right: -5px;
		left: -5px;
		z-index: 10;
		border: 1px solid var(--border-color-1);
		border-radius: var(--border-radius-1);
		background: #fff;
		max-height: calc(100vh - 170px);
		overflow-y: auto;
		scrollbar-color: var(--brand-color-1) transparent;
		scrollbar-width: thin;
		padding: 24px 36px 0;
	}
	.search-form__close {
		display: none;
	}
	.search-form__inner:before {
		content: '';
		position: absolute;
		top: 16px;
		left: 14px;
		width: 24px;
		height: 24px;
		background: url(../image/search-icon-2.svg) no-repeat center;
		background-size: contain;
		z-index: 1;
	}
	.search-form__clear-wrap {
		border-left: none;
	}

	/* New checkout start */

	.checkout_new .single-wrap {
		padding: 32px 36px 36px 36px;
		margin-bottom: 12px;
		border-radius: 8px;
		border: 1px solid #EAEFF4;
		background: #FFF;
	}
	.checkout_new .single-wrap-payment {
		padding: 32px 36px;
	}
	.checkout_new .single-wrap-customer {
		padding: 32px 36px;
	}
	.checkout_new .checkout-new-single-wrap {
		padding: 26px 24px 24px 24px;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.checkout_new .custom-cart {
		padding: 16px;
		display: flex;
		flex-direction: row;
		gap: 20px;
		border-radius: 8px;
		border: 1px solid #EAEFF4;
		background: #FFF;
		height: 180px;
		overflow: hidden;
	}
	.checkout_new .site-info-desc-recipe-yes {
		display: flex;
		padding: 12px 14px;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		border-radius: 8px;
		border: 1px solid #67B7FF;
		background: #EBF5FF;
		
	}
	.checkout_new .site-info-desc-recipe-no {
		display: flex;
		padding: 12px 14px;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		border-radius: 8px;
		border: 1px solid #F76F6F;
		background: #FEECEC;
	}
	.checkout_new .site-info-desc-recipe-no p, .checkout_new .site-info-desc-recipe-yes p{
		color: #0E2F4B;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 17px;
	}
	.checkout_new .site-info-desc-attention {
		display: flex;
		padding: 14px 12px 14px 14px;
		align-items: flex-start;
		gap: 8px;
		border-radius: 8px;
		border: 1px solid #FFAFAF;
		background: rgba(255, 236, 236, 0.95);
	}
	.checkout_new .custom-cart__img img {
		width: 150px;
		height: 150px;
		object-fit: contain;
	}
	
	/* New checkout finish */
}

@media (min-width: 1200px) {
	.catalog-menu__column {
		width: 280px;
	}
	.catalog-menu__item {
		padding: 5px 35px 5px 40px;
		font-size: 14px;
	}
	.catalog-menu__item.is-child:after {
		right: 25px;
	}

	.search-form__result {
		right: 0;
		left: 0;
	}
}

@media (min-width: 1400px) {
	.card-top__thumbnails {
		padding-right: 50px;
	}
	.card-top__order {
		padding-left: 50px;
	}

	.donate-preview__item:nth-child(3n) .donate-preview__title,
	.donate-preview__item:nth-child(3n-1) .donate-preview__title,
	.donate-preview__title {
		font-size: 36px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-title,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-title,
	.donate-preview__result-title {
		font-size: 18px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-value,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-value,
	.donate-preview__result-value {
		font-size: 36px;
	}
	.donate-preview__item:nth-child(3n) .donate-preview__result-unit,
	.donate-preview__item:nth-child(3n-1) .donate-preview__result-unit,
	.donate-preview__result-unit {
		font-size: 20px;
	}
	.donate-preview__item:nth-child(5n),
	.donate-preview__item:nth-child(5n-2),
	.donate-preview__item:nth-child(5n-1) {
		width: 33.3333%;
	}
	.donate-preview__item:nth-child(5n) .donate-preview__head,
	.donate-preview__item:nth-child(5n-2) .donate-preview__head,
	.donate-preview__item:nth-child(5n-1) .donate-preview__head {
		margin-bottom: 25px;
	}
	.donate-preview__item:nth-child(5n) .donate-preview__title,
	.donate-preview__item:nth-child(5n-2) .donate-preview__title,
	.donate-preview__item:nth-child(5n-1) .donate-preview__title {
		font-size: 28px;
	}
	.donate-preview__item:nth-child(5n) .donate-preview__result-title,
	.donate-preview__item:nth-child(5n-2) .donate-preview__result-title,
	.donate-preview__item:nth-child(5n-1) .donate-preview__result-title {
		font-size: 13px;
	}
	.donate-preview__item:nth-child(5n) .donate-preview__result-value,
	.donate-preview__item:nth-child(5n-2) .donate-preview__result-value,
	.donate-preview__item:nth-child(5n-1) .donate-preview__result-value {
		font-size: 24px;
	}
	.donate-preview__item:nth-child(5n) .donate-preview__result-unit,
	.donate-preview__item:nth-child(5n-2) .donate-preview__result-unit,
	.donate-preview__item:nth-child(5n-1) .donate-preview__result-unit {
		font-size: 18px;
	}

	.single-wrap .charity-form__wrap {
		width: 325px;
	}
	.single-wrap .charity-form__pic {
		width: calc(100% - 325px);
	}

	.promotions__head-wrap {
		padding-left: calc((100% - 1320px) / 2 + var(--bs-gutter-x));
		padding-right: calc((100% - 1320px) / 2 + var(--bs-gutter-x));
	}

	.promo-card__date {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.search-form {
		position: relative;
	}
	.search-form__result {
		top: 74px;
	}
}

.custom-cart.custom-cart_winter-block {
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 10px;
    background: #fff7f7;
}

/*modal user account*/
#modal-account-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
}
#modal-account {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	overflow-y: auto;
}
#modal-account.custom-modal-open {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#modal-account .custom-modal-content,
#account-reset-modal .custom-modal-content {
	/* padding: 0px 20px; */
}
#modal-account-overlay.custom-modal-open {
	display: block
}
#modal-account .custom-account-logout {
	background: #fff;
	position: relative;
	width: 500px;
	margin: 192px auto;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
}
#modal-account .close-modal, 
#account-reset-modal .close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.custom-account-logout .account-logout-header {
	padding: 28px 36px 24px 36px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid #EAEFF4;
}
.custom-account-logout .logout-header__img {
	width: 44px;
	height: 44px;
}
.custom-account-logout .logout-header__text .title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.custom-account-logout .account-logout-body {
	padding: 24px;
    display: flex;
    justify-content: flex-end;
}
.custom-account-logout .account-logout-body .account-logout-close {
	display: flex;
	flex-direction: row;
	gap: 8px;
}
.account-logout-body .account-logout-close .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
}
.account-logout-body .account-logout-close .btn-no {
	border: 1px solid #E29500;
	background: #FB0;
	color: #0E2F4B;
	font-weight: 700;
}
.account-logout-body .account-logout-close .btn-yes {
	border: 1px solid #EAEFF4;
	background: #FFF;
	color: #F31B1B;
	font-weight: 500;
}
body.custom-modal-no-scroll {
	overflow: hidden
}

/**/
#modal-account .custom-account-login {
	background: #fff;
	position: relative;
	width: 400px;
	margin: 192px auto;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
}
.custom-account-login .login-header {
	padding: 24px;
	border-bottom: 1px solid #EAEFF4;
}
.custom-account-login .login-header .title-text,
.custom-account-register .register-header .title-text {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
.custom-account-login .login-body {
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.custom-account-login .login-body .form-group-login,
.custom-account-register .register-body-wrap .form-group-register,
.account-forgot-password .forgot-password-body .form-group-register,
.account-password-update-form .account-password-update-form-body .form-group-register {
	display: flex;
	flex-direction: column;
	gap: 8px;

}
.custom-account-login .login-body .form-group-login label, 
.custom-account-register .register-body-wrap .form-group-register label,
.account-forgot-password .forgot-password-body .form-group-register label,
.account-password-update-form .account-password-update-form-body .form-group-register label {
	padding: 0px 8px;
	color: #0E2F4B;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0px;
}
.custom-account-login .login-body .form-group-login input, 
.custom-account-register .register-body-wrap .form-group-register input,
.account-forgot-password .forgot-password-body .form-group-register input,
.account-password-update-form .account-password-update-form-body .form-group-register input {
	padding: 10px 12px 10px 16px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.custom-account-login .login-body .group-log-forget {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.custom-account-login .login-body .group-log-forget .button-login {
	padding: 10px 24px;
	border-radius: 8px;
	border: 1px solid #FB0;
	background: #FB0;
	color: #0E2F4B;
	text-align: center;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
.custom-account-login .login-body .group-log-forget .forgot-password {
	color: #8AA3B9;
	text-align: center;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.custom-account-login .login-body .group-log-forget .forgot-password .btn-login-link {
	color: #0F8EFF;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.custom-account-login .login-body .group-or {
	display: flex;
    align-items: center;
    gap: 12px;
}
.custom-account-login .login-body .group-or::before,
.custom-account-login .login-body .group-or::after {
	content: "";
    flex: 1;
    height: 1px;
    background: #EAEFF4; 
}
.custom-account-login .login-body .login-or {
    white-space: nowrap;
	text-align: center;
	color: #94A2AF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.custom-account-login .login-body .login-register {
	display: flex;
	flex-direction: column;

}
.custom-account-login .login-body .login-register .btn-login-register {
	padding: 10px 24px;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #F8FAFB;
	color: #0E2F4B;
	text-align: center;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
}
.custom-account-login .login-body .form-group-login .password-field,
.custom-account-login .login-body .form-group-login .input-field,
.custom-account-register .register-body-wrap .form-group-register .password-field, 
.custom-account-register .register-body-wrap .form-group-register .input-field,
.account-forgot-password .forgot-password-body .form-group-register .password-field,
.account-forgot-password .forgot-password-body .form-group-register .input-field,
.account-password-update-form .account-password-update-form-body .form-group-register .password-field,
.account-password-update-form .account-password-update-form-body .form-group-register .input-field {
    position: relative;    
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.custom-account-register .register-body-wrap .form-group-register .input-field input,
.account-forgot-password .forgot-password-body .form-group-register .input-field input,
.account-password-update-form .account-password-update-form-body .form-group-register .input-field input {
	width: 100%;
    padding-right: 40px;
}

.custom-account-login .login-body .form-group-login .password-field input,
.custom-account-register .register-body-wrap .form-group-register .password-field input,
.account-forgot-password .forgot-password-body .form-group-register .password-field input,
.account-password-update-form .account-password-update-form-body .form-group-register .password-field input {
    width: 100%;
    padding-right: 80px;
}
.custom-account-register .register-body-wrap .form-group-register .input-field .clear-password,
.account-forgot-password .forgot-password-body .form-group-register .input-field .clear-password,
.account-password-update-form .account-password-update-form-body .form-group-register .input-field .clear-password {
	right: 15px;
}

.custom-account-login .login-body .form-group-login .clear-password,
.custom-account-register .register-body-wrap .form-group-register .clear-password,
.account-forgot-password .forgot-password-body .form-group-register .clear-password,
.account-password-update-form .account-password-update-form-body .form-group-register .clear-password {
	position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    display: none;
    padding: 0;
}

.custom-account-login .login-body .form-group-login .toggle-password,
.custom-account-register .register-body-wrap .form-group-register .toggle-password,
.account-forgot-password .forgot-password-body .form-group-register .toggle-password,
.account-password-update-form .account-password-update-form-body .form-group-register .toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    padding-left: 12px;
	border-left: 1px solid #EAEFF4;
}

.custom-account-login .login-body .form-group-login .input-error,
.custom-account-register .register-body-wrap .form-group-register .input-error,
.account-forgot-password .forgot-password-body .form-group-register .input-error,
.account-password-update-form .account-password-update-form-body .form-group-register .input-error {
	border-color: #F31B1B;
}

.custom-account-login .login-body .form-group-login .field-error,
.custom-account-register .register-body-wrap .form-group-register .field-error,
.account-forgot-password .forgot-password-body .form-group-register .field-error,
.account-password-update-form .account-password-update-form-body .form-group-register .field-error {
	color: #F31B1B;
	font-family: "Rubik Regular", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}


/*register*/
#modal-account .custom-account-register {
	background: #fff;
	position: relative;
	width: 450px;
	margin: 32px auto;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
}

.custom-account-register .register-header {
	padding: 24px 28px 24px 36px;
	border-bottom: 1px solid #EAEFF4;
	/* display: flex;
	flex-direction: row;
	gap: 14px; */
}
.custom-account-register .register-header .back-text{
	display: flex;
	flex-direction: row;
	gap: 14px;
}

.custom-account-register .register-body-wrap {
	padding: 28px 24px;
	border-bottom: 1px solid #EAEFF4;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.custom-account-register .register-body-wrap .horizont-devider {
	border: 1px solid #EAEFF4;
	width: 100%;
}

.custom-account-register .register-body-wrap .register-body .register-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.custom-account-register .register-body-wrap .register-body .register-form .img-devider {
	height: 1px;
}

.custom-account-register .register-body-wrap .register-body .register-form .subtitle-authorized {
	color: #476176;
	font-family: "Rubik Regular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.custom-account-register .register-body-wrap .form-group-register .checkbox-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	width: 100%;
}

.custom-account-register .register-body-wrap .form-group-register .checkbox-container label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 6px;
	border-radius: 6px;

}
.custom-account-register .register-body-wrap .form-group-register .checkbox-container input {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #8AA3B9;
	border-radius: 6px;
	background: #FFF;
	cursor: pointer;
	position: relative;
	opacity: 1;
	margin: 12px;
	flex-shrink: 0;
	padding: 0px;
}
.custom-account-register .register-body-wrap .form-group-register .checkbox-container input:checked {
	background: #FB0;
	border-color: #FB0;
}
.custom-account-register .register-body-wrap .form-group-register .checkbox-container input:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 0px;
	width: 7px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom-account-register .register-body-wrap .form-group-register .checkbox-container p {
	color: #0E2F4B;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.custom-account-register .register-body-wrap .form-group-register .checkbox-container p a{
	color: #0F8EFF;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
}

.custom-account-register .register-footer {
	padding: 24px;
	display: flex;
    justify-content: flex-end;
}

.custom-account-register .register-footer .btn-register {
	padding: 10px 24px;
	width: 100%;
	max-width: 170px;
	border-radius: 8px;
	border: 1px solid #E29500;
	background: #FB0;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
}

.custom-account-register .register-body-wrap .form-group-register .select-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.custom-account-register .register-body-wrap .form-group-register .select-text .selected-text {
	color: #0E2F4B;
	text-overflow: ellipsis;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0px;
}
.custom-account-register .register-body-wrap .form-group-register .select-text .sup-selected-text {
	color: #476176;
	text-overflow: ellipsis;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0px;
}
.custom-select { position: relative; }

.custom-account-register .register-body-wrap .form-group-register .select-option-list-block {
	padding: 4px 4px 4px 4px;
	border: 1px solid #EAEFF4;
	border-radius: 8px;
	background: #FFF;

}

.custom-account-register .register-body-wrap .form-group-register .select-head {
	display: flex;
	flex-direction: row;
	align-items: center;
    gap: 14px;
	padding: 10px 14px 12px 16px;
	background: #fff;
	cursor: pointer;
}

.select-list {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 95px;
	background: #fff;
	border: 1px solid #EAEFF4;
	margin: 0;
	list-style: none;
	z-index: 20;
	max-height: 220px;
	overflow-y: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.custom-account-register .register-body-wrap .form-group-register .select-list li {
	padding: 4px;
}

.custom-account-register .register-body-wrap .form-group-register .select-list .option-padd {
	display: flex;
	flex-direction: row;
	align-items: center;
    gap: 14px;
	padding: 10px 14px 10px 16px;
	background: #fff;
	cursor: pointer;
}

.custom-account-register .register-body-wrap .form-group-register .select-list li:hover .option-padd,
.custom-account-register .register-body-wrap .form-group-register .select-list li.focused .option-padd {
	background: #F8FAFB;
	border-radius: 4px;
}

.custom-select.open .select-list {
	display: block;
}

.select-head .select-head-icon {
	margin-left: auto; 
	transition: transform 0.2s ease;
}

.custom-select.open .select-head .select-head-icon {
	transform: rotate(180deg);
}


/*error success*/

#modal-account .register-success,
#modal-account .register-error,
#modal-account .forgot-password-success,
#account-reset-modal .password-update-success {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
}

#modal-account .register-success .success-wrap,
#modal-account .register-error .error-wrap,
#modal-account .forgot-password-success .forgot-success-wrap,
#account-reset-modal .password-update-success .update-success-wrap {
	padding: 28px 36px 24px 36px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	border-bottom: 1px solid #EAEFF4;
}

#modal-account .register-success .register-success-header,
#modal-account .register-error .register-error-header,
#modal-account .forgot-password-success .forgot-password-success-header,
#account-reset-modal .password-update-success .update-success-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

#modal-account .register-success .register-success-header .title-text,
#modal-account .register-error .register-error-header .title-text,
#modal-account .forgot-password-success .forgot-password-success-header .title-text,
#account-reset-modal .password-update-success .update-success-header .title-text {
	color: #0E2F4B;
	font-family: "Rubik Regular", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
}
#modal-account .register-success .register-success-body,
#modal-account .register-error .register-error-body,
#modal-account .forgot-password-success .forgot-password-success-body,
#account-reset-modal .password-update-success .update-success-body {
	color: #476176;
	font-family: "Rubik Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
#modal-account .register-success .register-success-body a,
#modal-account .register-error .register-error-body a,
#modal-account .forgot-password-success .forgot-password-success-body a,
#account-reset-modal .password-update-success .update-success-body a {
	color: #0F8EFF;
	text-decoration: none;
}

#modal-account .register-success .register-success-footer,
#modal-account .register-error .register-error-footer,
#modal-account .forgot-password-success .forgot-password-success-footer,
#account-reset-modal .password-update-success .update-success-footer {
	padding: 24px;
	display: flex;
    justify-content: flex-end;
}


#modal-account .register-success .register-success-footer .btn-success-ok,
#modal-account .forgot-password-success .forgot-password-success-footer .btn-forgot-success-ok,
#account-reset-modal .password-update-success .update-success-footer .btn-update-success-ok {
	padding: 10px 24px;
	width: 100%;
    max-width: 130px;
	border-radius: 8px;
	border: 1px solid #E29500;
	background: #FB0;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;

}
#modal-account .register-error .register-error-footer .btn-error {
	padding: 10px 24px;
	width: 100%;
    max-width: 185px;
	border-radius: 8px;
	border: 1px solid #E29500;
	background: #FB0;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
}

/*forgot-password*/
#modal-account .account-forgot-password,
#account-reset-modal .account-password-update-form {
	background: #fff;
	position: relative;
	width: 500px;
	margin: 192px auto;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
}

.account-forgot-password .forgot-password-header {
	padding: 24px;
	border-bottom: 1px solid #EAEFF4;
	display: flex;
	flex-direction: row;
    align-items: flex-start;
	gap: 14px;
}
.account-password-update-form .account-password-update-form-header {
	padding: 24px 36px;
	border-bottom: 1px solid #EAEFF4;
	display: flex;
	flex-direction: row;
	gap: 20px;

}
.account-forgot-password .forgot-password-header button {
	padding-top: 8px;
}

.account-forgot-password .forgot-password-header .header-text,
.account-password-update-form .account-password-update-form-header .header-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.account-forgot-password .forgot-password-header .header-text .title-text,
.account-password-update-form .account-password-update-form-header .header-text .title-text {
	color: #0E2F4B;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	padding: 0px;
}
.account-forgot-password .forgot-password-header .header-text .sup-title-text,
.account-password-update-form .account-password-update-form-header .header-text .sup-title-text {
	color: #476176;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.account-forgot-password .forgot-password-body,
.account-password-update-form .account-password-update-form-body {
	padding: 24px 36px;
	border-bottom: 1px solid #EAEFF4;
}
.account-password-update-form .account-password-update-form-body .account-password-update-form-close {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.account-forgot-password .forgot-password-footer,
.account-password-update-form .account-password-update-form-footer {
	padding: 24px;
	display: flex;
    justify-content: flex-end;
	gap: 8px;
}

.account-forgot-password .forgot-password-footer .forgot-password-abort,
.account-password-update-form .account-password-update-form-footer .forgot-password-abort {
	padding: 10px 24px;
	width: 100%;
	max-width: 130px;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #F8FAFB;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
}

.account-forgot-password .forgot-password-footer .forgot-password-submit,
.account-password-update-form .account-password-update-form-footer .forgot-password-submit {
	padding: 10px 24px;
	width: 100%;
	max-width: 140px;
	border-radius: 8px;
	border: 1px solid #E29500;
	background: #FB0;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
}

.checkout_new .switch-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
}
.checkout_new .switch-row input {
    display: none;
}
.checkout_new .switch-text {
    flex: 1;
    color: #0E2F4B;
    font-size: 16px;
    line-height: 22px;

    small {
        display: block;
        font-size: 12px;
        color: #8AA3B9;
    }
}
.checkout_new .switch {
	width: 44px;
    height: 24px;
    background: #E8EBEE;
    border-radius: 20px;
    position: relative;
    transition: 0.3s;
}
.checkout_new .switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.checkout_new .switch-row:has(input:checked) .switch {
    background: #FFC629;
}
.checkout_new .switch-row:has(input:checked) .switch::after {
    transform: translateX(20px);
}
.checkout_new .branch-auth-save-contact {
    justify-content: flex-end;
    flex-direction: row;
	gap: 10px;
}
.checkout_new .branch-auth-save-contact .branch-abort-save-contact {
	display: flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #F8FAFB;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;

}
.checkout_new .branch-auth-save-contact .branch-accept-save-contact:disabled {
	display: flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #EAEFF4;
	background: #EAEFF4;
	color: #94A2AF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
}
.checkout_new .branch-auth-save-contact .branch-accept-save-contact {
	display: flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #E29500;
	background: #FB0;
	color: #0E2F4B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;

}

.checkout_new .form-group {
	position: relative; 
}
.checkout_new  .input-with-clear {
	position: relative;
}
.checkout_new .input-clear {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
	color: #0e2f4b;
	padding: 0;
	line-height: 1;
	display: none;
	transition: right .2s;
}
.checkout_new .form-group.has-value .input-clear {
	display: flex; 
}
.checkout_new .form-group.loading .input-clear { 
	right: 45px; 
}
.checkout_new .input-clears {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
	color: #0e2f4b;
	padding: 0;
	line-height: 1;
	display: none;
	transition: right .2s;
}
.checkout_new .form-group.has-value .input-clears {
	display: flex; 
}
.checkout_new .form-group.loading .input-clears { 
	right: 45px; 
}
.checkout_new .form-group.has-results .input-clears { 
	right: 45px; 
}
.checkout_new .loader-for-input { 
	display: none; 
	position: absolute; 
	right: 15px; 
	top: 50%; 
	transform: translateY(-50%); 
	width: 18px; 
	height: 18px; 
	border: 2px solid #e3eaf2; 
	border-top-color: #fb0; 
	border-radius: 50%; 
	animation: spin .9s linear infinite; 
	z-index: 2; 
}
.checkout_new .form-group.loading .loader-for-input { 
	display: flex; 
}

@keyframes spin { 
	from { 
		transform: translateY(-50%) rotate(0deg); 
	} to { 
		transform: translateY(-50%) rotate(360deg); 
	} 
}

.checkout_new .find-select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 232px;
	overflow-y: auto;
	z-index: 3;
	scrollbar-color: var(--scrollbar-color) transparent;
	scrollbar-width: thin;
	background: #fff;
	border-left: 1px solid #EAEFF4;
	border-radius: 8px;
}

.checkout_new .find-select__btn {
	display: none; 
	position: absolute; 
	right: 15px; 
	top: 25%; 
	z-index: 2; 
	padding-left: 2px;
	border-left: 1px solid #EAEFF4;
	cursor: pointer;
}
.checkout_new .form-group.has-results .find-select__btn {
	display: flex; 
}
.checkout_new .find-select__btn-inner {
	display: block;
	position: relative;
	transition: transform 0.3s ease;
}
.checkout_new .find-select__btn svg {
	width: 24px;
	height: 24px;
}

.checkout_new .without-index-group.active .find-select__btn-inner {
	transform: rotate(180deg);
}


@media (max-width: 550px) {
	#modal-account .custom-account-logout,
	#modal-account .account-forgot-password,
	#account-reset-modal .account-password-update-form {
		width: 100%;
	}
	
	#modal-account .custom-modal-dialog:has(.custom-account-login),
	#modal-account .custom-modal-dialog:has(.custom-account-register) {
        width: 100%;
    }
	#modal-account .custom-modal-content:has(.custom-account-login),
	#modal-account .custom-modal-content:has(.custom-account-register) {
        padding: 0px;
    }
	#modal-account .custom-account-login,
	#modal-account .custom-account-register {
		width: 100%;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
	}
	.custom-account-logout .logout-header__text .title,
	.custom-account-login .login-header .title-text,
	.custom-account-register .register-header .title-text {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
	}
	.custom-account-logout .account-logout-body {
		justify-content: center;
	}
	.custom-account-logout .account-logout-body .account-logout-close {
		flex-direction: column;
		width: 100%;
	}
	.checkout_new .custom-cart {
        margin: 0;
        display: flex;
        gap: 12px;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #EAEFF4;
        background: #FFF;
        height: 180px;
        overflow: hidden;
    }
	
	.checkout_new .custom-cart__img {
		width: 80px;
		height: 80px;
		flex-shrink: 0; 
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
        position: relative;
        top: 25px;
	}
	.checkout_new .custom-cart__img img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
	.checkout_new .custom-cart__inner {
        display: flex;
        flex-direction: column;
		flex: 1;
    }
	.checkout_new .custom-cart__wrap {
		flex: 1;
		position: relative;
        top: 25px;
	}
	.checkout_new .custom-cart__inner .cart-name {
		width: auto;
		color: #0E2F4B;
		font-size: 16px;
		font-family: "Rubik Regular", sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		padding: 0;
		margin: 0;
		display: flex;
		text-align: left;
	}
	.checkout_new .custom-cart__total {
		margin-top: auto; /* прижимает блок к низу */
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		position: absolute;
        top: 120px;
        left: 10px;
	}
	.checkout_new .custom-cart__total .cart-total {
		width: 100%;
		justify-content: flex-end;
		position: relative;
        right: 25px;
	}
	.checkout_new .custom-cart__total .cart-remove {
		position: unset;
		width: 48px;
		height: 48px;
		transform: none;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: unset;
		border: none;
		margin: 0;
        position: absolute;
        bottom: 120px;
		left: calc(100% - 60px);
	}
	.checkout_new .cart-label {
		position: absolute;
		top: -30px;
		left: -90px;
	}
	.checkout_new .form-block {
		grid-template-columns: 1fr;
	}
	.checkout_new .form-block .form-group.hide {
		display: none;
	}
	.checkout_new .form-block .form-group__msg.address_msg_show {
		padding: 0;
	}
	.checkout_new .branch-auth-save-contact {
		flex-direction: column;
	}
	.checkout_new .many-contacts-change {
		flex-direction: column;
	}
}
@media (max-width: 500px) {
	
	#modal-account .register-success, 
	#modal-account .register-error,
	#modal-account .forgot-password-success,
	#account-reset-modal .password-update-success {
		width: 100%;
		position: unset;
		transform: none;
		margin: 180px auto;
	}
	#modal-account .register-success .register-success-header .title-text, 
	#modal-account .register-error .register-error-header .title-text,
	#modal-account .forgot-password-success .forgot-password-success-header .title-text,
	#account-reset-modal .password-update-success .update-success-header .title-text,
	.account-forgot-password .forgot-password-header .header-text .title-text,
	.account-password-update-form .account-password-update-form-header .header-text .title-text  {
		font-size: 18px;
		font-weight: 400;
		line-height: 25px;
	}
	#modal-account .register-error .register-error-footer .btn-error,
	#modal-account .register-success .register-success-footer .btn-success-ok,
	#modal-account .forgot-password-success .forgot-password-success-footer .btn-forgot-success-ok,
	#account-reset-modal .password-update-success .update-success-footer .btn-update-success-ok,
	.account-forgot-password .forgot-password-footer .forgot-password-abort,
	.account-forgot-password .forgot-password-footer .forgot-password-submit,
	.account-password-update-form .account-password-update-form-footer .forgot-password-abort, 
	.account-password-update-form .account-password-update-form-footer .forgot-password-submit  {
		max-width: 100%;
	}

	#modal-account .forgot-password-success .close-modal,
	#modal-account .register-error .close-modal, 
	#modal-account .register-success .close-modal, 
	#account-reset-modal .password-update-success .close-modal {
		position: relative;
		display: block;
		margin-left: auto;
		padding: 10px;
	}
	
	.account-forgot-password .forgot-password-footer,
	.account-password-update-form .account-password-update-form-footer {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.checkout_new .site-tab__head.site-tab-checkout__head {
		margin-bottom: 24px;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab {
		display: flex;
		flex-direction: row;
		gap: 2px;
		border-bottom: 1px solid #eaeff4;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item {
	    display: inline-block;
		vertical-align: top;
		font-size: 16px;
		padding: 0 14px 10px 14px;
		color: #476176;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		margin: 0;
	}
	.checkout_new .site-tab__head.site-tab-checkout__head .checkout-tab__item.active {
		border-bottom: 2px solid #ffc629;
		color: #0e2f4b;
	}
	

	.checkout_new .site-tab__head.site-tab-branch__head {
		margin-bottom: 36px;
	}
	.checkout_new .site-tab__head.site-tab-branch__head .checkout-tab {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item p {
		flex: 1;
		margin: 0;
		padding: 0;
		color: #0E2F4B;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.checkout_new .site-tab-branch__head .checkout-tab__item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 12px 14px 12px 12px;
		gap: 10px;
		border-radius: 8px;
		border: 1px solid #E29500;
		background: #FFF;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
		cursor: pointer;
		position: relative;
	}
	.checkout_new .site-tab-branch__head .site-tab-branch-img {
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
	}

	.checkout_new .site-tab-branch__head .tab-control {
		position: relative;
		padding-left: 0px;
		margin-left: auto;
	}

	.checkout_new .site-tab-branch__head .tab-control::before {
		content: "";
		position: absolute;
		left: -16px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 24px;
		background: #EAEFF4;
	}

	.checkout_new .site-tab-branch__head .tab-control::after {
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 1.5px solid #8AA3B9;
		display: block;
	}

	.checkout_new .site-tab-branch__head .checkout-tab__item.active .tab-control::after {
		border: 6px solid #FB0;
	}
	.branch-indexes-contacts .missi-pissi-gun { 
		display: block;
	}
	.branch-indexes-contacts .contact-person-office-block {
		flex-direction: column;
	}
	.branch-indexes-contacts .contact-correct-block-mob {
		flex-wrap: wrap;
        gap: 16px;
	}
	.branch-indexes-contacts .office-time-btn {
		max-width: 100%;
	}

}
@media (max-width: 400px) {
/* 
	#modal-account .custom-modal-dialog:has(.custom-account-login),
	#modal-account .custom-modal-dialog:has(.custom-account-register) {
        width: 100%;
    } */
    /* #modal-account .custom-modal-content {
        padding: 0;
    } */
	#modal-account .custom-modal-content:has(.custom-account-login),
	#modal-account .custom-modal-content:has(.custom-account-register) {
        padding: 0px;
    }
	#modal-account .custom-account-login,
	#modal-account .custom-account-register {
		width: 100%;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
	}
	#modal-account .close-modal {
		top: 23px;
	}
	
	.custom-account-register .register-footer .btn-register {
		max-width: 100%;
	}
}