@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "inter";
  src: url(/fonts/inter_light.eot?31d6cfe0d16ae931b73c59d7e0c089c0);
  src: url(/fonts/inter_light.eot?31d6cfe0d16ae931b73c59d7e0c089c0?#iefix) format("embedded-opentype"), url(/fonts/inter_light.woff2?0a847a4cf217b0cd1d5f81d8cee23446) format("woff2"), url(/fonts/inter_light.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"), url(/fonts/inter_light.ttf?f70b465fac229d73e982ca15dac85d9d) format("truetype"), url(/fonts/inter_light.svg?1749715c424d7b5ef0f17a1ce46ebd56#inter_light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter";
  src: url(/fonts/inter_regular.eot?31d6cfe0d16ae931b73c59d7e0c089c0);
  src: url(/fonts/inter_regular.eot?31d6cfe0d16ae931b73c59d7e0c089c0?#iefix) format("embedded-opentype"), url(/fonts/inter_regular.woff2?0b012ad5dc61a70129a7542c54efa433) format("woff2"), url(/fonts/inter_regular.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"), url(/fonts/inter_regular.ttf?78b51f2147202615aa779c891dc23e7d) format("truetype"), url(/fonts/inter_regular.svg?a4fd26eb3b053246522913d307eb4e59#inter_regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter";
  src: url(/fonts/inter_medium.eot?31d6cfe0d16ae931b73c59d7e0c089c0);
  src: url(/fonts/inter_medium.eot?31d6cfe0d16ae931b73c59d7e0c089c0?#iefix) format("embedded-opentype"), url(/fonts/inter_medium.woff2?8deb33947e08cf051d29892655781669) format("woff2"), url(/fonts/inter_medium.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"), url(/fonts/inter_medium.ttf?458d4e2d8d4b09bf743d9e0bc9911048) format("truetype"), url(/fonts/inter_medium.svg?82cc528cdf80ca4ed4af61053223de99#inter_medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter";
  src: url(/fonts/inter_semi_bold.eot?31d6cfe0d16ae931b73c59d7e0c089c0);
  src: url(/fonts/inter_semi_bold.eot?31d6cfe0d16ae931b73c59d7e0c089c0?#iefix) format("embedded-opentype"), url(/fonts/inter_semi_bold.woff2?e1913c39a1e382ce07516da1c43f7d53) format("woff2"), url(/fonts/inter_semi_bold.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"), url(/fonts/inter_semi_bold.ttf?3aa40e610d938943736b725382eb6618) format("truetype"), url(/fonts/inter_semi_bold.svg?281c7c1a45cee6f833d73a9a5f677adc#inter_semi_bold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.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);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
* {
  box-sizing: border-box;
}

button {
  border: none;
  background: none;
  padding: 0;
}

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

svg {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

body {
  color: #FFFFFF;
  font-family: "inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.44;
  margin: 0;
  padding: 0;
}
body.hidden {
  overflow: hidden;
}

section {
  padding: 90px 0px;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 60px 0px;
  }
}

.main-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main__page {
  flex-grow: 1;
}

.container {
  max-width: 1440px;
  padding: 0px 45px;
  margin: auto;
}
.container_small {
  padding: 0px 80px;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0px 16px;
  }
}

.section__title {
  font-size: 45px;
  line-height: 1.17;
  font-family: "JejuMyeongjo", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.section__title_margin-small {
  margin-bottom: 12px;
}
.section__title_center {
  text-align: center;
}
.section__title_white {
  color: #FFFFFF;
}
.section__title_gold {
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media only screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 30px;
    font-size: 35px;
  }
}

.subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 40px;
  color: #000000;
  text-transform: uppercase;
}
.subtitle_white {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.description {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 40px;
  font-weight: 400;
  color: #000000;
}
.description p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .description {
    font-size: 16px;
  }
}

.main__btn {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
}
.main__btn__item {
  text-transform: uppercase;
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-radius: 50px;
  padding: 16px 80px;
  color: #FFFFFF;
  display: inline-block;
}
.main__btn__item-small {
  padding: 12px 54px;
}
@media only screen and (max-width: 992px) {
  .main__btn {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .main__btn {
    font-size: 18px;
  }
}

.btn__transparent {
  display: inline-block;
  background: transparent;
}
.btn__transparent__item {
  font-size: 18px;
  font-weight: 500;
  font-family: "inter", sans-serif;
  padding: 12px 54px;
  text-transform: uppercase;
  color: #FFE998;
  border: 1px solid #FFE998;
  border-radius: 50px;
}
.btn__transparent_white {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .btn__transparent {
    font-size: 14px;
    padding: 10px 70px;
  }
}

.card__title {
  font-size: 26px;
  font-weight: 400;
  font-family: "JejuMyeongjo", sans-serif;
  margin-bottom: 20px;
  line-height: 1.34;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .card__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .card__title {
    margin-bottom: 10px;
  }
}

.card__descript {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .card__descript {
    font-size: 14px;
  }
}

.card-item {
  display: flex;
  flex-direction: column;
}

.card__head {
  flex-grow: 1;
}

.swiper-arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-arrow-wrap .swiper__arrow {
  cursor: pointer;
}

.string__num {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  font-family: "JejuMyeongjo", sans-serif;
  padding: 0px 50px;
}
@media only screen and (max-width: 768px) {
  .string__num {
    font-size: 30px;
  }
}

.soc-list {
  display: flex;
  align-items: center;
}
.soc-list__item {
  margin: 0px 13px;
}
.soc-list__item:first-child {
  margin-left: 0px;
}
.soc-list__item:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 992px) {
  .soc-list {
    justify-content: center;
  }
}

.contact-page {
  background: #FBF6EC;
}

.free-consultation {
  background: #000000;
  text-align: center;
}

.main-baner-title {
  font-size: 60px;
  margin-bottom: 12px;
  font-family: "JejuMyeongjo", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .main-baner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .main-baner-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .main-baner-title {
    font-size: 28px;
  }
}

.main-baner-subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .main-baner-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main-baner-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.paypal-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paypal-page #paypal-button-container {
  max-width: 750px;
  width: 100%;
}

.payment-block {
  text-align: center;
  color: #000000;
}
.payment-block .title {
  margin-bottom: 10px;
}
.payment-block .text {
  margin-bottom: 20px;
}
.payment-block .main__btn {
  margin-bottom: 10px;
}
.payment-block .main__btn__item {
  padding: 8px 40px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .payment-block__btn .main__btn__item {
    min-width: 345px;
  }
}
@media only screen and (max-width: 460px) {
  .payment-block__btn .main__btn__item {
    font-size: 14px;
    min-width: 320px;
  }
}

.modal {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal {
  max-width: 660px;
  background: #000000;
  padding: 110px 40px 60px 40px;
  font-weight: 400;
  max-height: calc(100vh - 40px);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  overflow: auto;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 65%;
  }
}
@media only screen and (max-width: 680px) {
  .modal {
    padding: 80px 20px 40px 20px;
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  .modal {
    width: 100%;
  }
}
.modal__title {
  font-size: 33px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: "JejuMyeongjo", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .modal__title {
    font-size: 26px;
  }
}
.modal__subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.17;
}
@media only screen and (max-width: 992px) {
  .modal__subtitle {
    font-size: 14px;
  }
}
.modal__btn {
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px;
  width: 100%;
  background: linear-gradient(93.19deg, #ffe998 0%, #57370d 100%);
  border-radius: 50px;
}
.modal__item-wrap {
  margin-bottom: 30px;
}
.modal__item {
  width: 100%;
  min-height: 54px;
  padding: 0px 16px;
  font-size: 16px;
}
.modal textarea {
  padding: 16px;
}
.modal__item_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modal__select__wrap {
  position: relative;
}
.modal__select__wrap:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: transparent;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(-45deg) translateY(-45%);
  top: 45%;
  right: 16px;
}
.modal__item__title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #fffbf4;
}
.modal__exit {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 32px;
  height: 32px;
  background: none;
}
.modal__exit__item {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.modal__exit__item:before, .modal__exit__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #FFFFFF;
  width: 2px;
  height: 100%;
}
.modal__exit__item:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 680px) {
  .modal__exit {
    right: 20px;
    top: 20px;
  }
}

