/*
! tailwindcss v3.3.2 | 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.
6. Use the user's configured `sans` font-variation-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: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;    
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
}

/* p, a, li {
    font-family: "Ysabeau", sans-serif;
} */

/*
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 */
    /*font-family: Manrope;*/
}
code{
    font-family: "Playfair Display", serif;

}

    /*
    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,
.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,
.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;
}

/*
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: #6b7280; /* 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;
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder, textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'], [type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

[type='checkbox']:focus, [type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked, [type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover, [type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;

    --tw-scroll-snap-strictness: proximity;

    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.container {
    width: 100%;
}

@media (min-width: 450px) {

    .container {
        max-width: 450px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }

}

@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
    }

}

@media (min-width: 1280px) {

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {

    .container {
        max-width: 1536px;
    }
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

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

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

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

.max-w-full {
    max-width: 100%;
}

.transform {
    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));
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

.rounded-\[10px\] {
    border-radius: 10px;
}

.border {
    border-width: 1px;
}

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

.border-\[\#F5F4F9\] {
    --tw-border-opacity: 1;
    border-color: rgb(245 244 249 / var(--tw-border-opacity));
}

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

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

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

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

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

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

.pb-14 {
    padding-bottom: 3.5rem;
}

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

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

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

.pb-8 {
    padding-bottom: 2rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

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

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

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

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

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

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

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

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

.uppercase {
    /* text-transform: uppercase; */
}

.text-black\/60 {
    color: rgb(21 19 50 / 0.6);
}

.text-black\/70 {
    color: rgb(21 19 50 / 0.7);
}

.text-white\/60 {
    color: rgb(255 255 255 / 0.6);
}

.blur {
    --tw-blur: blur(8px);
    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;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1280px;
}

@media (min-width: 1024px) {

    .container {
        max-width: calc(1024px - 100px);
    }
}
@media (min-width: 1280px) {

    .container {
        max-width: calc(1280px - 200px);
    }
}

