@charset "UTF-8";
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/yekanbakh/yekanbakh-regular.woff2") format("woff2"), url("../fonts/yekanbakh/yekanbakh-regular.woff") format("woff");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/yekanbakh/yekanbakh-medium.woff2") format("woff2"), url("../fonts/yekanbakh/yekanbakh-medium.woff") format("woff");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/yekanbakh/yekanbakh-bold.woff2") format("woff2"), url("../fonts/yekanbakh/yekanbakh-bold.woff") format("woff");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/yekanbakh/yekanbakh-black.woff2") format("woff2"), url("../fonts/yekanbakh/yekanbakh-black.woff") format("woff");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/yekanbakh/yekanbakh-fat.woff2") format("woff2"), url("../fonts/yekanbakh/yekanbakh-fat.woff") format("woff");
}

@font-face {
  font-family: delnar;
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/delnar/delnar.woff") format("woff");
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * H Group
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body,
html {
  font-family: "YekanBakh", sans-serif;
  font-size: 13px;
  line-height: 2.5;
  color: #2D365D;
}

body {
  position: relative;
  background: #fff;
}

@media (max-width: 61.24em) {
  body::before, body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 300ms;
    background: #000;
  }
  body::after {
    z-index: 8;
  }
  body.is-fixed, body.has-user-menu, body.has-nav-menu, body.has-sidebar {
    overflow: hidden;
  }
  body.is-fixed::before, body.has-user-menu::before, body.has-nav-menu::before, body.has-sidebar::before {
    opacity: 0.5;
    pointer-events: all;
    transition: all 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  body.has-sort {
    overflow: unset;
  }
  body.has-sort::after {
    opacity: 0.5;
    pointer-events: all;
    transition: all 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}

button,
input,
optgroup,
select,
textarea {
  font-family: "YekanBakh", sans-serif;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}

@-webkit-keyframes dual-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes dual-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes shine-logo {
  0% {
    right: 0;
    -webkit-transform: skewX(-30deg) translateX(100%);
            transform: skewX(-30deg) translateX(100%);
  }
  50% {
    right: 0;
    -webkit-transform: skewX(-30deg) translateX(100%);
            transform: skewX(-30deg) translateX(100%);
  }
  100% {
    right: 100%;
    -webkit-transform: skewX(-30deg) translateX(0);
            transform: skewX(-30deg) translateX(0);
  }
}

@keyframes shine-logo {
  0% {
    right: 0;
    -webkit-transform: skewX(-30deg) translateX(100%);
            transform: skewX(-30deg) translateX(100%);
  }
  50% {
    right: 0;
    -webkit-transform: skewX(-30deg) translateX(100%);
            transform: skewX(-30deg) translateX(100%);
  }
  100% {
    right: 100%;
    -webkit-transform: skewX(-30deg) translateX(0);
            transform: skewX(-30deg) translateX(0);
  }
}

@-webkit-keyframes shine-message {
  0% {
    background: #F5F3FC;
  }
  100% {
    background: #e4dff7;
  }
}

@keyframes shine-message {
  0% {
    background: #F5F3FC;
  }
  100% {
    background: #e4dff7;
  }
}

.u-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'delnar' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon--quote:before {
  content: "";
}

.c-icon--dislike:before {
  content: "";
}

.c-icon--like:before {
  content: "";
}

.c-icon--star:before {
  content: "";
}

.c-icon--bell:before {
  content: "";
}

.c-icon--share:before {
  content: "";
}

.c-icon--zoom:before {
  content: "";
}

.c-icon--instagram:before {
  content: "";
}

.c-icon--instagram-alt:before {
  content: "";
}

.c-icon--telegram:before {
  content: "";
}

.c-icon--facebook:before {
  content: "";
}

.c-icon--linkedin:before {
  content: "";
}

.c-icon--aparat:before {
  content: "";
}

.c-icon--telegram-alt:before {
  content: "";
}

.c-icon--twitter:before {
  content: "";
}

.c-icon--whatsapp:before {
  content: "";
}

.c-icon--whatsapp-alt:before {
  content: "";
}

.c-icon--youtube:before {
  content: "";
}

.c-icon--arrow-up:before {
  content: "";
}

.c-icon--arrow-right:before {
  content: "";
}

.c-icon--arrow-down:before {
  content: "";
}

.c-icon--arrow-left:before {
  content: "";
}

.c-icon--arrow-alt:before {
  content: "";
}

.c-icon--filter:before {
  content: "";
}

.c-icon--sort:before {
  content: "";
}

.c-icon--search:before {
  content: "";
}

.c-icon--search-alt:before {
  content: "";
}

.c-icon--user:before {
  content: "";
}

.c-icon--cart:before {
  content: "";
}

.c-icon--swap:before {
  content: "";
}

.c-icon--clock:before {
  content: "";
}

.c-icon--heart:before {
  content: "";
}

.c-icon--heart-alt:before {
  content: "";
}

.c-icon--location:before {
  content: "";
}

.c-icon--location-alt:before {
  content: "";
}

.c-icon--phone:before {
  content: "";
}

.c-icon--email:before {
  content: "";
}

/* Link ------------------*/
.c-link {
  color: #212341;
  transition: all 200ms ease-in-out;
}

.c-link--logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Btn ------------------*/
.c-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 6px 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
  outline: none;
  border: 1px solid #212341;
  background: #212341;
  transition: all .2s ease-in-out;
}

.c-btn:hover {
  border-color: #641C7F;
  background: #641C7F;
}

@media (min-width: 46.25em) {
  .c-btn {
    padding: 10px 60px;
  }
}

.c-btn--secondary {
  border-color: #DE007A;
  background: #DE007A;
}

.c-btn--small {
  padding: 4px 15px 2px;
  font-size: 13px;
}

@media (min-width: 46.25em) {
  .c-btn--small {
    padding: 6px 20px 4px;
    font-size: 14px;
  }
}

.c-btn--round {
  border-radius: 25px;
}

.c-btn--outline {
  border-color: #fff;
  background: transparent;
}

.c-btn--outline:hover {
  color: #2D365D;
  border-color: #fff;
  background: #fff;
}

.c-btn--arrow {
  padding: 3px 15px;
  color: #2D365D;
  border-radius: 12px;
  border-color: #fff;
  background: #fff;
}

.c-btn--arrow::after {
  content: "";
  font-family: 'delnar';
  font-weight: normal;
  line-height: 1;
  margin-right: 30px;
  margin-top: -2px;
  transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-btn--arrow:hover {
  color: #fff;
}

.c-btn--arrow:hover::after {
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}

@media (min-width: 46.25em) {
  .c-btn--arrow {
    padding: 5px 25px 5px 30px;
  }
  .c-btn--arrow::after {
    margin-right: 40px;
  }
}

.c-btn--dark.c-btn--arrow {
  color: #fff;
  border-color: #641C7F;
  background: #641C7F;
}

.c-btn--dark.c-btn--arrow:hover {
  color: #fff;
  border-color: #212341;
  background: #212341;
}

.c-btn--add {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  border-color: #67B930;
  background: #67B930;
  box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
}

@media (min-width: 46.25em) {
  .c-btn--add {
    padding: 8px 10px;
  }
}

.c-form-container {
  max-width: 640px;
  margin: 0 auto;
}

.c-form-title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 61.25em) {
  .c-form-title {
    margin-bottom: 42px;
    font-size: 30px;
  }
}

.c-form .c-btn {
  width: 100%;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
}

.c-form--no-label .c-form__label {
  display: none;
}

.c-form--no-label .c-form__input,
.c-form--no-label .c-form__textarea {
  background: #F8F9FB;
}

.c-form__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  padding-top: 32px;
}

.c-form__title::after {
  content: "";
  width: 30px;
  height: 4px;
  margin-top: 14px;
  border-radius: 2px;
  background: #f3f3f3;
}

.c-form__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}

.c-form__row:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-form__row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-form__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.c-form__col:first-child {
  margin-bottom: 30px;
}

@media (min-width: 61.25em) {
  .c-form__col:first-child {
    margin: 0 0 0 30px;
  }
}

.c-form__label {
  position: absolute;
  top: -12px;
  right: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  font-size: 13px;
  line-height: 24px;
  background: #fff;
}

.c-form__input,
.c-form__textarea {
  width: 100%;
  padding: 15px 18px;
  font-size: 13px;
  outline: none;
  border-radius: 30px;
  border: 1px solid #EFEFEF;
  background: #fff;
  transition: all .25s ease-in-out;
}

.c-form__input::-webkit-input-placeholder, .c-form__textarea::-webkit-input-placeholder {
  color: #939AA4;
}

.c-form__input::-moz-placeholder, .c-form__textarea::-moz-placeholder {
  color: #939AA4;
}

.c-form__input:-ms-input-placeholder, .c-form__textarea:-ms-input-placeholder {
  color: #939AA4;
}

.c-form__input::-ms-input-placeholder, .c-form__textarea::-ms-input-placeholder {
  color: #939AA4;
}

.c-form__input::placeholder,
.c-form__textarea::placeholder {
  color: #939AA4;
}

.c-form__input:focus,
.c-form__textarea:focus {
  border-color: #d6d5d5;
}

.c-form__input[type=email] {
  text-align: left;
  direction: ltr;
}

.c-form__textarea {
  height: 230px;
  padding: 18px 18px;
  resize: vertical;
  line-height: 2;
}

.s-social {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-social li {
  padding: 0 5px;
}

.s-social a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background: #641C7F;
  transition: all 200ms ease-in-out;
}

.s-social a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 3px 15px rgba(100, 28, 127, 0.35);
}

.s-social.logos-only a {
  width: 32px;
  height: 32px;
  background: none;
}

.c-section.has-shape {
  position: relative;
  overflow-x: clip;
}

.c-section.has-shape .c-section__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  height: 60vw;
  z-index: -1;
  opacity: 0.3;
  border-radius: 100%;
  background: #FFEBEC;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

@media (min-width: 61.25em) {
  .c-section.has-shape .c-section__container::before {
    width: 780px;
    height: 780px;
  }
}

.c-section__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 61.25em) {
  .c-section__container {
    max-width: 960px;
    padding: 0;
  }
}

@media (min-width: 75em) {
  .c-section__container {
    max-width: 1158px;
  }
}

.c-section__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.c-section__head.has-border {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 4px;
}

.c-section__head.has-border .c-section__title-secondary {
  margin-bottom: 20px;
}

.c-section__head.has-border .c-section__title-secondary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: #641C7F;
}

.c-section__head.align-right .c-section__title,
.c-section__head.align-right .c-section__title-secondary {
  margin-right: 0;
}

@media (min-width: 25em) {
  .c-section__head {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 27.5em) {
  .c-section__head.has-border {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 52px;
    border-bottom: 1px solid var(--head-border, #F5F3FC);
  }
  .c-section__head.has-border .c-section__title-secondary {
    margin-bottom: 0;
  }
  .c-section__head.has-border .c-section__title-secondary::before, .c-section__head.has-border .c-section__title-secondary::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background: #641C7F;
  }
  .c-section__head.has-border .c-section__title-secondary::after {
    width: 20px;
    right: 100%;
    height: 1px;
    background: var(--head-color, #fff);
  }
  .c-section__head.has-border .c-section__title-secondary:only-child::before {
    bottom: -5px;
  }
  .c-section__head.has-border .c-section__title-secondary:only-child::after {
    display: none;
  }
  .c-section__head.has-border .c-section__action::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 110%;
    height: 1px;
    background: var(--head-color, #fff);
  }
}

@media (min-width: 46.25em) {
  .c-section__head {
    margin-bottom: 28px;
  }
}

@media (min-width: 61.25em) {
  .c-section__head {
    margin-bottom: 36px;
  }
}

.c-section__title {
  position: relative;
  margin: 0 0 8px;
  display: inline-block;
  padding: 13px 24px;
  color: #212341;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}

.c-section__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 23px;
  background: linear-gradient(70deg, rgba(255, 255, 255, 0) 0%, #fff 80%);
}

.c-section__title:only-child {
  margin: 0 auto;
}

.c-section__title.is-column {
  margin: 0 auto;
  padding: 36px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6667;
}

.c-section__title.is-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 122px;
  height: 22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/dots.png) no-repeat 100% 0;
}

.c-section__title.is-column::after {
  display: none;
}

.c-section__title.is-column span,
.c-section__title.is-column b {
  font-weight: 800;
}

@media (min-width: 61.25em) {
  .c-section__title.is-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0 42px 0 0;
  }
  .c-section__title.is-column::before {
    top: 4px;
    bottom: 4px;
    right: 0;
    left: auto;
    width: 32px;
    min-width: auto;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 25em) {
  .c-section__title {
    margin: 0;
  }
}

.c-section__title-secondary {
  position: relative;
  margin: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.c-section__title-secondary span {
  color: #641C7F;
}

.c-section__title-secondary:only-child {
  margin: 0 auto;
}

.c-section__action {
  position: relative;
}

.c-section__cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-section--header {
  padding: 20px 0;
}

.c-header__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__row:first-child {
  padding-bottom: 14px;
  border-bottom: 1px solid #EFEEF5;
}

@media (min-width: 61.25em) {
  .c-header__row:last-child {
    padding-top: 15px;
  }
}

@media (min-width: 75em) {
  .c-header__row:first-child {
    position: relative;
    z-index: 2;
  }
  .c-header__row:first-child::after, .c-header__row:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 280px;
    margin: 0 auto;
  }
  .c-header__row:first-child::after {
    top: 1px;
    height: 100%;
    z-index: -1;
    background: #fff;
  }
  .c-header__row:first-child::before {
    top: 100%;
    margin-top: -5px;
    height: 80px;
    border: 1px solid #EFEEF5;
    border-top: none;
    z-index: -1;
    border-radius: 0 0 100px 100px / 0 0 80px 80px;
  }
}

.c-header__search {
  width: 100%;
  display: none;
}

@media (min-width: 61.25em) {
  .c-header__search {
    display: block;
  }
}

.c-header__hamburger {
  margin-left: 15px;
}

@media (min-width: 61.25em) {
  .c-header__hamburger {
    display: none;
  }
}

.c-hamburger__line {
  width: 30px;
  height: 2px;
  display: block;
  background: #000;
}

.c-hamburger__line:not(:last-child) {
  margin-bottom: 6px;
}

.c-header__logo {
  max-width: 100px;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 61.25em) {
  .c-header__logo {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

@media (min-width: 75em) {
  .c-header__logo {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.c-header__logo .c-link--logo {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-header__logo .c-link--logo::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  -webkit-transform: skewX(-30deg) translateX(-20%);
          transform: skewX(-30deg) translateX(-20%);
  -webkit-animation: shine-logo 6s ease-in-out 1s infinite;
          animation: shine-logo 6s ease-in-out 1s infinite;
  background: rgba(255, 255, 255, 0.3);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.13) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.13) 70%, rgba(255, 255, 255, 0) 100%);
}

.c-header__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.c-header__actions .c-icon {
  font-size: 22px;
}

@media (min-width: 61.25em) {
  .c-header__actions {
    width: 100%;
  }
  .c-header__actions .c-icon {
    font-size: 21px;
  }
}

.c-user {
  position: relative;
}

.c-user__info {
  display: none;
  color: inherit;
  transition: all 200ms ease-in-out;
}

.c-user__info:hover {
  color: #DE007A;
}

.c-user__info > .c-icon {
  margin-left: 10px;
}

@media (min-width: 61.25em) {
  .c-user__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-user__arrow {
  color: #000;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.c-user__arrow::before {
  content: "";
  font-family: 'delnar' !important;
  font-size: 21px;
  font-weight: 400;
  margin-left: 10px;
}

.c-user__arrow .c-icon {
  font-size: 11px;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.c-user__arrow.is-open {
  color: #DE007A;
}

@media (min-width: 61.25em) {
  .c-user__arrow {
    width: 50px;
    height: 35px;
    margin-right: 15px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  .c-user__arrow::before {
    display: none;
  }
  .c-user__arrow .c-icon {
    font-size: 10px;
  }
  .c-user__arrow:hover {
    color: #DE007A;
    box-shadow: 0 3px 10px rgba(222, 0, 122, 0.1);
  }
  .c-user__arrow:hover .c-icon {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .c-user__arrow.is-open {
    box-shadow: 0 3px 10px rgba(222, 0, 122, 0.1);
  }
  .c-user__arrow.is-open .c-icon {
    -webkit-transform: translateY(-2px) rotate(180deg);
            transform: translateY(-2px) rotate(180deg);
  }
}

.c-user__menu {
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  max-height: 100%;
  overflow: scroll;
  padding: 22px 12px;
  z-index: 12;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: box-shadow 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 250ms ease-in-out;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.c-user__menu.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.5);
  transition: box-shadow 250ms ease-in-out 200ms, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms, box-shadow 250ms ease-in-out 200ms;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms, box-shadow 250ms ease-in-out 200ms, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms;
}

@media (min-width: 61.25em) {
  .c-user__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 216px;
    height: auto;
    max-height: none;
    overflow: unset;
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
    padding: 26px 20px 20px;
    border: 1px solid #E7EBEE;
    border-radius: 25px;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
    transition: all .2s ease-in 0s, transform .3s ease-in-out 0s;
    transition: all .2s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    font-size: 13px;
  }
  .c-user__menu::before, .c-user__menu::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .c-user__menu::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #fff;
  }
  .c-user__menu::before {
    top: -3px;
    right: 8px;
    left: 8px;
    bottom: 20px;
    border-radius: 25px;
    background: #641C7F;
  }
  .c-user__menu.is-open {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: all 0.2s ease-in-out, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: all 0.2s ease-in-out, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}

.s-user {
  margin: 0 0 15px;
  padding: 0 0 17px;
  list-style: none;
  border-bottom: 1px solid #F5F3FC;
}

.s-user li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.s-user li:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .s-user li:first-child {
    display: none;
  }
}

.s-user a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212341;
  line-height: 2;
  transition: all 200ms ease-in-out;
}

.s-user a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-radius: 100%;
  border: 2px solid rgba(33, 35, 65, 0.11);
  transition: all 200ms ease-in-out;
}

.s-user a:hover {
  color: #DE007A;
}

.s-user a:hover::before {
  border-color: transparent;
  background: rgba(222, 0, 122, 0.3);
}

.c-user__logout {
  display: block;
  padding: 11px;
  color: #FF8A66;
  line-height: 1;
  text-align: center;
  border-radius: 18px;
  background: #FFF3F0;
  transition: all 200ms ease-in-out;
}

.c-user__logout:hover {
  color: #DE007A;
  background: #FFF3F0;
}

.c-cart {
  margin-right: 14px;
  padding-right: 11px;
  border-right: 1px dashed #E8E7EB;
}

@media (min-width: 61.25em) {
  .c-cart {
    margin-right: 22px;
    padding-right: 22px;
  }
}

.c-cart__info {
  position: relative;
  color: inherit;
  transition: all 200ms ease-in-out;
}

.c-cart__info:hover {
  color: #DE007A;
}

.c-cart__info .text {
  display: none;
}

@media (min-width: 61.25em) {
  .c-cart__info .text {
    display: block;
  }
  .c-cart__info > .c-icon {
    margin-left: 10px;
  }
}

.c-cart__count {
  width: 25px;
  height: 22px;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
  margin-left: -7px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 9px;
  background: #49BE78;
  box-shadow: 0 3px 10px rgba(73, 190, 120, 0.5);
}

@media (min-width: 61.25em) {
  .c-cart__count {
    width: 35px;
    height: 25px;
  }
}

.c-header__message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 450px;
}

