/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /**
   * Remove default margin.
   */
  body {
    margin: 0;
  }
  
  /* HTML5 display definitions
       ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  audio,
  canvas,
  progress,
  video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
  [hidden],
  template {
    display: none;
  }
  
  /* Links
       ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
  a:active,
  a:hover {
    outline: 0;
  }
  
  /* Text-level semantics
       ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  b,
  strong {
    font-weight: bold;
  }
  
  /**
   * Address styling not present in Safari and Chrome.
   */
  dfn {
    font-style: italic;
  }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000;
  }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  /* Embedded content
       ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0;
  }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Grouping content
       ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin: 1em 40px;
  }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto;
  }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  /* Forms
       ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
  }
  
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  button {
    overflow: visible;
  }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  button,
  select {
    text-transform: none;
  }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
  }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  input {
    line-height: normal;
  }
  
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
  input[type=search] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
  }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  optgroup {
    font-weight: bold;
  }
  
  /* Tables
       ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
  }
  
  html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  * {
    max-height: 1000000px;
  }
  
  body {
    color: #616161;
    background: #fff;
    font: 500 16px/1.2 "DM Sans", "Arial", "Helvetica", sans-serif;
    min-width: 360px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  .gm-style img {
    max-width: none;
  }
  
  a,
  button,
  input[type=submit] {
    transition: all 0.25s ease-in-out;
  }
  
  .wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .container {
    position: relative;
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto;
  }
  @media (min-width: 393px) {
    .container {
      padding: 0 24px;
    }
  }
  @media (min-width: 768px) {
    .container {
      padding: 0 16px;
    }
  }
  
  .button {
    background: #ffd100;
    color: #1f2957;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 8px 15px;
    transition: all 0.4s ease;
    outline: none;
    min-width: 133px;
    border: 1px solid #ffd100;
    line-height: 24px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  }
  .button:hover {
    background: #e6bc00;
    border-color: #e6bc00;
  }
  .button.button-outline {
    border-color: #1f2957;
    color: #1f2957;
    background: #fff;
    border-width: 2px;
  }
  .button.button-outline:hover {
    color: #fff;
    background: #1f2957;
  }
  
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h {
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    margin: 0 0 0.5em;
    color: #1f2957;
  }
  
  h1, .h1 {
    font-size: 40px;
    letter-spacing: 0.5px;
  }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 36px;
    }
  }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 32px;
    }
  }
  
  h2, .h2 {
    font-size: 32px;
  }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 28px;
    }
  }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 24px;
    }
  }
  
  h3, .h3 {
    font-size: 24px;
  }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 21px;
    }
  }
  
  h4, .h4 {
    font-size: 21px;
  }
  
  h5, .h5 {
    font-size: 17px;
  }
  
  h6, .h6 {
    font-size: 15px;
  }
  
  p {
    margin: 0 0 1em;
  }
  
  a {
    color: #1f2957;
    text-decoration: none;
  }
  a:hover, a:focus {
    text-decoration: none;
  }
  
  form,
  fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
  }
  
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #aeaeae;
    padding: 8px 15px;
    border-radius: 6px;
    line-height: 20px !important;
    height: 42px;
    font-size: 14px;
  }
  @media (min-width: 768px) {
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=search],
    input[type=password],
    textarea {
      font-size: 16px;
    }
  }
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  input[type=password]:focus,
  textarea:focus {
    outline: none;
    border-color: #000;
  }
  input[type=text]::placeholder,
  input[type=tel]::placeholder,
  input[type=email]::placeholder,
  input[type=search]::placeholder,
  input[type=password]::placeholder,
  textarea::placeholder {
    opacity: 0.8;
  }
  
  select {
    -webkit-border-radius: 0;
  }
  
  textarea {
    resize: vertical;
    vertical-align: top;
    height: 150px;
  }
  
  button,
  input[type=button],
  input[type=reset],
  input[type=file],
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
  }

  @font-face {
    font-family: Raleway;
    /*src: url("../font/Raleway-VariableFont_wght.ttf");*/
    /*src: url("https://ultimatebudapest.com/font/Raleway-700.woff2");*/
    src: url("../font/Raleway-700.woff2");
    font-weight: 700;
    /*font-display: swap;*/
    font-display: fallback;
  }
  
  @font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !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;
  }
  
  .icon-gift-sharp-light:before {
    content: "\e91b";
  }
  
  .icon-tiktok:before {
    content: "\e916";
  }
  
  .icon-delete:before {
    content: "\e900";
  }
  
  .icon-tick:before {
    content: "\e901";
  }
  
  .icon-edit:before {
    content: "\e902";
  }
  
  .icon-hour:before {
    content: "\e903";
  }
  
  .icon-card:before {
    content: "\e904";
  }
  
  .icon-shopping:before {
    content: "\e905";
  }
  
  .icon-calendar:before {
    content: "\e906";
  }
  
  .icon-global:before {
    content: "\e907";
  }
  
  .icon-adult:before {
    content: "\e908";
  }
  
  .icon-time:before {
    content: "\e909";
  }
  
  .icon-phone:before {
    content: "\e90a";
  }
  
  .icon-clock:before {
    content: "\e90b";
  }
  
  .icon-ticket:before {
    content: "\e90c";
  }
  
  .icon-down:before {
    content: "\e90d";
  }
  
  .icon-filter:before {
    content: "\e90e";
  }
  
  .icon-sort:before {
    content: "\e90f";
  }
  
  .icon-left-arrow:before {
    content: "\e910";
  }
  
  .icon-right-arrow:before {
    content: "\e911";
  }
  
  .icon-email:before {
    content: "\e912";
  }
  
  .icon-map-pin:before {
    content: "\e913";
  }
  
  .icon-dollar:before {
    content: "\e914";
  }
  
  .icon-cart:before {
    content: "\e915";
  }
  
  .icon-pinterest-p:before {
    content: "\e917";
  }
  
  .icon-linkedin:before {
    content: "\e918";
  }
  
  .icon-facebook:before {
    content: "\e919";
  }
  
  .icon-instagram:before {
    content: "\e91a";
  }
  
  .header {
    width: 100%;
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 9;
  }
  @media (min-width: 992px) {
    .header {
      padding: 19px 0;
    }
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .header .button-cart {
    width: 24px;
    display: block;
    color: #1f2957;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 25px;
    top: 20px;
  }
  @media (min-width: 992px) {
    .header .button-cart {
      position: static;
    }
  }
  .header .button-cart:hover {
    color: #ffd100;
  }
  
  .logo {
    width: 202px;
    flex-shrink: 0;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  @media (min-width: 992px) {
    .logo {
      width: 200px;
      margin: 0;
    }
  }
  @media (min-width: 1200px) {
    .logo {
      width: 230px;
    }
  }
  .logo a {
    display: block;
    height: auto;
    width: 100%;
  }
  .logo img {
    display: block;
  }
  
  .nav-opener {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
  @media (min-width: 992px) {
    .nav-opener {
      display: none;
    }
  }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    width: 18px;
    height: 2px;
    background: #000;
    content: "";
    transition: 0.3s;
    border-radius: 2px;
  }
  .nav-opener:hover:before, .nav-opener:hover:after,
  .nav-opener:hover span {
    background: #ffd100;
  }
  
  .nav-close {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  @media (min-width: 992px) {
    .nav-close {
      display: none;
    }
  }
  .nav-close:before, .nav-close:after {
    width: 18px;
    height: 2px;
    background: #000;
    content: "";
    display: block;
    transition: 0.3s;
    border-radius: 2px;
  }
  .nav-close:before {
    transform: rotate(45deg);
    position: relative;
    top: 2px;
  }
  .nav-close:after {
    transform: rotate(-45deg);
  }
  .nav-close:hover:before, .nav-close:hover:after {
    background: #ffd100;
  }
  
  .nav-active {
    overflow: hidden;
  }
  
  .nav-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin: 0;
  }
  @media (max-width: 991px) {
    .nav-holder {
      display: block;
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      width: 270px;
      transform: translateX(100%);
      overflow: auto;
      transition: 0.3s;
      background: #f6f3ed;
      padding: 70px 25px 25px;
    }
  }
  .nav-active .nav-holder {
    transform: none;
  }
  
  .main-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row-reverse;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
  }
  @media (min-width: 393px) {
    .main-nav {
      right: 24px;
    }
  }
  @media (min-width: 992px) {
    .main-nav {
      gap: 9px;
      flex-direction: row;
    }
  }
  .main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #1f2957;
    font-weight: 700;
    font-size: 16px;
  }
  @media (min-width: 992px) {
    .main-nav ul {
      display: flex;
      align-items: center;
      font-size: 14px;
    }
  }
  @media (min-width: 1200px) {
    .main-nav ul {
      font-size: 16px;
    }
  }
  .main-nav ul li {
    padding: 5px 0;
  }
  @media (min-width: 992px) {
    .main-nav ul li {
      padding: 0 7px;
    }
  }
  @media (min-width: 1200px) {
    .main-nav ul li {
      padding: 0 11px 0 10px;
    }
  }
  .main-nav ul li a {
    display: block;
    padding: 2px 0;
    color: currentColor;
    transition: 0.3s;
  }
  .main-nav ul li a:hover {
    color: #ffd100;
  }
  .main-nav ul li.active > a {
    color: #ffd100;
  }
  
  .visual-section {
    overflow: hidden;
    position: relative;
    min-height: 623px;
    display: flex;
    align-items: flex-end;
    padding: 72px 0;
    color: #fff;
  }
  @media (min-width: 768px) {
    .visual-section {
      min-height: 608px;
      padding: 68px 0;
    }
  }
  .visual-section .container {
    width: 100%;
  }
  .visual-section .textbox {
    max-width: 525px;
  }
  @media (min-width: 393px) {
    .visual-section .textbox {
      padding-right: 15px;
    }
  }
  @media (max-width: 767px) {
    .visual-section .textbox {
      font-size: 14px;
    }
  }
  .visual-section h1 {
    color: #ffd100;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.2;
  }
  .visual-section p {
    margin-bottom: 16px;
  }
  .visual-section p:last-child {
    margin-bottom: 0;
  }
  .visual-section .visual-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .visual-section .visual-image:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.28);
  }
  .visual-section .visual-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  
  .main {
    overflow: hidden;
    /*padding: 40px 0;*/
  }
  @media (min-width: 768px) {
    /*.main {
      padding: 60px 0;
    }*/
  }
  
  .filters-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px;
  }
  
  .form-search {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .form-search .form-input {
    flex-grow: 1;
    min-width: 0;
  }
  .form-search .form-input input {
    width: 100%;
    height: 42px;
  }
  .form-search .button {
    flex-shrink: 0;
  }
  
  @media (min-width: 768px) {
    .sorting-bar {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 20px;
    }
  }
  @media (max-width: 767px) {
    .sorting-bar {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 300px;
      background: #f6f3ed;
      z-index: 10;
      padding: 65px 25px;
      transform: translate(-100%);
      transition: 0.3s;
    }
  }
  .sorting-active .sorting-bar {
    transform: none;
  }
  .sorting-bar .title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 500;
    color: #1f2957;
    margin: 0 0 15px;
    text-align: center;
  }
  @media (min-width: 768px) {
    .sorting-bar .title {
      margin: 0;
      text-align: left;
    }
  }
  
  .sorting-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  @media (min-width: 768px) {
    .sorting-list {
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
    }
  }
  .sorting-list li {
    position: relative;
  }
  .sorting-list li.price-active a, .sorting-list li.calendar-active a {
    background: #bfc9f3;
  }
  .sorting-list li.price-active a .icon-down, .sorting-list li.calendar-active a .icon-down {
    transform: rotate(180deg);
    top: -1px;
  }
  .sorting-list li.price-active .price-dropdown-slide {
    display: block;
  }
  .sorting-list li.calendar-active .calendar-dropdown-slide {
    display: block;
  }
  .sorting-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 25px;
    background: #e2e7ff;
    min-width: 96px;
    padding: 5px 15px;
  }
  @media (min-width: 768px) {
    .sorting-list a {
      padding: 5px 20px;
    }
  }
  .sorting-list a .icon-down {
    position: relative;
    font-size: 11px;
    line-height: 1;
    transition: all 0.4s ease;
  }
  .sorting-list a:hover, .sorting-list a.active {
    color: #fff;
    background: #1f2957;
  }
  
  @media (max-width: 767px) {
    .tags-filter {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 300px;
      background: #f6f3ed;
      z-index: 10;
      padding: 65px 25px;
      transform: translate(-100%);
      transition: 0.3s;
    }
  }
  .filters-active .tags-filter {
    transform: none;
  }
  .tags-filter ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  @media (min-width: 768px) {
    .tags-filter ul {
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
    }
  }
  @media (min-width: 1200px) {
    .tags-filter ul {
      font-size: 14px;
    }
  }
  .tags-filter ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 25px;
    background: #fff;
    min-width: 96px;
    padding: 6px 15px;
    border: 1px solid #1f2957;
  }
  @media (min-width: 768px) {
    .tags-filter ul a {
      padding: 6px 20px;
    }
  }
  @media (min-width: 1200px) {
    .tags-filter ul a {
      padding: 7px 20px 5px;
    }
  }
  .tags-filter ul a:hover, .tags-filter ul a.active {
    color: #fff;
    background: #1f2957;
  }
  
  .filter-close {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  @media (min-width: 768px) {
    .filter-close {
      display: none;
    }
  }
  .filter-close:before, .filter-close:after {
    width: 18px;
    height: 2px;
    background: #000;
    content: "";
    display: block;
    transition: 0.3s;
    border-radius: 2px;
  }
  .filter-close:before {
    transform: rotate(45deg);
    position: relative;
    top: 2px;
  }
  .filter-close:after {
    transform: rotate(-45deg);
  }
  .filter-close:hover:before, .filter-close:hover:after {
    background: #ffd100;
  }
  
  .filter-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
  }
  @media (min-width: 768px) {
    .filter-buttons {
      display: none;
    }
  }
  .filter-buttons .button-sort,
  .filter-buttons .button-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 25px;
    background: #fff;
    min-width: 96px;
    padding: 6px 15px;
    border: 1px solid #1f2957;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    min-width: 123px;
  }
  .filter-buttons .button-sort .icon-down,
  .filter-buttons .button-filters .icon-down {
    font-size: 11px;
    line-height: 1;
  }
  .filter-buttons .button-sort:hover,
  .filter-buttons .button-filters:hover {
    color: #fff;
    background: #1f2957;
  }
  .filter-buttons .button-sort {
    background: #e2e7ff;
    border-color: #e2e7ff;
    min-width: 105px;
  }
  .filter-buttons .button-sort:hover {
    background: #1f2957;
    border-color: #1f2957;
  }
  
  .articles-block h2 {
    color: #ffd100;
    margin: 0 0 24px;
  }
  .articles-block .button-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .articles-block .button-holder .button {
    display: flex;
    max-width: 378px;
    width: 100%;
  }
  
  .articles-holder {
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 2px;
  }
  @media (min-width: 576px) {
    .articles-holder {
      margin: 0 -4px;
    }
  }
  @media (min-width: 768px) {
    .articles-holder {
      margin: 0 -7px;
    }
  }
  @media (min-width: 1200px) {
    .articles-holder {
      margin: 0 -10px;
    }
  }
  @media (min-width: 1400px) {
    .articles-holder {
      margin: 0 -15px;
    }
  }
  
  .article-post {
    width: 100%;
    margin: 0 0 32px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  }
  @media (min-width: 576px) {
    .article-post {
      width: calc(50% - 8px);
      margin: 0 4px 20px;
    }
  }
  @media (min-width: 768px) {
    .article-post {
      width: calc(50% - 14px);
      margin: 0 7px 20px;
    }
  }
  @media (min-width: 992px) {
    .article-post {
      width: calc(33.333% - 14px);
    }
  }
  @media (min-width: 1200px) {
    .article-post {
      width: calc(33.333% - 20px);
      margin: 0 10px 25px;
    }
  }
  @media (min-width: 1400px) {
    .article-post {
      width: calc(33.333% - 30px);
      margin: 0 15px 36px;
    }
  }
  .article-post .holder {
    flex-grow: 1;
    min-height: 0;
    width: 100%;
  }
  .article-post .image-holder {
    overflow: hidden;
    position: relative;
  }
  .article-post .image-holder:before {
    display: block;
    content: "";
    padding-top: 56.7%;
  }
  .article-post .image-holder > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .article-post .flash-button {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
  }
  .article-post .flash-button > img {
    width: 22px;
    height: auto;
    display: block;
  }
  .article-post .textbox {
    overflow: hidden;
    padding: 20px;
    padding-bottom: 0 !important;
    font-size: 14px;
  }
  @media (min-width: 576px) {
    .article-post .textbox {
      padding: 15px;
    }
  }
  @media (min-width: 768px) {
    .article-post .textbox {
      padding: 20px;
    }
  }
  .article-post h2 {
    color: #1f2957;
    margin: 0 0 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
  }
  .article-post p {
    margin: 0 0 12px;
  }
  .article-post .foot {
    flex-shrink: 0;
    width: 100%;
    padding: 20px;
    padding-top: 0 !important;
  }
  @media (min-width: 576px) {
    .article-post .foot {
      padding: 15px;
    }
  }
  @media (min-width: 768px) {
    .article-post .foot {
      padding: 20px;
    }
  }
  .article-post .price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #1f2957;
    font-weight: 700;
    margin: 0 0 14px;
  }
  .article-post .price .dollar {
    width: 30px;
    height: 30px;
    background: #1f2957;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    padding-right: 2px;
  }
  .article-post .button {
    display: flex;
  }
  
  .calendar-dropdown-slide {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0 0;
    width: 270px;
    display: none;
    z-index: 5;
  }
  @media (max-width: 991px) {
    .calendar-dropdown-slide {
      left: auto;
      right: 0;
    }
  }
  
  .calendar-dropdown {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    border: 1px solid #d9d9d9;
    padding: 12px;
    box-shadow: 0 3px 12px rgba(205, 205, 205, 0.4);
    text-transform: uppercase;
  }
  .calendar-dropdown .date-heading {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
  }
  .calendar-dropdown .month-area {
    display: block;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    padding: 0 10px 0 0;
    color: #1f2957;
    font-size: 12px;
    line-height: 1;
  }
  .calendar-dropdown .month {
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
  }
  .calendar-dropdown .year {
    font-weight: 1000;
  }
  .calendar-dropdown .buttons-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }
  .calendar-dropdown .buttons-wrap button {
    outline: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #f4f3f3;
    border: 1px solid #f4f3f3;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;
  }
  .calendar-dropdown .buttons-wrap button span,
  .calendar-dropdown .buttons-wrap button i {
    font-size: 8px;
    line-height: 1;
    display: block;
  }
  .calendar-dropdown .buttons-wrap button:hover {
    background: #ffd100;
    color: #fff;
  }
  
  .calendar-table {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #aeaeb2;
    width: 100%;
    text-align: center;
  }
  .calendar-table th {
    padding: 0 0 4px;
  }
  .calendar-table td {
    padding: 6px 4px;
    border-radius: 3px;
  }
  .calendar-table .current {
    background: #bfc9f3;
    font-weight: 700;
    color: #1b0229;
  }
  .calendar-table .selected {
    color: #1b0229;
  }
  
  .price-dropdown-slide {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0 0;
    width: 270px;
    display: none;
    z-index: 5;
  }
  @media (max-width: 991px) {
    .price-dropdown-slide {
      left: auto;
      right: 0;
    }
  }
  
  .price-dropdown {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    border: 1px solid #d9d9d9;
    padding: 14px 12px;
    box-shadow: 0 3px 12px rgba(205, 205, 205, 0.4);
    text-transform: none;
  }
  .price-dropdown .price-title-area {
    position: relative;
    margin: 0 0 16px;
  }
  .price-dropdown .price-title {
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    display: block;
    color: #1f2957;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
  }
  .price-dropdown .price-info-area {
    position: relative;
    padding: 15px 0 0;
    font-size: 12px;
    line-height: 1;
    color: #1f2957;
  }
  .price-dropdown .price-info {
    display: block;
    font-weight: 700;
  }
  .price-dropdown .price-text {
    display: block;
    font-weight: 400;
    padding: 7px 0 0;
  }
  .price-dropdown .price-range {
    position: relative;
    height: 4px;
    width: 100%;
    background: #dbdbdb;
    border-radius: 10px;
  }
  .price-dropdown .price-precantage {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background: #4c5fbc;
  }
  .price-dropdown .left-handle,
  .price-dropdown .right-handle {
    background: #4c5fbc;
    position: absolute;
    left: -2px;
    top: -5px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    z-index: 3;
  }
  .price-dropdown .right-handle {
    left: 68%;
  }
  
  * {
    scroll-behavior: smooth;
  }
  
  @media (max-width: 767px) {
    .visual-section {
      padding-bottom: 50px;
    }
  }
  .visual-section .textbox.add {
    padding-bottom: 11px;
  }
  @media (max-width: 767px) {
    .visual-section .textbox.add {
      padding-right: 6px;
      padding-left: 6px;
      padding-bottom: 0;
    }
  }
  .visual-section .textbox.add h1 {
    color: #fff;
  }
  .visual-section .textbox.add h1 span {
    font-size: 20px;
    margin: 0 0 14px;
    display: block;
  }
  
  @media (max-width: 991px) {
    .wrapper.events-page {
      padding-bottom: 169px;
    }
  }
  .wrapper.events-page .main {
    padding-bottom: 0;
  }
  
  .events-area {
    padding: 0 0 60px;
  }
  @media (max-width: 767px) {
    .events-area {
      padding: 0 0 84px;
    }
  }
  .events-area h2 {
    font-size: 28px;
    line-height: 32px;
  }
  @media (max-width: 767px) {
    .events-area h2 {
      font-size: 24px;
      line-height: 28px;
      width: 250px;
    }
  }
  @media (max-width: 991px) {
    .events-area h2 br {
      display: none;
    }
  }
  .events-area .head {
    padding-right: 401px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .events-area .head {
      padding-right: 0;
      display: block;
    }
  }
  @media (max-width: 767px) {
    .events-area .head {
      margin: 0 0 36px;
    }
  }
  .events-area .head .date {
    font-size: 20px;
    font-weight: 800;
    color: #1f2957;
  }
  @media (max-width: 1199px) {
    .events-area .head .date {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .events-area .head .date {
      font-size: 18px;
    }
  }
  .events-area .head .date .time {
    display: block;
  }
  @media (max-width: 991px) {
    .events-area .head .date .time {
      display: inline;
    }
  }
  
  .section-holder {
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .section-holder {
      display: block;
    }
  }
  
  .events-sideinfo {
    width: 355px;
    margin-left: 40px;
    order: 2;
    margin-top: -103px;
  }
  @media (max-width: 991px) {
    .events-sideinfo {
      order: 1;
      margin: 0;
      width: 100%;
    }
  }
  
  .ticket-box {
    background: #F3F5FF;
    border-radius: 12px;
    padding: 30px 38px 31px;
    border: 1px solid #1f2957;
    margin-bottom: 42px;
  }
  @media (max-width: 991px) {
    .ticket-box {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      padding: 15px 25px;
      margin: 0;
      border: 0;
      border-radius: 0;
    }
  }
  .ticket-box .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  @media (max-width: 991px) {
    .ticket-box .holder {
      margin-bottom: 14px;
    }
  }
  .ticket-box .button {
    line-height: 1;
    min-height: 43px;
    padding-top: 12px;
  }
  @media (max-width: 767px) {
    .ticket-box .button {
      width: 100%;
    }
  }
  .ticket-box .button i {
    transform: rotate(-28deg);
    font-size: 20px;
    margin-left: 8px;
  }
  .ticket-box .text {
    width: 75px;
    font-size: 14px;
    color: #1f2957;
  }
  @media (max-width: 991px) {
    .ticket-box .text {
      width: 100%;
      font-size: 24px;
      font-weight: 800;
      line-height: 28px;
      margin: 0 0 10px;
    }
  }
  .ticket-box .text .price {
    display: block;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: #1f2957;
  }
  @media (max-width: 991px) {
    .ticket-box .text .price {
      display: inline;
    }
  }
  .ticket-box .text-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #1f2957;
    font-size: 14px;
    line-height: 18px;
  }
  .ticket-box .text-row .ico-box {
    width: 39px;
    font-size: 20px;
    line-height: 1;
  }
  .ticket-box .text-row p {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    margin: 0;
  }
  
  .details-widget h2 {
    margin: 0 0 24px;
  }
  .details-widget .info-list {
    list-style: none;
    padding: 0 5px 26px 0;
    margin: 0;
    color: #1f2957;
  }
  .details-widget .info-list > li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4px;
  }
  .details-widget .info-list > li .ico-box {
    width: 34px;
    font-size: 22px;
    color: #1f2957;
  }
  .details-widget .info-list > li .ico-box img {
    width: 18px;
    height: auto;
  }
  .details-widget .info-list > li .text-holder {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  .details-widget .info-list > li .title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: #1f2957;
    margin: 0 0 10px;
  }
  .details-widget .info-list ul {
    padding: 0 0 0 11px;
    list-style: none;
    margin: 0;
  }
  .details-widget .info-list ul li {
    position: relative;
    padding: 0 0 0 14px;
    margin: 0 0 16px;
    color: #1f2957;
  }
  .details-widget .info-list ul li strong {
    font-weight: 800;
  }
  .details-widget .info-list ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    background: #1f2957;
    width: 6px;
    height: 6px;
    border-radius: 100%;
  }
  
  .events-content {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    order: 1;
  }
  @media (max-width: 991px) {
    .events-content {
      order: 2;
      flex-basis: inherit;
      flex-grow: inherit;
      width: 100%;
    }
  }
  
  .reviews-widget {
    padding: 16px 0;
    color: #1f2957;
  }
  .reviews-widget h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 800;
  }
  .reviews-widget .reviews-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
  }
  @media (max-width: 767px) {
    .reviews-widget .reviews-row {
      gap: 10px;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
  }
  @media (max-width: 767px) {
    .reviews-widget .reviews-row .ratings {
      width: 109px;
      margin: -17px -8px 0 0;
    }
  }
  .reviews-widget .number {
    display: block;
    font-size: 20px;
    font-weight: 800;
  }
  .reviews-widget p {
    font-size: 14px;
    line-height: 18px;
  }
  
  .selection-box {
    background: #CFD5F3;
    border-radius: 12px;
    padding: 32px 28px 31px 31px;
    border: 1px solid #4c5fbc;
  }
  .selection-box h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 800;
    margin: 0 0 21px;
  }
  .selection-box .fields-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
  }
  @media (max-width: 991px) {
    .selection-box .fields-row {
      display: block;
    }
  }
  .selection-box .fields-row > div {
    position: relative;
  }
  .selection-box .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    padding: 12px 11px 12px 14px;
    z-index: 99;
    border: 1px solid #D9D9D9;
  }
  .selection-box .dropdown ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    list-style: none;
    color: #1f2957;
    height: 110px;
    overflow-y: auto;
  }
  .selection-box .dropdown ul li {
    margin: 0 0 5px;
  }
  .selection-box .select-box {
    border: 1px solid #1f2957;
    border-radius: 6px;
    font-size: 14px;
    line-height: 23px;
    padding: 8px 11px;
    outline: none;
    background: #fff;
    color: #1f2957;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  @media (max-width: 991px) {
    .selection-box .select-box {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 15px;
    }
  }
  .selection-box .select-box .icon-down {
    display: inline-block;
    margin-left: 10px;
    margin-right: 4px;
    font-size: 18px;
    line-height: 1;
  }
  .selection-box .button {
    margin-left: 18px;
    background: #1f2957;
    color: #fff;
    border-color: #1f2957;
    padding-left: 32px;
    padding-right: 32px;
  }
  @media (max-width: 1399px) {
    .selection-box .button {
      padding-left: 18px;
      padding-right: 18px;
      margin-left: 0;
    }
  }
  @media (max-width: 991px) {
    .selection-box .button {
      width: 100%;
      margin: 0;
    }
  }
  .selection-box .button:hover {
    opacity: 0.75;
  }
  
  .selection-data {
    margin-top: 12px;
    border: 1px solid #4c5fbc;
    border-radius: 12px;
    padding: 30px 39px 0;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 1199px) {
    .selection-data {
      padding: 30px 15px 0;
    }
  }
  .selection-data .close {
    position: absolute;
    right: 41px;
    top: 29px;
    background: transparent;
    padding: 0;
    border: 0;
    transform: rotate(180deg);
    color: #3b446c;
    font-size: 18px;
  }
  @media (max-width: 991px) {
    .selection-data .close {
      right: 20px;
      top: 8px;
    }
  }
  .selection-data h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 800;
    margin: 0 0 22px;
  }
  .selection-data .info {
    padding: 0 0 19px;
    border-bottom: 1px solid #c6cef5;
  }
  .selection-data .duration {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px;
    gap: 14px;
  }
  .selection-data .duration .ico-box {
    font-size: 20px;
  }
  .selection-data .address {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #3A3A3A;
  }
  .selection-data .address a {
    text-decoration: underline;
    color: #3A3A3A;
  }
  .selection-data .address a:hover {
    text-decoration: none;
  }
  .selection-data .address .ico-box {
    font-size: 20px;
    color: #1f2957;
  }
  .selection-data .address .text {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  .selection-data .time-detail {
    padding: 20px 0;
    border-bottom: 1px solid #c6cef5;
  }
  .selection-data .time-detail .title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 800;
    color: #1f2957;
    margin: 0 0 9px;
  }
  .selection-data .time-detail .time {
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
  }
  .selection-data .time-detail .btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .selection-data .time-detail .btn {
    background: #E7EBFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    padding: 5px 12px;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    outline: none;
  }
  .selection-data .time-detail .btn:hover {
    background: #1f2957;
    color: #fff;
  }
  .selection-data .time-detail .btn:hover .ico-box {
    background: #fff;
    color: #1f2957;
  }
  .selection-data .time-detail .btn.active {
    background: #1f2957;
    color: #fff;
  }
  .selection-data .time-detail .btn.active .ico-box {
    background: #fff;
    color: #1f2957;
  }
  .selection-data .time-detail .ico-box {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #1f2957;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-right: 11px;
    justify-content: center;
    transition: all 0.4s ease;
  }
  .selection-data .price-info {
    padding: 20px 0;
    font-size: 14px;
    color: #1f2957;
  }
  .selection-data .price-info .title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 800;
    color: #1f2957;
    margin: 0 0 11px;
  }
  .selection-data .action-row {
    background: #F3F3F3;
    padding: 32px 39px;
    margin: 0 -39px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 1199px) {
    .selection-data .action-row {
      padding: 32px 15px;
      margin: 0 -15px;
    }
  }
  .selection-data .action-row .title {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 500;
    color: #1f2957;
  }
  @media (max-width: 991px) {
    .selection-data .action-row .title {
      display: inline;
      font-size: 20px;
    }
  }
  .selection-data .action-row .price {
    font-size: 24px;
    line-height: 28px;
    display: block;
    font-weight: 800;
    color: #1f2957;
    margin: 0 0 6px;
  }
  @media (max-width: 991px) {
    .selection-data .action-row .price {
      display: inline;
      font-size: 20px;
    }
  }
  .selection-data .action-row .text {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 15px;
  }
  @media (max-width: 991px) {
    .selection-data .action-row .text {
      display: block;
      margin-bottom: 14px;
    }
  }
  .selection-data .action-row .btn-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .selection-data .action-row .button {
    padding-left: 33px;
    padding-right: 33px;
  }
  @media (max-width: 767px) {
    .selection-data .action-row .button {
      display: block;
      width: 100%;
    }
  }
  
  .gallery-area {
    padding: 58px 0;
  }
  @media (max-width: 1199px) {
    .gallery-area {
      padding-top: 0;
    }
  }
  @media (max-width: 767px) {
    .gallery-area {
      padding-bottom: 26px;
    }
  }
  .gallery-area h2 {
    font-size: 28px;
    margin: 0 0 41px;
    line-height: 32px;
  }
  @media (max-width: 767px) {
    .gallery-area h2 {
      font-size: 24px;
      line-height: 28px;
    }
  }
  .gallery-area .holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-right: 41px;
  }
  @media (max-width: 1399px) {
    .gallery-area .holder {
      padding-right: 10px;
    }
  }
  @media (max-width: 991px) {
    .gallery-area .holder {
      display: block;
      margin: 0;
      padding: 0;
    }
  }
  .gallery-area .large-image {
    width: 49.5%;
    padding: 0 10px;
  }
  @media (max-width: 991px) {
    .gallery-area .large-image {
      width: 100%;
      padding: 0;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 767px) {
    .gallery-area .large-image {
      margin: 0 0 13px;
    }
  }
  .gallery-area .large-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .gallery-area .thumb-images {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px 0;
  }
  @media (max-width: 991px) {
    .gallery-area .thumb-images {
      margin: 0 -10px;
    }
  }
  @media (max-width: 767px) {
    .gallery-area .thumb-images {
      margin: 0 -6px;
    }
  }
  .gallery-area .thumb-images .image {
    width: 50%;
    padding: 0 10px 21px;
  }
  @media (max-width: 767px) {
    .gallery-area .thumb-images .image {
      padding: 0 6px 8px;
    }
  }
  .gallery-area .thumb-images img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  
  .address-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background: #F4F4F5;
  }
  .address-area .map-holder {
    width: 66.2%;
  }
  @media (max-width: 1399px) {
    .address-area .map-holder {
      width: 60%;
    }
  }
  @media (max-width: 991px) {
    .address-area .map-holder {
      width: 100%;
    }
  }
  .address-area iframe {
    width: 100%;
    height: 432px;
    object-fit: cover;
  }
  .address-area .address-info {
    padding: 0 58px 60px;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  @media (max-width: 1199px) {
    .address-area .address-info {
      padding: 0 20px 50px;
    }
  }
  @media (max-width: 991px) {
    .address-area .address-info {
      padding: 39px 22px 45px 22px;
    }
  }
  .address-area .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 39px;
  }
  @media (max-width: 767px) {
    .address-area .inner {
      margin: 0 0 20px;
    }
  }
  .address-area .inner a {
    color: #3A3A3A;
    text-decoration: underline;
  }
  .address-area .inner a:hover {
    text-decoration: none;
  }
  .address-area .ico-box {
    font-size: 20px;
  }
  .address-area .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    display: block;
    color: #1f2957;
    margin: 0 0 15px;
  }
  .address-area .button {
    padding-left: 33px;
    padding-right: 33px;
  }
  @media (max-width: 767px) {
    .address-area .button {
      padding-left: 18px;
      padding-right: 18px;
      border-width: 1px;
      font-size: 15px;
    }
  }
  
  .steps-area {
    padding: 69px 0 73px;
    position: relative;
  }
  @media (max-width: 991px) {
    .steps-area {
      padding: 150px 0;
    }
  }
  @media (max-width: 767px) {
    .steps-area {
      padding-bottom: 64px;
    }
  }
  .steps-area .container {
    position: static;
  }
  .steps-area .image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .steps-area .image {
      width: 180px;
    }
  }
  .steps-area .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .steps-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 962px;
    position: relative;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .steps-list {
      display: block;
      margin: 0 10%;
    }
  }
  .steps-list:before {
    position: absolute;
    left: 0;
    top: 32px;
    content: "";
    background: url("../images/bars.png") no-repeat;
    height: 23px;
    width: 958px;
    z-index: -1;
  }
  @media (max-width: 991px) {
    .steps-list:before {
      width: 22px;
      height: 491px;
      top: -80px;
      left: 18px;
      background: url("../images/bars-mob.png") no-repeat;
    }
  }
  .steps-list li {
    width: 25%;
  }
  @media (max-width: 991px) {
    .steps-list li {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 25px;
      margin: 0 0 25px;
    }
  }
  @media (max-width: 767px) {
    .steps-list li {
      gap: 20px;
      margin: 0 0 30px;
    }
  }
  .steps-list .ico-box {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #2a3a8c;
    margin: 0 auto 33px;
    border-radius: 100%;
    font-size: 40px;
  }
  @media (max-width: 991px) {
    .steps-list .ico-box {
      margin: 0;
      width: 62px;
      height: 62px;
      font-size: 30px;
    }
  }
  .steps-list .ico-box .icon-ticket {
    transform: rotate(-25deg);
  }
  .steps-list .text {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #131B40;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  }
  @media (max-width: 991px) {
    .steps-list .text {
      flex-basis: 0;
      flex-grow: 1;
      min-width: 0;
      text-align: left;
      font-size: 16px;
    }
  }
  
  .posts-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px 0 20px;
    position: relative;
  }
  @media (max-width: 767px) {
    .posts-area {
      padding-bottom: 100px;
      padding-top: 39px;
    }
  }
  .posts-area .container {
    position: static;
  }
  .posts-area .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
  }
  .posts-area .head h2 {
    color: #ffd100;
    margin: 0;
  }
  @media (max-width: 767px) {
    .posts-area .head h2 {
      font-size: 32px;
    }
  }
  .posts-area .head .button {
    border-color: #fff;
    background: transparent;
    color: #fff;
    padding-left: 33px;
    padding-right: 33px;
  }
  @media (max-width: 767px) {
    .posts-area .head .button {
      position: absolute;
      left: 25px;
      bottom: 38px;
      right: 25px;
    }
  }
  .posts-area .head .button:hover {
    background: #fff;
    color: #1f2957;
  }
  .posts-area .article-post {
    border: 0;
  }
  
  .booking-page .nav-holder .menu {
    display: none;
  }
  .booking-page .main {
    padding: 0;
  }
  
  .cart-area {
    background: #f8f8f8;
    padding: 62px 0 59px;
  }
  @media (max-width: 767px) {
    .cart-area {
      padding: 44px 0;
    }
  }
  .cart-area.add .cart-summary {
    width: 40.2%;
  }
  @media (max-width: 991px) {
    .cart-area.add .cart-summary {
      width: 100%;
    }
  }
  .cart-area .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  @media (max-width: 991px) {
    .cart-area .inner-wrap {
      display: block;
    }
  }
  .cart-area h1,
  .cart-area .h1 {
    color: #1F2957;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 38px;
  }
  @media (max-width: 991px) {
    .cart-area h1,
    .cart-area .h1 {
      margin: 0 0 30px;
    }
  }
  .cart-area .btn-con {
    min-width: 248px;
  }
  @media (max-width: 767px) {
    .cart-area .btn-con {
      width: 100%;
    }
  }
  
  .cart-content {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  
  .cart-summary {
    width: 33.333%;
    margin: 0 0 0 40px;
  }
  @media (max-width: 991px) {
    .cart-summary {
      width: 100%;
      margin: 40px 0 0;
    }
  }
  
  .item-databox {
    margin: 0 0 36px;
  }
  .item-databox .date {
    display: block;
    color: #1F2957;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px;
  }
  
  .summary-box {
    border: 1px solid #4C5FBC;
    border-radius: 12px;
    padding: 32px 40px;
  }
  @media (max-width: 767px) {
    .summary-box {
      padding: 24px;
      margin-bottom: 30px;
    }
  }
  .summary-box h2 {
    font-size: 24px;
    line-height: 28px;
    color: #1F2957;
    border-bottom: 1px solid #C6CEF5;
    padding: 0 0 26px;
    margin: 0 0 26px;
  }
  .summary-box h2 span {
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 900;
  }
  .summary-box .price {
    color: #1F2957;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    display: block;
  }
  .summary-box .price-details {
    min-height: 130px;
  }
  @media (max-width: 767px) {
    .summary-box .price-details {
      min-height: 70px;
    }
  }
  .summary-box .text {
    color: #1F2957;
    font-size: 14px;
    line-height: 18px;
  }
  .summary-box .info {
    color: #1F2957;
    font-size: 14px;
    line-height: 18px;
  }
  .summary-box .info p {
    margin: 0 0 15px;
  }
  .summary-box .button {
    width: 100%;
  }
  
  .item-box {
    border: 1px solid #4C5FBC;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .item-box {
      display: block;
    }
  }
  .item-box .image {
    width: 147px;
    margin: 0 24px 0 0;
  }
  @media (max-width: 991px) {
    .item-box .image {
      width: 84px;
      margin: 0 10px 0 0;
    }
  }
  .item-box .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .item-box .description {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    position: relative;
  }
  .item-box h2 {
    font-size: 24px;
    font-weight: 800;
    color: #1F2957;
    margin: 0 0 22px;
    text-transform: uppercase;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    padding-right: 50px;
  }
  @media (max-width: 991px) {
    .item-box h2 {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 767px) {
    .item-box h2 {
      /*margin: 50px 0 10px;*/
      margin: -50px 0 40px;
      padding: 0 0 0 94px;
    }
  }
  .item-box .comments-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 13px;
  }
  @media (max-width: 767px) {
    .item-box .comments-row {
      display: block;
      padding: 0 0 0 94px;
    }
  }
  .item-box .stars {
    width: 115px;
    margin-right: 15px;
  }
  @media (max-width: 767px) {
    .item-box .stars {
      margin: 0 0 5px;
    }
  }
  .item-box .stars img {
    width: 100%;
    height: auto;
    display: block;
  }
  .item-box .ratings-text {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #1F2957;
    margin-right: 6px;
  }
  .item-box .total-review {
    font-size: 14px;
    color: #1F2957;
    line-height: 16px;
  }
  .item-box .date-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 15px;
  }
  .item-box .date-row .date {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #4E4E4E;
    font-weight: 500;
  }
  .item-box .adult-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #4E4E4E;
    font-weight: 500;
    margin: 0 0 14px;
  }
  .item-box .adult-info .ico-box {
    font-size: 20px;
  }
  .item-box .lang-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  @media (max-width: 767px) {
    .item-box .lang-row {
      margin: 0 0 18px;
    }
  }
  .item-box .lang-row .ico-box {
    font-size: 20px;
  }
  .item-box .lang-row .text {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #4E4E4E;
    font-weight: 500;
  }
  .item-box .btn-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -30px 0 0;
  }
  @media (max-width: 767px) {
    .item-box .btn-row {
      margin: 0;
    }
  }
  .item-box .actions {
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .item-box .actions {
      gap: 10px;
    }
  }
  .item-box .actions .button-outline {
    display: none;
  }
  @media (max-width: 767px) {
    .item-box .actions .button-outline {
      display: block;
      min-width: 94px;
      height: 38px;
      line-height: 20px;
    }
  }
  .item-box .del-btn {
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border: 2px solid #1F2957;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #1F2957;
    position: absolute;
    top: 0;
    right: 0;
  }
  @media (max-width: 767px) {
    .item-box .del-btn {
      position: static;
    }
  }
  .item-box .del-btn:hover {
    background: #1F2957;
    color: #fff;
  }
  .item-box .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
  }
  .item-box .price .text {
    font-size: 14px;
    line-height: 17px;
    color: #4E4E4E;
    font-weight: 500;
  }
  .item-box .price .price-box {
    border-radius: 6px;
    color: #1F2957;
    background: #EEF1FF;
    text-align: center;
    width: 67px;
    height: 37px;
    font-weight: 600;
    font-size: 14px;
    line-height: 37px;
  }
  
  .cart-form-box {
    border: 1px solid #4C5FBC;
    border-radius: 12px;
    padding: 40px;
  }
  @media (max-width: 767px) {
    .cart-form-box {
      padding: 24px 20px;
    }
  }
  .cart-form-box h2 {
    font-size: 20px;
    margin: 0 0 31px;
    font-weight: 700;
    color: #1F2957;
    line-height: 24px;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
  }
  @media (max-width: 767px) {
    .cart-form-box h2 {
      margin: 0 0 22px;
    }
  }
  .cart-form-box .cart-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  @media (max-width: 767px) {
    .cart-form-box .cart-form {
      margin: 0;
      display: block;
    }
  }
  .cart-form-box .field-wrap {
    padding: 0 10px 20px;
    width: 50%;
  }
  @media (max-width: 767px) {
    .cart-form-box .field-wrap {
      padding: 0 0 20px;
      width: 100%;
    }
  }
  .cart-form-box .field-wrap label {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #1F2957;
    margin: 0 0 4px;
    letter-spacing: 1px;
  }
  .cart-form-box .field-wrap .form-input {
    width: 100%;
  }
  .cart-form-box .check-wrap {
    width: 100%;
    padding: 2px 10px 14px;
  }
  .cart-form-box .check-field {
    margin: 0 0 16px;
  }
  .cart-form-box .check-field label {
    display: block;
  }
  .cart-form-box .check-field input[type=checkbox] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
  }
  .cart-form-box .check-field .text {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    cursor: pointer;
    color: #1F2957;
    font-size: 14px;
    line-height: 17px;
  }
  .cart-form-box .check-field .text a {
    font-weight: 700;
    text-decoration: underline;
  }
  .cart-form-box .check-field .text a:hover {
    text-decoration: none;
  }
  .cart-form-box .check-field .text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1.5px solid #AEAEAE;
    transition: all 0.4s ease;
  }
  .cart-form-box .check-field .text:after {
    content: "";
    width: 13px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 9px;
    border: 3px solid #fff;
    border-width: 0 0 3px 3px;
    opacity: 0;
    transform: rotate(-45deg);
    margin: -4px 0 0 -5px;
  }
  .cart-form-box .check-field input[type=checkbox]:checked ~ .text:before {
    background: #1F2957;
    border-color: #1F2957;
  }
  .cart-form-box .check-field input[type=checkbox]:checked ~ .text:after {
    opacity: 1;
  }
  .cart-form-box .btn-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: flex-end;
    width: 100%;
    gap: 20px;
  }
  @media (max-width: 767px) {
    .cart-form-box .btn-holder {
      display: block;
    }
  }
  .cart-form-box .btn-holder .button {
    padding-left: 33px;
    padding-right: 33px;
  }
  @media (max-width: 767px) {
    .cart-form-box .btn-holder .button {
      width: 100%;
    }
  }
  .cart-form-box .btn-holder .button-outline {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 110px;
  }
  @media (max-width: 767px) {
    .cart-form-box .btn-holder .button-outline {
      margin-bottom: 20px;
    }
  }
  
  .summary-data {
    border: 1px solid #4C5FBC;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }
  .summary-data div:last-child {
    border-bottom: 0;
  }
  .summary-data .order-box {
    padding: 32px 40px 0;
  }
  @media (max-width: 767px) {
    .summary-data .order-box {
      padding: 22px 22px 0;
    }
  }
  .summary-data .order-box .head {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #4C5FBC;
    padding: 0 0 8px;
    margin: 0 0 20px;
  }
  .summary-data .order-box .image {
    margin-right: 24px;
    width: 74px;
  }
  .summary-data .order-box .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .summary-data .order-box .description {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  .summary-data .order-box .description h2 {
    color: #1F2957;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    font-family: "DM Sans", "Arial", "Helvetica", sans-serif;
    margin: 0 0 10px;
  }
  .summary-data .order-box .comments-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 13px;
  }
  @media (max-width: 1199px) {
    .summary-data .order-box .comments-row {
      display: block;
    }
  }
  .summary-data .order-box .stars {
    width: 115px;
    margin-right: 15px;
  }
  @media (max-width: 1199px) {
    .summary-data .order-box .stars {
      margin: 0 0 5px;
    }
  }
  .summary-data .order-box .stars img {
    width: 100%;
    height: auto;
    display: block;
  }
  .summary-data .order-box .ratings-text {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #1F2957;
    margin-right: 6px;
  }
  .summary-data .order-box .total-review {
    font-size: 14px;
    color: #1F2957;
    line-height: 16px;
  }
  .summary-data .order-box .date-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin: 0 0 2px;
  }
  .summary-data .order-box .date-row .ico-box {
    font-size: 22px;
  }
  .summary-data .order-box .date-row .date {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #4E4E4E;
    font-weight: 500;
  }
  .summary-data .order-box .adult-info {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #4E4E4E;
    font-weight: 500;
    margin: 0 0 30px;
  }
  .summary-data .order-box .adult-info .ico-box {
    font-size: 18px;
  }
  .summary-data .order-box .lang-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin: 0 0 7px;
  }
  .summary-data .order-box .lang-row .ico-box {
    font-size: 22px;
  }
  .summary-data .order-box .lang-row .text {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #4E4E4E;
    font-weight: 500;
  }
  .summary-data .order-box .price-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px;
    margin: 0 -40px;
    border-top: 1px solid #4C5FBC;
    border-bottom: 1px solid #4C5FBC;
    font-size: 20px;
    line-height: 28px;
    color: #1F2957;
    font-weight: 800;
  }
  @media (max-width: 767px) {
    .summary-data .order-box .price-row {
      margin: 0 -22px;
      padding: 20px 22px;
    }
  }
  .summary-data .order-box .price-row .amount {
    font-size: 24px;
    line-height: 28px;
  }
  .summary-data .code-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 1px solid #4C5FBC;
    font-size: 20px;
    line-height: 24px;
    color: #1F2957;
    font-weight: 800;
    background: #FBE79C;
  }
  @media (max-width: 767px) {
    .summary-data .code-box {
      padding: 20px 22px;
    }
  }
  .summary-data .code-box .title {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1F2957;
  }
  .summary-data .code-box form {
    padding: 20px 0 0;
  }
  .summary-data .code-box form label {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #1F2957;
    margin: 0 0 6px;
  }
  .summary-data .code-box form .field-holder {
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 1199px) {
    .summary-data .code-box form .field-holder {
      display: block;
    }
  }
  .summary-data .code-box form .field-holder .button {
    width: 145px;
    margin-left: 12px;
    font-size: 16px;
    background: transparent;
  }
  @media (max-width: 1199px) {
    .summary-data .code-box form .field-holder .button {
      width: 100%;
      margin: 0;
    }
  }
  .summary-data .code-box form .field-holder .button:hover {
    background: #1F2957;
  }
  .summary-data .code-box form .field-holder .form-input {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  @media (max-width: 1199px) {
    .summary-data .code-box form .field-holder .form-input {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  .summary-data .subtotal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 40px;
    font-size: 20px;
    line-height: 28px;
    color: #1F2957;
    font-weight: 800;
    background: #F3F3F3;
  }
  @media (max-width: 767px) {
    .summary-data .subtotal {
      padding: 28px 22px;
    }
  }
  
  .footer {
    background: #1d2857;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer .col-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 26px;
  }
  @media (max-width: 991px) {
    .footer .col-holder {
      display: block;
    }
  }
  
  .logo-holder {
    width: 38.333%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-right: 55px;
  }
  @media (max-width: 1199px) {
    .logo-holder {
      margin-right: 20px;
    }
  }
  @media (max-width: 991px) {
    .logo-holder {
      width: 100%;
      margin: 0 0 20px;
    }
  }
  .logo-holder .logo {
    width: 127px;
  }
  .logo-holder .description {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }
  @media (max-width: 1199px) {
    .logo-holder .description {
      font-size: 12px;
    }
  }
  @media (max-width: 991px) {
    .logo-holder .description {
      font-size: 14px;
    }
  }
  .logo-holder .description p {
    margin: 0;
  }
  
  .footer-content {
    padding: 40px 0;
  }
  
  .footer-info {
    width: 28%;
    margin-right: 31px;
  }
  @media (max-width: 1199px) {
    .footer-info {
      margin-right: 15px;
      width: 31%;
    }
  }
  @media (max-width: 991px) {
    .footer-info {
      width: 100%;
      margin: 0 0 20px;
    }
  }
  .footer-info .info-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 28px;
  }
  .footer-info .ico-box {
    font-size: 20px;
    margin-right: 11px;
  }
  .footer-info .text-holder {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  .footer-info .title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
  }
  @media (max-width: 1199px) {
    .footer-info .text {
      font-size: 14px;
    }
  }
  @media (max-width: 991px) {
    .footer-info .text {
      font-size: 16px;
    }
  }
  .footer-info a:hover {
    text-decoration: underline;
  }
  
  .brand-logos {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
  }
  .brand-logos h3 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    margin: 0 0 16px;
  }
  .brand-logos ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 19px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .social-networks {
    margin: 0;
    padding: 5px 0 0 6px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    font-size: 20px;
  }
  .social-networks a {
    width: 48px;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    color: #2d2d37;
  }
  .social-networks a:hover {
    opacity: 0.75;
  }
  
  .footer-bottom {
    background: #000;
    padding: 25px 0;
  }
  .footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 991px) {
    .footer-bottom .container {
      display: block;
    }
  }
  .footer-bottom .payment-cards img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  @media (max-width: 991px) {
    .footer-bottom .payment-cards img {
      margin: 0 auto;
    }
  }
  
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 16px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }
  @media (max-width: 1199px) {
    .footer-links {
      font-size: 14px;
      row-gap: 0;
    }
  }
  @media (max-width: 991px) {
    .footer-links {
      padding-top: 10px;
      justify-content: center;
    }
  }
  @media (max-width: 991px) {
    .footer-links li:first-child {
      width: 100%;
      text-align: center;
    }
  }
  .footer-links a:hover {
    text-decoration: underline;
  }