@media (min-width: 1536px) {

    .container {
        max-width: calc(1460px - 200px);
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}

body {
    --tw-bg-opacity: 1;
    /* background-color: rgb(245 244 249 / var(--tw-bg-opacity)); */
    background-color: rgb(255 255 255);
    line-height: 1.2;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #EBE8FE;
}

body::-webkit-scrollbar-thumb {
    background: #282461;
}

.trans {
    transition: all 0.5s;
}

.red-btn {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition: all 0.5s;
}


.red-btn:hover {
    --tw-bg-opacity: 1;
    background-color: #b3904f;
}

.red-btn input {
    text-transform: uppercase;
}

@media (min-width: 768px) {

    .red-btn {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1280px) {

    .red-btn {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.red-btn svg {
    position: relative;
    z-index: 2;
    margin-left: 1.25rem;
}

.red-btn span {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

h1,
.h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    /* /* text-transform: uppercase; */ */
    --tw-text-opacity: 1;
    color: #151332;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1280px) {

    h1,
    .h1 {
        font-size: 2.1rem;
        line-height: 1;
    }
}

@media (min-width: 1536px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 55px;
    }
}

h1 strong,
.h1 strong {
    --tw-text-opacity: 1;
    color: #b3904f;
}

h2,
.h2 {
    font-size: 25px;
    font-weight: 500;
    /* text-transform: uppercase; */
    --tw-text-opacity: 1;
    color: #151332;
}

@media (min-width: 768px) {

    h2,
    .h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1280px) {

    h2,
    .h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1536px) {

    h2,
    .h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

h2 strong,
.h2 strong {
    --tw-text-opacity: 1;
    color: #b3904f;
}

h3,
.h3  {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    --tw-text-opacity: 1;
    color: #151332;
}

h3 strong,
.h3 strong {
    --tw-text-opacity: 1;
    color: #b3904f;
}

h4,
.h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    /* text-transform: uppercase; */
}

@media (min-width: 768px) {

    h4,
    .h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    /* text-transform: uppercase; */
}

@media (min-width: 768px) {

    h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

html.open-modal {
    overflow: hidden;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(21 19 50 / 0.2);
}

.modal__container {
    position: relative;
    width: 100%;
    max-height: 100vh;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

@media (min-width: 768px) {

    .modal__container {
        height: auto;
    }
}

.modal__container.order-modal {
    max-width: 600px;
}

.modal__container.order-modal.order-modal-send {
    max-width: 90%;
}

@media (min-width: 768px) {

    .modal__container.order-modal.order-modal-send {
        max-width: 600px;
    }
}

.modal__container.directions-modal {
    max-width: 1196px;
}

.modal__container.directions-modal .modal__top {
    background: #BB2C2C;
    padding: 75px 0;
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (min-width: 768px) {

    .modal__container.directions-modal .modal__top {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.modal__container.directions-modal .modal__close:hover svg path {
    stroke: #b3904f;
}

#order-modal .modal__container,
.modal.directions-modal .modal__container {
    position: relative;
    width: 100%;
    max-height: 100vh;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
    border-radius: 0px;
}

@media (min-width: 768px) {

    #order-modal .modal__container,
    .modal.directions-modal .modal__container {
        height: auto;
        min-height: 0px;
        border-radius: 20px;
    }
}

#order-modal .modal__top,
.modal.directions-modal .modal__top {
    border-radius: 0px;
}

@media (min-width: 768px) {

    #order-modal .modal__top,
    .modal.directions-modal .modal__top {
        border-radius: 10px;
    }
}

.modal__top {
    background: #b3904f;
    position: relative;
    margin-bottom: 2rem;
    border-radius: 10px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 768px) {

    .modal__top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.modal__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.modal__logo h2,
.modal__logo .h2,
.modal__logo p {
    color: #FFF;
    margin-top: 8px;
    font-size: 2.75rem;
}

.modal__logo p span {
    color: #000;
}

.modal__close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 200;
}

.modal__close:hover svg path {
    stroke: #b3904f;
}

.modal__desc {
    overflow-y: auto;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0px;
    padding-bottom: 1.25rem;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 768px) {

    .modal__desc {
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1280px) {

    .modal__desc {
        padding-left: 240px;
        padding-right: 240px;
    }
}

.modal__desc p {
    margin-bottom: 1.25rem;
}

.modal__desc p:last-child {
    margin-bottom: 0px;
}

.modal__btn {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.item-form {
    margin-bottom: 0.625rem;
    display: flex;
    width: 100%;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(245 244 249 / var(--tw-bg-opacity));
}

.item-form:last-child {
    margin-bottom: 0px;
}

.item-form {
    border-radius: 10px;
}

.item-form label, .item-form input {
    height: 60px;
}

.item-form label {
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    color: rgb(21 19 50 / 0.6);
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    min-width: 128px;
}

.item-form input {
    width: 100%;
    background-color: transparent;
    padding-left: 1rem;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-left: solid 2px white !important;
}

.order-modal {
    /* Customize the label (the container) */
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Create the indicator (the dot/circle - hidden when not checked) */
    /* Show the indicator (dot/circle) when checked */
    /* Style the indicator (dot/circle) */
}

.order-modal .radio-btn {
    margin-right: 30px;
    display: block;
    position: relative;
    padding-left: 28px;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.order-modal .radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.order-modal .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: rgba(40, 36, 97, 0.04);
    border: 2px solid rgba(40, 36, 97, 0.04);
    border-radius: 4px;
}

.order-modal .radio-btn:hover {
    color: rgb(191, 32, 47);
}

.order-modal .radio-btn input:checked ~ .checkmark {
    border: 2px solid rgba(191, 32, 47, 0.1);
    background: rgba(40, 36, 97, 0.04);
}

.order-modal .radio-btn input:checked ~ span {
    color: rgb(191, 32, 47);
}

.order-modal .checkmark:after {
    content: url("/wp-content/themes/kostovan/assets/img/arrow.svg");
    position: absolute;
    display: none;
}

.order-modal .radio-btn input:checked ~ .checkmark:after {
    display: block;
}

.order-modal .radio-btn .checkmark:after {
    top: -5px;
    left: 3px;
}

.burger-mobile {
    display: flex;
}

@media (min-width: 1280px) {

    .burger-mobile {
        display: none;
    }
}

.burger-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: -5;
}

body.active-menu {
    overflow: hidden;
}

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
    animation: fade-in-bottom 0.5s ease-in-out both;
}

@keyframes fade-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.header {
    position: sticky;
    top: 0px;
    z-index: 50;
    --tw-bg-opacity: 1;
    background-color: rgb(245 244 249 / var(--tw-bg-opacity));
    transition: all 0.3s;
}

.header__logo {
    width: 100%;
    max-width: 103px;
}

@media (min-width: 768px) {

    .header__logo {
        max-width: 205px;
    }
}

.header__langs {
    display: flex;
    opacity: 0;
}

@media (min-width: 1280px) {

    .header__langs {
        opacity: 1;
    }
}

.header__langs a {
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    transition: all 0.5s;
}

.header__langs a:hover {
    --tw-text-opacity: 1;
    color: #b3904f;
}

@media (min-width: 1280px) {

    .header__langs a {
        margin-left: 1.25rem;
    }

    .header__langs a:first-child {
        margin-left: 2.5rem;
    }
}

.header__langs a.current {
    --tw-text-opacity: 1;
    color: #b3904f;
}

.header__phone {
    display: flex;
    flex-direction: column;
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 232 254 / var(--tw-border-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 15px;
    opacity: 0;
}

.header__phone span {
    font-size: 1rem;
    font-weight: 500;
}

@media (min-width: 1280px) {

    .header__phone {
        opacity: 1;
    }
}

.header__phone a {
    margin-top: 0.25rem;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #b3904f;
    transition: all 0.5s;
}

.header__phone a:hover {
    --tw-text-opacity: 1;
    color: #b3904f;
}

.header__menu {
    display: flex;
    opacity: 0;
}
/*.header__menu #main-menu.menu{*/
/*    display: flex;*/
/*    opacity: 0;*/
/*}*/

@media (min-width: 1280px) {

    .header__menu {
        opacity: 1;
    }
}

.header__menu-item,
.header__menu .menu-item {
    margin-right: 2.5rem;
}

ul.header__menu ul .menu-item {
    border-bottom: 1px solid #b3904f;
}

ul.header__menu ul .menu-item:last-child {
    border-bottom: 0px solid transparent;
}

.header__menu .menu-item.current-menu-item a{
    --tw-text-opacity: 1;
    color: #b3904f;
}

.header__menu-item a,
.header__menu .menu-item a,
.header__menu-item span,
.header__menu .menu-item span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    transition: all 0.5s;
}

.header__menu-item a:hover,
.header__menu .menu-item a:hover,
.header__menu .menu-item span:hover,
.header__menu-item span:hover {
    --tw-text-opacity: 1;
    color: #b3904f;
}

.header__mobile-menu {
    position: fixed;
    left: -1000%;
    top: 0;
    bottom: 0;
    background: #F5F4F9;
}

.header__mobile-menu.show {
    overflow: auto;
    left: 0;
    right: 0;
    z-index: 200;
}

.header__mobile-menu-wrapper {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}

.header__mobile-menu-wrapper .burger-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.header__mobile-menu-wrapper .header__menu,
.header__mobile-menu-wrapper .header__phone,
.header__mobile-menu-wrapper .header__langs {
    opacity: 1;
}

.header__mobile-menu-wrapper .header__langs a {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.header__mobile-menu-wrapper .header__menu {
    flex-direction: column;
}

.header__mobile-menu-wrapper .header__menu .menu-item,
.header__mobile-menu-wrapper .header__menu-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2rem;
    text-align: center;
}

.header__mobile-menu-wrapper .header__menu .menu-item:last-child,
.header__mobile-menu-wrapper .header__menu-item:last-child {
    margin-bottom: 0px;
}

.header__mobile-menu-wrapper .header__menu .menu-item a,
.header__mobile-menu-wrapper .header__menu-item a {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.header__mobile-menu-wrapper .header__phone {
    border-width: 0px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.header__mobile-menu-wrapper .header__phone a {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.footer {
    margin-top: 3rem;
    --tw-bg-opacity: 1;
    background-color: #f5f4f9;
    padding-top: 3rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {

    .footer {
        margin-top: 3rem;
        padding-top: 3rem;
    }
}

@media (min-width: 1536px) {

    .footer {
        padding-top: 4rem;
    }
}

.footer .col50 {
    width: 100%;
}

@media (min-width: 768px) {

    .footer .col50 {
        max-width: 50%;
    }
}

.footer__wrap {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {

    .footer__wrap {
        margin-bottom: 3rem;
        flex-direction: row;
    }
}

.footer .social {
    display: flex;
    /*justify-content: space-between;*/
}

@media (min-width: 768px) {

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

.footer .social .social-item {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
    transition: all 0.5s;
    margin-right: 5px;
}

.footer .social .social-item:hover {
    --tw-bg-opacity: 1;
    background-color: #b3904f;
}

@media (min-width: 768px) {

    .footer .social .social-item {
        margin-right: 0.625rem;
    }
}

@media (min-width: 1280px) {

    .footer .social .social-item {
        height: 3rem;
        width: 3rem;
        flex: 0 0 48px;
    }
}

.footer form {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    width: 100%;
}

.footer form label, .footer form input, .footer form textarea {
    width: 100%;
}

.footer form input {
    border-radius: 10px;
    border-width: 2px;
    /* border-color: rgb(255 255 255 / 0.2); */
    /* background-color: transparent; */
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 13px;
    font-weight: 500;
    /* --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity)); */
}

.footer form input::-moz-placeholder {
    /* color: rgb(235 232 254 / 0.5); */
}

.footer form input::placeholder {
    /* color: rgb(235 232 254 / 0.5); */
}

/* .footer form input {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    transition: all 0.5s;
} */

/* .footer form input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
} */

@media (min-width: 1024px) {

    .footer form input {
        font-size: 15px;
    }
}

@media (min-width: 1280px) {

    .footer form input {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.footer form textarea {
    height: 120px;
    resize: none;
    border-radius: 10px;
    border-width: 2px;
    /* border-color: rgb(255 255 255 / 0.2); */
    /* background-color: transparent; */
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 13px;
    font-weight: 500;
    /* --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity)); */
}

.footer form textarea::-moz-placeholder {
    color: #6b7280;
}

.footer form textarea::placeholder {
    color: #6b7280;
}

.footer form textarea {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    transition: all 0.5s;
}

.footer form textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 1024px) {

    .footer form textarea {
        font-size: 15px;
    }
}

@media (min-width: 1280px) {

    .footer form textarea {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.footer span {
    color: #fff;
    font-size: 18px;
}

.main-block__wrap {
    position: relative;
    display: flex;
    min-height: 375px;
    align-items: center;
}

.main-block__left {
    position: relative;
    z-index: 2;
    margin-top: 52px;
    width: 100%;
    max-width: 75%;
}

@media (min-width: 768px) {

    .main-block__left {
        margin-top: 0px;
        max-width: 50%;
    }
}

.main-block__left p {
    width: 100%;
    max-width: 480px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.main-block__wrap .main-block__left h1:first-child {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-top: -2rem;
}

.main-block__wrap .main-block__left h1,
.main-block__wrap .main-block__left .h1 {
    font-size: 1rem;
    line-height: 1.2rem;
}

@media (min-width: 768px) {

    .main-block__wrap .main-block__left h1,
    .main-block__wrap .main-block__left .h1 {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .main-block__left p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .main-block__wrap .main-block__left h1:first-child {
        font-size: 3.2rem;
        line-height: 3rem;
        margin-top: 2rem;
    }
}

@media (min-width: 1280px) {

    .main-block__left p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.main-block__left h1 strong {

    line-height: 72px;
    display: inline-block;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-block__right {
    position: absolute;
    bottom: -3.5rem;
    right: -42%;
    z-index: -1;
}

@media (min-width: 450px) {

    .main-block__right {
        right: -20%;
    }
}

@media (min-width: 768px) {

    .main-block__right {
        position: relative;
        right: auto;
        bottom: auto;
    }
}

.main-block__right-text {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
    max-width: 540px;
    border-radius: 10px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding: 2.5rem;
}
.main-block__right-text h3{
    color: #b3904f;
}
@media (min-width: 1024px) {

    .main-block__right-text {
        display: block;
    }
}

.main-block__right-text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
}

.main-block__right img {
    max-width: 365px;
}

@media (min-width: 768px) {

    .main-block__right img {
        max-width: 100%;
    }
}

.main-block__right p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.company .slick-list {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    overflow: visible;
}

@media (min-width: 768px) {

    .company .slick-list {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}

.company__item {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

@media (min-width: 768px) {

    .company__item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.company__item-wrap {
    display: flex;
    height: 4rem;
    width: 182px;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding: 1rem;
}

@media (min-width: 768px) {

    .company__item-wrap {
        height: 120px;
        width: auto;
    }
}

.company__item-wrap {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.banner__wrap {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
}

@media (min-width: 768px) {

    .banner__wrap {
        flex-direction: row;
        align-items: center;
    }
}


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

.banner__wrap.banner__reversed {
    background-color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner__wrap.banner__reversed p {
    color: #b3904f;
}

.banner__wrap.banner__reversed h2,
.banner__wrap.banner__reversed .h2 {
    --tw-text-opacity: 1;
    color: #b3904f;
}

.banner__wrap p {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .banner__wrap p {
        margin-top: 1.25rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {

    .banner__wrap p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.banner .col40 {
    width: 100%;
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 768px) {

    .banner .col40 {
        max-width: 43%;
        padding-right: 0;
        padding-top: 1.25rem;


    }
}

@media (min-width: 1024px) {

    .banner .col40 {
        padding-left: 6rem;
    }
}

.banner .col60 {
    width: 100%;
}

@media (min-width: 768px) {

    .banner .col60 {
        max-width: 57%;
    }
}

.answers__wrap {
    margin-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.answers__wrap:first-child {
    margin-top: 0px;
}

@media (min-width: 768px) {

    .answers__wrap {
        margin-top: 3.5rem;
        flex-direction: row;
    }

    .answers__wrap:nth-child(even) {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1280px) {

    .answers__wrap {
        margin-top: 7rem;
    }
}

.answers .col {
    width: 100%;
}

@media (min-width: 768px) {

    .answers .col {
        max-width: 50%;
    }
}

.answers li {
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.answers li:last-child {
    margin-bottom: 0px;
}

@media (min-width: 768px) {

    .answers li {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .answers li {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1280px) {

    .answers li {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.answers li:nth-child(odd) span {
    border-color: rgba(191, 32, 47, 0.1);
}

.answers li:nth-child(odd) svg path {
    fill: #b3904f;
}

.answers li:nth-child(even) span {
    border-color: rgba(48, 40, 155, 0.1);
}

.answers li:nth-child(even) svg path {
    fill: #b3904f;
}

.answers li span {
    margin-right: 1rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

    .answers li span {
        margin-right: 1.25rem;
    }
}

@media (min-width: 1280px) {

    .answers li span {
        height: 3rem;
        width: 3rem;
        flex: 0 0 48px;
    }
}

.answers p {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 768px) {

    .answers p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .answers p {
        max-width: 75%;
    }
}

@media (min-width: 1280px) {

    .answers p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.results {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 2rem;
}

.results h2,
.results .h2 {
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.results h4, .results h5,
.results .h4, .results .h5  {
    margin-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: #b3904f;
}

.results .slick-slide {
    transition: all 0.5s;
    height: auto;
    width: 343px;
    opacity: 0.7;
}

.results .slick-slide > div {
    height: 100%;
}

.results .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.results .slick-track {
    display: flex;
}

.results .slick-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {

    .results .slick-list {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1024px) {

    .results .slick-list {
        margin-left: -15%;
        margin-right: -15%;
    }
}

@media (min-width: 1280px) {

    .results .slick-list {
        margin-left: -7%;
        margin-right: -7%;
    }
}

.results__item {
    height: 100%;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {

    .results__item {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

@media (min-width: 1024px) {

    .results__item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.results__item-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    justify-content: center;
}

@media (min-width: 1280px) {

    .results__item-wrap {
        padding: 1rem;
    }
}

/* @media (min-width: 1536px) {

    .results__item-wrap {
        padding-right: 8rem;
    }
} */

.results__item-wrap {
    filter: drop-shadow(0px 5px 20px rgba(48, 40, 155, 0.1));
    border-radius: 10px;
}

.results__item-top {
    /* margin-bottom: 1.25rem; */
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .results__item-top {
        /* margin-bottom: 1.5rem; */
    }
}

.results__item-top .img {
    width: 100%;
    margin-right: 12px;
    max-width: 80px;
}

@media (min-width: 768px) {

    .results__item-top .img {
        max-width: 120px;
    }
}

.results__item-top p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

@media (min-width: 768px) {

    .results__item-top p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.results__item-desc {
    margin: 1.2rem 0;
    font-size: 16px;
    font-weight: 500;
}


@media (min-width: 768px) {

    .results__item-desc {
        /* margin-bottom: 2.5rem; */
    }
}

.results__item-bottom {
    margin-top: auto;
    margin-right: -1rem;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .results__item-bottom {
        margin-right: 0px;
    }
}

.results__item-bottom p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

@media (min-width: 768px) {

    .results__item-bottom p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.results__item-bottom .img {
    margin: 0 auto;
    width: 100%;
    max-width: 116px;
}

@media (min-width: 768px) {

    .results__item-bottom .img {
        max-width: 180px;
    }
}

.results__btns {
    margin-top: -0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.results__btn {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition: all 0.5s;
}

@media (min-width: 1024px) {

    .results__btn {
        height: 3rem;
        width: 3rem;
    }
}

.results__btn {
    border: 2px solid rgba(191, 32, 47, 0.1);
    border-radius: 8px;
}

.results__btn:hover {
    border: 2px solid rgba(48, 40, 155, 0.1);
}

.results__btn:hover svg path {
    transition: all 0.5s;
    fill: #b3904f;
}

.reviews {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.reviews h2,
.reviews .h2 {
    text-align: center;
}

.reviews h4, .reviews h5,
.reviews .h4, .reviews .h5 {
    margin-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: #b3904f;
}

.reviews .slick-slide {
    transition: all 0.5s;
    height: auto;
    width: 343px;
}

.reviews .slick-slide > div {
    height: 100%;
}

.reviews .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.reviews .slick-track {
    display: flex;
}

.reviews .slick-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {

    .reviews .slick-list {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1024px) {

    .reviews .slick-list {
        margin-left: -15%;
        margin-right: -15%;
    }
}

@media (min-width: 1280px) {

    .reviews .slick-list {
        margin-left: -7%;
        margin-right: -7%;
    }
}

.reviews__item {
    height: 100%;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {

    .reviews__item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.reviews__item-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {

    .reviews__item-wrap {
        padding-top: 2.5rem;
        padding-left: 2.5rem;
        padding-bottom: 3rem;
        padding-right: 5rem;
    }
}

@media (min-width: 1536px) {

    .reviews__item-wrap {
        padding-right: 8rem;
    }
}

.reviews__item-wrap {
    filter: drop-shadow(0px 5px 20px rgba(48, 40, 155, 0.1));
    border-radius: 10px;
}

.reviews__item-top {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .reviews__item-top {
        margin-bottom: 1.5rem;
    }
}

.reviews__item-top .img {
    max-width: 60px;
    width: 100%;
    margin-right: 12px;
}

.reviews__item-top .img img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid rgba(191, 32, 47, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.reviews__item-top p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

@media (min-width: 768px) {

    .reviews__item-top p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.reviews__item-desc {
    margin-bottom: 2rem;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 768px) {

    .reviews__item-desc {
        margin-bottom: 2.5rem;
    }
}

.reviews__item-bottom {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
    margin-top: auto;
    display: flex;
    align-items: center;
}

.reviews__item-bottom > div {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}

.reviews__btns {
    margin-top: -0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__btn {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition: all 0.5s;
}

@media (min-width: 1024px) {

    .reviews__btn {
        height: 3rem;
        width: 3rem;
    }
}

.reviews__btn {
    border: 2px solid rgba(191, 32, 47, 0.1);
    border-radius: 8px;
}

.reviews__btn:hover {
    border: 2px solid rgba(48, 40, 155, 0.1);
}

.reviews__btn:hover svg path {
    transition: all 0.5s;
    fill: #b3904f;
}

.about h2, .about .h2, .about p, .about li, .about h4, .about .h4 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.about h2, .about .h2  {
    margin-bottom: 1.25rem;
}

.about li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5rem;
}

.about li:last-child {
    margin-bottom: 0px;
}

@media (min-width: 768px) {

    .about li {
        margin-bottom: 1rem;
    }
}

.about li:nth-child(odd) span {
    border-color: rgba(191, 32, 47, 0.1);
}

.about li:nth-child(odd) svg path {
    fill: #b3904f;
}

.about li:nth-child(even) span {
    border-color: rgba(48, 40, 155, 0.1);
}

.about li:nth-child(even) svg path {
    fill: #b3904f;
}

.about li span {
    margin-right: 1rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

    .about li span {
        margin-right: 1.25rem;
    }
}

@media (min-width: 1280px) {

    .about li span {
        height: 3rem;
        width: 3rem;
        flex: 0 0 48px;
    }
}

.about p {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (min-width: 768px) {

    .about p {
        margin-bottom: 2rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {

    .about p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.about .col50 {
    width: 100%;
    padding-top: 3rem;
    padding-left: 1rem;
}

.about .col50:first-child {
    padding-bottom: 2rem;
    padding-right: 1.25rem;
}

.about .col50:last-child {
    display: flex;
    align-items: flex-end;
    padding-top: 0px;
}

@media (min-width: 768px) {

    .about .col50 {
        max-width: 50%;
    }
}

@media (min-width: 1280px) {

    .about .col50:first-child {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 4rem;
    }
}

@media (min-width: 1536px) {

    .about .col50:first-child {
        padding-left: 6rem;
    }
}

.about__wrap {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
}

@media (min-width: 768px) {

    .about__wrap {
        flex-direction: row;
    }
}

.directions h2,
.directions .h2 {
    text-align: center;
    margin: 0 auto 2.5rem;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.contact-page h2.js-scroll.scrolled,
.contact-page .h2.js-scroll.scrolled  {
    text-align: center;
    margin: 0 auto 2.5rem;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.directions br {
    display: none;
}

@media (min-width: 1280px) {

    .directions br {
        display: block;
    }
}

.directions__wrap {
    margin: -0.375rem;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {

    .directions__wrap {
        margin: -0.625rem;
    }
}

.directions__item {
    width: 100%;
    padding: 0.375rem;
}

@media (min-width: 450px) {

    .directions__item {
        max-width: calc(100% / 2);
    }
}

@media (min-width: 768px) {

    .directions__item {
        max-width: calc(100% / 3);
    }
}

@media (min-width: 1280px) {

    .directions__item {
        padding: 0.625rem;
    }
}

.directions__item:nth-child(odd) .directions__item-wrap {
    background: rgba(40, 36, 97, 0.04);
}

.directions__item:nth-child(even) .directions__item-wrap {
    background: rgba(255, 255, 255, 0.2);
}

.directions__item-wrap {
    display: flex;
    height: 100%;
    min-height: 200px;
    flex-direction: column;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
}

@media (min-width: 768px) {

    .directions__item-wrap {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.directions__item-wrap {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}

.directions__item-wrap div, .directions__item-wrap a {
    display: flex;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    --tw-text-opacity: 1;
    color: #b3904f;
    transition: all 0.5s;
}

.directions__item-wrap div:hover, .directions__item-wrap a:hover {
    --tw-text-opacity: 1;
    color: #b3904f;
}

.directions__item-wrap h4,
.directions__item-wrap .h4 {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #b3904f;
}

.directions__item-wrap img {
    transition: all 0.5s;
}

.directions__item-wrap:hover img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
}

.video p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.video .col50 {
    width: 100%;
}

.video .col50:first-child {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {

    .video .col50 {
        max-width: 50%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .video .col50:first-child {
        margin-bottom: 0px;
    }
}

@media (min-width: 1280px) {

    .video .col50 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .video .col50:first-child {
        padding-right: 3rem;
    }
}

.video__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {

    .video__wrap {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
        flex-direction: row;
    }
}

@media (min-width: 1280px) {

    .video__wrap {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.video .image {
    position: absolute;
    left: -0.625rem;
    top: -2rem;
}

@media (min-width: 768px) {

    .video .image {
        left: 0px;
        top: 50%;
        --tw-translate-y: -50%;
        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));
    }
}

@media (min-width: 1280px) {

    .video .image {
        left: -5rem;
    }
}

.video .image img {
    max-width: 300px;
}

@media (min-width: 1280px) {

    .video .image img {
        max-width: 400px;
    }
}

@media (min-width: 1536px) {

    .video .image img {
        max-width: 529px;
    }
}

.toTop {
    position: fixed;
    bottom: 20px;
    cursor: pointer;
    outline: 0;
    display: none;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    right: 1.25rem;
    height: 3rem;
    width: 3rem;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
}

@media (min-width: 1280px) {

    .toTop {
        right: 8rem;
        height: 60px;
        width: 60px;
    }
}

.toTop svg {
    transform: rotate(-45deg);
}

.toTop svg path {
    fill: #FFF;
}

.toTop:hover {
    --tw-bg-opacity: 1;
    background-color: #b3904f;
}

.blog-banner__wrap {
    position: relative;
}

.blog-banner .img {
    border-radius: 10px;
    overflow: hidden;
    margin-left: -40px;
    margin-right: -40px;
    min-height: 260px;
}

@media (min-width: 1536px) {

    .blog-banner .img {
        margin-left: -160px;
        margin-right: -160px;
    }
}

.blog-banner .img img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-banner h1,
.blog-banner .h1 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    z-index: 1;
}

@media (min-width: 768px) {

    .blog-banner h1,
    .blog-banner .h1 {
        max-width: 50%;
    }
}

.tags__list {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {

    .tags__list {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1280px) {

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

.tags__list li {
    margin-right: 0.625rem;
    white-space: nowrap;
}

.tags__list li:last-child {
    margin-right: 0px;
}

.tags__list a {
    border-radius: 10px;
    border: 2px solid rgba(191, 32, 47, 0.2);
    background: #FFF;
    color: #151332;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    /* text-transform: uppercase; */
    display: flex;
    transition: all 0.5s;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 1280px) {

    .tags__list a {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}

.tags__list a.current, .tags__list a:hover {
    background: #b3904f;
    color: #FFFFFF;
}

.blog__list {
    margin: -0.375rem;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {

    .blog__list {
        margin: -0.625rem;
    }
}

.blog__item {
    width: 100%;
    padding: 0.375rem;
}

@media (min-width: 450px) {

    .blog__item {
        max-width: calc(100% / 2);
    }
}

@media (min-width: 768px) {

    .blog__item {
        max-width: calc(100% / 3);
    }
}

@media (min-width: 1280px) {

    .blog__item {
        padding: 0.625rem;
    }
}

.blog__item-wrap {
    border-radius: 10px;
    border: 1px solid #EFEDF4;
    display: flex;
    height: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.blog__item-for {
    margin-bottom: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgb(21 19 50 / 0.6);
}

@media (min-width: 1280px) {

    .blog__item-for {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.blog__item-label {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    transition: all 0.5s;
}

.blog__item-label:hover {
    --tw-text-opacity: 1;
    color: #b3904f;
}

@media (min-width: 1280px) {

    .blog__item-label {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.blog__item-desc {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (min-width: 1280px) {

    .blog__item-desc {
        font-size: 15px;
    }
}

.blog__item-desc {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__item-date {
    margin-top: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(21 19 50 / 0.6);
}

.blog__item-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 0.625rem;
}

@media (min-width: 768px) {

    .blog__item-wrapper {
        padding-top: 1.25rem;
        padding-bottom: 0.875rem;
    }
}

.blog__more,
.blog .btn--load{
    margin: 2.5rem auto 0;
    display: flex;
    justify-content: center;
}

.contact-page br {
    display: none;
}

.contact-page .social-item img {
    opacity: 0.8;
    filter: invert(80%);
    -webkit-filter: invert(80%);
}

@media (min-width: 768px) {

    .contact-page br {
        display: block;
    }
}

.contact-page h1,
.contact-page .h1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

@media (min-width: 1280px) {

    .contact-page h1,
    .contact-page .h1 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

.contact-page .col50 {
    width: 100%;
}

@media (min-width: 768px) {

    .contact-page .col50 {
        max-width: 50%;
    }
}

.contact-page .col50 .img img {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 10px;
}

@media (min-width: 768px) {

    .contact-page .col50 .img img {
        margin-left: auto;
    }
}

.contact-page .social {
    display: flex;
}

.contact-page .social .social-item {
    margin-right: 0.625rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 2px;
    border-color: rgb(191 32 47 / 0.1);
    transition: all 0.5s;
}

.contact-page .social .social-item:hover {
    --tw-border-opacity: 1;
    border-color: rgb(191 32 47 / var(--tw-border-opacity));
}

@media (min-width: 1280px) {

    .contact-page .social .social-item {
        height: 3rem;
        width: 3rem;
        flex: 0 0 48px;
    }
}

.contact-page__wrap {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {

    .contact-page__wrap {
        flex-direction: row;
    }
}

.contact-page__wrapper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {

    .contact-page__wrapper {
        margin-top: 3.5rem;
        flex-direction: row;
    }
}

.contact-page__wrapper h3 {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 768px) {

    .contact-page__wrapper h3 {
        margin-bottom: 1.25rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.contact-page__wrapper p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (min-width: 1280px) {

    .contact-page__wrapper p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.contact-page__wrapper .col50:nth-child(even) .contact-page__item-wrap {
    background: rgba(40, 36, 97, 0.04);
}

.contact-page__wrapper .col50:nth-child(odd) .contact-page__item-wrap {
    background: rgba(255, 255, 255, 0.2);
}

.contact-page__item {
    margin-bottom: 0.625rem;
    height: 100%;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

@media (min-width: 1280px) {

    .contact-page__item {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}

.contact-page__item-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 1280px) {

    .contact-page__item-wrap {
        padding: 3rem;
    }
}

.contact-page__item-wrap {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}

.contact-page__item-wrap .red-btn {
    align-self: baseline;
}

.article-page .slick-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.article-page .slick-slide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.article-page__text {
    width: 100%;
}

@media (min-width: 768px) {

    .article-page__text {
        max-width: calc(100% - 363px);
    }
}

@media (min-width: 1280px) {

    .article-page__text {
        max-width: 69.8%;
    }
}

.article-page__text ol + h2,
.article-page__text ul + h2,
.article-page__text ul + h2,
.article-page__text p + h2,
.article-page__text ol + .h2,
.article-page__text ul + .h2,
.article-page__text ul + .h2,
.article-page__text p + .h2 {
    margin-top: 2rem;
}

@media (min-width: 768px) {

    .article-page__text ol + h2,
    .article-page__text ul + h2,
    .article-page__text ul + h2,
    .article-page__text p + h2,
    .article-page__text ol + .h2,
    .article-page__text ul + .h2,
    .article-page__text ul + .h2,
    .article-page__text p + .h2 {
        margin-top: 2.5rem;
    }
}

.article-page__text p + ol,
.article-page__text p + ul,
.article-page__text ol + p,
.article-page__text ul + p,
.article-page__text h2 + p,
.article-page__text .h2 + p,
.article-page__text p + p {
    margin-top: 1rem;
}

@media (min-width: 768px) {

    .article-page__text p + ol,
    .article-page__text p + ul,
    .article-page__text ol + p,
    .article-page__text ul + p,
    .article-page__text h2 + p,
    .article-page__text .h2 + p,
    .article-page__text p + p {
        margin-top: 1.25rem;
    }
}

.article-page__text img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    .article-page__text img {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.article-page__text p, .article-page__text li, .article-page__text a {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {

    .article-page__text p, .article-page__text li, .article-page__text a {
        font-size: 15px;
        line-height: 1.5rem;
    }
}

.article-page__text a {
    color: #b3904f;
}

.article-page__text h2,
.article-page__text .h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 768px) {

    .article-page__text h2,
    .article-page__text .h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1280px) {

    .article-page__text h2,
    .article-page__text .h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        line-height: 35px;
    }
}

.article-page__text ul, .article-page__text ol {
    padding-left: 1.5rem;
}

@media (min-width: 768px) {

    .article-page__text ul, .article-page__text ol {
        padding-left: 3rem;
    }
}

.article-page__text li {
    position: relative;
    margin-bottom: 0.625rem;
}

.article-page__text li:last-child {
    margin-bottom: 0px;
}

.article-page__text ol {
    counter-reset: section;
}

.article-page__text ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: -23px;
    top: 1px;
    color: #b3904f;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.article-page__text ul li:before {
    content: url("/wp-content/themes/kostovan/assets/img/arrow.svg");
    position: absolute;
    left: -23px;
    top: 0;
}

.article-page__slider {
    position: relative;
}

.article-page__slider-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 40px;
    --tw-translate-y: -50%;
    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));
    cursor: pointer;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition: all 0.5s;
}

@media (min-width: 1280px) {

    .article-page__slider-btn {
        height: 3rem;
        width: 3rem;
        flex: 0 0 48px;
    }
}

.article-page__slider-btn {
    border: 2px solid rgba(191, 32, 47, 0.1);
    border-radius: 8px;
}

.article-page__slider-btn:hover {
    border: 2px solid rgba(48, 40, 155, 0.1);
}

.article-page__slider-btn:hover svg path {
    transition: all 0.5s;
    fill: #b3904f;
}

.article-page__slider-btn.btn-left {
    left: 0.625rem;
}

@media (min-width: 768px) {

    .article-page__slider-btn.btn-left {
        left: 22px;
    }
}

.article-page__slider-btn.btn-right {
    right: 0.625rem;
}

@media (min-width: 768px) {

    .article-page__slider-btn.btn-right {
        right: 22px;
    }
}

.article-page__wrap {
    display: flex;
    align-items: flex-start;
}

.article-page__wrap .article-page__column {
    margin-top: 0px;
    display: none;
}

@media (min-width: 768px) {

    .article-page__wrap .article-page__column {
        display: block;
    }
}

.article-page__column {
    max-width: 343px;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    position: sticky;
    top: 100px;
}

.article-page__column .social {
    display: flex;
    justify-content: space-between;
}

.article-page__column .social .social-item {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
    transition: all 0.5s;
}

.article-page__column .social .social-item:hover {
    --tw-bg-opacity: 1;
    background-color: #b3904f;
}

@media (min-width: 1280px) {

    .article-page__column .social .social-item {
        height: 3rem;
        width: 3rem;
        flex: 0 0 48px;
    }
}

.article-page__author {
    border-radius: 10px;
    margin-bottom: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.25rem;
}

.article-page__author .img {
    border-radius: 10px;
    border: 2px solid rgba(191, 32, 47, 0.1);
    overflow: hidden;
    margin-right: 10px;
}

.article-page__author .img img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-page__author .author {
    font-weight: 500;
    line-height: 24px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    /* text-transform: uppercase; */
    --tw-text-opacity: 1;
    color: #b3904f;
}

.article-page__banner {
    border-radius: 10px;
    background: #282461;
}

.article-page__banner h2,
.article-page__banner .h2 {
    color: #FFF;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.article-page__banner img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-page__banner .red-btn {
    font-size: 13px;
    padding: 10px 16px;
}

.article-similar .slick-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.article-similar .slick-track {
    display: flex;
}

.article-similar .slick-slide {
    height: auto;
}

.article-similar .slick-slide > div {
    height: 100%;
}

.article-similar .blog__item {
    max-width: 100%;
    height: 100%;
}

.article-similar__top {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {

    .article-similar__top {
        margin-bottom: 2.5rem;
    }
}

.article-similar__top .article-similar__btns {
    margin-top: 0px;
    display: none;
}

@media (min-width: 768px) {

    .article-similar__top .article-similar__btns {
        display: flex;
    }
}

.article-similar__btns {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {

    .article-similar__btns {
        display: none;
    }
}

.article-similar__btn {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition: all 0.5s;
}

@media (min-width: 1280px) {

    .article-similar__btn {
        height: 3rem;
        width: 3rem;
        flex: 0 0 48px;
    }
}

.article-similar__btn {
    border: 2px solid rgba(191, 32, 47, 0.1);
    border-radius: 8px;
}

.article-similar__btn:hover {
    border: 2px solid rgba(48, 40, 155, 0.1);
}

.article-similar__btn:hover svg path {
    transition: all 0.5s;
    fill: #b3904f;
}

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

@media (min-width: 768px) {

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

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

    .md\:mb-14 {
        margin-bottom: 3.5rem;
    }

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

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

    .md\:mt-8 {
        margin-top: 2rem;
    }

    .md\:max-w-\[50\%\] {
        max-width: 50%;
    }

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

    .md\:pb-4 {
        padding-bottom: 1rem;
    }

    .md\:pt-5 {
        padding-top: 1.25rem;
    }
}

@media (min-width: 1024px) {

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1280px) {

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

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

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

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

    .xl\:mb-28 {
        margin-bottom: 7rem;
    }

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

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

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

    .xl\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

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

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

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {

    .\32xl\:mb-28 {
        margin-bottom: 2.5rem;
    }

    .\32xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}


.bg-404{
    padding: 50px 0;
    text-align: center;
}
.bg-404 p{
    font-size: 20px;
    font-weight:  800;

}
p.msg-404{
    font-size: 60px;
    font-weight:  800;
    color: #b3904f;
    margin-bottom: 20px;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

footer p.font-extrabold,
footer a.font-extrabold {
    /* text-transform: uppercase; */
}

#messengers {
    display: block;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
}

.yellow__text h3 {
    color: #b3904f;
}

.black__text h3 {
    color: rgb(0 0 0);
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #f5f4f9;
    padding-top: 15px;
}

li:hover .sub-menu {
    display: block;
    border-radius: 0px 0px 10px 10px;
}

.sub-menu li {
    padding: 10px 15px;
}

.header__logo p.logo {
    font-size: 48px;
}

.header__logo p.logo span {
    color: #b3904f;
}

.header__logo p {
    font-size: 18px;
    letter-spacing: 1px;
    width: 191px;
    min-width: 191px;
}

footer,
.footer span {
    color: #151332 !important
}

.footer button > span {
    color: #fff !important;
}

.faq-page {
    margin-top: 4rem;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #b3904f;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border: 1px solid #fff;
    border-radius: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #f5f4f9;
    color: #151332 !important;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.panel p {
    margin: 25px 5px;
}

.office_block h2,
.office_block .h2 {
    /* position: relative;
    z-index: 2;
    top: 75px;
    left: 50px; */
    background: #b3904f;
    width: 95%;
    line-height: 2.75rem;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
}

.office_block .article-page__slider {
    margin-top: 1.75rem;
}

.office_block .slick-slide img {
    border-radius: 10px;
}

.office_description {
    margin-top: 1.75rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    justify-content: space-around;
	align-items: center;
}

.office_description p {
    font-size: 1.2rem;
    padding: 1rem;
}

.office_description img {
    filter: invert(60%) sepia(58%) saturate(370%) hue-rotate(0deg) brightness(87%) contrast(84%);
}

.taxonomy-description {
    font-weight: 500;
    color: #000;
}

.taxonomy-description p {
    line-height: 1.75rem;
}

.taxonomy-description strong {
    font-weight: 700;
}

.taxonomy-description li {
    margin: 1rem;
}

.office_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 560px) {
    .office_description {
        flex-direction: column;
    }
    .main-block__right {
        bottom: -5.5rem;
    }
}

.blog-header h1,
.blog-header .h1 {
    margin-top: 2rem;
} 

.google-map {
    margin-right: 1.5rem;
}

/* body > div:last-child {
    height: 10px !important;
    overflow: hidden !important;
    color: #f5f4f9 !important;
    background-color: #f5f4f9 !important;
} */

.header__logo__tel {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}

.logo_tel {
    display: none;
}

@media (max-width: 560px) {
    .logo_tel {
        display: block;
        color: #b3904f;
    }
}

.review_link {
    text-align: center;
    position: relative;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: #b3904f;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition: all 0.5s;
}

.alignright {
    float: right;
    margin: 0 0 1rem 1.5rem;
}

.alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header__logo__tel.telephone {
    display: none;
}

@media (max-width: 560px) {
    .header__logo__tel.telephone {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

    .header__logo__tel.telephone a {
        display: block;
        font-weight: 700;
        margin: 7px 0;
    }

    .header__logo__tel.telephone address {
        font-style: normal;
    }    

    .header__logo {
        width: auto;
        max-width: 100%;
    }

    .header__logo p {
        font-size: 14px;
    }

    .header__logo p.logo {
        width: auto;
        min-width: auto;
        font-size: 38px;
    }
}

address {
    font-size: 14px;
    font-style: normal;
    color: #b3904f;
    padding-top: 5px;
}

.breadcrumb {	
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.breadcrumb li::after {
    content: " >"; /* Добавляет разделитель */
    margin-left: 10px; /* Отступ после разделителя */
}

.breadcrumb li:last-child::after {
    content: ""; /* Убирает разделитель у последнего элемента */
}