.c-header__message::before {
  content: "";
  width: 9px;
  height: 9px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  border-radius: 100%;
  background: #F5F3FC;
  -webkit-animation: shine-message 1s ease-in-out 0s infinite alternate;
          animation: shine-message 1s ease-in-out 0s infinite alternate;
}

.c-header__message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5714;
}

@media (max-width: 61.24em) {
  .c-header__message {
    display: none;
  }
}

.c-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-width: 300px;
  height: 100vh;
  max-height: 100%;
  overflow: scroll;
  padding: 22px 12px;
  z-index: 12;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  transition: box-shadow 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 250ms ease-in-out;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.c-header__nav.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.5);
  transition: box-shadow 250ms ease-in-out 200ms, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms, box-shadow 250ms ease-in-out 200ms;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms, box-shadow 250ms ease-in-out 200ms, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms;
}

@media (min-width: 61.25em) {
  .c-header__nav.is-open {
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
    transition: 0s;
  }
}

@media (min-width: 61.25em) {
  .c-header__nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-self: flex-end;
    max-width: none;
    margin-right: auto;
    overflow: hidden;
    height: auto;
    max-height: initial;
    top: initial;
    right: initial;
    left: initial;
    position: relative;
    padding: 0;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    transition: none;
    box-shadow: none;
    z-index: 1;
  }
  .c-header__nav .c-search {
    display: none;
  }
}

@media (min-width: 75em) {
  .c-header__nav {
    max-width: 450px;
  }
}

.c-nav {
  margin: 18px 0;
  padding: 15px 0;
  border-top: 1px solid #EFEEF5;
  border-bottom: 1px solid #EFEEF5;
}

.c-nav:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.c-nav:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 61.25em) {
  .c-nav {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.s-nav {
  margin: -4px 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.s-nav li {
  padding: 4px 0;
}

.s-nav li.current-menu-item a {
  color: #641C7F;
  font-weight: 800;
}

.s-nav a {
  display: block;
  padding: 8px 0;
  color: #212341;
  transition: all 200ms ease-in-out;
}

.s-nav a:hover {
  color: #DE007A;
}

@media (min-width: 61.25em) {
  .s-nav {
    margin: 0 -2px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
    line-height: 1.5714;
  }
  .s-nav li {
    padding: 0 2px;
  }
  .s-nav li.current-menu-item a {
    border-radius: 20px;
    border: 2px solid #641C7F;
  }
  .s-nav a {
    padding: 8px 14px;
  }
}

.c-favorite {
  height: 55px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  color: #FF8A66;
  font-size: 24px;
  background: linear-gradient(45deg, #FFF3F0 0%, #F8F9FA 100%);
  transition: all 200ms ease-in-out;
}

.c-favorite::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
  opacity: 0;
  background: linear-gradient(45deg, #FFE5DF 0%, #F7DBFC 100%);
  transition: all 200ms ease-in-out;
}

.c-favorite .wrap {
  height: 100%;
  position: relative;
}

.c-favorite .text {
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
}

.c-favorite:hover {
  color: #DE007A;
}

.c-favorite:hover .wrap::before {
  opacity: 0.05;
}

.c-favorite:hover .c-favorite__count {
  background: #641C7F;
}

@media (min-width: 61.25em) {
  .c-favorite {
    width: 55px;
    margin-right: 15px;
  }
  .c-favorite .text {
    display: none;
  }
}

.c-favorite__count {
  position: absolute;
  top: 4px;
  right: -3px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  border-radius: 100%;
  background: #FF8A66;
  transition: all 200ms ease-in-out;
}

@media (min-width: 61.25em) {
  .c-favorite__count {
    top: 2px;
    right: 2px;
    width: 17px;
    height: 17px;
  }
}

@media (min-width: 46.25em) {
  .c-shadow {
    pointer-events: none;
    position: relative;
    z-index: -1;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  .c-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 600px;
    border-radius: 20px 0 0 0;
    background: linear-gradient(135deg, #F8F9FB 0%, rgba(255, 255, 255, 0) 45%);
  }
  .c-breadcrumb ~ .c-shadow {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.c-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px 9px;
  border-radius: 25px;
  background: #F8F9FB;
}

@media (min-width: 61.25em) {
  .c-search {
    max-width: 267px;
  }
}

.c-search__input {
  width: 100%;
  border: none;
  outline: none;
  color: #212341;
  font-size: 12px;
  line-height: 2.4;
  background: none;
}

.c-search__input::-webkit-input-placeholder {
  color: #b3bbc7;
}

.c-search__input::-moz-placeholder {
  color: #b3bbc7;
}

.c-search__input:-ms-input-placeholder {
  color: #b3bbc7;
}

.c-search__input::-ms-input-placeholder {
  color: #b3bbc7;
}

.c-search__input::placeholder {
  color: #b3bbc7;
}

.c-search__submit {
  width: 50px;
  height: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  background: #fff;
  transition: all 200ms ease-in-out;
}

.c-search__submit:hover {
  color: #DE007A;
}

.c-lg-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 38px;
  background: #F8F9FB;
}

.c-lg-search__input {
  width: 100%;
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
  padding: 10px 15px;
  color: #212341;
  font-size: 13px;
  line-height: 2;
  border-radius: 23px;
  background: #fff;
}

.c-lg-search__input::-webkit-input-placeholder {
  color: #D8DEE8;
}

.c-lg-search__input::-moz-placeholder {
  color: #D8DEE8;
}

.c-lg-search__input:-ms-input-placeholder {
  color: #D8DEE8;
}

.c-lg-search__input::-ms-input-placeholder {
  color: #D8DEE8;
}

.c-lg-search__input::placeholder {
  color: #D8DEE8;
}

@media (min-width: 30em) {
  .c-lg-search__input {
    padding: 15px 20px;
    border-radius: 28px;
  }
}

.c-lg-search__submit {
  width: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  border-radius: 23px 0 0 23px;
  background: transparent;
}

.c-lg-search__submit::before {
  content: '';
  position: absolute;
  top: 0;
  right: -23px;
  left: 0;
  height: 100%;
  z-index: -1;
  border-radius: 28px 0 0 28px;
  background: #641C7F;
  transition: all 200ms ease-in-out;
}

.c-lg-search__submit:hover::before {
  background: #DE007A;
}

@media (min-width: 30em) {
  .c-lg-search__submit {
    width: 64px;
    padding: 20px;
    border-radius: 28px 0 0 28px;
  }
  .c-lg-search__submit::before {
    right: -28px;
    border-radius: 28px 0 0 28px;
  }
}

@media (min-width: 46.25em) {
  .c-lg-search__submit {
    width: 80px;
  }
}

.c-breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  padding: 12px;
  background: linear-gradient(270deg, #F8F9FB 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 46.25em) {
  .c-breadcrumb {
    background: linear-gradient(270deg, #F8F9FB 0%, rgba(255, 255, 255, 0) 50%);
  }
}

.c-breadcrumb__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
  color: #B3BBC7;
  font-size: 20px;
  line-height: 1;
}

.s-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-breadcrumb li {
  margin-left: 24px;
  color: #B3BBC7;
  font-size: 13px;
  line-height: 2;
}

.s-breadcrumb li:last-child {
  margin-left: 0;
}

.s-breadcrumb li:last-child {
  display: none;
}

@media (min-width: 37.5em) {
  .s-breadcrumb li:last-child {
    display: block;
  }
}

@media (min-width: 37.5em) {
  .s-breadcrumb li {
    margin-left: 15px;
  }
}

@media (min-width: 61.25em) {
  .s-breadcrumb li {
    margin-left: 24px;
  }
}

.s-breadcrumb li.is-active {
  color: #232323;
  font-weight: 700;
}

.s-breadcrumb li a {
  display: block;
  color: inherit;
  transition: all .25s ease-in-out;
}

.s-breadcrumb li a:hover {
  color: #232323;
}

.s-content {
  color: #2D365D;
  font-size: 14px;
}

.s-content p {
  margin: 0 0 2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  text-align: justify;
}

.s-content p b,
.s-content p strong {
  font-weight: 700;
}

.s-content p:last-child {
  margin-bottom: 0;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  margin-bottom: 0.75em;
  font-weight: 800;
}

.s-content a {
  color: #DE007A;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.s-content a:hover {
  color: #DE007A;
  text-decoration: underline;
}

.s-content ol,
.s-content ul {
  margin: 0;
  padding: 0 30px 0 0;
  font-size: 15px;
  line-height: 2;
  font-family: "YekanBakh", sans-serif;
}

.s-content ol li,
.s-content ul li {
  margin-bottom: 6px;
}

.s-content ol li:last-child,
.s-content ul li:last-child {
  margin-bottom: 0;
}

.s-content ol:not(:last-child),
.s-content ul:not(:last-child) {
  margin-bottom: 2em;
}

.s-content ul li {
  list-style: outside disc;
  list-style-image: none;
}

.s-content ol li {
  list-style: outside arabic-indic;
}

.s-content li ul,
.s-content li ol {
  margin-top: 5px;
}

.s-content blockquote {
  position: relative;
  margin: 1em 0 2em;
  padding: 10px 30px 10px 0;
  color: #515257;
  font-size: 14px;
  font-weight: 700;
}

.s-content blockquote::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  color: #F8F9FB;
  font-family: 'delnar';
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 1;
}

.s-content blockquote p {
  font-weight: 700;
}

.s-content blockquote b,
.s-content blockquote strong {
  font-weight: 800;
}

.s-content blockquote p:last-child,
.s-content blockquote ul:last-child,
.s-content blockquote ol:last-child {
  margin-bottom: 0;
}

@media (min-width: 46.25em) {
  .s-content blockquote {
    margin: 3em 0;
    padding: 20px 80px 20px 0;
  }
  .s-content blockquote::after {
    font-size: 150px;
  }
}

@media (min-width: 61.25em) {
  .s-content blockquote {
    margin: 3.5em 0;
  }
}

.s-content img {
  margin: 1em 0 2em;
  border-radius: 20px;
}

.s-content video {
  max-width: 100%;
  display: block;
  margin: 1em auto 2em;
  border-radius: 20px;
}

.c-section--slider {
  padding: 10px 0;
  position: relative;
  overflow-x: clip;
  height: 80px;
  min-height: 80px;
}

.c-section--slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #641C7F transparent #641C7F transparent;
  -webkit-animation: dual-ring 1.2s linear infinite;
          animation: dual-ring 1.2s linear infinite;
  transition: opacity .2s ease-in-out;
}

.c-section--slider.is-ready {
  height: auto;
}

.c-section--slider.is-ready::before {
  opacity: 0;
}

@media (min-width: 46.25em) {
  .c-section--slider {
    padding: 20px 0;
  }
}

@media (min-width: 61.25em) {
  .c-section--slider {
    padding: 70px 0 50px;
  }
}

.c-slider {
  position: relative;
  padding-bottom: 20px;
}

.c-slider .flickity-viewport {
  overflow: unset;
  transition: height 0.2s ease-in-out;
}

.c-slider .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.c-slider:not(.flickity-enabled) .c-slider__item {
  opacity: 0;
}

.c-slider:not(.flickity-enabled) .c-slider__item:not(:first-child) {
  display: none;
}

.c-slider.flickity-enabled {
  opacity: 0;
  -webkit-animation: opacity .3s ease-in-out 0.2s forwards;
          animation: opacity .3s ease-in-out 0.2s forwards;
}

.c-slider.flickity-enabled .flickity-button {
  -webkit-animation: opacity .4s ease-in-out 2.2s forwards;
          animation: opacity .4s ease-in-out 2.2s forwards;
}

.c-slider .flickity-button {
  width: 30px;
  height: 70px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  outline: none;
  box-shadow: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  background: #641C7F;
  transition: all .25s ease-in-out;
}

.c-slider .flickity-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all .25s ease-in-out;
}

.c-slider .flickity-button .flickity-button-icon {
  position: unset;
  width: 16px;
  height: auto;
  color: #fff;
}

.c-slider .flickity-button:disabled {
  opacity: 0;
}

.c-slider .flickity-button:disabled::before {
  opacity: 1;
}

.c-slider .flickity-button.previous {
  right: -12px;
}

@media (min-width: 61.25em) {
  .c-slider .flickity-button.previous {
    right: -10px;
  }
  .c-slider .flickity-button.previous:hover {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}

@media (min-width: 75em) {
  .c-slider .flickity-button.previous {
    right: -15px;
  }
}

.c-slider .flickity-button.next {
  left: -12px;
}

@media (min-width: 61.25em) {
  .c-slider .flickity-button.next {
    left: -10px;
  }
  .c-slider .flickity-button.next:hover {
    -webkit-transform: translate(-3px, -50%);
            transform: translate(-3px, -50%);
  }
}

@media (min-width: 75em) {
  .c-slider .flickity-button.next {
    left: -15px;
  }
}

@media (max-width: 25em) {
  .c-slider .flickity-button {
    -webkit-transform: none;
            transform: none;
    top: 160px;
  }
}

.c-slider .flickity-page-dots {
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

.c-slider .flickity-page-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  background: #E7EBEE;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.c-slider .flickity-page-dots li:hover {
  background: rgba(33, 35, 65, 0.5);
}

.c-slider .flickity-page-dots li.is-selected, .c-slider .flickity-page-dots li[aria-current="step"] {
  width: 25px;
  background: #212341;
}

@media (min-width: 25em) {
  .c-slider .flickity-page-dots {
    display: none;
  }
}

@media (min-width: 25em) {
  .c-slider {
    padding-bottom: 0;
  }
}

@media (min-width: 25em) and (max-width: 46.24em) {
  .c-slider::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, white 15px, rgba(255, 255, 255, 0) 80%);
  }
}

.c-slider__item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0 !important;
}

