/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-110px {
    margin-top: 110px;
}
/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

body {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    body {
        font-size: 18px;
    }
}

body {
    font-family: 'GothamPro', sans-serif !important;
    line-height: 1.35 !important;
}

.container {
    max-width: 1170px !important;
    margin: 0 auto;
}

.font-drukcyr {
    font-family: 'DrukCyr', sans-serif !important;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

a {
    transition-duration: 200ms;
}

a:hover {
    opacity: 0.8;
}
.woocommerce form .form-row .optional {
    visibility: hidden;
}

.container {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1170px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

.\!visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.\!relative {
    position: relative !important;
}

.relative {
    position: relative;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-1 {
    right: 0.25rem;
}

.right-2 {
    right: 0.5rem;
}

.right-\[-340px\] {
    right: -340px;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-2 {
    top: 0.5rem;
}

.top-\[40\%\] {
    top: 40%;
}

.-z-10 {
    z-index: -10;
}

.z-\[9999\] {
    z-index: 9999;
}

.z-\[999\] {
    z-index: 999;
}

.z-\[99\] {
    z-index: 99;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.\!mb-0 {
    margin-bottom: 0px !important;
}

.\!mb-2 {
    margin-bottom: 0.5rem !important;
}

.\!mt-0 {
    margin-top: 0px !important;
}

.\!mt-7 {
    margin-top: 1.75rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-0 {
    margin-left: 0px;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.block {
    display: block;
}

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.\!h-\[40px\] {
    height: 40px !important;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-20 {
    height: 5rem;
}

.h-5 {
    height: 1.25rem;
}

.h-\[38px\] {
    height: 38px;
}

.h-\[46px\] {
    height: 46px;
}

.h-\[68px\] {
    height: 68px;
}

.h-\[84px\] {
    height: 84px;
}

.h-\[250px\] {
    height: 250px;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.min-h-\[120px\] {
    min-height: 120px;
}

.min-h-screen {
    min-height: 100vh;
}

.\!w-\[40px\] {
    width: 30px !important;
}

.w-10 {
    width: 2.5rem;
}
.w-7 {
    width: 1.75rem;

}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-\[200px\] {
    width: 200px;
}


.w-\[340px\] {
    width: 340px;
}

.w-\[84px\] {
    width: 84px;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[95px\] {
    width: 95px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.min-w-\[290px\] {
    min-width: 290px;
}

.\!max-w-\[90px\] {
    max-width: 90px !important;
}

.max-w-\[340px\] {
    max-width: 340px;
}

.max-w-\[420px\] {
    max-width: 420px;
}

.max-w-\[790px\] {
    max-width: 790px;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-grow {
    flex-grow: 1;
}

.\!grow-0 {
    flex-grow: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[4px\] {
    gap: 4px;
}

.gap-\[61px\] {
    gap: 61px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.\!border-0 {
    border-width: 0px !important;
}

.border {
    border-width: 1px;
}

.\!border-t-0 {
    border-top-width: 0px !important;
}

.border-b {
    border-bottom-width: 1px;
}

.\!border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(2 121 79 / var(--tw-border-opacity)) !important;
}

.border-\[\#E4E4E4\] {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 228 / var(--tw-border-opacity));
}

.border-base-gray {
    --tw-border-opacity: 1;
    border-color: rgb(183 183 183 / var(--tw-border-opacity));
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(2 121 79 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-\[\#E4E4E4\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(228 228 228 / var(--tw-border-opacity));
}

.\!bg-transparent {
    background-color: transparent !important;
}

.bg-\[\#D91E32\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 30 50 / var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
}

.bg-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(2 121 79 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.\!p-0 {
    padding: 0px !important;
}
.\!justify-between {
    justify-content: space-between !important;
}
.p-4 {
    padding: 1rem;
}
.p-1 {
    padding: 0.25rem;
}

.p-\[0px\] {
    padding: 0px;
}

.\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pl-\[10px\] {
    padding-left: 10px;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-4 {
    padding-right: 1rem;
}
.content p, .content ul, .content ol {
    margin-bottom: 1.5rem;
}
.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 2.5rem;
}

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

.\!text-16 {
    font-size: 16px !important;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-21 {
    font-size: 21px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-36 {
    font-size: 36px;
}

.text-44 {
    font-size: 44px;
}

.text-48 {
    font-size: 48px;
}

.text-64 {
    font-size: 64px;
}

.text-72 {
    font-size: 72px;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[18px\] {
    font-size: 18px;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.\!leading-none {
    line-height: 1 !important;
}

.leading-none {
    line-height: 1;
}

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-\[0\.08em\] {
    letter-spacing: 0.08em;
}

.tracking-\[0\.1em\] {
    letter-spacing: 0.1em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.text-\[\#7B7C85\] {
    --tw-text-opacity: 1;
    color: rgb(123 124 133 / var(--tw-text-opacity));
}

.text-base-black {
    --tw-text-opacity: 1;
    color: rgb(51 49 50 / var(--tw-text-opacity));
}

.text-base-gray {
    --tw-text-opacity: 1;
    color: rgb(183 183 183 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(2 121 79 / var(--tw-text-opacity));
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(123 124 133 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.\!opacity-100 {
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-90 {
    opacity: 0.9;
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}
.duration-0 {
    transition-duration: 0ms !important;
}

@font-face {
    font-family: 'DrukCyr';

    src:   url('../resources/fonts/DrukCyr/DrukCyr-Regular.eot');

    src: local('DrukCyr Regular'), local('DrukCyr-Regular'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.woff2') format('woff2'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.woff') format('woff'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
}

@font-face {
    font-family: 'DrukCyr';

    src:   url('../resources/fonts/DrukCyr/DrukCyr-Bold.eot');

    src: local('DrukCyr Bold'), local('DrukCyr-Bold'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.woff2') format('woff2'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.woff') format('woff'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.ttf') format('truetype');

    font-weight: bold;

    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';

    src:   url('../resources/fonts/GothamPro/GothamPro.eot');

    src: local('GothamPro Regular'), local('GothamPro'),
    url('../resources/fonts/GothamPro/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GothamPro/GothamPro.woff2') format('woff2'),
    url('../resources/fonts/GothamPro/GothamPro.woff') format('woff'),
    url('../resources/fonts/GothamPro/GothamPro.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';

    src:   url('../resources/fonts/GothamPro/GothamPro-Medium.eot');

    src: local('GothamPro Medium'), local('GothamPro-Medium'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.woff2') format('woff2'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.woff') format('woff'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.ttf') format('truetype');

    font-weight: 500;

    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';

    src:   url('../resources/fonts/GothamPro/GothamPro-Bold.eot');

    src: local('GothamPro Bold'), local('GothamPro-Bold'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.woff2') format('woff2'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.woff') format('woff'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.ttf') format('truetype');

    font-weight: bold;

    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';

    src:   url('../resources/fonts/Montserrat/Montserrat-Light.eot');

    src: local('Montserrat Light'), local('Montserrat-Light'),
    url('../resources/fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
    url('../resources/fonts/Montserrat/Montserrat-Light.woff') format('woff'),
    url('../resources/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');

    font-weight: 300;

    font-style: normal;
}

body, html {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
}

html{
    scroll-behavior:smooth
}

.base-front-section {
    min-height: 100vh;
}

.base-category-shadow {
    box-shadow: 0px 10px 20px rgba(168, 155, 183, 0.12);
}

.base-popup .overlay {
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,0.7);
    z-index:1;
    display:none;
}

.base-popup .content {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0);
    background:#fff;
    width:350px;
    height: 220px;
    z-index:2;
    text-align:center;
    padding:20px;
    box-sizing:border-box;
}

.base-popup .close-btn{
    cursor:pointer;
    position:absolute;
    right: 20px;
    top:20px;
    width:30px;
    height:30px;
    background: #222;
    color: #fff;
    font-size:25px;
    font-weight:600;
    line-height:30px;
    text-align:center;
    border-radius:50%;
}

.base-popup.active .overlay{
    display:block;
}

.base-popup.active .content{
    transition:all 300ms ease-in-out;
    transform:translate(-50%,-50%) scale(1);
}

form.cart .quantity {
    display: flex;
}

form.cart .quantity input {
    display: flex;
}

form.cart .quantity input {
    width: 3rem;
}

form.cart .quantity input {
    align-items: center;
}

form.cart .quantity input {
    justify-content: center;
}

form.cart .quantity input {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

form.cart .quantity input {
    text-align: center;
}

.added_to_cart {
    display:none !important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

#billing_country_field {
    display: none !important;
}

.woocommerce-billing-fields h3 {
    display: none;
}

form label {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7B7C85;
}

form input {
    height: 50px;
    background: #F2F3F5;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #B7B7B7;
    transition: .2s;
}

@media (max-width: 768px) {

    form input {
        padding: 10px 16px
    }
}

form input:hover {
    color: #959595;
}

form input:focus {
    color: #6b6b6b;
}

form textarea {
    background: #F2F3F5;
    padding: 12px 20px !important;
    font-size: 16px;
    line-height: 1.5;
    color: #B7B7B7;
    resize: none;
    transition: .2s;
    height: 98px !important;
}

form textarea::-moz-placeholder {
    line-height: 1.5 !important;
}

form textarea::placeholder {
    line-height: 1.5 !important;
}

form textarea:hover {
    color: #959595;
}

form textarea:focus {
    color: #6b6b6b;
}

form.checkout p {
    width: 100% !important;
}

form.checkout button[type='submit'] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 58px;
    width: 325px;
    height: 58px;
    background: #02794F !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    border-radius: 0 !important;
    transition: .3s;
}

form.checkout button[type='submit']:hover {
    opacity: .5;
}

.woocommerce form .form-row .required {
    display: none;
}

#billing_address_1_field .woocommerce-input-wrapper:after {
    content: '';
    width: 18px;
    height: 21px;
    display: block;
    top: -5px;
    left: 24px;
    position: absolute;
    background-image: url('../resources/img/Group.svg');
}

.woocommerce-input-wrapper {
    position: relative;
    width: fit-content;
}
.selectize-control {
    width: fit-content;
}
#billing_address_1 {
    padding-left: 50px;
}

#billing_address_1_field:after {
    margin-top: 18px !important;
    font-size: 15px !important;
    color: #F497A3;
}

@media (max-width: 768px) {

    #billing_address_1_field:after {
        margin-top: 8px !important;

        font-size: 14px !important
    }
}

form.checkout .input-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */

form.checkout .input-checkbox+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */

form.checkout .input-checkbox+label::before {
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #7B7C85;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    transition: 0.5s ease
}

/* стили при наведении курсора на радио */

form.checkout .input-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #02794F;
}

/* стили для активной радиокнопки (при нажатии на неё) */

form.checkout .input-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */

form.checkout .input-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */

form.checkout .input-checkbox:checked+label::before {
    content: '';
    border: 1px solid #02794F;
}

/* стили для радиокнопки, находящейся в состоянии disabled */

form.checkout .input-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

form.checkout .woocommerce-radio-wrapper{
    display: flex;
    flex-direction: column;
}

form.checkout .woocommerce form .wooccm-type-radio .woocommerce-radio-wrapper label{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7B7C85;
    cursor: pointer;
    margin-left: 0;
    position: relative;
    line-height: 1
}

form.checkout .input-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

form.checkout .input-radio+label {
    transition: .2s;
    cursor: pointer;
}

/*form.checkout .input-radio+label:hover {*/
/*      opacity: .5;*/
/*    }*/

form.checkout .input-radio+label::before{
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #7B7C85;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    transition: 0.5s ease;
}

form.checkout .input-radio:not(:disabled):not(:checked)+label:hover::before{
    border-color: #02794F;
}

form.checkout .input-radio+label:after{
    content: '';
    background-image: url('../resources/img/fi_check.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    left: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    background-color: #02794F;
    background-position: center;
    border-radius: 3px;
}

form.checkout .input-radio:checked+label::after{
    opacity: 1;
    visibility: visible;
}

form.checkout .input-radio:checked+label {
    color: #000;
}

.selectize-input {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 11px 20px !important;
    width: 220px !important;
    height: 48px !important;
    background: #F2F3F5 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: center !important;
    color: #7B7C85 !important;
    border: 1px solid #02794F !important;
}

.selectize-dropdown [data-selectable].option {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 11px 20px !important;
    width: 220px !important;
    height: 48px !important;
    background: #F2F3F5 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: center !important;
    color: #7B7C85 !important;
    border-bottom: 1px solid #E4E4E4 !important;
    transition: .3s !important;
}

.selectize-dropdown [data-selectable].option:hover {
    background: #E4E4E4 !important;
}

.base-remove-button:after {
    content: url('../resources/img/mingcute_close-circle-fill.svg');
}

.woocommerce table.shop_table td {
    padding: 0 !important;
}

.quantity {
    display: flex !important;
}

form#base-checkout .quantity {
    display: flex !important;
    border: 1px solid #02794F;
    height: 40px !important;
    max-width: 90px !important;
}

form#base-checkout .quantity button {
    border: none !important;
    height: 40px !important;
    background: none !important;
}

form#base-checkout .quantity input {
    height: 40px !important;
    background: none !important;
    padding: 10px 0px !important;
    width: 22px;
}

.woocommerce table.shop_table {
    margin: 0 !important;
    border: none !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0 !important;
    padding: 0 !important;
}

.base-order-review .woocommerce-checkout-payment {
    display: none;
}

@media (max-width: 768px) {

    .base-order-review .woocommerce-checkout-payment {
        display: flex;

        margin-top: 0 !important
    }
}

.base-order-review .woocommerce-checkout-payment .place-order {
    width: 100%;
}
.text-120 {
    font-size: 120px;
}
.base-order-review .woocommerce-checkout-payment .place-order button {
    width: 100%;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-5 {
    gap: 1.25rem;
}
@media (max-width:768px) {

    .base-form-fields #payment {
        display: none
    }
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after {
    opacity: 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
    box-shadow: none !important;
    transform: none !important;
    border: 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
    font-weight: 400 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus {
    border: 0 !important;
    box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    width: 100px !important;
    border: 0 !important;
    padding: 4px !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label span {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    text-align: center !important;
}

div.wpforms-container-full .wpforms-form ul, div.wpforms-container-full .wpforms-form ul li {
    display: flex;
    justify-content: center;
    gap: 20px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image {
    /*border: 1px solid #B7B7B7;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 15px;*/
    transition: .2s;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:hover .wpforms-image-choices-image {
    opacity: .7;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label .wpforms-image-choices-image {
    --tw-border-opacity: 1 !important;
    border-color: rgb(2 121 79 / var(--tw-border-opacity)) !important;
}

div.wpforms-container-full .wpforms-form label {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    color: #000000 !important;
    margin-bottom: 12px !important;
    text-align: left;
}
div.wpforms-container-full .wpforms-field-file-upload label {
    cursor: default !important;

}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 12px 0;
    position: relative;
    overflow: visible !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    position: absolute;
    color: #990000 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

div.wpforms-container-full .wpforms-form textarea {
    background: #F2F3F5 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #B7B7B7 !important;
    resize: none !important;
    height: 98px !important;
    border: none !important;
}

div.wpforms-container-full .wpforms-form input[type="text"] {
    background: #F2F3F5 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #B7B7B7 !important;
    resize: none !important;
    border: none !important;
    height: 50px !important;
    width: 100% !important;
    max-width: 100%;
}

div.wpforms-container .wpforms-form .choices__inner {
    background: #F2F3F5 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #B7B7B7 !important;
    resize: none !important;
    border: none !important;
    height: 50px !important;
    width: 100% !important;
    max-width: 100%;
}

div.wpforms-container .wpforms-form .choices {
    max-width: 100% !important;
    text-align: left;
}

div.wpforms-container .wpforms-form .choices__list--single .choices__item {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #B7B7B7 !important;
}

.wpforms-field-file-upload {
    text-align: left;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 18px 36px !important;
    background: #02794F !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    color: #FFFFFF !important;
    border: 1px solid #02794F !important;
    transition: .3s;
    width: 100% !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{
    background: none !important;
    color: #02794F !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpforms-required-label {
    visibility: hidden !important;
}

@media (max-width: 768px) {
    div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.xoo-wsc-sm-sales {
    display: none !important;
}

.woocommerce a.remove {
    background-color: transparent !important;
}

header li.current-menu-item a {
    font-weight: 700;
}

header li a {
    transition-duration: 200ms;
}

header li a:hover {
    text-decoration-line: underline;
}

header li a:hover {
    text-underline-offset: 4px;
}

.input-text.qty {
    background: none !important;
}

.wpforms-field-file-upload label {
    display: flex !important;
    align-items: center!important;
    position: relative !important;
    cursor: pointer !important;
    gap: 4px
}

.wpforms-field-file-upload label:before {
    content: url("../resources/img/Img_out-box.svg");
    /*position: absolute;*/
    bottom: -6px;
}

.wpforms-field-file-upload input[type="file"] {
    position: absolute !important;
    left: -99999rem !important;
}

.first\:ml-8:first-child {
    margin-left: 2rem;
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(2 121 79 / var(--tw-border-opacity));
}

.hover\:\!bg-transparent:hover {
    background-color: transparent !important;
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(2 121 79 / var(--tw-text-opacity));
}

.hover\:opacity-50:hover {
    opacity: 0.5;
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:\!bg-transparent {
    background-color: transparent !important;
}

.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(2 121 79 / var(--tw-text-opacity));
}

.group:hover .group-hover\:\!opacity-80 {
    opacity: 0.8 !important;
}

.child-all\:\!text-18 * {
    font-size: 18px !important;
}
@media (max-width: 500px) {
    .base-partners a:nth-child(3) img, .base-partners a:nth-child(4) img, .base-partners a:nth-child(5) img {
        height: 25px !important;
    }
}
@media (min-width: 768px) {

    .min-w-\[200px\] {
        min-width: 200px;
    }
    .md\:right-\[-440px\] {
        right: -440px;
    }

    .md\:w-\[440px\] {
        width: 440px;
    }
    .md\:max-w-\[440px\] {
        max-width: 440px;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:text-200 {
        font-size: 200px !important;
    }

    .md\:border {
        border-width: 1px;
    }

    .md\:p-10 {
        padding: 2.5rem;
    }

    .md\:text-18 {
        font-size: 18px;
    }

    .md\:text-21 {
        font-size: 21px;
    }

    .md\:text-48 {
        font-size: 48px;
    }

    .md\:text-96 {
        font-size: 96px;
    }
}

@media (min-width: 1170px) {
    .lg\:\!fixed {
        position: fixed !important;
    }

    .lg\:overflow-x-visible{
        overflow-x: visible !important;
    }
    .base-cols-2{
        height: 500px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .lg\:text-350{
        font-size: 350px !important;
    }
    .lg\:items-center {
        align-items: center;
    }

    .lg\:absolute {
        position: absolute;
    }
    .lg\:w-fit  {
        width: fit-content;
    }

    .lg\:bottom-auto {
        bottom: auto;
    }

    .lg\:top-0 {
        top: 0px;
    }

    .lg\:top-4 {
        top: 1rem;
    }

    .lg\:\!mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .lg\:\!mt-10 {
        margin-top: 2.5rem !important;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-20 {
        margin-bottom: 5rem;
    }
    .lg\:mb-2 {
        margin-bottom: 0.25rem;
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

    .lg\:mt-10 {
        margin-top: 2.5rem;
    }

    .lg\:mt-16 {
        margin-top: 4rem;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-\[420px\] {
        height: 420px;
    }

    .lg\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .lg\:w-\[420px\] {
        width: 420px;
    }

    .lg\:w-\[440px\] {
        width: 440px;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:gap-6 {
        gap: 1.5rem;
    }

    .lg\:border {
        border-width: 1px;
    }

    .lg\:border-black {
        --tw-border-opacity: 1;
        border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

    .lg\:p-10 {
        padding: 2.5rem;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .lg\:pt-10 {
        padding-top: 2.5rem;
    }

    .lg\:pt-24 {
        padding-top: 6rem;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-120 {
        font-size: 120px;
    }
    .lg\:top-20 {
        top: 80px;
    }
    .lg\:top-22 {
        top: 88px;
    }
    .lg\:mt-150px {
        margin-top: 150px;
    }
    .lg\:text-14 {
        font-size: 14px;
    }

    .lg\:text-16 {
        font-size: 16px;
    }

    .lg\:text-18 {
        font-size: 18px;
    }

    .lg\:text-22 {
        font-size: 22px;
    }

    .lg\:text-24 {
        font-size: 24px;
    }

    .lg\:text-72 {
        font-size: 72px;
    }

    .lg\:tracking-widest {
        letter-spacing: 0.1em;
    }
}
#base-cats-menu a{
    height: 24px !important;
    opacity: 1 !important
}
.pt-60px {
    padding-top: 80px;
}
.gap-y-10 {
    row-gap: 2.5rem; /* 40px */
}
.xoo-wsc-items-count, .xoo-wsc-sc-count {
    background: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li.wpforms-selected .wpforms-image-choices-image{
    border: 1px solid #000 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li .wpforms-image-choices-image img{
    width: 100% !important;
    padding: 5px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li .wpforms-image-choices-image{
    border: 1px solid #fff !important;
}
.w-200px {
    width: 200px
}
.bg-preloader{
    z-index: 9999999999;
    -webkit-animation-timing-function: step-end;

    -webkit-animation-name: animation;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;

    animation-timing-function: step-end;
    animation-name: animation;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-play-state: running;
    background-color: #D91E32;
}
@media (min-width: 1170px) {
    .h-22px {
        height: 20px;
    }
}
@-webkit-keyframes animation {
    0%     {background-color:#D91E32;}
    25.0%  {background-color:#1095AE;}
    50.0%  {background-color:#F497A3;}
    75.0%  {background-color:#02794F;}
    100.0%  {background-color:#FBB817;}
}

@keyframes animation {
    0%     {background-color:#D91E32;}
    25.0%  {background-color:#1095AE;}
    50.0%  {background-color:#F497A3;}
    75.0%  {background-color:#02794F;}
    100.0%  {background-color:#FBB817;}
}
.xoo-wsc-qty-box.xoo-wsc-qtb-square {
    justify-content: space-between;
}
span.xoo-wsc-chng {
    width: 25px !important;
}
/*!* width *!*/
/*::-webkit-scrollbar {*/
/*  width: 10px;*/
/*}*/

/*!* Track *!*/
/*::-webkit-scrollbar-track {*/
/*  background: #f1f1f1;*/
/*}*/

/*!* Handle *!*/
/*::-webkit-scrollbar-thumb {*/
/*  background: #888;*/
/*}*/

/*!* Handle on hover *!*/
/*::-webkit-scrollbar-thumb:hover {*/
/*  background: #555;*/
/*}*/
.overflow-y-hidden {
    overflow-y:  hidden;
}
.base-count-cart {
    width: 24px !important;
    background: transparent !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 6px !important;
    text-align: center !important;
    left: 8px;
    font-size: 10px !important;
}
.base-partners img {
    height: 50px;
    display: flex;
    justify-content: center;
}
.woocommerce-message {
    display: none
}
.top-60px {
    top: 60px;
}
.base-language a:first-child:after {
    content: '|';
    padding: 0 8px
}
.h-30px {
    height: 30px;
}
header li a:hover {
    text-decoration: none !important;
}
.z-9999999 {
    z-index: 9999999;
}
.z-999 {
    z-index: 999;
}
.top-62px {
    top: 74px
}
@media (max-width: 1169.99px) {
    .top-62px {
        top: 62px
    }
    .group:hover .group-hover\:\!bg-transparent {

    }
}
.base-product-heading {
    letter-spacing: -0.25px !important;
}
.xoo-wsc-container, .xoo-wsc-slider {
    z-index: 99999999;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    background-image:url('https://base.ua/wp-content/uploads/2023/07/spin-1s-200px-1.gif') !important;

}
.xoo-wsc-img-col {
    align-self: baseline;
}
.base-shake {
    /*animation: horizontal-shaking 1.2s infinite;*/
    -webkit-animation: ring 5s  ease-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 5s  ease-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 5s ease-out infinite;
    transform-origin: 50% 4px;
}
@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    15% { transform: translateX(3px) }
    30% { transform: translateX(-3px) }
    45% { transform: translateX(3px) }
    60% { transform: translateX(1px) }
    75% { transform: translateX(-1px) }
    90% { transform: translateX(1px) }
    100% { transform: translateX(0) }
}
@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }

    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }

    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
}

@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }

    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}
input[type="select-one"],span.xoo-wsc-loader {
    display: none !important;
}
.wp-block-image img {
    width: 100%;
}
.tracking-tight {
    letter-spacing: 0;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.base-menu-separator {
    height: 1px;
    border-bottom: 1px dashed #000;
    flex: 1;
}
.pr-8 {
    padding-right: 32px;
}