.form_bg {
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.form_bg.active {
  display: block;
}

.error {
  font-size: 14px;
  color: red;
}
.error.error_paypal {
  display: none;
  margin-bottom: 20px;
}

.modal_pay {
  width: 100%;
  max-width: inherit;
  padding: 110px 45px 60px 45px;
}
.modal_pay .modal__form {
  padding-right: 60px;
  flex: 0 0 60%;
}
.modal_pay .modal__form-pay {
  padding-right: 0px;
  padding-left: 60px;
  border-left: 1px solid #fffbf4;
  flex: 0 0 40%;
}
.modal_pay .modal__title {
  margin-bottom: 40px;
}
.modal_pay__wrap {
  display: flex;
}
.modal_pay .form-pay__wrap {
  padding: 30px 0px;
  border-bottom: 1px solid #fffbf4;
}
.modal_pay .form-pay__item {
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_pay .package_cost {
  padding: 30px 0px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.modal_pay .modal__btn {
  margin-bottom: 30px;
}
.modal_pay .agree_terms_service {
  font-size: 12px;
}
.modal_pay .agree_terms_service input {
  display: none;
}
.modal_pay .agree_terms_service label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.modal_pay .agree_terms_service label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-image-source: linear-gradient(93.19deg, #ffe998 0%, #57370d 100%);
  border-image-slice: 1;
}
.modal_pay .agree_terms_service label:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 30%;
  width: 5px;
  height: 10px;
  border: solid;
  border-image-source: linear-gradient(93.19deg, #ffe998 0%, #57370d 100%);
  border-image-slice: 1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
}
.modal_pay .agree_terms_service input:checked + label:after {
  display: block;
}

.modal_pay-success {
  text-align: center;
  top: 50%;
  left: 50%;
  bottom: inherit;
  transform: translate(-50%, -50%);
}
.modal_pay-success .icon_success {
  margin-bottom: 30px;
}
.modal_pay-success .modal__btn {
  display: block;
}

.radio__cover {
  position: relative;
  display: flex;
  align-items: center;
}

.radio__input {
  display: none;
}

.radio__label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

/* Кастомный кружок */
.radio__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #d4af37; /* Золотистая рамка */
  border-radius: 50%;
  background-color: transparent;
  transition: 0.25s;
  border-image-source: linear-gradient(135.34deg, #856220 15.43%, #F4E683 34.91%, #BF923D 50.85%, #4E341B 68.56%, #F1EA82 86.26%);
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-image-slice: 1;
}

/* Внутренняя "точка" при выборе */
.radio__label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  transition: transform 0.25s ease;
}

/* Когда radio выбран */
.radio__input:checked + .radio__label::after {
  transform: translateY(-50%) scale(1);
}

/* Наведение (необязательно) */
.radio__label:hover::before {
  border-color: #e5c158;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #000000;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 20px 0px;
}
.header .top-logo {
  max-width: 124px;
}
.header .top-logo svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .header {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    text-align: center;
    padding-bottom: 0px;
  }
}
.header .main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .header .menu {
    height: 100vh;
    overflow: auto;
    flex: 0 0 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    display: none;
  }
}
.header .menu__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .menu__list {
    display: block;
    font-size: 20px;
  }
}
.header .menu__item {
  text-transform: uppercase;
  padding: 0px 15px;
}
@media only screen and (max-width: 1200px) {
  .header .menu__item {
    padding: 0px 8px;
  }
}
@media only screen and (max-width: 992px) {
  .header .menu__item {
    padding: 0px;
    margin-bottom: 40px;
  }
}
.header .menu__link {
  color: #FFFFFF;
}
.header .lang-wrap__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .lang-wrap__list {
    justify-content: center;
    font-size: 16px;
  }
}
.header .lang-wrap__item {
  position: relative;
  padding: 0px 8px;
  text-transform: uppercase;
}
.header .lang-wrap__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #FFFFFF;
  border-radius: 10px;
}
.header .lang-wrap__item:last-child:after {
  display: none;
}
.header .lang-wrap__link {
  color: #FFFFFF;
}
.header .lang-wrap__link.active {
  background: linear-gradient(57.57deg, #856220 0.81%, #F4E683 29.69%, #BF923D 75.94%, #F1EA82 105.83%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.mobile-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .mobile-wrap {
    position: relative;
    flex: 0 0 100%;
    padding-bottom: 30px;
  }
  .mobile-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -45px;
    width: calc(100% + 90px);
    height: 1px;
    background: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-wrap:after {
    left: -16px;
    width: calc(100% + 32px);
  }
}
.mobile-wrap .header-burger-menu {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
}
.mobile-wrap .header-burger-menu.active span {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.mobile-wrap .header-burger-menu.active:after {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .mobile-wrap .header-burger-menu {
    display: block;
  }
}
.mobile-wrap .header-burger-menu span {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 50%;
  width: 25px;
  height: 2px;
  background: #F2F2F2;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  transform: translateX(-50%);
}
.mobile-wrap .header-burger-menu:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30%;
  height: 2px;
  width: 25px;
  background: #F2F2F2;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  transform: translateX(-50%);
}