.flickity-resize .c-slider__item {
  min-height: 100%;
}

.flickity-enabled .c-slider__item {
  pointer-events: none;
}

.c-slider__item.is-selected {
  pointer-events: all;
}

@media (min-width: 46.25em) {
  .c-slider__item {
    gap: 40px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 61.25em) {
  .c-slider__item {
    gap: 60px;
  }
}

@media (min-width: 75em) {
  .c-slider__item {
    gap: 120px;
  }
}

.c-slider__side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  padding-top: 15px;
}

.c-slider__side::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  left: 15px;
  bottom: 15px;
  z-index: -1;
  background: #FFF3F0;
}

@media (max-width: 25em) {
  .c-slider__side {
    height: 380px;
  }
}

@media (min-width: 25em) and (max-width: 46.24em) {
  .c-slider__side {
    min-height: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 46.25em) {
  .c-slider__side {
    width: 42%;
    padding-right: 15px;
  }
  .c-slider__side::before {
    right: 0;
  }
}

@media (min-width: 61.25em) {
  .c-slider__side {
    width: 46%;
    padding-top: 30px;
    padding-right: 30px;
  }
  .c-slider__side::before {
    left: 30px;
    bottom: 30px;
  }
}

@media (min-width: 75em) {
  .c-slider__side {
    width: 530px;
  }
}

.c-slider__image {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-slider__image::before, .c-slider__image::after {
  content: "";
  position: absolute;
  background: #707070;
  width: 1px;
  z-index: -1;
  left: -16px;
}

.c-slider__image::before {
  bottom: 148px;
  height: 176px;
}

.c-slider__image::after {
  bottom: 100px;
  height: 28px;
}

.flickity-enabled .c-slider__image::before, .flickity-enabled .c-slider__image::after {
  opacity: 0;
  transition: opacity .5s ease-in-out .5s, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out .5s, transform .5s ease-in-out;
  transition: opacity .5s ease-in-out .5s, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.flickity-enabled .c-slider__image::before {
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
}

.flickity-enabled .c-slider__image::after {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

.is-selected .c-slider__image::before, .is-selected .c-slider__image::after {
  opacity: 1;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out .5s;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out .5s;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out .5s, -webkit-transform .5s ease-in-out .5s;
}

.is-selected .c-slider__image::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-selected .c-slider__image::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-slider__image-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-slider__image-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flickity-enabled .c-slider__image-inner img {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
          transform: scale(1.2) translate3d(0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.is-selected .c-slider__image-inner img {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  transition-delay: 0.15s;
}

.c-slider__off {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 98px;
  height: 99px;
  padding-top: 8px;
  border-radius: 100%;
  background: rgba(222, 0, 122, 0.06);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  color: #641C7F;
  font-size: 16px;
  line-height: 1;
  z-index: 1;
}

.c-slider__off span {
  font-weight: 900;
  font-size: 40px;
  line-height: 0.85;
}

.flickity-enabled .c-slider__off {
  opacity: 0;
  -webkit-transform: rotate(-10deg) scale(0.8);
          transform: rotate(-10deg) scale(0.8);
  transition: all 0.3s ease-in-out;
}

.is-selected .c-slider__off {
  opacity: 1;
  -webkit-transform: rotate(-15deg) scale(1);
          transform: rotate(-15deg) scale(1);
  transition: all 0.3s ease-in-out 0.6s;
}

@media (min-width: 46.25em) {
  .c-slider__off {
    top: 80px;
    left: -20px;
    background: rgba(222, 0, 122, 0.03);
  }
}

@media (min-width: 61.25em) {
  .c-slider__off {
    top: 90px;
    left: -28px;
    width: 108px;
    height: 108px;
  }
}

@media (min-width: 75em) {
  .c-slider__off {
    top: 115px;
    left: -70px;
    width: 138px;
    height: 138px;
    background: rgba(222, 0, 122, 0);
  }
  .c-slider__off span {
    font-size: 55px;
  }
}

.c-slider__wrap {
  position: relative;
  color: #212341;
}

@media (max-width: 25em) {
  .c-slider__wrap {
    padding: 10px 0 15px;
  }
}

@media (min-width: 25em) and (max-width: 46.24em) {
  .c-slider__wrap {
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 0;
    height: 100%;
    padding: 15px 25px;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 46.25em) {
  .c-slider__wrap {
    width: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 100px;
  }
  .c-slider__wrap::before {
    content: "";
    display: block;
    width: 44px;
    height: 65px;
    margin-bottom: 30px;
    background: url(../images/dots.png) no-repeat 100% 0;
  }
  .flickity-enabled .c-slider__wrap::before {
    opacity: 0;
    transition: all .2s ease-in-out;
  }
  .is-selected .c-slider__wrap::before {
    opacity: 1;
    transition-duration: .5s;
    transition-delay: 1s;
  }
}

@media (min-width: 61.25em) {
  .c-slider__wrap::before {
    height: 88px;
  }
}

.c-slider__title {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
}

.c-slider__title span,
.c-slider__title strong,
.c-slider__title b {
  color: #DE007A;
}

.flickity-enabled .c-slider__title {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  transition: all .4s ease-in-out .1s;
}

.is-selected .c-slider__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: .6s;
}

@media (min-width: 30em) {
  .c-slider__title {
    font-size: 46px;
  }
}

@media (min-width: 46.25em) {
  .c-slider__title {
    margin-bottom: 4px;
  }
}

@media (min-width: 61.25em) {
  .c-slider__title {
    font-size: 55px;
    line-height: 1.0909;
  }
}

.c-slider__text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
}

.flickity-enabled .c-slider__text {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  transition: all .4s ease-in-out .1s;
}

.is-selected .c-slider__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-duration: .3s;
  transition-delay: .9s;
}

@media (min-width: 30em) {
  .c-slider__text {
    font-size: 20px;
  }
}

@media (min-width: 61.25em) {
  .c-slider__text {
    font-size: 24px;
  }
}

.c-slider__cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flickity-enabled .c-slider__cta {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  transition: all .2s ease-in-out;
}

.is-selected .c-slider__cta {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-duration: 0.4s;
  transition-delay: 1.3s;
}

.c-slider__pager {
  display: none;
  height: 8px;
  margin: 50px 0 5px;
  opacity: 0;
  pointer-events: none;
}

.flickity-enabled .c-slider__pager {
  -webkit-animation: opacity .4s ease-in-out 1.8s forwards;
          animation: opacity .4s ease-in-out 1.8s forwards;
}

.c-slider__pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.c-slider__pager ul li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #E7EBEE;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.c-slider__pager ul li:hover {
  background: rgba(33, 35, 65, 0.5);
}

.c-slider__pager ul li.is-selected {
  width: 25px;
  background: #212341;
}

@media (min-width: 25em) {
  .c-slider__pager {
    display: block;
  }
}

@media (min-width: 25em) and (max-width: 46.24em) {
  .c-slider__pager {
    margin-bottom: -15px;
  }
  .c-slider__pager ul {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-section--features {
  padding: 50px 0 30px;
  overflow: hidden;
}

.c-features {
  position: relative;
  padding: 52px 0;
}

.c-features::before, .c-features::after {
  content: "";
  width: 122px;
  height: 22px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/dots.png) no-repeat 100% 0;
}

.c-features::before {
  top: 0;
}

.c-features::after {
  bottom: 0;
}

@media (min-width: 61.25em) {
  .c-features {
    padding: 0 110px;
  }
  .c-features::before, .c-features::after {
    top: 50%;
    bottom: initial;
    left: initial;
    width: 44px;
    height: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-features::before {
    right: 0;
  }
  .c-features::after {
    left: 0;
  }
}

.c-features__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-features__list .flickity-viewport {
  overflow: unset;
  width: 100%;
}

.c-features__list::after {
  content: "flickity";
  display: none;
}

@media (min-width: 61.25em) {
  .c-features__list::after {
    content: "";
  }
}

.c-features__item {
  width: 100%;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 10px;
}

.c-features__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  left: 5px;
  height: 100%;
  z-index: -1;
  border-radius: 25px;
  background: #FFF3F0;
}

@media (min-width: 30em) {
  .c-features__item {
    width: 50%;
  }
}

@media (min-width: 46.25em) {
  .c-features__item {
    width: 33.3333%;
  }
}

@media (min-width: 61.25em) {
  .c-features__item {
    width: 90px;
    height: 100px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    text-align: center;
    padding: 0 20px;
  }
  .c-features__item::before {
    background: linear-gradient(180deg, #FFF3F0 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.c-features__icon {
  margin-left: 15px;
}

.c-features__icon img,
.c-features__icon svg {
  max-width: 32px;
  display: block;
}

@media (min-width: 61.25em) {
  .c-features__icon {
    height: 48px;
    margin: 4px 0 10px;
  }
  .c-features__icon img,
  .c-features__icon svg {
    max-width: none;
  }
}

.c-features__label {
  margin-top: 3px;
  color: #de007a;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}

@media (min-width: 61.25em) {
  .c-features__label {
    margin: 0 0 -24px;
    color: #212341;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
  }
}

.c-section--categories {
  margin: 20px 0;
  padding: 20px 0 25px;
  border-top: 1px solid #F5F3FC;
  border-bottom: 1px solid #F5F3FC;
}

@media (min-width: 61.25em) {
  .c-section--categories {
    margin: 30px 0;
    padding: 30px 0 40px;
  }
}

.c-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px -5px;
}

.c-categories__item {
  width: 100%;
  padding: 15px 5px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 23.75em) {
  .c-categories__item {
    width: 50%;
  }
}

@media (min-width: 46.25em) {
  .c-categories__item {
    width: 25%;
  }
}

.c-categories-box {
  width: 100%;
  display: block;
  position: relative;
  margin: 15px 10px 0;
}

.c-categories-box:hover .c-categories-box__count {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.c-categories-box:hover .c-categories-box__name {
  color: #DE007A;
}

.c-categories-box:hover .c-categories-box__img img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.c-categories-box__count {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  line-height: 2;
  z-index: 1;
  border-radius: 15px;
  background: #DE007A;
  transition: all .2s ease-in-out;
}

.c-categories-box__count span {
  font-weight: 700;
}

.c-categories-box__img {
  position: relative;
  height: 162px;
  margin-bottom: 15px;
}

.c-categories-box__img::before, .c-categories-box__img::after {
  content: "";
  position: absolute;
}

.c-categories-box__img::before {
  top: 10px;
  right: 0;
  bottom: 5px;
  width: 100%;
  z-index: -1;
  border-radius: 25px;
  background: linear-gradient(14deg, #FFF3F0 0%, #F5F3FC 100%);
}

.c-categories-box__img::after {
  top: 0px;
  left: -10px;
  width: 25%;
  height: 80%;
  border-radius: 25px 0 0 0;
  border-top: 1px solid #E7EBEE;
  border-left: 1px solid #E7EBEE;
}

.c-categories-box__img img {
  max-width: calc(100% - 10px);
  max-height: 100%;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 46.25em) {
  .c-categories-box__img {
    margin-bottom: 12px;
  }
}

.c-categories-box__name {
  color: #2D365D;
  font-size: 16px;
  line-height: 1.5;
  transition: all .2s ease-in-out;
}

.c-categories-box__name::before {
  content: "";
  width: 28px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 10px;
  background: currentColor;
}

@media (min-width: 23.75em) {
  .c-categories-box__name::before {
    width: 15px;
    margin-left: 8px;
  }
}

@media (min-width: 75em) {
  .c-categories-box__name::before {
    width: 28px;
    margin-left: 10px;
  }
}

.c-section--why-us {
  padding: 20px 0 50px;
  overflow: hidden;
}

@media (min-width: 61.25em) {
  .c-section--why-us {
    padding: 40px 0 80px;
  }
}

.c-why-us {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  margin: -3px -12px;
}

.c-why-us__item {
  width: calc(100% - 12px);
  padding: 3px 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-why-us__item:hover .c-why-us__icon::before {
  border-color: #DE007A;
}

.c-why-us__item:hover .c-why-us__label {
  color: #DE007A;
}

@media (min-width: 46.25em) {
  .c-why-us__item {
    width: calc(50% - 12px);
  }
}

.c-why-us__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  margin-left: 18px;
  border-radius: 100%;
  background: #DE007A;
}

.c-why-us__icon::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  border-radius: 100%;
  border: 1px solid #DFC2D2;
  transition: all .2s ease-in-out;
}

@media (min-width: 30em) {
  .c-why-us__icon {
    width: 80px;
    height: 80px;
    margin-left: 30px;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-why-us__icon {
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }
}

.c-why-us__wrap {
  color: #2D365D;
}

.c-why-us__label {
  margin: 0 0 2px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4444;
  transition: all .2s ease-in-out;
}

.c-why-us__desc {
  font-size: 13px;
  line-height: 1.5385;
}

.c-why-us__desc p {
  margin: 0 0 5px;
}

.c-why-us__desc p:last-child {
  margin-bottom: 0;
}

.c-section--testimonials {
  padding: 30px 0 60px;
  position: relative;
  overflow: hidden;
}

.c-section--testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(50% + 40px);
  z-index: -1;
  background: #F8F9FB;
}

@media (min-width: 61.25em) {
  .c-section--testimonials {
    padding: 36px 0 94px;
  }
}

.c-testimonials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 960px;
  position: unset;
}

.c-testimonials .flickity-viewport {
  overflow: unset;
  width: 100%;
}

.c-testimonials .flickity-page-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

.c-testimonials .flickity-page-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  background: #E7EBEE;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.c-testimonials .flickity-page-dots li:hover {
  background: rgba(33, 35, 65, 0.5);
}

.c-testimonials .flickity-page-dots li.is-selected {
  width: 25px;
  background: #212341;
}

@media (min-width: 61.25em) {
  .c-testimonials .flickity-page-dots {
    bottom: 36px;
  }
}

.c-testimonials__item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 0;
  opacity: 0.4;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}

.c-testimonials__item:hover {
  opacity: 0.6;
}

.c-testimonials__item.is-selected {
  opacity: 1;
}

.c-testimonials__item.is-selected .c-testimonial-box {
  cursor: default;
}

.flickity-enabled .c-testimonials__item.is-selected .c-testimonial-box {
  -webkit-transform: none;
          transform: none;
}

.flickity-resize .c-testimonials__item {
  min-height: 100%;
}

@media (min-width: 46.25em) {
  .c-testimonials__item {
    padding: 0 25px;
  }
}

.c-testimonial-box {
  padding: 30px 20px;
  position: relative;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-testimonial-box::before, .c-testimonial-box::after {
  content: "";
  position: absolute;
}

.c-testimonial-box::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 45px;
  background: #fff;
  box-shadow: 0 0 75px rgba(45, 54, 93, 0.08);
}

.c-testimonial-box::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 30px;
  left: 30px;
  height: 100%;
  z-index: -2;
  border-radius: 45px;
  background: #DE007A;
}

.c-testimonial-box:hover {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

@media (min-width: 46.25em) {
  .c-testimonial-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 50px;
  }
}

.c-testimonial-box__avatar {
  margin-bottom: 15px;
}

@media (min-width: 46.25em) {
  .c-testimonial-box__avatar {
    margin: 0 0 0 30px;
  }
}

@media (min-width: 61.25em) {
  .c-testimonial-box__avatar {
    margin-left: 50px;
  }
}

.c-testimonial-box__img {
  width: 80px;
  height: 80px;
  padding: 6px;
  margin: 0 auto;
  position: relative;
}

.c-testimonial-box__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 100%;
  border: 1px solid #DE007A;
}

.c-testimonial-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 46.25em) {
  .c-testimonial-box__img {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 10px;
  }
}

.c-testimonial-box__wrap {
  text-align: center;
}

@media (min-width: 46.25em) {
  .c-testimonial-box__wrap {
    text-align: right;
  }
}

.c-testimonial-box__user {
  position: relative;
  margin-bottom: 12px;
  line-height: 1.5;
}

.c-testimonial-box__user::after {
  content: "";
  width: 42px;
  height: 1px;
  display: block;
  margin: 14px auto 0;
  background: #DE007A;
}

.c-testimonial-box__user .name {
  color: #2D365D;
  font-weight: 900;
  font-size: 20px;
}

.c-testimonial-box__user .role {
  color: #B3BBC7;
  font-size: 12px;
}

@media (min-width: 46.25em) {
  .c-testimonial-box__user::after {
    margin: 14px 0 0;
  }
}

.c-testimonial-box__text {
  color: #2D365D;
  font-size: 13px;
  line-height: 1.6923;
}

.c-testimonial-box__text p {
  margin: 0 0 5px;
}

.c-testimonial-box__text p:last-child {
  margin-bottom: 0;
}

.c-section--ads {
  padding: 24px 0;
}

@media (min-width: 61.25em) {
  .c-section--ads {
    padding: 40px 0;
  }
}

.c-ads {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 46.25em) {
  .c-ads {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-ads__item {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 25px;
}

.c-ads__item:last-child {
  margin: 0;
}

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

@media (min-width: 46.25em) {
  .c-ads__item {
    margin: 0 0 0 15px;
  }
}

@media (min-width: 61.25em) {
  .c-ads__item {
    margin: 0 0 0 30px;
    border-radius: 45px;
  }
}

.c-section--faq {
  padding: 30px 0 60px;
}

@media (min-width: 61.25em) {
  .c-section--faq {
    padding: 40px 0 96px;
  }
}

.c-faq:not(:last-child) {
  margin-bottom: 36px;
}

@media (min-width: 61.25em) {
  .c-faq:not(:last-child) {
    margin-bottom: 56px;
  }
}

.c-faq__item {
  position: relative;
  z-index: 1;
  padding: 16px 10px 16px 0;
  overflow: hidden;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.04);
  transition: all .2s ease-in-out;
}

.c-faq__item:not(:last-child) {
  margin-bottom: 15px;
}

.c-faq__item.is-active {
  background: #F8F9FB;
  box-shadow: none;
}

.c-faq__item.is-active .c-faq__title {
  padding-bottom: 8px;
}

.c-faq__item.is-active .c-faq__title::before {
  background: #641C7F;
}

.c-faq__item.is-active .c-faq__title .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: transparent;
}

.c-faq__item.is-active .c-faq__content {
  max-height: 100vh;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease-in-out;
}

@media (min-width: 61.25em) {
  .c-faq__item {
    padding: 16px 20px 16px 0;
  }
  .c-faq__item.is-active .c-faq__title {
    padding-bottom: 12px;
  }
}

.c-faq__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 10px;
  color: #2D365D;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.c-faq__title .arrow {
  width: 36px;
  height: 36px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: auto;
  font-size: 12px;
  border-radius: 100%;
  border: 1px solid #E7EBEE;
  background: #fff;
  transition: all .2s ease-in-out;
}

