
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;600;700&family=Inter:wght@400;500;600&display=swap');

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	;
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
	;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
	cursor: pointer;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
	;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
	;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* swiper start */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* swiper end */

/* Lightbox start */

.lightbox { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.8); z-index:1000; }
.lightbox-overlay { position:absolute; top:0; left:0; width:100%; height:100%; }
.lightbox-content { position:relative; width:80%; max-width:900px; margin:50px auto; background:#fff; padding:20px; }
.lightbox-close { position:absolute; top:10px; right:10px; font-size:30px; cursor:pointer; color:#333; background:none; border:none; }
.thumb-slider .swiper-slide { width:80px; height:80px; opacity:0.5; cursor:pointer; }
.thumb-slider .swiper-slide-thumb-active { opacity:1; }

/* Lightbox end */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

button {
	padding: 0;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

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

a {
	text-decoration: none;
	color: #fff;
}

.input {
	outline: none;
	color: #FFF8EB;
	border-radius: 8px;
	border: 1px solid rgba(255, 248, 235, 0.20);
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	font: 500 14px/1.2 'Inter', sans-serif;
}

.textarea {
	font: 500 14px/1.2 'Inter', sans-serif;
	color: #FFF8EB;
	border: 1px solid rgba(255, 248, 235, 0.20);
	border-radius: 8px;
	background-color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	min-width: 320px;
}

body {
	height: 100%;
	min-width: 320px;
	font: 400 14px/1.2 'Inter', sans-serif;
	background-color: #101010;
	text-rendering: optimizeSpeed;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

body.no-scroll {
	overflow: hidden;
}

.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

::-webkit-input-placeholder {
	color: #FFF8EB;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	font-size: 14px;
	font-weight: 500;
}

::-moz-placeholder {
	color: #FFF8EB;
	font-size: 14px;
	font-weight: 500;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

:-moz-placeholder {
	color: #FFF8EB;
	font-size: 14px;
	font-weight: 500;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 500;
}

.textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
}

.textarea:-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}

:focus::-moz-placeholder {
	opacity: 0;
}

:focus:-moz-placeholder {
	opacity: 0;
}

:focus:-ms-input-placeholder {
	opacity: 0;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

.container {
	padding-left: 450px;
    padding-right: 100px;
}

@media (max-width: 1500px) {
	.container {
		padding-left: 350px;
		padding-right: 50px;
	}
}

@media (max-width: 1200px) {
	.container {
		padding-right: 15px;
		padding-left: 280px;
	}
}

@media (max-width: 1024px) {
	.container {
		padding-right: 10px;
		padding-left: 220px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 10px;
	}
}

.header {
	width: 260px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(63, 64, 50, 0.88);
	backdrop-filter: blur(10px);
	padding: 24px;
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 5;
  will-change: transform;
}

@media (max-width: 1200px) {
	.header {
		top: 20px;
		left: 20px;
		width: 230px;
	}
}

@media (max-width: 1024px) {
	.header {
		top: 10px;
		left: 10px;
		width: 200px;
		padding: 15px;
	}
}

@media (max-width: 768px) {
	.header {
    position: fixed;
		width: calc(100% - 20px);
		text-align: center;
		padding: 10px 10px 10px 22px;
		border-radius: 14px;
    transition: all .3s ease;
	}

	.header .nav + .btn {
		display: none;
	}
}

.header nav + .btn {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.logo-wrap {
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.logo-wrap .btn {
	display: none;
}

@media (max-width: 768px) {
	.logo-wrap {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.logo-wrap .btn {
		display: inline-block;
		margin-right: 15px;
	}
}

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

@media (max-width: 768px) {
	.logo-wrap .logo {
		width: 60px;
	}
}

@media (max-width: 480px) {
	.logo-wrap .logo {
		width: 48px;
	}
}

.logo-wrap .logo img {
	display: block;
}

.logo-wrap .wrap-right {
	display: none;
}

@media (max-width: 768px) {
	.wrap-drop {
		display: none;
		border-radius: 0 0 24px 24px;
		padding: 36px 0 0;
	}
	.logo-wrap .wrap-right {
		display: flex;
		align-items: center;
	}
}

.header.active .wrap-drop {
    display: block;
}

.header.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header.active .burger-line:nth-child(2) {
    opacity: 0;
}

.header.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.burger-menu {
	display: none;
}

.burger-line {
    width: 24px;
    height: 3px;
    background-color: #EBDEC5;
    transition: transform 0.2s ease, opacity 0.2s ease;
	border-radius: 2px;
}

.nav {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.nav {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
		position: relative;
	}
	.nav:after {
		content: "";
		position: absolute;
		bottom: calc(100% + 15px);
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background: rgba(255, 255, 255, 0.10);
	}
	.burger-menu {
		display: flex;
		flex-direction: column;
    	gap: 5px;
	}
}

.nav-link {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	font-family: 'El Messiri', sans-serif;
	text-transform: uppercase;
	padding: 10px 8px 5px 8px;
	border-radius: 8px;
	margin-bottom: 2px;
	transition: background .3s;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	.nav-link:hover {
		background: rgba(255, 255, 255, 0.05);
	}
}

.nav-link:last-child {
	margin-bottom: 0;
}

.nav-link.active {
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.header-contacts {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.header-contacts {
		margin-bottom: 15px;
	}
}

.header-contacts .text-name {
	color: #F3D5A1;
	margin-bottom: 12px;
}

.social-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.social-list .item {
	margin: 0 8px;
}

.social-link {
	display: block;
	font-size: 24px;
	transition: color .3s;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	.social-link:hover {
		color: #A7582D;
	}
}

.title {
	font-family: 'El Messiri', sans-serif;
  	font-weight: 700;
	line-height: 1.1;
	color: #EBDEC5;
	text-transform: uppercase;
}

.btn {
	display: inline-block;
	text-transform: uppercase;
	color: #3F4032;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(86deg, #F3D5A1 -0.97%, #EBDEC5 105%);
	transition: color .3s;
}

@media (max-width: 1024px) {
	.btn {
		font-size: 15px;
		padding: 12px 12px;
	}
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	.btn:hover {
		color: #A7582D;
	}
}

.btn-second {
	background: #fff;
}

.primary-block {
	position: relative;
	padding-bottom: 47.4%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.primary-block {
		padding-bottom: 80%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.primary-block {
		padding-bottom: 100%;
	}
}

@media (max-width: 380px) {
	.primary-block {
		padding-bottom: 140%;
	}
}

.primary-block:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
    #101010 0%,
    rgba(16, 16, 16, 0.7) 20%,
    rgba(16, 16, 16, 0) 100%);
  	pointer-events: none;
}

.primary-block .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	object-fit: cover;
}

#nashi-izbi-section {
  position: relative;
}

.smoke-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  animation-name: fadein;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes fadein{
  0% { opacity:0; }
  30% { opacity:1; }
  70% { opacity:1; }
  100% { opacity:0; }
}

@media (max-width: 640px) {
	#nashi-izbi-section .title-md {
		text-align: center;
	}
}

#leaves-right {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

#gallery-section {
  position: relative;
}

#leaves-left {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.primaty-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -30%);
	z-index: 1;
	width: 100%;
}

@media (max-width: 768px) {
	.primaty-text {
		top: auto;
		bottom: 30px;
		transform: translate(-50%, 0);
	}
}

.primaty-text .name {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.primaty-text .name {
		font-size: 20px;
	}
}

@media (max-width: 380px) {
	.primaty-text .name {
		font-size: 18px;
	}
}

.primaty-text .text {
	font-size: 16px;
	max-width: 598px;
	line-height: 1.4;
}

@media (max-width: 380px) {
	.primaty-text .text {
		font-size: 14px;
	}
}

.no-wrap {
	white-space: nowrap;
	display: block;
}

.primary-title {
	font-size: 73px;
	margin-bottom: 15px;
}

@media (max-width: 1200px) {
	.primary-title {
		font-size: 60px;
	}
}

@media (max-width: 1024px) {
	.primary-title {
		font-size: 42px;
	}
}

@media (max-width: 768px) {
	.primary-title {
		font-size: 30px;
	}
}

@media (max-width: 380px) {
	.primary-title {
		font-size: 24px;
	}
}

.section {
	margin-bottom: 150px;
}

@media (max-width: 1200px) {
	.section {
		margin-bottom: 70px;
	}
}

@media (max-width: 1024px) {
	.section {
		margin-bottom: 54px;
	}
}

.section .title-md {
	font-size: 48px;
	margin-bottom: 40px;
}

@media (max-width: 1200px) {
	.section .title-md  {
		font-size: 40px;
		margin-bottom: 25px;
	}
}

@media (max-width: 1024px) {
	.section .title-md  {
		margin-bottom: 15px;
		font-size: 35px;
	}
}

@media (max-width: 640px) {
	.section .title-md  {
		font-size: 28px;
	}
}

.mobile-hide {
	margin-right: 5px;
}

.section .title-sm {
	font-size: 36px;
	color: #EBDEC5;
	font-weight: 400;
	text-align: center;
}

@media (max-width: 1200px) {
	.section .title-sm {
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.section .title-sm {
		font-size: 23px;
	}
}

@media (max-width: 768px) {
	.section .title-sm {
		font-size: 23px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.mobile-hide {
		display: none;
	}
}

.section .title-md.second {
	color: #fff;
}

.columns {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

@media (max-width: 1200px) {
	.columns {
		margin-bottom: 70px;
	}
}

@media (max-width: 1024px) {
	.columns {
		margin-bottom: 54px;
	}
}

@media (max-width: 640px) {
	.columns {
		flex-wrap: wrap;
	}
	.columns + .columns .right-column {
		order: -1;
	}
	.columns + .columns +.columns .right-column {
		order: 0;
	}
}

.columns:last-child{
	margin-bottom: 0;
}

.left-column {
	margin-right: 100px;
}

@media (max-width: 1400px) {
	.left-column {
		margin-right: 50px;
	}
}

@media (max-width: 1200px) {
	.left-column {
		margin-right: 30px;
	}
}

@media (max-width: 1024px) {
	.left-column {
		margin-right: 15px;
	}
}

@media (max-width: 640px) {
	.left-column {
		margin-right: 0;
		width: 100%;
	}
	.right-column {
		width: 100%;
	}
}

.columns .heading {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

@media (max-width: 1400px) {
	.columns .heading {
		margin-bottom: 10px;
	}
}

@media (max-width: 640px) {
	.columns .heading {
		margin-top: 20px;
		justify-content: center;
	}
	.columns .btn {
		width: 100%;
    	text-align: center;
	}
}

.columns .heading .svg-icon {
	font-size: 71px;
	color: #1E3F3A;
	flex-shrink: 0;
}

.heading .svg-icon.orange {
	color: #A7582D;
}

.heading .svg-icon.yellow {
	color: #A7886C;
}

.columns .heading .title-sm {
	margin: 0 10px;
}

.text-column {
	font-size: 18px;
	line-height: 1.4;
	max-width: 512px;
	margin-bottom: 25px;
}

@media (max-width: 1400px) {
	.text-column {
		margin-bottom: 15px;
	}
}

@media (max-width: 1200px) {
	.text-column {
		font-size: 16px;
	}
}

.features-title {
	font-size: 16px;
	color: #F3D5A1;
	margin-bottom: 12px;
}

.features-list {
	list-style-type: disc;
	padding-left: 24px;
	margin-bottom: 25px;
}

@media (max-width: 1400px) {
	.features-list {
		margin-bottom: 10px;
	}
}

.features-list .item {
	margin-bottom: 8px;
}

.features-list .item:last-child {
	margin-bottom: 0;
}

.pricing {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3;
	margin-bottom: 25px;
}

@media (max-width: 1400px) {
	.pricing {
		margin-bottom: 20px;
	}
}

.pricing .item {
	margin-right: 5px;
}

.pricing .item:last-child {
	margin-right: 0;
}

.pricing .days {
	font-weight: 500;
}

.pricing .price {
	font-size: 18px;
}

.swiper {
	overflow: hidden;
}

.gallery {
	padding-bottom: 70px;
}

@media (max-width: 1200px) {
	.gallery {
		padding-bottom: 45px;
	}
}

@media (max-width: 640px) {
	.gallery {
		padding-bottom: 35px;
	}
}

.js-gallery-3 {
	padding-bottom: 0;
}

.gallery-placeholder,
.container-gallery {
	padding-left: 450px;
}

@media (max-width: 1500px) {
  .gallery-placeholder,
	.container-gallery {
		padding-left: 350px;
	}
}

@media (max-width: 1200px) {
  .gallery-placeholder,
	.container-gallery {
		padding-left: 280px;
	}
}

@media (max-width: 1024px) {
  .gallery-placeholder,
	.container-gallery {
		padding-left: 220px;
	}
}

@media (max-width: 768px) {
  .gallery-placeholder,
	.container-gallery {
		padding-left: 10px;
	}
}

.gallery-placeholder-card {
  padding: 140px 100px;
  background: url(assets/img/placeholder-bg.png) no-repeat;
  background-size: cover;
  border-radius: 30px 0 0 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 910px) {
	.gallery-placeholder-card {
		padding: 140px 50px;
	}
}

@media (max-width: 640px) {
	.gallery-placeholder-card {
		padding: 50px;
	}
}

@media (max-width: 480px) {
	.gallery-placeholder-card {
		padding: 40px;
	}
}

.gallery-placeholder-text {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'El Messiri', sans-serif;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

@media (max-width: 640px) {
	.gallery-placeholder-text {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.gallery-placeholder-text {
		font-size: 22px;
	}
}

.gallery-placeholder-image {
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media (max-width: 768px) {
	.gallery-placeholder-image {
		display: none;
	}
}

.gallery-placeholder-text span {
  font-size: 30px;
}

@media (max-width: 640px) {
	.gallery-placeholder-text span {
		font-size: 25px;
	}
}

@media (max-width: 480px) {
	.gallery-placeholder-text span {
		font-size: 17px;
	}
}

.container-gallery.second .swiper-scrollbar-drag {
	background: #EBDEC5;
}

.container-gallery.second .swiper-scrollbar {
	background: rgba(243, 213, 161, 0.20);
}

.container-gallery.second .swiper-scrollbar-drag:after {
	background-image: url("assets/img/svg/swipe-slider-white.svg");
}

.gallery .swiper-slide {
	width: auto;
	height: 350px;
	margin-right: 30px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	overflow: hidden;
	cursor: pointer;
}

@media (max-width: 640px) {
	.gallery .swiper-slide {
		margin-right: 10px;
	}
}

.gallery .swiper-slide:last-child {
	margin-right: 0;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	background: rgba(0,0,0,0.4);
	padding: 10px;
	border-radius: 50%;
}

.swiper-scrollbar {
	background: rgba(243, 213, 161, 0.10);
	height: 3px;
}

.swiper-scrollbar-drag {
	background: #F3D5A1;
	border-radius: 0;
}

.swiper-scrollbar-drag:after {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: url("assets/img/svg/swipe-slider.svg") no-repeat;
	background-size: cover;
}

.gallery .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 90%;
	left: 40px;
	bottom: 10px;
	height: 3px;
}

@media (max-width: 1024px) {
	.gallery .swiper-horizontal>.swiper-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal {
		left: 34px;
		width: calc(100% - 68px);
	}
}

.gallery .swiper-button-next,
.gallery .swiper-button-prev {
	bottom: 0;
	top: auto;
	padding: 0;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #F3D5A1;
	background: none;
}

.gallery .swiper-button-next {
	right: auto;
	left: 94.5%;
}

@media (max-width: 1400px) {
	.gallery .swiper-button-next {
		left: 95.7%;
	}
}

@media (max-width: 1200px) {
	.gallery .swiper-button-next {
		left: auto;
		right: 3px;
	}
}

.gallery .swiper-button-prev {
	left: 2px;
}

.gallery .swiper-button-prev .svg-icon {
	transform: rotate(180deg);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.slide-comment.slide-comment {
	margin-right: 10px;
	padding: 36px 24px 24px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: #3F4032 url("assets/img/quote.svg") left top no-repeat;
	height: auto;
	width: 450px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
}

@media (max-width: 640px) {
	.slide-comment.slide-comment {
		width: 380px;
	}
}

@media (max-width: 410px) {
	.slide-comment.slide-comment {
		width: 280px;
	}
}

.slide-comment.slide-comment:last-child {
	margin-right: 0;
}

.slide-comment .name {
	color: #F3D5A1;
	font-size: 18px;
	font-family: "El Messiri";
	margin-bottom: 4px;
}

.slide-comment .title-name {
	color: rgba(255, 255, 255, 0.50);
}

.slide-comment .top {
	margin-bottom: 15px;
}

.slide-comment .text {
	line-height: 1.4;
	margin-bottom: 20px;
}

.slide-comment .rating {
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-comment .rating .item {
	margin: 0 4px;
	color: rgba(255, 255, 255, 0.30);
	width: 28px;
	height: 28px;
}

.slide-comment .rating .full {
	background: url("assets/img/leaf-colorful.svg") center center no-repeat;
}

.swiper-slide.slide-subscribe {
	margin-right: 10px;
	width: 250px;
	height: 250px;
	border-radius: 20px;
}

@media (max-width: 1200px) {
	.swiper-slide.slide-subscribe {
		width: 200px;
		height: 200px;
	}
}

.swiper-slide.slide-subscribe:last-child {
	margin-right: 0;
}

.smoke {
	position: relative;
}

.smoke:after {
	content: "";
	position: absolute;
    bottom: 100%;
    left: 0;
	right: 0;
    z-index: -1;
	background: url("assets/img/smoke-bottom.svg") center center no-repeat;
	height: 500px;
	pointer-events: none;
  animation-name: fadein;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;

}

.headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media (max-width: 1200px) {
	.headline {
		margin-bottom: 25px;
	}
}

.headline .subscribe {
	display: flex;
	align-items: center;
	margin-left: 10px;
	transition: color .3s;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	.headline .subscribe:hover {
		color: #A7582D;
	}
	.headline .subscribe:hover .svg-icon {
		color: #A7582D;
	}
	.headline .subscribe:hover .circle {
		border-color: #A7582D;
	}
}

.headline .subscribe .svg-icon {
	font-size: 24px;
	color: #F3D5A1;
	transition: color .3s;
}

.subscribe .circle {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: #414141;
	flex-shrink: 0;
	margin-left: 8px;
	border-radius: 50%;
	transition: border-color .3s;
}

.slider .swiper-slide {
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	overflow: hidden;
	position: relative;
  cursor: pointer;
}

.slider .btn-zoomin {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.slider .btn-pause {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}

.btn-play.paused {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.btn-play.paused:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 11px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.btn-play.paused .svg-icon {
	display: none;
}

.slider .svg-icon {
	display: block;
	font-size: 30px;
	color: #000;
}

.slider {
	max-width: 500px;
	border-radius: 32px;
    overflow: hidden;
}

@media (max-width: 1400px) {
	.slider {
		max-width: 400px;
	}
}

@media (max-width: 1200px) {
	.slider {
		max-width: 350px;
	}
}

@media (max-width: 1024px) {
	.slider {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.slider {
		max-width: 280px;
	}
}

@media (max-width: 640px) {
	.slider {
		max-width: 100%;
	}
}

.slider .image {
	display: block;
	border-radius: 32px;
}

@media (max-width: 1024px) {
	.slider .image {
		border-radius: 0;
	}
}

@media (max-width: 640px) {
	.slider .image {
		border-radius: 35px;
	}
}

.main-slider .swiper-slide-active {
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	overflow: hidden;
}

.main-slider {
	margin-bottom: 24px;
	border-radius: 18px;
	height: 80%;
}

@media (max-width: 768px) {
	.main-slider {
		height: 60%;
	}
}

.lightbox .swiper-button-next,
.lightbox .swiper-button-prev {
	padding: 0;
	width: 50px;
	height: 50px;
	color: #F3D5A1;
	font-size: 30px;
	border: 1.389px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.20);
}

.lightbox .swiper-button-next {
	right: 50px;
}

.lightbox .swiper-button-prev {
	left: 50px;
}

@media (max-width: 1024px) {
	.lightbox .swiper-button-next {
		right: 20px;
	}
	.lightbox .swiper-button-prev {
		left: 20px;
	}
}

@media (max-width: 768px) {
	.lightbox .swiper-button-next,
	.lightbox .swiper-button-prev  {
		transform: translateY(-100%);
	}
}

.lightbox .swiper-button-prev .svg-icon {
	transform: rotate(180deg);
}

.lightbox-content {
	max-width: 1050px;
	background: transparent;
	height: 100%;
}

@media (max-width: 1024px) {
	.lightbox-content {
		width: 100%;
		padding: 10px;
	}
}

.thumb-slider .swiper-slide {
	border-radius: 8px;
	border: 1.5px solid rgba(255, 255, 255, 0.10);
	overflow: hidden;
	width: 90px;
	height: 70px;
}

@media (max-width: 480px) {
	.thumb-slider .swiper-slide {
		width: 64px;
		height: 64px;
	}
}

.thumb-slider .swiper-slide-thumb-active {
	border-color: #F3D5A1;
}

.thumb-slider .swiper-wrapper {
	justify-content: center;
}

.lightbox {
	backdrop-filter: blur(3px);
}

.lightbox-close {
	top: 38px;
	right: 38px;
}

@media (max-width: 768px) {
	.lightbox-close {
		top: 25px;
		right: 25px;
	}

	.js-gallery-1 .swiper-slide {
		width: 350px;
	}
}

@media (max-width: 380px) {
	.js-gallery-1 .swiper-slide {
		width: 270px;
		height: 270px;
	}
}

.btn-close {
	display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 10;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}

.map {
	position: relative;
}

.map:after {
	content: "";
	position: absolute;
    bottom: 100%;
    left: 0;
	right: 0;
    z-index: -1;
	background: url("assets/img/bg-decor.svg") center center no-repeat;
	height: 200%;
	pointer-events: none;
}

.map .image {
	width: 100%;
	display: block;
}

@media (max-width: 768px) {
	.map .image {
		height: 300px;
    	object-fit: cover;
	}
}

/* footer */

.footer {
	display: table-row;
	height: 1px;
}

.footer-inner {
	background-color: #0F0F0F;
}

.info-cols {
	display: flex;
	position: relative;
}

@media (max-width: 768px) {
	.info-cols .cols {
		flex-wrap: wrap;
	}
}

.info-cols .col {
	padding-right: 100px;
	padding-top: 50px;
	margin-bottom: 25px;
}

@media (max-width: 1400px) {
	.info-cols .col {
		padding-right: 30px;
	}
}

@media (max-width: 1200px) {
	.info-cols .col {
		padding-top: 30px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.info-cols .col {
		padding-right: 5px;
	}
}

@media (max-width: 768px) {
	.info-cols .col {
		width: 50%;
	}
	.info-cols .col:nth-child(2) {
		width: 100%;
		order: -1;
	}
}

@media (max-width: 480px) {
	.info-cols .col:nth-child(2) {
		margin-bottom: 0;
	}
}

.info-cols .col-img {
	position: absolute;
	right: 0;
	top: -100px;
}

@media (max-width: 1800px) {
	.info-cols .col-img  {
		right: -95px;
	}
}

@media (max-width: 1600px) {
	.info-cols .col-img  {
		top: 10px;
		width: 35%;
		right: -200px;
	}
}

@media (max-width: 1400px) {
	.info-cols .col-img  {
		width: 40%;
		right: -160px;
	}
}

@media (max-width: 1200px) {
	.info-cols .col-img  {
		right: -130px;
	}
}

@media (max-width: 1024px) {
	.info-cols .col-img  {
		top: 143px;
		right: -54px;
	}
}

@media (max-width: 768px) {
	.info-cols .col-img  {
		top: -25px;
		right: -73px;
		width: 50%;
	}
}

.info-cols .col-img .img {
	display: block;
}

.info-cols .cols {
	display: inline-flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
	.info-cols .cols {
		border-bottom: none;
	}
}

.info-cols .cols .col:last-child {
	padding-right: 0;
}

.info-cols .name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8),
                -2px -2px 4px rgba(0, 0, 0, 0.8);
}

.footer-list a {
	color: rgba(255, 255, 255, 0.50);
}

.footer-list .item {
	margin-bottom: 8px;
}

.footer-list .item:last-child {
	margin-bottom: 0;
}

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

.footer-logo img {
	display: block;
	width: 60px;
}

.footer-name {
	margin-bottom: 20px;
}

.contacts-list .item {
	margin-bottom: 10px;
}

.contacts-list .item:last-child {
	margin-bottom: 0;
}

.contact-link {
	display: inline-flex;
	align-items: center;
	transition: color .3s;
}

.footer .contact-link {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8),
                -2px -2px 4px rgba(0, 0, 0, 0.8);
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	.contact-link:hover {
		color: #A7582D;
	}
	.contact-link:hover .svg-icon {
		color: #A7582D;
	}
}

.contact-link .name-text {
	font-weight: 500;
}

.contact-link .svg-icon {
	color: rgba(255, 255, 255, 0.50);
	font-size: 23px;
	flex-shrink: 0;
	margin-right: 10px;
	transition: color .3s;
}

.copy {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.50);
	padding: 25px 0;
}

@media (max-width: 1200px) {
	.copy {
		padding: 15px 0;
	}
}

@media (max-width: 768px) {
	.copy {
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
	}
}

.loading-page {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3F4032;
}

.popup-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	display: none;
	justify-content: center;
    align-items: flex-end;
}

/* @media screen and (min-width: 1024px) { */
  .popup-wrapper.active {
    display: flex;
  }
/* } */

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(8px);
}

.popup {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	max-width: 600px;
	width: 100%;
	max-height: 94%;
	background: linear-gradient(180deg, #34352A 34.54%, #20211A 100%);
	border-radius: 20px 20px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	border-right: 1px solid rgba(255, 255, 255, 0.10);
	border-left: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
}

@media (max-width: 640px) {
	.popup {
		width: 96%;
	}
}

.popup-container {
	padding: 23px 30px 40px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 60vh;
	scrollbar-width: none;
}

.popup-container::-webkit-scrollbar {
    display: none;
}

.top-bg .img {
	display: block;
	width: 100%;
}

.popup-close {
	position: absolute;
	right: 12px;
	top: 12px;
}

.popup-headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
    top: -30px;
	padding: 0 30px 0;
}

.popup-headline .logo {
	flex-shrink: 0;
	margin-right: 30px;
}

.popup-headline .contacts-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
    width: 100%;
}

@media (max-width: 640px) {
	.popup-headline .contacts-list {
		flex-wrap: wrap;
		justify-content: start;
	}
	.contact-link .svg-icon {
		margin-right: 8px;
	}
	.popup-container {
		padding: 0 15px 40px;
	}
}

.popup-headline .contacts-list .item {
	margin: 0 2px;
}

@media (max-width: 640px) {
	.popup-headline .contacts-list .item {
		margin: 0 20px 0 0;
	}
	.popup .title-small {
		font-size: 18px;
	}
	.dropdown-list .wrap-img {
		display: none;
	}
}

@media (max-width: 410px) {
	.popup .title-small.title-second {
		font-size: 18px;
	}
	.wrap-certificate:after {
		display: none;
	}
}

.popup .title-small {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
  padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.popup .title-small.title-second {
	padding-top: 20px;
}

.popup .title-small:after {
	content: "";
	height: 1px;
	width: 100%;
	background: #EBDEC5;
	transform: translateY(-4px);
	margin-left: 12px;
}

.popup .title-small:before {
	content: "";
	height: 1px;
	width: 100%;
	background: #EBDEC5;
	transform: translateY(-4px);
	margin-right: 12px;
}

.popup-container .btn-submit {
	width: 100%;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(86deg, rgba(243, 213, 161, 0.00) -0.97%, rgba(235, 222, 197, 0.00) 105%);
	font-weight: 600;
	font-size: 16px;
	padding: 14px 10px;
	pointer-events: none;
}

.btn-dropdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	border: 1px solid rgba(255, 248, 235, 0.20);
	background: rgba(255, 255, 255, 0.05);
	padding: 14px 20px;
	width: 100%;
}

.btn-dropdown .text {
	margin-right: 5px;
	font-weight: 500;
}

.btn-dropdown .svg-icon {
	flex-shrink: 0;
	transition: transform .3s;
	color: #F3D5A1;
	font-size: 22px;
}

.dropdown-wrap {
	margin-bottom: 24px;
}

.dropdown-wrap.open .btn-dropdown .svg-icon {
	transform: rotate(180deg);
}

.dropdown-wrap.open .btn-dropdown {
	border-radius: 8px 8px 0 0;
	border-bottom: none;
}

.dropdown-wrap.open .dropdown-list {
	background: rgba(255, 255, 255, 0.05);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-left: 1px solid rgba(255, 248, 235, 0.20);
	border-right: 1px solid rgba(255, 248, 235, 0.20);
	border-bottom: 1px solid rgba(255, 248, 235, 0.20);
}

.dropdown-wrap.open + .btn-submit {
	pointer-events: auto;
	background: linear-gradient(86deg, #F3D5A1 -0.97%, #EBDEC5 105%);
}

.dropdown-list {
	display: none;
	padding: 0 10px 12px;
}

.dropdown-list .item {
	margin-bottom: 10px;
	display: flex;
	padding: 10px;
	border-radius: 12px;
	overflow: hidden;
	transition: background .3s;
}

.dropdown-list .item:last-child {
	margin-bottom: 0;
}

.dropdown-list .wrap-img {
	width: 127px;
	height: 88px;
	margin-right: 18px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
}

.dropdown-list .wrap-img .img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.dropdown-list .wrap-text .name {
	margin-bottom: 4px;
}

.dropdown-item {
	display: block;
	cursor: pointer;
}

.dropdown-item input {
	display: none;
}

.dropdown-item input:checked + .item {
	background: rgba(255, 255, 255, 0.05);
}

.wrap-text .tags .tag {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.70);
	margin: 0 4px 4px 0;
	display: inline-block;
	vertical-align: top;
}

.buttons-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -8px;
}

.buttons-wrap .btn {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.10);
	border: none;
	margin: 0 4px 8px 0;
}

.menu-dev {
	position: relative;
}

.text-dev {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
}

.text-dev .top {
	font-family: "El Messiri";
	font-size: 32px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.text-dev .bottom {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.50);
	white-space: nowrap;
}

.menu-dev .cols {
	display: flex;
}

.menu-dev .left-col {
	margin-right: 15px;
	flex-shrink: 0;
}

.menu-dev .left-col .box {
	width: 109px;
	height: 109px;
	border-radius: 50%;
	background: #37382E;
}

.menu-dev .cols {
	margin-bottom: 20px;
}

.menu-dev .cols:last-child {
	margin-bottom: 0;
}

.menu-dev .right-col {
	flex-grow: 1;
}

.menu-dev .right-col .top-box {
	height: 28px;
	border-radius: 67px;
	background: linear-gradient(90deg, #3A3B30 0%, #34352A);
	margin-bottom: 12px;
}

.bottom-box-wrap {
	display: flex;
	align-items: center;
}

.menu-dev .right-col .bottom-box {
	height: 28px;
	width: 80px;
	border-radius: 67px;
	background: linear-gradient(90deg, #3A3B30 0%, #34352A);
	margin-right: 3px;
}

@media (max-width: 480px) {
	.menu-dev .right-col .bottom-box {
		width: 50px;
	}
}

.menu-dev .right-col .bottom-box:last-child {
	margin-right: 0;
}

.menu-dev .right-col .md-box-wrap {
	margin-bottom: 12px;
}

.menu-dev .right-col .box-wrap {
	height: 7px;
	border-radius: 67px;
	background: linear-gradient(90deg, #3A3B30 0%, #34352A);
	margin-bottom: 4px;
}

.menu-dev .right-col .box-wrap:last-child {
	margin-bottom: 0;
}

.wrap-certificate {
	max-width: 327px;
	margin: 0 auto;
	margin: 0 auto 24px;
	position: relative;
}

.wrap-certificate:after {
	content: "";
	position: absolute;
	top: -42px;
	right: -70px;
	z-index: -1;
	background: url("assets/img/flowers.svg") top right no-repeat;
	width: 142px;
    height: 104px;
}

.wrap-certificate .image {
	width: 100%;
	display: block;
	border-radius: 20px;
}

.form-gift .btn-submit {
	pointer-events: auto;
	background: linear-gradient(86deg, #F3D5A1 -0.97%, #EBDEC5 105%)
}

.form-rows {
	margin-bottom: 24px;
}

.form-rows .row {
	margin-bottom: 8px;
}

.form-rows .row:last-child {
	margin-bottom: 0;
}

.form-gift .input {
	width: 100%;
}

.form-gift .top-form {
	margin-bottom: 50px;
}

.input {
	height: 45px;
	padding: 0 20px;
	border-radius: 8px;
	border: 1px solid rgba(255, 248, 235, 0.20);
	display: block;
}

.radio-cols {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	gap: 4px;
}

.radio-cols .col {
	flex: 1;
}

.custom-radio {
	display: block;
}

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

.custom-radio .text {
	display: block;
	padding: 10px 1px;
	border: 1px solid rgba(255, 248, 235, 0.20);
	cursor: pointer;
	border-radius: 8px;
	font-weight: 500;
	text-align: center;
	background: #36372E;
}

@media (max-width: 480px) {
	.custom-radio .text {
		padding: 0 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 56px;
	}
}

.custom-radio input[type="radio"]:checked + .text {
	border-color: #fff;
	border: 1px solid rgba(255, 248, 235, 0.20);
	background: #FFF;
	color: #3F4032;
}

.wrap-loyalty .image {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.discount-text-lg {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}

@media (max-width: 640px) {
	.discount-text-lg {
		font-size: 18px;
		text-align: center;
	}
	.discount-text-md {
		font-size: 16px;
	}
}

.discount-text-md {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
}

.block-discount .row {
	margin-bottom: 20px;
}

.block-discount .row:last-child {
	margin-bottom: 0;
}

.block-discount .text {
	color: rgba(255, 255, 255, 0.50);
	line-height: 1.3;
}