.footer {
  background: #000000;
  padding: 50px 0px;
}
.footer__logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .footer__logo {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.footer__item {
  flex: 0 0 25%;
  position: relative;
  text-align: center;
}
.footer__item:last-child:after {
  display: none;
}
.footer__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #FFFFFF;
}
@media only screen and (max-width: 992px) {
  .footer__item {
    margin-bottom: 24px;
  }
  .footer__item:after {
    display: none;
  }
}
.footer__page {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .footer__page {
    flex-direction: column;
  }
}
.footer__logo-link {
  display: inline-block;
  max-width: 184px;
}
.footer__logo-link svg {
  width: 100%;
  height: auto;
}
.footer__row {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.65;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .footer__row {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__row {
    line-height: 1.875;
    margin-bottom: 0px;
  }
}
.footer__link {
  color: #FFFFFF;
}
.footer .footer-soc__item {
  display: inline-block;
  margin: 0px 15px;
}
.footer .footer-soc__item:first-child {
  margin-left: 0px;
}
.footer .footer-soc__item:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 992px) {
  .footer .footer-soc__item {
    margin: 0px 10px;
  }
}
.footer .footer__contacts__wrap {
  margin-bottom: 8px;
}
.footer .footer__contacts__item {
  color: #FFFFFF;
}
.footer .footer__logo img,
.footer .footer__logo svg {
  width: auto;
  height: 88px;
}