@media (min-width: 46.25em) {
  .c-faq__title::before {
    content: "";
    width: 18px;
    height: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #641C7F;
    transition: all .25s ease-in-out;
  }
}

@media (min-width: 61.25em) {
  .c-faq__title {
    padding: 0 20px;
    gap: 14px;
  }
  .c-faq__title::before {
    width: 24px;
    height: 8px;
  }
  .c-faq__title .arrow {
    width: 56px;
    height: 56px;
    font-size: inherit;
  }
  .c-faq__title:hover::before {
    background: rgba(100, 28, 127, 0.5);
  }
}

.c-faq__content {
  max-height: 0;
  padding: 0 10px;
  opacity: 0;
  color: #939AA4;
  font-size: 13px;
  line-height: 2.3077;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 100ms, opacity 0.15s ease-in-out;
}

.c-faq__content p {
  margin: 0 0 5px;
}

.c-faq__content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-faq__content {
    padding: 0 58px 0 20px;
  }
}

.c-section--about-us {
  padding: 0;
  position: relative;
  z-index: 1;
  background: #641C7F;
}

.c-section--about-us::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.15;
  background-image: url("../images/about-bg.jpg");
  background-size: cover;
  mix-blend-mode: screen;
}

@media (min-width: 61.25em) {
  .c-section--about-us {
    margin-top: 32px;
    padding-bottom: 52px;
  }
}

.c-about-us {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-about-us__wrap {
  width: 100%;
  padding: 30px 0;
}

@media (min-width: 21.25em) {
  .c-about-us__wrap {
    padding: 40px 0;
  }
}

@media (min-width: 61.25em) {
  .c-about-us__wrap {
    max-width: 480px;
    padding: 80px 0 0;
  }
}

@media (min-width: 75em) {
  .c-about-us__wrap {
    max-width: 540px;
    padding-top: 100px;
    margin-left: 140px;
  }
}

.c-about-us__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

@media (min-width: 21.25em) {
  .c-about-us__head {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 28px;
  }
}

.c-about-us__logo {
  max-width: 110px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.c-about-us__logo svg {
  display: block;
  max-width: 100%;
}

@media (min-width: 21.25em) {
  .c-about-us__logo {
    margin-bottom: 0;
  }
}

@media (min-width: 25em) {
  .c-about-us__logo {
    max-width: none;
  }
}

.c-about-us__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-about-us__social .social-title {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 21.25em) {
  .c-about-us__social {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 30em) {
  .c-about-us__social .social-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
  }
}

.c-about-us__text {
  margin-bottom: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.c-about-us__text p {
  margin: 0 0 5px;
}

.c-about-us__text p:last-child {
  margin-bottom: 0;
}

.c-about-us__cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-about-us__cta .c-btn {
  border-color: #fff;
  font-weight: 800;
}

.c-about-us__cta .c-btn::after {
  font-weight: 700;
}

.c-about-us__cta .c-btn:hover {
  color: #DE007A;
  background: #fff;
}

.c-about-us__image {
  display: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: -32px auto 0 40px;
  z-index: 1;
  position: relative;
}

.c-about-us__image::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  left: -18px;
  height: 80%;
  z-index: -1;
  opacity: 0.6;
  border-radius: 45px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.c-about-us__image img {
  display: block;
  border-radius: 35px;
}

@media (min-width: 61.25em) {
  .c-about-us__image {
    width: 380px;
    display: block;
  }
}

@media (min-width: 75em) {
  .c-about-us__image {
    width: 415px;
  }
}

.c-section--swiper {
  padding: 30px 0 46px;
  position: relative;
  overflow: hidden;
  --head-border: #E7EBEE;
  --head-color: #F8F9FB;
}

.c-section--swiper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(80% - 38px);
  z-index: -1;
  background: #F8F9FB;
}

.c-section--swiper.is-onsale {
  padding: 34px 0;
  background: #EE273A;
}

.c-section--swiper.is-onsale::before {
  display: none;
}

.c-section--swiper.is-onsale .c-swiper {
  box-shadow: none;
  z-index: 1;
  background: #DE007A;
}

.c-section--swiper.is-onsale .c-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/onsale-bg.jpg");
  background-position: 50% 0;
  background-size: cover;
  mix-blend-mode: multiply;
  border-radius: 45px;
}

.c-section--swiper.is-onsale .c-swiper__list {
  border-radius: 45px;
  background: #fff;
}

.c-section--swiper.is-onsale .c-swiper__list::after {
  display: none;
}

.c-section--swiper.is-onsale .c-swiper__item {
  width: 100%;
  padding: 20px;
  border-color: transparent;
}

.c-section--swiper.is-onsale .flickity-button {
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.c-section--swiper.is-onsale .flickity-button .flickity-button-icon {
  color: #000;
}

.c-section--swiper.is-onsale + .c-section--swiper::before {
  display: none;
}

@media (min-width: 31.25em) {
  .c-section--swiper.is-onsale .c-swiper__item {
    width: 50%;
    padding: 20px 10px;
  }
}

@media (min-width: 46.25em) {
  .c-section--swiper.is-onsale {
    padding: 44px 0;
  }
  .c-section--swiper.is-onsale .c-swiper::after {
    background-position: 20% 0;
  }
}

@media (min-width: 61.25em) {
  .c-section--swiper.is-onsale {
    padding: 74px 0;
  }
  .c-section--swiper.is-onsale .c-swiper {
    overflow: hidden;
  }
  .c-section--swiper.is-onsale .c-swiper::after {
    background-position: 0 0;
  }
  .c-section--swiper.is-onsale .c-swiper__list {
    padding: 0 10px;
    overflow: hidden;
  }
  .c-section--swiper.is-onsale .c-swiper__item {
    padding: 24px 10px 20px;
  }
  .c-section--swiper.is-onsale .flickity-viewport {
    overflow: unset;
  }
  .c-section--swiper.is-onsale .flickity-button {
    display: none;
  }
}

@media (min-width: 75em) {
  .c-section--swiper.is-onsale .c-swiper__item {
    width: calc(100% / 3);
    padding: 24px 10px 20px;
  }
}

.c-section--swiper.is-blog {
  --head-border: initial;
  --head-color: initial;
}

.c-section--swiper.is-blog .c-swiper {
  margin: 0 -10px;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.c-section--swiper.is-blog .flickity-viewport {
  border-radius: 0;
  overflow: unset;
}

.c-section--swiper.is-blog .flickity-button {
  margin-top: -15px;
}

.c-section--swiper.is-blog .flickity-button.previous {
  margin-right: 15px;
}

.c-section--swiper.is-blog .flickity-button.next {
  margin-left: 15px;
}

.c-section--swiper.is-blog .c-swiper__list::after {
  display: none;
}

.c-section--swiper.is-blog .c-swiper__item {
  width: 100%;
  padding: 0 10px;
  border-color: transparent;
}

@media (min-width: 46.25em) {
  .c-section--swiper.is-blog .c-swiper__item {
    width: 50%;
  }
}

@media (min-width: 61.25em) {
  .c-section--swiper.is-blog .c-swiper {
    margin: 0 -15px;
  }
  .c-section--swiper.is-blog .flickity-viewport {
    overflow: hidden;
  }
  .c-section--swiper.is-blog .c-swiper__item {
    width: calc(100% / 3);
  }
}

@media (min-width: 61.25em) {
  .c-section--swiper {
    padding: 40px 0 66px;
  }
}

.c-swiper {
  border-radius: 45px;
  position: relative;
  box-shadow: 0 0 75px rgba(45, 54, 93, 0.08);
  background: #fff;
}

.c-swiper .flickity-viewport {
  width: 100%;
  border-radius: 45px;
}

.c-swiper .flickity-button {
  width: 24px;
  height: 48px;
  padding: 0;
  outline: none;
  box-shadow: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 5px 25px rgba(222, 0, 122, 0.25);
  background: #DE007A;
  transition: all .25s ease-in-out;
}

.c-swiper .flickity-button .flickity-button-icon {
  position: unset;
  width: 16px;
  height: auto;
  color: #fff;
}

.c-swiper .flickity-button:disabled {
  opacity: 0.5;
}

.c-swiper .flickity-button.previous {
  right: -12px;
}

.c-swiper .flickity-button.next {
  left: -12px;
}

@media (min-width: 46.25em) {
  .c-swiper .flickity-button {
    width: 28px;
  }
  .c-swiper .flickity-button.previous {
    right: -14px;
  }
  .c-swiper .flickity-button.next {
    left: -14px;
  }
}

@media (min-width: 63.75em) {
  .c-swiper .flickity-button {
    width: 48px;
    border-radius: 100%;
  }
  .c-swiper .flickity-button.previous {
    right: -24px;
  }
  .c-swiper .flickity-button.previous:hover {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
  .c-swiper .flickity-button.next {
    left: -24px;
  }
  .c-swiper .flickity-button.next:hover {
    -webkit-transform: translate(-3px, -50%);
            transform: translate(-3px, -50%);
  }
}

@media (min-width: 61.25em) {
  .c-swiper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-swiper__list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-swiper__list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 43px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #fff;
}

.c-swiper__list:not(.flickity-enabled) {
  overflow: hidden;
}

.c-swiper__item {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 40px 40px 20px;
  border-left: 1px solid #F5F3FC;
}

.flickity-resize .c-swiper__item {
  min-height: 100%;
}

.c-swiper__item:last-child {
  border-color: transparent;
}

@media (min-width: 23.75em) {
  .c-swiper__item {
    width: 50%;
    padding: 20px 15px;
  }
}

@media (min-width: 46.25em) {
  .c-swiper__item {
    width: calc(100% / 3);
  }
}

@media (min-width: 61.25em) {
  .c-swiper__item {
    width: calc(100% / 4);
  }
}

@media (min-width: 75em) {
  .c-swiper__item {
    padding: 40px 40px 20px;
  }
}

.c-swiper__cover {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px 30px;
  color: #fff;
}

.c-swiper__cover::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 100px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-radius: 45px;
  background: #C72691;
}

@media (min-width: 61.25em) {
  .c-swiper__cover {
    width: 284px;
    padding: 0 60px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-swiper__cover::before {
    top: 0;
    right: 100%;
    height: 100%;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.c-swiper__title {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2857;
}

@media (min-width: 61.25em) {
  .c-swiper__title {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 900;
  }
  .c-swiper__title span {
    display: block;
  }
}

.c-swiper__subtitle {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5385;
}

@media (min-width: 61.25em) {
  .c-swiper__subtitle {
    margin: 0 0 22px 0;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.c-swiper__nav {
  display: none;
  margin-bottom: 15px;
}

.c-swiper__nav .item {
  width: 48px;
  height: 48px;
  outline: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  font-size: 14px;
  background: #DE007A;
  transition: all .25s ease-in-out;
}

.c-swiper__nav .item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-swiper__nav .item.previous {
  padding-left: 2px;
}

.c-swiper__nav .item.next {
  padding-right: 2px;
}

@media (min-width: 61.25em) {
  .c-swiper__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .c-swiper__nav .item:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.c-swiper__cta {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media (min-width: 46.25em) {
  .c-swiper__cta {
    width: auto;
    margin: 0 auto 0 0;
  }
}

@media (min-width: 61.25em) {
  .c-swiper__cta {
    margin: 0;
  }
}

.c-product-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-product-box:hover .c-product-box__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-product-box:hover .c-product-box__title {
  color: #DE007A;
}

.c-product-box__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.c-product-box__image img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-product-box__title {
  width: 100%;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #F5F3FC;
  color: #2D365D;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
  text-align: center;
  transition: all .2s ease-in-out;
}

@media (min-width: 61.25em) {
  .c-product-box__title {
    height: 64px;
    font-size: 16px;
  }
}
form.variations_form{text-align:right;}
.c-product-box__price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 0 4px;
  line-height: 1;
}

.c-product-box__price .discount {
  margin-bottom: 5px;
  padding: 5px 9px 4px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #641C7F;
}

.c-product-box__price .old,
.c-product-box__price .current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-product-box__price .old {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-product-box__price .old .price {
  position: relative;
  color: #EE232B;
  font-size: 14px;
}

.c-product-box__price .old .price::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  left: -6px;
  height: 1px;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #707070;
}

.c-product-box__price .current {
  margin-right: auto;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #49BE78;
  font-size: 26px;
  font-weight: 800;
}

.c-product-box__price .current span {
  color: #232323;
  font-size: 11px;
  font-weight: 400;
}
span.woocommerce-Price-amount {
  color: #49BE78;
  font-weight: 900;
  font-size: 30px;
}
ins span.woocommerce-Price-amount {
  color: #49BE78;
  font-weight: 900;
  font-size: 30px;
}

del span.woocommerce-Price-amount {
  position: relative;
  color: #EE232B;
  font-size: 20px;
  margin: 0 20px;
}
@media (min-width: 61.25em) {
  .c-product-box__price .discount {
    padding: 6px 11px 4px;
    font-size: 14px;
  }
  .c-product-box__price .old .price {
    font-size: 15px;
  }
  .c-product-box__price .current {
    font-size: 27px;
    font-weight: 900;
  }
  .c-product-box__price .current span {
    font-size: 12px;
  }
}

@media (min-width: 75em) {
  .c-product-box__price .old .price {
    font-size: 16px;
  }
  .c-product-box__price .current {
    font-size: 30px;
  }
  .c-product-box__price .current span {
    font-size: 13px;
  }
}

.is-onsale .c-product-box {
  padding: 30px 24px 18px;
  border-radius: 45px;
  z-index: 1;
  position: relative;
  border: 1px solid #212341;
  background: #212341;
}

.is-onsale .c-product-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.84;
  border-radius: 45px;
  background-image: url("../images/shape-bg.jpg");
  background-size: cover;
  mix-blend-mode: screen;
}

.is-onsale .c-product-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 88px);
  z-index: -1;
  border-radius: 43px 43px 30px 30px;
  background: #fff;
}

.is-onsale .c-product-box__image {
  max-width: 240px;
}

.is-onsale .c-product-box__title {
  margin: 0;
  border: none;
  color: #2D365D;
}

.is-onsale .c-product-box__price {
  height: 70px;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 6px 6px 6px;
}

.is-onsale .c-product-box__price .discount {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 7px 14px 6px;
  font-size: 18px;
  font-weight: 900;
  background: #EE273A;
}

.is-onsale .c-product-box__price .old .price {
  color: #fff;
}

.is-onsale .c-product-box__price .old .price::before {
  background: #FFB035;
}

.is-onsale .c-product-box__price .current span {
  color: #fff;
}

@media (max-width: 31.875em) {
  .is-onsale .c-product-box__price {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 6px;
  }
  .is-onsale .c-product-box__price .current {
    margin: 10px 0 0;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 61.25em) {
  .c-blog-box:hover .c-blog-box__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-blog-box:hover .c-blog-box__meta {
    color: #fff;
    background: #641C7F;
    transition-duration: .2s;
  }
  .c-blog-box:hover .c-blog-box__meta::before {
    background: #641C7F;
    transition-duration: .2s;
  }
  .c-blog-box:hover .c-blog-box__meta .date::before {
    color: #fff;
  }
  .c-blog-box:hover .c-blog-box__meta .comments span {
    color: #fff;
  }
}

.c-blog-box__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  border-radius: 25px;
  background: #F5F3FC;
}

.c-blog-box__image {
  width: 100%;
  height: 190px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 25px 0 0 0;
}

.c-blog-box__image a {
  width: 100%;
}

.c-blog-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 25em) {
  .c-blog-box__image {
    width: 46%;
    height: 100%;
    max-width: 165px;
  }
}

.c-blog-box__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 12px;
}

@media (min-width: 75em) {
  .c-blog-box__main {
    padding: 14px 24px;
  }
}

.c-blog-box__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  margin: 0 0 10px;
  color: #2D365D;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
}

.c-blog-box__title a {
  color: inherit;
  transition: all .2s ease-in-out;
}

.c-blog-box__title a:hover {
  color: #DE007A;
}

.c-blog-box__excerpt {
  margin-bottom: 12px;
  color: #939AA4;
  font-size: 13px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-blog-box__excerpt p {
  margin: 0;
}

.c-blog-box__cta {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #E3E0FB;
}

.c-blog-box__link, .c-blog-slider__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #212341;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.c-blog-box__link::after, .c-blog-slider__link::after {
  content: "";
  font-family: 'delnar';
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  margin-top: -2px;
  color: #B3BBC7;
  transition: color 0.2s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.2s ease-in-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.2s ease-in-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-blog-box__link:hover, .c-blog-slider__link:hover {
  color: #DE007A;
}

.c-blog-box__link:hover::after, .c-blog-slider__link:hover::after {
  color: #DE007A;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.c-blog-box__meta {
  margin-right: 46%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 24px;
  border-radius: 0 0 25px 25px;
  transition: all .2s ease-in-out;
  color: #939AA4;
  font-size: 14px;
  line-height: 1.5;
}

.c-blog-box__meta::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all .2s ease-in-out;
}

.c-blog-box__meta .date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}

.c-blog-box__meta .date::before {
  content: "";
  margin-left: 8px;
  color: #B3BBC7;
  font-family: 'delnar';
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  opacity: 0.75;
  transition: all .2s ease-in-out;
}

.c-blog-box__meta .comments span {
  color: #2D365D;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

@media (max-width: 61.24em) {
  .c-blog-box__meta {
    margin-right: 0;
    background: #641C7F;
    background: #eeebfa;
    transition-duration: .2s;
  }
  .c-blog-box__meta::before {
    background: #641C7F;
    background: #eeebfa;
    transition-duration: .2s;
  }
}

.c-section--product {
  padding: 10px 0;
}

@media (min-width: 46.25em) {
  .c-section--product {
    padding: 20px 0;
  }
}

@media (min-width: 61.25em) {
  .c-section--product {
    padding: 36px 0;
  }
}

@media (min-width: 46.25em) {
  .c-product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.c-product__gallery {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 46.25em) {
  .c-product__gallery {
    width: 48%;
    margin-bottom: 0;
    padding-left: 24px;
  }
}

@media (min-width: 61.25em) {
  .c-product__gallery {
    width: 49%;
    padding-left: 50px;
  }
  .c-product__gallery::before, .c-product__gallery::after {
    content: "";
    position: absolute;
    background: #707070;
    width: 1px;
    z-index: -1;
    left: 34px;
  }
  .c-product__gallery::before {
    bottom: 158px;
    height: 176px;
  }
  .c-product__gallery::after {
    bottom: 110px;
    height: 28px;
  }
}

.c-product__wrap {
  width: 100%;
}

@media (min-width: 46.25em) {
  .c-product__wrap {
    width: 52%;
  }
}

@media (min-width: 61.25em) {
  .c-product__wrap {
    width: 51%;
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-product__head {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 61.25em) {
  .c-product__head.mobile-only {
    display: none;
  }
}

@media (max-width: 61.24em) {
  .c-product__head.desktop-only {
    display: none;
  }
}

.c-product__title {
  margin: 0 0 10px;
  color: #641C7F;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.5;
}

.c-product__title:last-child {
  margin-bottom: 0;
}

.c-product__title::before {
  content: "";
  width: 32px;
  height: 6px;
  margin-top: 2px;
  display: inline-block;
  margin-left: 12px;
  background: #DE007A;
  vertical-align: middle;
}

@media (min-width: 30em) {
  .c-product__title {
    font-size: 28px;
  }
  .c-product__title::before {
    width: 40px;
    height: 8px;
    margin-left: 15px;
  }
}

.c-product__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media (min-width: 61.25em) {
  .c-product__info {
    margin-bottom: 50px;
  }
}

.c-product__rating {
  width: 40px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 4px;
  background: #FFF9EB;
  color: #2D365D;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.c-product__rating::before {
  content: "";
  font-family: 'delnar' !important;
  font-size: 15px;
  font-weight: 400;
  color: #EF9A3D;
  margin-bottom: 13px;
}

@media (max-width: 36.25em) {
  .c-product__rating {
    width: 30px;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-product__rating {
    width: 30px;
  }
}

.c-product__meta {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 40px;
  background: linear-gradient(270deg, #F8F9FB 0%, rgba(255, 255, 255, 0) 80%);
}

@media (max-width: 36.25em) {
  .c-product__meta {
    padding: 20px 15px;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-product__meta {
    padding: 20px 15px;
  }
}

.s-product-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 25px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  font-size: 14px;
  line-height: 1.5714;
}

.s-product-meta .label {
  color: #B3BBC7;
}

.s-product-meta .value {
  display: block;
  color: #212341;
  font-weight: 700;
}

.s-product-meta a {
  color: inherit;
  transition: all .25s ease-in-out;
}

.s-product-meta a:hover {
  color: #DE007A;
}

@media (max-width: 36.25em) {
  .s-product-meta {
    row-gap: 20px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    font-size: 13px;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .s-product-meta {
    row-gap: 20px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    font-size: 13px;
  }
}

.c-product__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px 35px;
}

@media (min-width: 36.25em) {
  .c-product__row {
    margin-bottom: 50px;
  }
}

.c-product__col {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.c-product__col:last-child {
  margin-bottom: 0;
}

@media (min-width: 36.25em) {
  .c-product__col {
    max-width: 50%;
    margin-bottom: 0;
  }
}

.c-product__params-title {
  margin: 0 0 15px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5;
}

.s-product-params {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-product-params li {
  font-size: 14px;
  line-height: 0;
}

.s-product-params li:not(:last-child) {
  margin-bottom: 12px;
}

.s-product-params .label {
  color: #232323;
}

.s-product-params .value {
  color: #641C7F;
  font-weight: 700;
  display: inline-block;
}

.s-product-params a {
  color: inherit;
  transition: all .25s ease-in-out;
}

.s-product-params a:hover {
  color: #DE007A;
}

.c-product__variants {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.c-product__variants:last-child {
  margin-bottom: 0;
}

@media (max-width: 36.25em) {
  .c-product__variants {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-product__variants {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

.c-product__variants-title {
  margin: 2px 0 0 30px;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.s-product-variants {
  margin: -5px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.s-product-variants li {
  padding: 5px;
}

.s-product-variants li input {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.s-product-variants li input:checked + span {
  max-width: 120px;
  padding: 0 8px 0 10px;
  color: #2D365D;
  transition: all .25s ease-in-out .25s, color .3s ease-in-out .3s;
}

.s-product-variants li input:checked + span::before {
  opacity: 1;
}

.s-product-variants li label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.s-product-variants li label::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #B3BBC7;
  background: var(--color);
}

.s-product-variants li label span {
  max-width: 0;
  overflow: hidden;
  color: transparent;
  transition: all .25s ease-in-out;
}

.s-product-variants li label span::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 15px;
  border: 1px solid #EFEFEF;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.c-product__status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.c-product__status:last-child {
  margin-bottom: 0;
}

@media (max-width: 36.25em) {
  .c-product__status {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-product__status {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

.c-product__status-label {
  margin: 0 0 0 12px;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.c-product__status-value {
  padding: 6px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
}

.c-product__status-value.is-in-stock {
  color: #00867D;
  background: #EDF5E6;
}

.c-product__status-value.is-out-of-stock {
  color: #F44336;
  background: #FFEBEE;
}

.c-product__status-value.is-on-backorder {
  color: #FF9800;
  background: #FFF3E0;
}

.c-product__price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0 28px;
  padding: 24px 0;
  border-top: 1px solid #F5F3FC;
  border-bottom: 1px solid #F5F3FC;
  line-height: 1;
}

.c-product__price .discount {
  margin-left: 10px;
  padding: 5px 9px 4px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #641C7F;
}

.c-product__price .old {
  margin-left: 20px;
}

.c-product__price .old .price {
  position: relative;
  color: #EE232B;
  font-size: 16px;
}

.c-product__price .old .price::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  left: -6px;
  height: 1px;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #707070;
}

.c-product__price .current {
  color: #49BE78;
  font-weight: 900;
  font-size: 30px;
}

.c-product__price .current span {
  margin-right: 10px;
  color: #232323;
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 36.25em) {
  .c-product__price {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-product__price {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-product__price-title {
  margin: 0 0 0 auto;
  padding: 4px 15px;
  border-radius: 5px;
  background: #F8F9FB;
  color: #232323;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 36.25em) {
  .c-product__price-title {
    display: none;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-product__price-title {
    display: none;
  }
}

.c-product__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
}

@media (min-width: 30em) {
  .c-product__toolbar {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 61.25em) {
  .c-product__toolbar {
    top: 30px;
    right: 30px;
  }
}

.s-toolbar {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #641C7F;
}

.s-toolbar > li {
  width: 36px;
  position: relative;
  color: #fff;
  padding: 4px 2px;
  background: #641C7F;
}

.s-toolbar > li > a,
.s-toolbar > li > span {
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  position: relative;
  transition: all .2s ease-in-out;
}

.s-toolbar > li > a::before,
.s-toolbar > li > span::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 4px 10px 3px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
  border-radius: 7px;
  background: #1d1d1f;
  transition: all .25s ease-in-out;
}

.s-toolbar > li > a:hover,
.s-toolbar > li > span:hover {
  color: #fff;
}

.s-toolbar > li > a:hover::before,
.s-toolbar > li > span:hover::before {
  opacity: 1;
}

.s-toolbar > li.is-active > a,
.s-toolbar > li.is-active > span {
  color: #fff;
}

.s-toolbar > li .c-icon {
  font-size: 15px;
}

.s-toolbar > li .c-icon--bell {
  font-size: 18px;
}

.s-toolbar > li .c-icon--share {
  font-size: 17px;
}

.s-toolbar > li.share.is-active ul {
  opacity: 1;
  pointer-events: all;
}

.s-toolbar > li.zoom {
  padding: 4px;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  background: #2D365D;
}

@media (min-width: 30em) {
  .s-toolbar > li {
    width: 40px;
    padding: 5px 4px;
  }
  .s-toolbar > li .c-icon {
    font-size: 17px;
  }
  .s-toolbar > li .c-icon--bell {
    font-size: 20px;
  }
  .s-toolbar > li .c-icon--share {
    font-size: 19px;
  }
}

.s-toolbar-share {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  right: 100%;
  padding: 6px 6px 6px 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #641C7F;
  opacity: 0;
  pointer-events: none;
  transition: all .25s ease-in-out;
}

.s-toolbar-share li {
  margin-left: 8px;
}

.s-toolbar-share li:last-child {
  margin-left: 0;
}

.s-toolbar-share li a {
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  position: relative;
  transition: all .2s ease-in-out;
}

.s-toolbar-share li a:hover {
  color: #fff;
}

.s-toolbar-share li a .c-icon {
  font-size: 15px;
}

.c-gallery {
  overflow: hidden;
  padding: 15px 15px 0 0;
  overflow: hidden;
  position: relative;
  height: 235px;
  min-height: 235px;
}

.c-gallery .flickity-viewport {
  width: 100%;
  height: 100%;
  outline: none;
  overflow: hidden;
}

.c-gallery .flickity-slider {
  outline: none;
}

.c-gallery .flickity-resize .item {
  min-height: 100%;
}

.c-gallery::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  border: 4px solid #fff;
  border-color: #641C7F transparent #641C7F transparent;
  -webkit-animation: dual-ring 1.2s linear infinite;
          animation: dual-ring 1.2s linear infinite;
  transition: opacity .2s ease-in-out;
}

.c-gallery.is-ready {
  height: auto;
}

.c-gallery.is-ready::before {
  opacity: 0;
}

@media (min-width: 61.25em) {
  .c-gallery {
    padding: 30px 30px 0 0;
  }
}

.c-gallery__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  opacity: 0;
}

.c-gallery__list::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FFF3F0;
}

.c-gallery__list .item {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  right: 0 !important;
}

.c-gallery__list .item a {
  pointer-events: none;
}

.c-gallery__list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-gallery__list .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.c-gallery__list.flickity-enabled {
  -webkit-animation: opacity .3s ease-in-out 0.2s forwards;
          animation: opacity .3s ease-in-out 0.2s forwards;
}

.c-gallery__list.flickity-enabled .item {
  pointer-events: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
          transform: scale(1.2) translate3d(0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.c-gallery__list.flickity-enabled .item.is-selected {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  transition-delay: 0.15s;
}

@media (min-width: 61.25em) {
  .c-gallery__list::before {
    top: -30px;
    right: -30px;
  }
}

.c-gallery__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  margin: -15px auto 0;
  opacity: 0;
}

.c-gallery__nav .item {
  width: calc(100% / 3);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 2px solid #fff;
  cursor: pointer;
}

.c-gallery__nav .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.65;
  transition: all 0.2s ease-in-out;
}

.c-gallery__nav .item:hover img {
  opacity: 0.85;
}

.c-gallery__nav .item.is-selected img {
  opacity: 1;
}

.c-gallery__nav.flickity-enabled {
  -webkit-animation: opacity .3s ease-in-out 0.2s forwards;
          animation: opacity .3s ease-in-out 0.2s forwards;
}

@media (min-width: 61.25em) {
  .c-gallery__nav {
    margin-top: -30px;
  }
}

.c-section--review {
  padding: 20px 0 40px;
}

@media (min-width: 46.25em) {
  .c-section--review {
    padding: 30px 0 64px;
  }
}

@media (min-width: 61.25em) {
  .c-section--review {
    padding: 40px 0 84px;
  }
}

.c-review {
  padding: 20px 0;
  border-top: 1px solid #F5F3FC;
  border-bottom: 1px solid #F5F3FC;
}

@media (min-width: 61.25em) {
  .c-review {
    padding: 30px 0;
  }
}

.c-review__title {
  margin: 0 0 20px;
  color: #2D365D;
  font-size: 20px;
  line-height: 1.37;
  text-align: center;
}

.c-review__title b,
.c-review__title span {
  font-weight: 800;
}

.c-review__title::after {
  content: "";
  width: 38px;
  height: 4px;
  margin: 12px auto;
  display: block;
  background: #641C7F;
}

@media (min-width: 61.25em) {
  .c-review__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
    text-align: right;
  }
  .c-review__title::after {
    height: 5px;
    margin: 16px 0 0;
  }
}

.s-specification .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  line-height: 1.5714;
}

.s-specification .item:not(:last-child) {
  margin-bottom: 4px;
}

.s-specification .label {
  width: 100%;
  margin-left: 1px;
  padding: 10px;
  color: #232323;
  background: #FFF3F0;
}

.s-specification .value {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  background: #641C7F;
}

@media (min-width: 30em) {
  .s-specification .item {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .s-specification .item:not(:last-child) {
    margin-bottom: 1px;
  }
  .s-specification .label {
    max-width: 160px;
  }
  .s-specification .value {
    background: linear-gradient(270deg, #641C7F 0%, rgba(255, 255, 255, 0) 99%);
  }
}

@media (min-width: 35em) {
  .s-specification .label {
    max-width: 200px;
  }
}

@media (min-width: 46.25em) {
  .s-specification .item {
    font-size: 14px;
  }
  .s-specification .label {
    padding: 16px 20px;
  }
  .s-specification .value {
    padding: 16px 20px;
    font-weight: 800;
  }
}

.c-section--about {
  position: relative;
  padding: 0 0 40px;
}

@media (min-width: 61.25em) {
  .c-section--about {
    padding: 10px 0 70px;
  }
}

.c-about-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 226px;
}

.c-about-hero__wrap {
  width: 100%;
  padding-bottom: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-about-hero__wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 25em) {
  .c-about-hero__wrap {
    padding-bottom: 80px;
  }
}

@media (min-width: 30em) {
  .c-about-hero__wrap {
    padding-right: 30px;
  }
}

@media (min-width: 37.5em) {
  .c-about-hero__wrap {
    width: 100%;
    height: auto;
    top: 50%;
    bottom: auto;
    display: block;
    padding: 40px 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-about-hero__wrap::before {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    left: -15px;
    height: 100%;
    z-index: -1;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (min-width: 61.25em) {
  .c-about-hero__wrap {
    max-width: 310px;
    padding: 150px 40px 0 0;
    position: relative;
    top: initial;
    -webkit-transform: none;
            transform: none;
  }
  .c-about-hero__wrap::before {
    display: none;
  }
}

.c-about-hero__title {
  position: relative;
  margin: 0;
  color: #641C7F;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  display: inline;
  background: linear-gradient(0deg, transparent 40%, #FFF3F0 40%, #FFF3F0 60%, transparent 60%);
}

.c-about-hero__title span,
.c-about-hero__title strong,
.c-about-hero__title b {
  color: #DE007A;
}

@media (min-width: 30em) {
  .c-about-hero__title {
    font-size: 58px;
  }
  .c-about-hero__title::after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 18px;
    right: -30px;
    width: 20px;
    background: url(../images/dots.png) no-repeat 100% 0;
  }
}

@media (min-width: 37.5em) {
  .c-about-hero__title::after {
    right: 30px;
  }
}

@media (min-width: 61.25em) {
  .c-about-hero__title {
    font-size: 67px;
    line-height: 1.0746;
  }
  .c-about-hero__title::after {
    right: 0;
  }
}

.c-about-hero__subtitle {
  margin: 0 0 8px;
  color: #2D365D;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 30em) {
  .c-about-hero__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 61.25em) {
  .c-about-hero__subtitle {
    margin: 10px 0 8px;
    font-size: 34px;
  }
}

.c-about-hero__text {
  margin: 0;
  color: #2D365D;
  font-size: 13px;
  line-height: 1.75;
}

@media (min-width: 30em) {
  .c-about-hero__text {
    padding: 6px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
  }
}

@media (min-width: 61.25em) {
  .c-about-hero__text {
    padding: 10px 0;
    border-color: #F5F3FC;
    font-size: 15px;
    color: #939AA4;
  }
}

.c-about-hero__image img {
  width: 100%;
  object-fit: cover;
}

.c-about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-about__image {
  display: none;
}

@media (min-width: 61.25em) {
  .c-about__image {
    display: block;
    width: 470px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: -90px -80px 0 0;
  }
}

@media (min-width: 46.25em) {
  .c-about__wrap {
    padding-right: 50px;
  }
}

.c-about__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

@media (min-width: 27.5em) {
  .c-about__head {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

@media (min-width: 61.25em) {
  .c-about__head {
    margin-bottom: 26px;
  }
}

.c-about__headline {
  position: relative;
  margin-left: auto;
  padding-right: 15px;
  color: #2D365D;
  line-height: 1.5;
}

.c-about__headline::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 4px;
  right: 0;
  width: 5px;
  border-radius: 5px;
  background: #EB2856;
}

@media (min-width: 46.25em) {
  .c-about__headline {
    padding-right: 0;
  }
  .c-about__headline::before {
    right: -30px;
    width: 10px;
  }
}

.c-about__title {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
}

@media (min-width: 30em) {
  .c-about__title {
    font-size: 35px;
  }
}

.c-about__text {
  margin: 0;
  font-size: 17px;
}

@media (min-width: 30em) {
  .c-about__text {
    margin-top: -0.2em;
    font-size: 19px;
  }
}
.contact-form.loading:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(255, 255, 255, 0.8);}
.mwcontact_error{color:#B90101}
#mwcontact_success{color:#89CF34;padding: 10% 5px;text-align:center;}
@media (max-width: 29.99em) {
  .c-about__social ul, .c-contact__social ul {
    margin: 0 -2px;
  }
  .c-about__social li, .c-contact__social li {
    padding: 0 3px;
  }
  .c-about__social a, .c-contact__social a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.c-section--contact {
  padding: 0 0 40px;
}

@media (min-width: 61.25em) {
  .c-section--contact {
    padding: 10px 0 70px;
  }
}

.c-contact-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.c-contact-hero img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: block;
  object-fit: cover;
}

@media (min-width: 52.5em) {
  .c-contact-hero {
    margin-bottom: 50px;
  }
}

.c-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-contact:first-child .c-contact__head {
  margin-top: 0;
  padding: 0;
}

@media (min-width: 52.5em) {
  .c-contact {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-contact:first-child {
    padding-top: 40px;
  }
  .c-contact:first-child .c-contact__map {
    margin-top: -40px;
  }
}

@media (min-width: 61.25em) {
  .c-contact:first-child {
    padding-top: 80px;
  }
  .c-contact:first-child .c-contact__map {
    margin-top: -80px;
  }
}

.c-contact__map {
  width: 100%;
  position: relative;
  z-index: 2;
}

.c-contact__map::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 50px;
  background: #EBE9E2;
  -webkit-filter: blur(35px);
          filter: blur(35px);
}

.c-contact__map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50px;
}

@media (min-width: 52.5em) {
  .c-contact__map {
    max-width: 340px;
    margin-top: -100px;
  }
  .c-contact__map::before {
    top: 50px;
  }
}

@media (min-width: 61.25em) {
  .c-contact__map {
    max-width: 400px;
    margin-top: -130px;
  }
  .c-contact__map::before {
    top: 80px;
  }
}

@media (min-width: 75em) {
  .c-contact__map {
    max-width: 460px;
  }
}

.c-contact__wrap {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.c-contact__wrap:first-child {
  margin-bottom: 0;
}

.c-contact__wrap:first-child .c-contact__info {
  padding-right: 0;
}

@media (min-width: 52.5em) {
  .c-contact__wrap {
    margin: 0;
  }
}

.c-contact__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  min-height: 132px;
  margin-top: -132px;
  padding: 15px;
}

.c-contact__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 22.5em) {
  .c-contact__head {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    min-height: 90px;
    margin-top: -90px;
  }
}

@media (min-width: 36.25em) {
  .c-contact__head {
    padding: 0 0 0 15px;
  }
  .c-contact__head::before {
    content: "";
    width: 100px;
    min-height: 90px;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    margin-left: 20px;
    border-radius: 50px 0 0 50px;
    background: #641C7F;
  }
}

@media (min-width: 52.5em) {
  .c-contact__head {
    margin: 0;
    padding-left: 0;
  }
  .c-contact__head::after {
    display: none;
  }
}

@media (min-width: 52.5em) and (max-width: 61.24em) {
  .c-contact__head::before {
    width: 80px;
  }
}

@media (min-width: 75em) {
  .c-contact__head::before {
    width: 130px;
  }
}

.c-contact__headline {
  position: relative;
  margin-left: auto;
  line-height: 1.5;
}

@media (max-width: 22.5em) {
  .c-contact__headline:last-child {
    margin-top: auto;
  }
}

@media (min-width: 36.25em) {
  .c-contact__headline::before {
    content: "";
    font-family: 'delnar' !important;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: -70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-contact__title {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
}

@media (min-width: 30em) {
  .c-contact__title {
    font-size: 35px;
  }
}

.c-contact__text {
  margin: 0;
  font-size: 14px;
  color: #6a7990;
}

.c-contact__text b,
.c-contact__text strong {
  color: #4324A6;
  font-weight: 800;
}

@media (min-width: 30em) {
  .c-contact__text {
    margin-top: -0.2em;
    font-size: 16px;
  }
}

@media (min-width: 52.5em) {
  .c-contact__text {
    color: #B3BBC7;
  }
}

.c-contact__faq {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #F5F3FC;
  border-bottom: 1px solid #F5F3FC;
}

.c-contact__faq p {
  margin: 0;
  padding: 10px;
  color: #212341;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  background: #F8F9FB;
}

.c-contact__faq p a {
  color: #FFB035;
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.c-contact__faq p a:hover {
  color: #e88d00;
}

@media (min-width: 52.5em) {
  .c-contact__info {
    padding: 15px 15px 15px 0;
  }
}

@media (min-width: 61.25em) {
  .c-contact__info {
    padding: 20px 30px 15px 0;
  }
}

@media (min-width: 75em) {
  .c-contact__info {
    padding: 20px 50px 20px 0;
  }
}

.c-contact__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

@media (min-width: 36.25em) {
  .c-contact__list {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

@media (min-width: 36.25em) {
  .c-contact__items {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.s-contact {
  margin: 0;
  padding: 10px 62px 10px 0;
  list-style: none;
  position: relative;
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: -1;
  border-radius: 25px;
  background: #FFF3F0;
}

.s-contact li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.s-contact li:last-child {
  margin-bottom: 0;
}

.s-contact .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: -50px;
  margin-left: 25px;
  font-size: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-contact .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #232323;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
}

.s-contact .label {
  color: #2D365D;
  font-weight: 400;
  line-height: 1.5;
}

.s-contact a {
  color: inherit;
  transition: all .25s ease-in-out;
}

.s-contact a:hover {
  color: #DE007A;
}

.s-contact strong,
.s-contact b {
  font-size: 30px;
  line-height: 0.8;
  font-weight: 900;
}

@media (min-width: 52.5em) and (max-width: 61.24em) {
  .s-contact strong,
  .s-contact b {
    font-size: 25px;
  }
}

.c-contact-form {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #F5F3FC;
}

@media (min-width: 61.25em) {
  .c-contact-form {
    margin-top: 65px;
    padding-top: 40px;
  }
}

@media (min-width: 75em) {
  .c-contact-form {
    margin-top: 85px;
    padding-top: 50px;
  }
}

.c-section--blog {
  position: relative;
  padding: 0 0 40px;
}

@media (min-width: 61.25em) {
  .c-section--blog {
    padding: 10px 0 70px;
  }
}

.c-blog-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 80px;
  min-height: 80px;
  margin-bottom: 40px;
}

.c-blog-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  border: 4px solid #fff;
  border-color: #641C7F transparent #641C7F transparent;
  -webkit-animation: dual-ring 1.2s linear infinite;
          animation: dual-ring 1.2s linear infinite;
  transition: opacity .2s ease-in-out;
}

.c-blog-slider.is-ready {
  height: auto;
}

.c-blog-slider.is-ready::before {
  opacity: 0;
}

@media (min-width: 52.5em) {
  .c-blog-slider {
    margin-bottom: 55px;
  }
}

@media (min-width: 75em) {
  .c-blog-slider {
    margin-bottom: 65px;
  }
}

.c-blog-slider__list .flickity-viewport {
  overflow: unset;
  transition: height 0.2s ease-in-out;
}

.c-blog-slider__list .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.c-blog-slider__list:not(.flickity-enabled) .c-blog-slider__item {
  opacity: 0;
}

.c-blog-slider__list:not(.flickity-enabled) .c-blog-slider__item:not(:first-child) {
  display: none;
}

.c-blog-slider__list.flickity-enabled {
  opacity: 0;
  -webkit-animation: opacity .3s ease-in-out 0.2s forwards;
          animation: opacity .3s ease-in-out 0.2s forwards;
}

.c-blog-slider__list.flickity-enabled .flickity-button,
.c-blog-slider__list.flickity-enabled .flickity-page-dots {
  -webkit-animation: opacity .5s ease-in-out 1.9s forwards;
          animation: opacity .5s ease-in-out 1.9s forwards;
}

.c-blog-slider__list.flickity-enabled::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 100%;
  max-width: calc(100% - 20px);
  z-index: 1;
  background: rgba(255, 255, 255, 0.93);
}

@media (min-width: 22.5em) {
  .c-blog-slider__list.flickity-enabled::before {
    max-width: 268px;
  }
}

.c-blog-slider__list .flickity-button {
  width: 42px;
  height: 42px;
  top: inherit;
  bottom: 33px;
  padding: 0;
  opacity: 0;
  outline: none;
  box-shadow: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
  color: #DE007A;
  background: #fff;
  border: 1px solid #FFF3F0;
  -webkit-transform: none;
          transform: none;
  transition: all .25s ease-in-out;
}

.c-blog-slider__list .flickity-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all .25s ease-in-out;
}

.c-blog-slider__list .flickity-button .flickity-button-icon {
  position: unset;
  width: 16px;
  height: auto;
  color: #DE007A;
}

.c-blog-slider__list .flickity-button:disabled {
  opacity: 0;
}

.c-blog-slider__list .flickity-button:disabled::before {
  opacity: 1;
}

.c-blog-slider__list .flickity-button.previous {
  right: inherit;
  left: 210px;
}

.c-blog-slider__list .flickity-button.next {
  left: 158px;
}

@media (min-width: 61.25em) {
  .c-blog-slider__list .flickity-button:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.c-blog-slider__list .flickity-page-dots {
  width: auto;
  bottom: 50px;
  left: 40px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

.c-blog-slider__list .flickity-page-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  background: #641C7F;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.c-blog-slider__list .flickity-page-dots li:hover {
  background: #DE007A;
}

.c-blog-slider__list .flickity-page-dots li.is-selected, .c-blog-slider__list .flickity-page-dots li[aria-current="step"] {
  width: 25px;
  background: #DE007A;
}

.c-blog-slider__item {
  position: relative;
  right: 0 !important;
}

.flickity-resize .c-blog-slider__item {
  min-height: 100%;
}

.flickity-enabled .c-blog-slider__item {
  pointer-events: none;
}

.c-blog-slider__item.is-selected {
  pointer-events: all;
}

.c-blog-slider__image {
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.c-blog-slider__image img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: block;
  object-fit: cover;
}

.flickity-enabled .c-blog-slider__image img {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
          transform: scale(1.2) translate3d(0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.is-selected .c-blog-slider__image img {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  transition-delay: 0.15s;
}

.c-blog-slider__wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 100%;
  max-width: calc(100% - 20px);
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px 64px;
}

@media (min-width: 22.5em) {
  .c-blog-slider__wrap {
    max-width: 268px;
  }
}

@media (min-width: 46.25em) {
  .c-blog-slider__wrap {
    padding: 20px 20px 64px;
  }
}

@media (min-width: 61.25em) {
  .c-blog-slider__wrap {
    padding: 20px 30px 64px;
  }
}

.c-blog-slider__title {
  margin: 0 0 12px;
  color: #2D365D;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-blog-slider__title a {
  color: inherit;
  transition: all .2s ease-in-out;
}

.c-blog-slider__title a:hover {
  color: #DE007A;
}

.flickity-enabled .c-blog-slider__title {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  transition: all .4s ease-in-out .2s;
}

.is-selected .c-blog-slider__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: .7s;
}

.c-blog-slider__excerpt {
  margin-bottom: 12px;
  color: #939AA4;
  font-size: 13px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-blog-slider__excerpt p {
  margin: 0;
}

.flickity-enabled .c-blog-slider__excerpt {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  transition: all .4s ease-in-out .2s;
}

.is-selected .c-blog-slider__excerpt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-duration: .3s;
  transition-delay: 1s;
}

.c-blog-slider__cta {
  margin-bottom: 20px;
  padding: 12px 0;
  border-top: 1px solid #E3E0FB;
  border-bottom: 1px solid #E3E0FB;
}

.flickity-enabled .c-blog-slider__cta {
  opacity: 0;
  transition: all .2s ease-in-out;
}

.is-selected .c-blog-slider__cta {
  opacity: 1;
  transition-duration: 0.4s;
  transition-delay: 1.3s;
}

.c-blog-slider__pager {
  display: none;
  height: 8px;
}

.c-blog-slider__pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.c-blog-slider__pager ul li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #641C7F;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.c-blog-slider__pager ul li:hover {
  background: #DE007A;
}

.c-blog-slider__pager ul li.is-selected {
  width: 25px;
  background: #DE007A;
}

@media (min-width: 25em) {
  .c-blog-slider__pager {
    display: block;
  }
}

@media (min-width: 25em) and (max-width: 46.24em) {
  .c-blog-slider__pager {
    margin-bottom: -15px;
  }
  .c-blog-slider__pager ul {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-blog:first-child {
  margin-top: 10px;
}

.c-blog .c-section__head {
  margin-bottom: 15px;
}

@media (min-width: 36.25em) {
  .c-blog .c-section__head {
    margin-bottom: 35px;
  }
}

@media (min-width: 75em) {
  .c-blog .c-section__head {
    margin-bottom: 52px;
  }
}

.c-blog__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}

@media (min-width: 46.25em) {
  .c-blog__list {
    margin: -25px -15px;
  }
}

.c-blog__item {
  width: 100%;
  padding: 15px;
}

@media (min-width: 46.25em) {
  .c-blog__item {
    max-width: 50%;
    padding: 25px 15px;
  }
}

@media (min-width: 61.25em) {
  .c-blog__item {
    max-width: calc(100% / 3);
  }
}

.c-section--single {
  padding: 0 0 40px;
}

@media (min-width: 61.25em) {
  .c-section--single {
    padding: 10px 0 70px;
  }
}

.c-section--single + .c-section--swiper::before {
  background: radial-gradient(at top, #F8F9FB, rgba(255, 255, 255, 0) 70%);
}

.c-single-hero {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 52.5em) {
  .c-single-hero {
    margin-bottom: 40px;
  }
}

@media (min-width: 75em) {
  .c-single-hero {
    margin-bottom: 50px;
  }
}

.c-single-hero.no-image .c-single-hero__wrap {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  max-width: none;
  padding: 0;
  overflow: hidden;
  background: none;
}

@media (min-width: 30em) {
  .c-single-hero.no-image .c-single-hero__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -20px;
    padding: 0;
  }
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__rate {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__rate,
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__meta,
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__author {
    width: 50%;
    margin: 10px 0;
    padding: 0 20px;
    border-bottom: none;
    border-left: 1px solid #E3E0FB;
  }
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__rate:nth-child(even), .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__rate:last-child,
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__meta:nth-child(even),
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__meta:last-child,
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__author:nth-child(even),
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__author:last-child {
    border: none;
  }
}

@media (min-width: 46.25em) {
  .c-single-hero.no-image .c-single-hero__wrap {
    padding: 10px 0;
  }
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__rate,
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__meta,
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__author {
    width: auto;
    padding: 0 25px;
  }
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__rate:nth-child(even),
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__meta:nth-child(even),
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__author:nth-child(even) {
    border-left: 1px solid #E3E0FB;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .c-single-hero.no-image .c-single-hero__wrap .c-single-hero__author .avatar {
    display: none;
  }
}

.c-single-hero__image {
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.c-single-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: block;
  object-fit: cover;
}

.c-single-hero__wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 100%;
  max-width: calc(100% - 20px);
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.93);
}

@media (min-width: 22.5em) {
  .c-single-hero__wrap {
    max-width: 268px;
  }
}

@media (min-width: 46.25em) {
  .c-single-hero__wrap {
    padding: 20px 20px;
  }
}

@media (min-width: 61.25em) {
  .c-single-hero__wrap {
    padding: 20px 30px;
  }
}

.c-single-hero__rate,
.c-single-hero__meta,
.c-single-hero__author {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E0FB;
}

.c-single-hero__rate:last-child,
.c-single-hero__meta:last-child,
.c-single-hero__author:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.c-single-hero__rate .label,
.c-single-hero__meta .label,
.c-single-hero__author .label {
  display: block;
}

.c-single-hero__rate .value,
.c-single-hero__meta .value,
.c-single-hero__author .value {
  display: block;
}

.c-single-hero__rate .value a,
.c-single-hero__meta .value a,
.c-single-hero__author .value a {
  color: inherit;
  transition: all .2s ease-in-out;
}

.c-single-hero__rate .value a:hover,
.c-single-hero__meta .value a:hover,
.c-single-hero__author .value a:hover {
  color: #DE007A;
}

.c-single-hero__rate {
	cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.c-single-hero__rate .item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  transition: all .2s ease-in-out;
}

.c-single-hero__rate .item span {
  margin: 8px 0 0 8px;
  color: #212341;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.c-single-hero__rate .item.like a:hover {
  color: #00867D;
}

.c-single-hero__rate .item.dislike a:hover {
  color: #EE232B;
}

.c-single-hero__rate .item.dislike .c-icon {
  margin-top: 7px;
}

.c-single-hero__meta .label {
  color: #B3BBC7;
  font-size: 12px;
  line-height: 2;
}

.c-single-hero__meta .value {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}

.c-single-hero__meta .value b,
.c-single-hero__meta .value strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  vertical-align: middle;
}

.c-single-hero__meta .value a {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 800;
}

.c-single-hero__author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-single-hero__author .avatar {
  width: 50px;
  height: 50px;
  margin-left: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.c-single-hero__author .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
}

.c-single-hero__author .info {
  width: 100%;
}

.c-single-hero__author .label {
  display: block;
  color: #B3BBC7;
  font-size: 11px;
  line-height: 2;
}

.c-single-hero__author .value {
  display: block;
  color: #2D365D;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 800;
}

.c-single__head {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F3FC;
}

@media (min-width: 46.25em) {
  .c-single__head {
    margin-bottom: 50px;
  }
}

@media (min-width: 61.25em) {
  .c-single__head {
    margin-bottom: 60px;
    padding-bottom: 35px;
  }
}

.c-single__title {
  margin: 0 0 10px;
  color: #DE007A;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.5;
}

.c-single__title:last-child {
  margin-bottom: 0;
}

.c-single__title::before {
  content: "";
  width: 32px;
  height: 6px;
  margin-top: 2px;
  display: inline-block;
  margin-left: 12px;
  background: #E7EBEE;
  vertical-align: middle;
}

@media (min-width: 30em) {
  .c-single__title {
    font-size: 28px;
  }
  .c-single__title::before {
    width: 40px;
    height: 8px;
    margin-left: 15px;
  }
}

.c-filter {
  margin-bottom: 40px;
}

.c-filter:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-filter {
    margin-bottom: 56px;
  }
}

.c-filter__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  padding: 12px 16px;
  color: #2D365D;
  font-size: 13px;
  line-height: 2;
  font-weight: 700;
  border-radius: 15px;
  background: #F8F9FB;
}

.c-filter__head::before {
  content: "";
  font-family: 'delnar';
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  line-height: 1;
  margin-left: 12px;
}

@media (min-width: 61.25em) {
  .c-filter__head {
    margin-bottom: 26px;
  }
}

@media (min-width: 75em) {
  .c-filter__head {
    padding: 19px 20px;
  }
}

.c-filter__content {
  padding: 0 8px;
}

.c-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-filter__list li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

.c-filter__list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-filter__list li {
    margin-bottom: 15px;
  }
}

.c-filter__list li .item-toggle {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-filter__list li .item-toggle::before, .c-filter__list li .item-toggle::after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  background: #2D365D;
  transition: all 200ms ease-in-out;
}

.c-filter__list li .item-toggle::before {
  width: 12px;
  vertical-align: middle;
}

.c-filter__list li .item-toggle::after {
  height: 12px;
}

@media (min-width: 61.25em) {
  .c-filter__list li .item-toggle {
    top: 0;
  }
}

.c-filter__list li.is-open .item-toggle::before, .c-filter__list li.is-open .item-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-filter__list li.is-open .item-toggle::before {
  width: 0;
}

.c-filter__list li.is-open > ul {
  max-height: 100vh;
  margin-top: 15px;
  margin-bottom: 5px;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}

@media (min-width: 61.25em) {
  .c-filter__list li.is-open > ul {
    margin-top: 20px;
  }
}

.c-filter__list li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  max-height: 0;
  margin-right: 15px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0.2s, opacity 0.2s ease-in-out;
}

@media (min-width: 61.25em) {
  .c-filter__list li > ul {
    margin-right: 20px;
  }
}

.c-filter__list label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.c-filter__list label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-filter__list label input:checked + span::after {
  opacity: 1;
}

.c-filter__list label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2D365D;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2308;
  transition: color 0.2s ease-in-out;
}

.c-filter__list label span::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 8px;
  border-radius: 100%;
  border: 1px solid #E7EBEE;
}

.c-filter__list label span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  border-radius: 100%;
  background: #EE273A;
  transition: opacity 150ms ease-in-out;
}

@media (min-width: 61.25em) {
  .c-filter__list label span {
    line-height: 1.5385;
  }
  .c-filter__list label span::before {
    width: 20px;
    height: 20px;
    margin-left: 12px;
  }
  .c-filter__list label span::after {
    top: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
  }
}

.c-range .noUi-target {
  height: 5px;
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.c-range .noUi-connects {
  overflow: initial;
  border-radius: 2.5px;
  background: #f4f4f4;
}

.c-range .noUi-connect {
  background: #EE273A;
  box-shadow: 0 0 10px 0 rgba(238, 39, 58, 0.3);
}

.c-range .noUi-origin .noUi-handle {
  width: 15px;
  height: 15px;
  top: -5px;
  left: -7.5px;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  border-color: #EE273A;
  background: #EE273A;
  box-shadow: 0 0 10px 0 rgba(238, 39, 58, 0.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 150ms ease-in-out;
}

.c-range .noUi-origin .noUi-handle::before, .c-range .noUi-origin .noUi-handle::after {
  display: none;
}

.c-range .noUi-origin .noUi-active {
  width: 21px;
  height: 21px;
  top: -8px;
  left: -10.5px;
}

.c-range .noUi-touch-area {
  display: none;
}

.c-range__slider {
  display: none;
  padding: 0 7px;
  margin: 10px 0 25px;
}

.c-range__list {
  margin: 0 -3px 20px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-range__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
  font-size: 12px;
  line-height: 1;
}

.c-range__list li::before {
  content: attr(data-label);
}

.c-range__list li::after {
  content: attr(data-currency);
}

.c-range__list li input {
  width: 74px;
  margin: 0 5px;
  padding: 3px 0;
  border: none;
  outline: none;
  color: #f6f6f6;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5385;
  text-align: center;
  border-radius: 4px;
  background: #f6f6f6;
}

.c-range__list li input.is-init {
  color: #464646;
}

.c-range__action .c-btn {
  width: 100%;
}

.c-section--archive {
  padding: 10px 0 40px;
}

@media (min-width: 46.25em) {
  .c-section--archive {
    padding: 15px 0 60px;
  }
}

@media (min-width: 61.25em) {
  .c-section--archive {
    padding: 40px 0 80px;
  }
}

@media (min-width: 61.25em) {
  .c-archive {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-archive__sidebar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  max-height: 100%;
  overflow: scroll;
  padding: 22px 12px;
  z-index: 12;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  transition: box-shadow 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 250ms ease-in-out;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.c-archive__sidebar.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.5);
  transition: box-shadow 250ms ease-in-out 200ms, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms, box-shadow 250ms ease-in-out 200ms;
  transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms, box-shadow 250ms ease-in-out 200ms, -webkit-transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 150ms;
}

@media (min-width: 61.25em) {
  .c-archive__sidebar.is-open {
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
    transition: 0s;
  }
}

@media (min-width: 61.25em) {
  .c-archive__sidebar {
    max-width: 267px;
    margin-left: 30px;
    overflow: hidden;
    height: auto;
    max-height: initial;
    top: initial;
    right: initial;
    left: initial;
    position: relative;
    padding: 0;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    transition: none;
    box-shadow: none;
    z-index: 1;
  }
}

.c-archive__sidebar .c-ads {
  margin-bottom: 40px;
}

.c-archive__sidebar .c-ads:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-archive__sidebar .c-ads {
    margin-bottom: 56px;
  }
}

.c-archive__sidebar .c-ads__item {
  border-radius: 15px;
}

@media (max-width: 61.24em) {
  .c-archive__sidebar.desktop-only-ads > :nth-last-child(2) {
    margin-bottom: 0;
  }
  .c-archive__sidebar.desktop-only-ads .c-ads {
    display: none;
  }
}

.c-archive__main {
  width: 100%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-archive__head {
  margin-bottom: 20px;
}

@media (min-width: 46.25em) {
  .c-archive__head {
    margin-bottom: 30px;
  }
}

@media (min-width: 61.25em) {
  .c-archive__head {
    margin-bottom: 46px;
  }
}

.c-archive__search {
  margin-bottom: 15px;
}

@media (min-width: 61.25em) {
  .c-archive__search {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 36px;
  }
}

.c-archive__search:only-child {
  margin-bottom: 0;
}

.c-archive__sort {
  width: 100%;
  margin-bottom: 12px;
}

.c-archive__sort:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-archive__sort {
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.c-archive__sort-title {
  margin: 0;
  display: none;
  color: #2D365D;
}

.c-archive__sort-title b,
.c-archive__sort-title span {
  display: block;
  font-weight: 800;
}

@media (min-width: 61.25em) {
  .c-archive__sort-title {
    display: block;
    margin-left: 50px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }
}

.c-sort {
  position: relative;
  z-index: 1;
  z-index: 9;
}

@media (max-width: 61.24em) {
  .c-sort {
    width: 100%;
  }
  .c-sort.is-open .c-sort__current::after {
    -webkit-transform: rotate(45deg) translateX(2px) scale(-1);
            transform: rotate(45deg) translateX(2px) scale(-1);
  }
  .c-sort.is-open .c-sort__list {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    transition: opacity .3s ease-in-out 0.1s, -webkit-transform .3s ease-in-out 0.15s;
    transition: opacity .3s ease-in-out 0.1s, transform .3s ease-in-out 0.15s;
    transition: opacity .3s ease-in-out 0.1s, transform .3s ease-in-out 0.15s, -webkit-transform .3s ease-in-out 0.15s;
  }
}

.c-sort__current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px 12px 20px;
  color: #000;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  border-radius: 26px;
  background: #f8f9fb;
  transition: all .15s ease-in-out;
}

.c-sort__current::before {
  content: "";
  font-family: 'delnar';
  font-weight: normal;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}

.c-sort__current::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: auto;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  border-bottom: 1px solid #030407;
  border-right: 1px solid #030407;
  transition: all 200ms ease-in-out;
}

@media (min-width: 30em) {
  .c-sort__current {
    padding: 15px 15px 15px 20px;
    border-radius: 29px;
  }
}

@media (min-width: 61.25em) {
  .c-sort__current {
    display: none;
  }
}

@media (max-width: 61.24em) {
  .c-sort__list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    background: #F8F9FB;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.1);
    transition: opacity .3s ease-in-out 0.1s, -webkit-transform .3s ease-in-out 0.1s;
    transition: opacity .3s ease-in-out 0.1s, transform .3s ease-in-out 0.1s;
    transition: opacity .3s ease-in-out 0.1s, transform .3s ease-in-out 0.1s, -webkit-transform .3s ease-in-out 0.1s;
  }
}

@media (min-width: 30em) and (max-width: 61.24em) {
  .c-sort__list {
    border-radius: 29px;
  }
}

.s-sort-list {
  margin: -10px 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 61.25em) {
  .s-sort-list {
    margin: 0 -10px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.s-sort-list li {
  padding: 10px 0;
}

@media (min-width: 61.25em) {
  .s-sort-list li {
    padding: 0 10px;
  }
}

.s-sort-list li a:hover {
  color: #DE007A;
}

.s-sort-list label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.s-sort-list label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.s-sort-list label input:checked + span::after {
  opacity: 1;
}

@media (min-width: 61.25em) {
  .s-sort-list label input:checked + span {
    border-color: #E7EBEE;
  }
}

.s-sort-list label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2D365D;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2308;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 61.25em) {
  .s-sort-list label span {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid transparent;
	border-color: #E7EBEE;
    line-height: 1.5385;
  }
}

.c-archive__sidebar-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  color: #000;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  border-radius: 26px;
  background: #f8f9fb;
  transition: all .15s ease-in-out;
}

.c-archive__sidebar-toggle::before {
  content: "";
  font-family: 'delnar';
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

@media (min-width: 30em) {
  .c-archive__sidebar-toggle {
    padding: 15px;
    border-radius: 29px;
  }
}

@media (min-width: 61.25em) {
  .c-archive__sidebar-toggle {
    display: none;
  }
}

.c-archive__wrap .c-pager {
  margin-top: 20px;
  padding: 20px 0;
}

@media (min-width: 30em) {
  .c-archive__wrap {
    border-radius: 45px;
    box-shadow: 0 0 75px rgba(45, 54, 93, 0.06);
    background: #fff;
  }
  .c-archive__wrap .c-pager {
    padding: 30px 0 40px;
  }
}

@media (min-width: 46.25em) {
  .c-archive__wrap .c-pager {
    margin-top: 30px;
  }
}

@media (min-width: 61.25em) {
  .c-archive__wrap .c-pager {
    margin-top: 35px;
    padding-bottom: 50px;
  }
}

.c-archive__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 30em) {
  .c-archive__list {
    padding: 0 5px;
  }
}

@media (min-width: 46.25em) {
  .c-archive__list {
    padding: 0 15px;
  }
}

.c-archive__item {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
}

.c-archive__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 30em) {
  .c-archive__item {
    max-width: 50%;
    margin-bottom: 0;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .c-archive__item:nth-child(odd) {
    border-left-color: #F5F3FC;
  }
}

@media (min-width: 46.25em) {
  .c-archive__item {
    padding: 25px 20px;
  }
}

@media (min-width: 52.5em) {
  .c-archive__item {
    max-width: calc(100% / 3);
    padding: 25px 20px;
    border-left-color: #F5F3FC;
  }
  .c-archive__item:nth-child(3n+3) {
    border-left-color: transparent;
  }
}

@media (min-width: 61.25em) and (max-width: 74.99em) {
  .c-archive__item {
    max-width: 50%;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .c-archive__item:nth-child(odd) {
    border-left-color: #F5F3FC;
  }
}

.c-section--tabs {
  padding: 30px 0 50px;
}

@media (min-width: 61.25em) {
  .c-section--tabs {
    padding: 46px 0 86px;
  }
}

.c-tabs__nav {
  margin-bottom: 40px;
}

@media (min-width: 61.25em) {
  .c-tabs__nav {
    margin-bottom: 64px;
  }
}

.s-tabs-nav {
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-tabs-nav li {
  margin: 0;
  padding: 0 2px;
}

.s-tabs-nav a {
  display: block;
  padding: 6px 20px;
  color: #212341;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background: transparent;
}

.s-tabs-nav a:hover {
  background: rgba(100, 28, 127, 0.1);
}

.s-tabs-nav a.is-active {
  color: #fff;
  font-weight: 700;
  background: #641C7F;
}

@media (min-width: 61.25em) {
  .s-tabs-nav a {
    font-size: 16px;
  }
}

.c-tabs__pane {
  display: none;
  opacity: 0;
}

.c-tabs__pane.is-active {
  display: block;
  -webkit-animation: visible-tab 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
          animation: visible-tab 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

@-webkit-keyframes visible-tab {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes visible-tab {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-section--comments {
  padding: 30px 0 40px;
}

@media (min-width: 61.25em) {
  .c-section--comments {
    padding: 40px 0 70px;
  }
}

.c-comments {
  padding: 10px 0;
  position: relative;
  background: #fff;
}

@media (min-width: 30em) {
  .c-comments {
    padding: 30px 15px;
    box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  }
  .c-comments::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    left: 20px;
    height: 6px;
    background: #641C7F;
  }
}

@media (min-width: 46.25em) {
  .c-comments {
    padding: 40px 20px;
  }
}

@media (min-width: 61.25em) {
  .c-comments {
    padding: 60px 25px;
  }
}

@media (min-width: 75em) {
  .c-comments {
    padding: 80px 60px;
  }
}

.c-comments .c-comment__info {
  background: #F8F9FB;
}

.s-comments .item {
  margin-bottom: 50px;
}

.s-comments .item:last-child {
  margin-bottom: 0;
}

.s-comments .children {
  margin-right: 30px;
}

@media (min-width: 61.25em) {
  .s-comments .item {
    margin-bottom: 68px;
  }
  .s-comments .children {
    margin-right: 74px;
  }
}
.s-comments ul.children,
.woocommerce-checkout #payment ul.payment_methods li{list-style:none !important}
.c-comment {
  margin-bottom: 40px;
}

.c-comment:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-comment {
    margin-bottom: 50px;
  }
}

.c-comment__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (min-width: 25em) {
  .c-comment__head {
    margin-bottom: 20px;
  }
}

@media (min-width: 61.25em) {
  .c-comment__head {
    margin-bottom: 30px;
  }
}

.c-comment__avatar {
  display: none;
  width: 55px;
  height: 55px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 9px;
  border-radius: 100%;
  overflow: hidden;
}

.c-comment__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 100%;
}

@media (min-width: 25em) {
  .c-comment__avatar {
    display: block;
  }
}

@media (min-width: 36.25em) {
  .c-comment__avatar {
    width: 65px;
    height: 65px;
  }
}

.c-comment__info {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border-radius: 5px;
  background: linear-gradient(300deg, #FFEBEC 10%, #F8F9FB 60%);
}

@media (min-width: 25em) {
  .c-comment__info {
    padding: 0 20px 0 10px;
    border-radius: 50px;
  }
}

@media (min-width: 30em) {
  .c-comment__info {
    padding: 0 20px;
    border-radius: 50px;
  }
}

@media (min-width: 36.25em) {
  .c-comment__info {
    padding: 0 30px;
  }
}

.c-comment__author {
  margin-left: auto;
  color: #212341;
  font-size: 14px;
  line-height: 1.4286;
}

.c-comment__name {
  font-weight: 800;
}

.c-comment__name a {
  color: inherit;
  text-decoration: none;
}

.c-comment__name a:hover {
  color: #641C7F;
}

.c-comment__rating {
  margin-right: 10px;
  position: relative;
}

.c-comment__rating::before {
  content: "" "" "" "" "";
  font-family: 'delnar' !important;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #212341;
  display: block;
}

.c-comment__rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.c-comment__rating span::before {
  content: "" "" "" "" "";
  font-family: 'delnar' !important;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #EF9A3D;
  display: block;
}
.woocommerce .star-rating span {
  color: #EF9A3D !important;
}
@media (min-width: 30em) {
  .c-comment__rating {
    margin-right: 12px;
  }
  .c-comment__rating::before {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .c-comment__rating span::before {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media (min-width: 36.25em) {
  .c-comment__rating {
    margin-right: 18px;
  }
  .c-comment__rating::before {
    letter-spacing: 5px;
  }
  .c-comment__rating span::before {
    letter-spacing: 5px;
  }
}

.c-comment__badge {
  margin-right: 10px;
  padding: 6px 10px 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 50px;
  background: #DE007A;
}

@media (min-width: 30em) {
  .c-comment__badge {
    margin-right: 12px;
  }
}

@media (min-width: 36.25em) {
  .c-comment__badge {
    margin-right: 18px;
    padding: 6px 15px 5px;
    font-size: 14px;
  }
}

.c-comment__body {
  color: #2D365D;
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}

.c-comment__body p {
  margin: 0 0 6px;
}

.c-comment__body p:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-comment__body {
    padding: 0 104px 0 30px;
  }
}

.c-comments-list {
  margin-bottom: 58px;
  list-style: none;
}

.c-comments-list:last-child {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .c-comments-list {
    margin-bottom: 110px;
  }
}

.c-comments-form {
  max-width: 760px;
  margin: 0 auto;
}

.c-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (min-width: 46.25em) {
  .c-pager {
    margin-top: 45px;
  }
}

@media (min-width: 61.25em) {
  .c-pager {
    margin-top: 70px;
  }
}

.c-pager__prev, .c-pager__next {
  width: 55px;
  padding: 3px 0;
  color: #232323;
  font-size: 14px;
  line-height: 2.2858;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #D5DBE0;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
  transition: all .2s ease-in-out;
}

.c-pager__prev:hover, .c-pager__next:hover {
  color: #DE007A;
  border-color: #DE007A;
  box-shadow: 0 10px 25px 0 rgba(222, 0, 122, 0.1);
}

@media (min-width: 25em) {
  .c-pager__prev, .c-pager__next {
    width: 65px;
  }
}

.c-pager__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  color: #232323;
  font-size: 14px;
}

.c-pager__info span {
  min-width: 40px;
  margin: 0 10px;
  padding: 3px;
  font-size: 16px;
  line-height: 2.125;
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  background: #F8F9FB;
}

.c-pager__info a {
  margin-right: 10px;
  color: #232323;
  font-size: 16px;
  line-height: 2.125;
  font-weight: 800;
  transition: all .2s ease-in-out;
}

.c-pager__info a:hover {
  color: #DE007A;
}

@media (min-width: 25em) {
  .c-pager__info {
    margin: 0 20px;
  }
}

@media (min-width: 30em) {
  .c-pager__info span {
    margin: 0 12px;
  }
  .c-pager__info a {
    margin-right: 0px;
  }
}

.c-section--footer {
  padding: 0 0 15px;
  margin-top: 15px;
  background: #F8F9FB;
}

@media (min-width: 61.25em) {
  .c-section--footer {
    margin-top: 84px;
    padding-bottom: 30px;
  }
}

.c-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 61.25em) {
  .c-footer {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-footer__delnar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

@media (min-width: 46.25em) {
  .c-footer__delnar {
    margin-bottom: 20px;
  }
}

@media (min-width: 61.25em) {
  .c-footer__delnar {
    width: 135px;
    margin: 0;
    padding-top: 50px;
  }
}

.c-footer__logo {
  display: none;
}

@media (min-width: 61.25em) {
  .c-footer__logo {
    display: block;
    margin-bottom: 25px;
  }
}

.c-footer__swap {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 10px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #B3BBC7 -25%, rgba(255, 255, 255, 0) 85%);
}

.c-footer__swap p {
  margin: 0 0 14px;
  color: #212341;
  font-size: 13px;
  line-height: 1.5385;
}

@media (min-width: 61.25em) {
  .c-footer__swap {
    padding: 25px 20px;
  }
}

@media (min-width: 61.25em) {
  .c-footer__main {
    padding: 50px 50px 0;
  }
}

.c-footer__text {
  padding-bottom: 15px;
  border-bottom: 1px solid #E7EBEE;
  color: #2D365D;
  font-size: 13px;
  line-height: 1.8462;
}

.c-footer__text p {
  margin: 0 0 8px;
}

.c-footer__text p:last-child {
  margin-bottom: 0;
}

.c-footer__text p b {
  font-weight: 800;
}

@media (min-width: 61.25em) {
  .c-footer__text {
    padding-bottom: 30px;
  }
}

.c-footer__contact {
  padding: 15px 0 10px;
  border-bottom: 1px solid #E7EBEE;
}

@media (min-width: 46.25em) {
  .c-footer__contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 61.25em) {
  .c-footer__contact {
    padding: 20px 0;
  }
}

.c-footer__contact-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-footer__contact-item:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 46.25em) {
  .c-footer__contact-item:not(:last-child) {
    margin: 0;
  }
}

@media (min-width: 46.25em) {
  .c-footer__contact-item:last-child {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-footer__contact-item:last-child .wrap {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-footer__contact-item .icon {
  display: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 15px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: #B3BBC7;
  font-size: 40px;
}

.c-footer__contact-item .icon::after {
  content: "";
  width: 80%;
  height: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 5px auto 0;
  border-radius: 100%;
  background: rgba(179, 187, 199, 0.4);
}

@media (min-width: 61.25em) {
  .c-footer__contact-item .icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-footer__contact-item .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #212341;
  font-size: 13px;
  line-height: 1.5;
}

.c-footer__contact-item .label {
  margin-bottom: 8px;
  padding: 3px 8px;
  color: #fff;
  line-height: 1;
  border-radius: 50px;
  background: #B3BBC7;
}

.c-footer__contact-item .info p {
  margin: 0;
}

.c-footer__contact-item .info p b {
  font-size: 16px;
  font-weight: 900;
}

.c-footer__contact-item .info a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  transition: all 200ms ease-in-out;
}

.c-footer__contact-item .info a:hover {
  color: #DE007A;
}

.c-footer__middle {
  padding: 15px 0;
  border-bottom: 1px solid #E7EBEE;
}

@media (min-width: 46.25em) {
  .c-footer__middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 61.25em) {
  .c-footer__middle {
    padding: 30px 0;
  }
}

.c-footer__nav {
  margin-bottom: 15px;
}

@media (min-width: 46.25em) {
  .c-footer__nav {
    width: 60%;
    margin: 0;
  }
}

.s-nav-footer {
  margin: -5px 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.s-nav-footer li {
  width: 50%;
  padding: 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-nav-footer a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
  color: #212341;
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  transition: all 200ms ease-in-out;
}

.s-nav-footer a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-radius: 100%;
  border: 2px solid rgba(33, 35, 65, 0.11);
  transition: all 200ms ease-in-out;
}

.s-nav-footer a:hover {
  color: #DE007A;
}

.s-nav-footer a:hover::before {
  border-color: transparent;
  background: rgba(222, 0, 122, 0.3);
}

.c-footer__certification {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
}

.c-footer__certification img {
  max-width: 102px;
}

@media (min-width: 46.25em) {
  .c-footer__certification {
    width: 40%;
  }
}

.c-footer__copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
}

.c-footer__copyright p {
  margin: 0 0 8px;
  color: #2D365D;
  font-size: 13px;
  line-height: 1.5;
}

.c-footer__copyright p:last-child {
  margin-bottom: 0;
}

.c-footer__copyright p a {
  color: #641c7f;
  font-weight: 700;
  transition: all 200ms ease-in-out;
}

.c-footer__copyright p a:hover {
  color: #DE007A;
}

@media (min-width: 46.25em) {
  .c-footer__copyright {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
  }
  .c-footer__copyright p {
    margin: 0;
    font-size: 14px;
  }
}

.c-footer__left {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 61.25em) {
  .c-footer__left {
    width: 240px;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin: 0;
  }
}

.c-footer__support {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  background: #641C7F;
}

.c-footer__support::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/shape-bg.jpg");
  background-size: cover;
  mix-blend-mode: screen;
}

@media (min-width: 61.25em) {
  .c-footer__support {
    margin-bottom: 40px;
  }
}

.c-footer__support-wrap {
  max-width: 158px;
  margin: 0 auto;
  padding: 20px 0 25px;
  color: #fff;
  text-align: center;
}

.c-footer__support-wrap p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.c-footer__support-wrap a {
  display: block;
  padding: 9px 0 3px;
  direction: ltr;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.c-footer__support-wrap a span {
  margin-right: 2px;
  font-weight: 400;
}

@media (min-width: 61.25em) {
  .c-footer__support-wrap {
    padding: 75px 0;
  }
  .c-footer__support-wrap p {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 900;
  }
  .c-footer__support-wrap a {
    font-size: 30px;
    font-weight: 900;
  }
}

.c-footer__jump {
  height: 40px;
  border-radius: 24px 24px 0 0;
  background: #212341;
  position: relative;
}

.c-footer__jump::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 24px;
  z-index: -1;
  background: #212341;
}

.c-footer__jump a {
  padding: 8px 8px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: all 200ms ease-in-out;
}

.c-footer__jump a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media (min-width: 61.25em) {
  .c-footer__jump {
    height: 48px;
    margin-top: -48px;
  }
}

.c-footer__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 61.25em) {
  .c-footer__social {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}