.main-slider {
  padding: 0px;
  position: relative;
}

.container_slider {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 100%;
  max-width: 1100px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 45px;
}
@media only screen and (max-width: 768px) {
  .container_slider {
    padding: 0px 16px;
  }
}
.container_slider .main_slide_title {
  font-size: 60px;
  margin-bottom: 12px;
  font-family: "JejuMyeongjo", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .container_slider .main_slide_title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 580px) {
  .container_slider .main_slide_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .container_slider .main_slide_title {
    font-size: 28px;
  }
}
.container_slider .main_slide_text {
  font-weight: 400;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .container_slider .main_slide_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .container_slider .main_slide_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .container_slider .main_slide_text {
    font-size: 14px;
  }
}

.about-us .description {
  font-weight: 300;
}
.about-us__page {
  color: #000000;
  display: flex;
  align-items: center;
}
.about-us__mob-img {
  display: none;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 12px;
}
@media only screen and (max-width: 992px) {
  .about-us__mob-img {
    display: block;
  }
}
.about-us_img_small {
  max-width: 320px;
  position: absolute;
  top: 280px;
  left: 30px;
  padding: 15px 12px;
}
@media only screen and (max-width: 1200px) {
  .about-us_img_small {
    left: 0;
  }
}
.about-us_column-img {
  position: relative;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .about-us_column-img {
    display: none;
  }
}
.about-us__column {
  flex: 0 0 50%;
}
.about-us_column-text {
  margin-right: 100px;
  flex: 0 0 calc(50% - 100px);
}
@media only screen and (max-width: 1200px) {
  .about-us_column-text {
    margin-right: 60px;
    flex: 0 0 calc(50% - 60px);
  }
}
@media only screen and (max-width: 992px) {
  .about-us_column-text {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.about-us_img_big {
  max-width: 458px;
  margin-left: auto;
  position: relative;
}
.about-us .decor__about-us {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1.5px solid;
  border-image-source: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-image-slice: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us .decor__about-us_bias {
  width: 80%;
  left: auto;
  height: 85%;
  right: -15px;
  top: -15px;
  transform: translate(0, 0);
  z-index: -1;
}

.services {
  background: #000000;
}
.services .section__title {
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .services .section__title {
    font-size: 44px;
  }
}
.services__img {
  margin-bottom: 20px;
}
.services__item {
  margin: 0px 15px;
  flex: 0 0 calc(33.3% - 30px);
  text-align: center;
  color: #FFFFFF;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .services__item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .services__item {
    flex: 0 0 100%;
    margin: 0px;
  }
}
.services__wrap {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .services__wrap {
    margin: 0px;
    margin-bottom: 32px;
  }
}

.consultation {
  padding: 60px 0px;
}
@media only screen and (max-width: 768px) {
  .consultation {
    padding: 60px 0px;
  }
}
.consultation .section__title {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .consultation .section__title {
    font-size: 30px;
  }
}
.consultation__page {
  text-align: center;
  max-width: 1190px;
}
.consultation__page h4 {
  margin-bottom: 20px;
}
.consultation__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.consultation__border {
  margin: 50px 30px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #FFE998, #57370D);
     border-image: linear-gradient(90deg, #FFE998, #57370D);
  border-image-slice: 1;
}

.nomination {
  background: #FBF6EC;
}
.nomination__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 920px) {
  .nomination__wrap {
    display: block;
  }
}
.nomination__wrap:nth-child(2n+2) .nomination__info {
  order: 2;
}
.nomination__wrap:nth-child(2n+2) .nomination__image-wrap {
  margin-right: 145px;
  margin-left: 0px;
  padding: 0px 0px 21px 21px;
}
@media only screen and (max-width: 1200px) {
  .nomination__wrap:nth-child(2n+2) .nomination__image-wrap {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 920px) {
  .nomination__wrap:nth-child(2n+2) .nomination__image-wrap {
    margin: 0px;
    padding: 0px;
  }
}
.nomination__wrap:nth-child(2n+2) .decor__nomination {
  top: auto;
  right: auto;
  bottom: -21px;
  left: -21px;
}
@media only screen and (max-width: 920px) {
  .nomination__wrap:nth-child(2n+2) .decor__nomination {
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
  }
}
.nomination .main__btn_mobile {
  display: none;
}
@media only screen and (max-width: 920px) {
  .nomination .main__btn_mobile {
    display: flex;
  }
}
@media only screen and (max-width: 920px) {
  .nomination .main__btn_desktop {
    display: none;
  }
}
.nomination__item {
  flex: 0 0 50%;
}
@media only screen and (max-width: 920px) {
  .nomination__item {
    margin-bottom: 20px;
  }
}
.nomination__img {
  position: relative;
  z-index: 3;
}
.nomination__info .section__title {
  margin-bottom: 12px;
}
.nomination__image-wrap {
  margin-left: 145px;
  flex: 0 0 calc(50% - 145px);
  padding: 21px 21px 0px 0px;
}
@media only screen and (max-width: 1200px) {
  .nomination__image-wrap {
    margin-left: 60px;
    flex: 0 0 calc(50% - 60px);
  }
}
@media only screen and (max-width: 920px) {
  .nomination__image-wrap {
    margin: 0px;
    padding: 0px;
  }
}
.nomination__image {
  position: relative;
}
@media only screen and (max-width: 920px) {
  .nomination__image {
    padding: 14px;
  }
}
.nomination .decor__nomination {
  width: 90%;
  height: 80%;
  background: transparent;
  border: 1.5px solid;
  border-image-source: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-image-slice: 1;
  position: absolute;
  top: -21px;
  right: -21px;
}
@media only screen and (max-width: 920px) {
  .nomination .decor__nomination {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
  }
}

.blog__wrap {
  margin-bottom: 40px;
}
.blog__card {
  position: relative;
  color: #FFFFFF;
  flex: 0 0 calc(50% - 30px);
  margin: 0px 15px;
}
.blog__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .blog__card {
    flex: 0 0 100%;
    margin: 0px;
  }
}
.blog__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 20px;
  text-align: center;
}
.blog .subtitle {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.blog .string__num {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .blog .subtitle {
    font-size: 16px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  .blog .card__descript {
    font-size: 10px;
  }
}

.blog-item {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.blog-item img {
  margin-bottom: 40px;
  max-height: 393px;
}
.blog-item p {
  margin-bottom: 20px;
}
.blog-item ul {
  list-style: inside;
  margin-bottom: 20px;
}
.blog-item ul li {
  margin-bottom: 10px;
}
.blog-item strong {
  font-weight: 700;
}
.blog-item h2 {
  font-family: "JejuMyeongjo", sans-serif;
  text-align: center;
  font-size: 45px;
  line-height: 1.17;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .blog-item h2 {
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.blog-item h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .blog-item h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
.blog-item h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .blog-item h4 {
    margin-bottom: 18px;
    font-size: 35px;
  }
}
.blog-item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .blog-item h5 {
    margin-bottom: 18px;
    font-size: 16px;
  }
}

.feedback {
  background: #FBF6EC;
}
.feedback__page {
  color: #000000;
}
.feedback__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.feedback__item {
  border: 1px solid;
  border-image-source: linear-gradient(57.57deg, #856220 17.96%, #F4E683 38%, #BF923D 70.08%, #F1EA82 90.81%);
  border-image-slice: 1;
  padding: 30px;
  margin: 0px 15px;
  flex: 0 0 calc(33.3% - 28px);
}
@media only screen and (max-width: 1200px) {
  .feedback__item {
    flex: 0 0 calc(50% - 28px);
  }
}
@media only screen and (max-width: 768px) {
  .feedback__item {
    flex: 0 0 100%;
    margin: 0px;
  }
}
.feedback__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.feedback__card-name {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.feedback__card-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

.ask {
  text-align: center;
  background: #000000;
}
.ask .subtitle {
  margin-bottom: 20px;
}

.communication__page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.communication .section__title {
  margin-bottom: 20px;
}
.communication .subtitle {
  line-height: 1.4;
  letter-spacing: 1px;
}
.communication__info {
  flex: 1 0 0;
  margin-right: 25px;
}
@media only screen and (max-width: 992px) {
  .communication__info {
    flex: 0 0 100%;
    margin: 0px;
    order: 2;
    text-align: center;
  }
}
.communication__image-wrap {
  flex: 0 0 52%;
  padding-right: 21px;
  padding-top: 21px;
}
@media only screen and (max-width: 992px) {
  .communication__image-wrap {
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding: 0px;
  }
}
.communication__image {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .communication__image {
    padding: 16px 14px;
  }
}
.communication__img {
  position: relative;
  z-index: 3;
}
.communication .decor__communication {
  width: 90%;
  height: 90%;
  background: transparent;
  border: 1.5px solid;
  border-image-source: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-image-slice: 1;
  position: absolute;
  top: -21px;
  right: -21px;
}
@media only screen and (max-width: 992px) {
  .communication .decor__communication {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
  }
}

.partners {
  padding: 20px 0px;
  background: #FBF6EC;
}
@media only screen and (max-width: 768px) {
  .partners {
    display: none;
  }
}
.partners__page {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.partners__wrap {
  padding: 10px 0px;
}
.partners__item {
  margin: 0px 15px;
  font-weight: 500;
  border: 1px solid #000000;
  font-size: 13px;
  color: #000000;
  line-height: 2;
  text-transform: uppercase;
  padding: 12.5px 70px;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.partners .animation_partner {
  animation: marquee 8s linear infinite;
}

.banner-about {
  padding: 0px;
  position: relative;
}
.banner-about__page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 50px;
}
@media only screen and (max-width: 1920px) {
  .banner-about__page {
    left: 0%;
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 992px) {
  .banner-about__page {
    top: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .banner-about__page {
    padding: 0px 16px;
  }
}
.banner-about .main-baner-subtitle {
  max-width: 775px;
  color: #FFFFFF;
}
.banner-about .main-baner-title {
  max-width: 775px;
  color: #FFFFFF;
}

.acquainted__page {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .acquainted__page {
    display: block;
  }
}
@media only screen and (max-width: 920px) {
  .acquainted__img_desc {
    display: none;
  }
}
.acquainted__img_mob {
  display: none;
  margin-bottom: 30px;
  padding: 20px 12px;
}
@media only screen and (max-width: 920px) {
  .acquainted__img_mob {
    display: block;
  }
}
.acquainted__item {
  flex: 0 0 50%;
}
.acquainted__image__wrap {
  margin-left: 145px;
  flex: 0 0 calc(50% - 145px);
  padding: 21px 21px 0px 0px;
}
@media only screen and (max-width: 1200px) {
  .acquainted__image__wrap {
    margin-left: 60px;
    flex: 0 0 calc(50% - 60px);
  }
}
@media only screen and (max-width: 920px) {
  .acquainted__image__wrap {
    margin-left: 0px;
  }
}
.acquainted__img {
  position: relative;
}
.acquainted__img__item {
  position: relative;
  z-index: 5;
}
.acquainted .decor__acquainted {
  width: 85%;
  height: 85%;
  background: transparent;
  border: 1.5px solid;
  border-image-source: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-image-slice: 1;
  position: absolute;
  top: -21px;
  right: -21px;
}
@media only screen and (max-width: 992px) {
  .acquainted .decor__acquainted {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
  }
}

.info {
  background: #FBF6EC;
}
.info .description {
  font-weight: 300;
}
.info .info-mission__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 45px;
}
.info .info-mission__item {
  flex: 0 0 50%;
}
@media only screen and (max-width: 920px) {
  .info .info-mission__item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.info .info-mission__img {
  position: relative;
  z-index: 3;
}
.info .info-mission__info .section__title {
  margin-bottom: 12px;
}
.info .info-mission__image-wrap {
  margin-right: 145px;
  flex: 0 0 calc(50% - 145px);
  padding: 0px 0px 21px 21px;
}
@media only screen and (max-width: 1200px) {
  .info .info-mission__image-wrap {
    margin-right: 60px;
    flex: 0 0 calc(50% - 60px);
  }
}
@media only screen and (max-width: 920px) {
  .info .info-mission__image-wrap {
    margin: 0px;
    padding: 0px;
    flex: 0 0 100%;
    order: 2;
  }
}
.info .info-mission__image {
  position: relative;
}
@media only screen and (max-width: 920px) {
  .info .info-mission__image {
    padding: 14px;
  }
}
.info .info-mission .decor__info-mission {
  width: 90%;
  height: 80%;
  background: transparent;
  border: 1.5px solid;
  border-image-source: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-image-slice: 1;
  position: absolute;
  top: -21px;
  left: -21px;
}
@media only screen and (max-width: 920px) {
  .info .info-mission .decor__info-mission {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
  }
}
.info .info-approach {
  color: #000000;
  display: flex;
}
.info .info-approach__mob-img {
  display: none;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 12px;
}
@media only screen and (max-width: 992px) {
  .info .info-approach__mob-img {
    display: block;
  }
}
.info .info-approach_img_small {
  max-width: 320px;
  position: absolute;
  top: 280px;
  left: 30px;
  padding: 15px 12px;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .info .info-approach_img_small {
    left: 0;
  }
}
.info .info-approach_column-img {
  position: relative;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 992px) {
  .info .info-approach_column-img {
    display: none;
  }
}
.info .info-approach__column {
  flex: 0 0 50%;
}
.info .info-approach_column-text {
  margin-right: 100px;
  flex: 0 0 calc(50% - 100px);
}
@media only screen and (max-width: 1200px) {
  .info .info-approach_column-text {
    margin-right: 60px;
    flex: 0 0 calc(50% - 60px);
  }
}
@media only screen and (max-width: 992px) {
  .info .info-approach_column-text {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.info .info-approach_img_big {
  max-width: 458px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.info .decor__info-approach {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1.5px solid;
  border-image-source: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-image-slice: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info .decor__info-approach_bias {
  width: 80%;
  left: auto;
  height: 85%;
  right: -15px;
  top: -15px;
  transform: translate(0, 0);
  z-index: -1;
}

.services-page {
  background: #FBF6EC;
}
.services-page__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.services-page__item {
  flex: 0 0 calc(33.3% - 30px);
  color: #000000;
  text-align: center;
  margin: 0px 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .services-page__item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media only screen and (max-width: 992px) {
  .services-page__item {
    flex: 0 0 100%;
    margin: 0px;
    margin-bottom: 40px;
  }
}
.services-page .subtitle {
  text-align: center;
  margin: auto;
  max-width: 660px;
  text-transform: none;
  margin-bottom: 40px;
}
.services-page .section__title {
  margin-bottom: 20px;
}
.services-page .btn__transparent__item {
  color: #57370D;
  border: 1px solid #57370D;
}
.services-page .btn__transparent__item:hover {
  color: #FFFFFF;
  background: #57370D;
}

.banner {
  padding: 0px;
  position: relative;
}
.banner__page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 50px;
}
@media only screen and (max-width: 1920px) {
  .banner__page {
    left: 0%;
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 992px) {
  .banner__page {
    top: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .banner__page {
    padding: 0px 16px;
  }
}
.banner .main-baner-subtitle {
  max-width: 775px;
  color: #FFFFFF;
}
.banner .main-baner-title {
  font-size: 60px;
  max-width: 775px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .banner .main__btn {
    display: block;
  }
}

.banner-description {
  text-align: center;
  font-size: 28px;
  color: #000000;
  max-width: 1070px;
  margin: auto;
}

.recomandate {
  background: #FBF6EC;
  color: #000000;
}
.recomandate__page {
  display: flex;
  flex-wrap: wrap;
}
.recomandate__item {
  flex: 0 0 50%;
}
@media only screen and (max-width: 992px) {
  .recomandate__item {
    flex: 0 0 100%;
  }
}
.recomandate__item ul li {
  margin-bottom: 16px;
  padding-left: 22px;
  position: relative;
}
.recomandate__item ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
}
.recomandate__list {
  margin-left: 85px;
  flex: 0 0 calc(50% - 85px);
}
@media only screen and (max-width: 1200px) {
  .recomandate__list {
    margin-left: 50px;
    flex: 0 0 calc(50% - 50px);
  }
}
@media only screen and (max-width: 992px) {
  .recomandate__list {
    margin: 0px;
    flex: 0 0 100%;
  }
}

.resultate {
  color: #FFFFFF;
  background: #000000;
}
.resultate__page {
  max-width: 660px;
  margin: auto;
}
.resultate__list ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
}
.resultate__list ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
}

.information-block .description {
  margin-bottom: 0px;
}
.information-block__page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.information-block__item {
  flex: 0 0 50%;
}
@media only screen and (max-width: 920px) {
  .information-block__item {
    flex: 0 0 100%;
  }
}
.information-block__image {
  position: relative;
}
@media only screen and (max-width: 920px) {
  .information-block__image {
    padding: 20px 12px;
  }
}
.information-block__image__wrap {
  margin-left: 145px;
  flex: 0 0 calc(50% - 145px);
  position: relative;
  padding-right: 21px;
  padding-top: 21px;
}
@media only screen and (max-width: 1200px) {
  .information-block__image__wrap {
    margin-left: 60px;
    flex: 0 0 calc(50% - 60px);
  }
}
@media only screen and (max-width: 920px) {
  .information-block__image__wrap {
    margin-left: 0px;
    flex: 0 0 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 920px) {
  .information-block__text {
    order: 2;
  }
}
.information-block__img {
  position: relative;
  z-index: 5;
}
.information-block .decor__information-block {
  width: 85%;
  height: 85%;
  background: transparent;
  border: 1.5px solid;
  border-image-source: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  border-image-slice: 1;
  position: absolute;
  top: -21px;
  right: -21px;
}
@media only screen and (max-width: 992px) {
  .information-block .decor__information-block {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
  }
}

.good-list {
  background: #FBF6EC;
}
.good-list__products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px -15px;
}
@media only screen and (max-width: 768px) {
  .good-list__products {
    margin: 0;
  }
}
.good-list__card {
  flex: 0 0 calc(33.3% - 30px);
  background: #FFFFFF;
  color: #000000;
  margin: 0px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .good-list__card {
    flex: 0 0 75%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .good-list__card {
    flex: 0 0 100%;
    margin: 0px;
    margin-bottom: 30px;
  }
}
.good-list__info {
  flex-grow: 1;
}
.good-list .card__title {
  font-size: 24px;
  background: linear-gradient(90deg, #FFE998, #57370D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px;
  padding-bottom: 0px;
  text-align: center;
}
.good-list ul {
  padding: 20px;
  padding-bottom: 8px;
  text-align: left;
}
.good-list ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.good-list ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
}
.good-list__price {
  font-size: 22px;
  background: #FBF6EC;
  padding: 12px;
}
.good-list .btn__transparent {
  margin: 20px 0px;
}
.good-list .btn__transparent__item {
  color: #57370D;
  border: 1px solid #57370D;
}
.good-list .btn__service button {
  display: block;
  margin-bottom: 12px;
}
.good-list .btn__service button:last-child {
  margin-bottom: 0px;
}
.good-list .btn__service .btn__service-pay {
  font-weight: 500;
  text-align: center;
  margin: auto;
  color: #57370D;
}

.faq {
  color: #000000;
}
.faq__item {
  margin-bottom: 20px;
  background: #FBF6EC;
  padding: 19px 16px 16px 16px;
  cursor: pointer;
}
.faq .accordion__icon {
  position: absolute;
  right: 16px;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq .accordion__icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 26px;
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  transition: all 0.3s ease-in-out;
}
.faq .accordion__icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 26px;
  background: linear-gradient(93.19deg, #FFE998 0%, #57370D 100%);
  transition: all 0.3s ease-in-out;
}
.faq .accordion__icon.active:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq .accordion__icon.active:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.faq__head__text {
  padding-right: 32px;
}
.faq__head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
}
.faq__content {
  font-size: 16px;
  font-weight: 400;
  display: none;
}

/*# sourceMappingURL=app.css.map*/