/*

Theme Name: FASTSITE blank theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: fastsite-blank-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

@media (min-width: 577px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 993px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}

@media (min-width: 1201px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}

@media (min-width: 1441px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
/*
ADDITIONAL
*/
body {
  font-family: 'Kanit', sans-serif;
  margin: 0;
}

a.cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 34px;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  text-decoration: none;
  padding: 0 24px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #FDD030;
}

a.cta:hover {
  background: #FDD030;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 1200px) {
  h1 {
    font-size: 52px;
    line-height: 70px;
  }
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 46px;
    line-height: 60px;
  }
}

@media all and (max-width: 600px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 1366px) {
  h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media all and (max-width: 576px) {
  h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

h3 {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 17px;
}

h4 {
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 17px;
}

h5 {
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 17px;
}

h6 {
  font-size: 11px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 17px;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

strong {
  font-weight: bolder;
}

i {
  font-style: italic;
}

ul li, ol li {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul li a, ol li a {
  color: #000;
}

ul {
  list-style-type: circle;
}

ol {
  list-style-type: armenian;
}

#main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-top: 58px;
}

#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .container .logo-wrapper {
  position: absolute;
  left: 50%;
  top: calc(50% + 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 576px) {
  #main-header .container .logo-wrapper {
    text-align: center;
  }
}

@media all and (max-width: 576px) {
  #main-header .container .logo-wrapper img {
    width: 85%;
  }
}

#main-header .container .menu-with-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .container .menu-with-search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding-left: 0;
  list-style: none;
}

@media all and (max-width: 992px) {
  #main-header .container .menu-with-search ul {
    display: none;
  }
}

#main-header .container .menu-with-search ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}

#main-header .container .menu-with-search ul li::after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 1px;
  background: #D6D6D6;
}

#main-header .container .menu-with-search ul li a {
  padding-right: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

#main-header .container .menu-with-search .search-inner {
  position: relative;
}

#main-header .container .menu-with-search .search-inner > svg {
  cursor: pointer;
}

#main-header .container .menu-with-search .search-inner form {
  position: absolute;
  top: 0;
  right: 0;
}

#main-header .container .menu-with-search .search-inner form div {
  position: relative;
  background-color: #fff;
  width: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

#main-header .container .menu-with-search .search-inner form div.active {
  width: 341px;
}

#main-header .container .menu-with-search .search-inner form input {
  height: 35px;
  width: 341px;
  padding: 0 47px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000000;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: .4s;
  transition: .4s;
}

#main-header .container .menu-with-search .search-inner form input::-webkit-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

#main-header .container .menu-with-search .search-inner form input:-ms-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

#main-header .container .menu-with-search .search-inner form input::-ms-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

#main-header .container .menu-with-search .search-inner form input::placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

#main-header .container .menu-with-search .search-inner form button {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-header .container .menu-with-search .search-inner form button svg path {
  fill: #EEBA00 !important;
}

#main-header .container .menu-with-search .search-inner form button svg circle {
  stroke: #EEBA00 !important;
}

#main-header.black .container .menu-button button span:not(.text) {
  background-color: #000;
}

#main-header.black .container .menu-button button span {
  color: #000;
}

#main-header.black .container .menu-with-search ul {
  list-style-type: none;
  padding-left: 0;
}

@media all and (max-width: 992px) {
  #main-header.black .container .menu-with-search ul {
    display: none;
  }
}

#main-header.black .container .menu-with-search ul li::after {
  background: #000;
}

#main-header.black .container .menu-with-search ul li a {
  color: #000;
}

.left-menu {
  position: absolute;
  z-index: 1000;
  top: 0;
  height: 100vh;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding-top: 58px;
  left: 0;
  display: none;
}

@media all and (max-width: 576px) {
  .left-menu {
    height: auto;
  }
}

.left-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.left-menu .container .logo-wrapper {
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 576px) {
  .left-menu .container .logo-wrapper {
    text-align: center;
  }
}

@media all and (max-width: 576px) {
  .left-menu .container .logo-wrapper img {
    width: 85%;
  }
}

.left-menu .container .menu-with-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-menu .container .menu-with-search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding-left: 0;
  list-style: none;
}

@media all and (max-width: 992px) {
  .left-menu .container .menu-with-search ul {
    display: none;
  }
}

.left-menu .container .menu-with-search ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}

.left-menu .container .menu-with-search ul li::after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 1px;
  background: #D6D6D6;
}

.left-menu .container .menu-with-search ul li a {
  padding-right: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.left-menu .container .menu-with-search ul li a:hover {
  color: #FDD030;
}

.left-menu .container-small {
  width: 60%;
  margin: 70px auto 0 auto;
}

@media all and (max-width: 992px) {
  .left-menu .container-small {
    width: 80%;
  }
}

@media all and (max-width: 576px) {
  .left-menu .container-small {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.left-menu .container-small .menu-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}

@media all and (max-width: 1366px) {
  .left-menu .container-small .menu-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.left-menu .container-small .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.left-menu .container-small .menu-wrapper ul li {
  margin: 0 18px;
}

@media all and (max-width: 576px) {
  .left-menu .container-small .menu-wrapper ul li {
    margin: 0 6px;
  }
}

.left-menu .container-small .menu-wrapper ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.left-menu .container-small .menu-wrapper ul li a:hover {
  color: #FDD030;
}

@media all and (max-width: 1366px) {
  .left-menu .container-small .menu-wrapper ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.left-menu .container-small .menu-wrapper .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 19px;
}

.left-menu .container-small .menu-wrapper .contact a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #D6D6D6;
  text-decoration: none;
  margin: 0 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-menu .container-small .menu-wrapper .contact a svg {
  margin-right: 7px;
}

.left-menu .container-small .menu-categories {
  color: #fff;
  padding-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #C5C5C5;
}

.left-menu .container-small .menu-categories h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 21px;
}

@media all and (max-width: 1366px) {
  .left-menu .container-small .menu-categories h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.left-menu .container-small .menu-categories .menu-categories-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-menu .container-small .menu-categories .menu-categories-inner a {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: .4s;
  transition: .4s;
}

.left-menu .container-small .menu-categories .menu-categories-inner a:hover {
  color: #FDD030;
}

@media all and (max-width: 1366px) {
  .left-menu .container-small .menu-categories .menu-categories-inner a {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (max-width: 992px) {
  .left-menu .container-small .menu-categories .menu-categories-inner a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 576px) {
  .left-menu .container-small .menu-categories .menu-categories-inner a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.left-menu .container-small .menu-categories .menu-categories-inner a img {
  margin-right: 12px;
}

.left-menu .container-small .menu-categories .menu-categories-inner a.wyjazdy, .left-menu .container-small .menu-categories .menu-categories-inner a.guru-deals {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #FDD030;
}

.left-menu .container-small .menu-categories .menu-categories-inner a.wyjazdy {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.left-menu .container-small .menu-categories .menu-categories-inner a.guru-deals {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.left-menu .container-small .menu-tags {
  color: #fff;
  padding-top: 14px;
  padding-bottom: 52px;
  border-bottom: 1px solid #C5C5C5;
}

.left-menu .container-small .menu-tags h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 21px;
}

@media all and (max-width: 1366px) {
  .left-menu .container-small .menu-tags h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.left-menu .container-small .menu-tags .menu-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-menu .container-small .menu-tags .menu-activity a {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 20px;
}

.left-menu .container-small .menu-tags .menu-activity a:hover {
  color: #FDD030;
}

@media all and (max-width: 1440px) {
  .left-menu .container-small .menu-tags .menu-activity a {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1366px) {
  .left-menu .container-small .menu-tags .menu-activity a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media all and (max-width: 992px) {
  .left-menu .container-small .menu-tags .menu-activity a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 768px) {
  .left-menu .container-small .menu-tags .menu-activity a {
    text-align: left;
  }
}

@media all and (max-width: 576px) {
  .left-menu .container-small .menu-tags .menu-activity a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.menu-button button {
  width: 47px;
  height: 35px;
  border: 0;
  background: transparent;
  position: relative;
  text-align: center;
}

.menu-button button span {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  width: 100%;
}

.menu-button button span:not(.text) {
  position: absolute;
  left: 0;
  height: 5px;
  background-color: #fff;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.menu-button button span:not(.text):first-of-type {
  top: 0;
}

.menu-button button span:not(.text):nth-of-type(2) {
  top: 13px;
}

.menu-button button span.text {
  bottom: 0;
}

.header {
  position: relative;
}

.header .contents {
  width: 113px;
  left: 0;
  position: absolute;
  top: 60%;
  z-index: 3;
  -webkit-transition: .4s;
  transition: .4s;
}

.header .contents.hide {
  left: -120px;
}

@media all and (max-width: 992px) {
  .header .contents {
    top: 430px;
  }
}

@media all and (max-width: 576px) {
  .header .contents {
    top: 416px;
  }
}

.header .contents button {
  border: 0;
  background: #F4F4F4;
  -webkit-box-shadow: 2px 2px 0px #000000;
          box-shadow: 2px 2px 0px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 19px;
  width: 100%;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media all and (max-width: 768px) {
  .header .contents button {
    padding: 24px 14px;
  }
}

.header .contents button span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
}

@media all and (max-width: 768px) {
  .header .contents button span {
    font-size: 14px;
  }
}

.header .contents button.tooltip {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.header .contents-outer {
  position: absolute;
  width: 240px;
  padding: 32px 25px;
  background: #F4F4F4;
  -webkit-box-shadow: 2px 2px 0px #000000;
          box-shadow: 2px 2px 0px #000000;
  left: -240px;
  top: 60%;
  z-index: 2;
  -webkit-transition: .4s;
  transition: .4s;
}

@media all and (max-width: 992px) {
  .header .contents-outer {
    top: 430px;
    z-index: 11;
  }
}

.header .contents-outer.active {
  left: 0;
}

.header .contents-outer header {
  margin-bottom: 16px;
}

.header .contents-outer header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.header .contents-outer header h3 span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
}

.header .contents-outer header h3 svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .contents-outer .contents-inner a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #6A6A6A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.header .contents-outer .contents-inner a:last-of-type {
  margin-bottom: 0;
}

.header .contents-outer .contents-inner a::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 1px;
  background-color: #6A6A6A;
  margin-right: 6px;
}

.header .header-inner {
  position: relative;
}

@media all and (max-width: 992px) {
  .header .header-inner {
    height: 340px;
  }
}

.header .header-inner img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 992px) {
  .header .header-inner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.header .header-inner .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 51, 52, 0)), to(#273334));
  background: linear-gradient(180deg, rgba(39, 51, 52, 0) 0%, #273334 100%);
}

.header .positioned {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 100px;
}

@media all and (max-width: 992px) {
  .header .positioned {
    padding-bottom: 50px;
  }
}

.header .positioned.contact {
  top: 190px;
  bottom: unset;
  padding-bottom: 0;
}

@media all and (max-width: 1200px) {
  .header .positioned.contact {
    top: 40%;
  }
}

@media all and (max-width: 992px) {
  .header .positioned.contact {
    top: -190px;
    bottom: unset;
    position: relative;
  }
  .header .positioned.contact header {
    margin-bottom: 130px;
  }
}

.header .decorator {
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 1;
  width: 100%;
}

.header .decorator svg {
  width: 100%;
  height: auto;
}

.search-inner {
  position: relative;
}

.search-inner > svg {
  cursor: pointer;
}

.search-inner form {
  position: absolute;
  top: 0;
  right: 0;
}

.search-inner form div {
  position: relative;
  background-color: #fff;
  width: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.search-inner form div.active {
  width: 341px;
}

.search-inner form input {
  height: 35px;
  width: 341px;
  padding: 0 47px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000000;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: .4s;
  transition: .4s;
}

.search-inner form input::-webkit-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

.search-inner form input:-ms-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

.search-inner form input::-ms-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

.search-inner form input::placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
}

.search-inner form button {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-inner form button svg path {
  fill: #EEBA00 !important;
}

.search-inner form button svg circle {
  stroke: #EEBA00 !important;
}

.search-results .search-all,
.search-no-results .search-all {
  padding-bottom: 60px;
}

#header {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .decorator {
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 1;
  width: 100%;
}

#header .decorator svg {
  width: 100%;
  height: auto;
}

#header header {
  text-align: center;
}

#header header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 1200px) {
  #header header h1 {
    font-size: 52px;
    line-height: 70px;
  }
}

@media all and (max-width: 768px) {
  #header header h1 {
    font-size: 46px;
    line-height: 60px;
  }
}

@media all and (max-width: 600px) {
  #header header h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}

#header header h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 1366px) {
  #header header h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media all and (max-width: 576px) {
  #header header h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

#header .header-search {
  margin-top: 21px;
}

#header .header-search a {
  width: 324px;
  height: 54px;
  background: #FDD030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#header .header-search a svg {
  margin-left: 30px;
}

#header .header-search a svg path,
#header .header-search a svg circle {
  -webkit-transition: .4s;
  transition: .4s;
}

#header .header-search a:hover {
  background: #000;
  color: #fff;
}

#header .header-search a:hover path {
  fill: #fff !important;
}

#header .header-search a:hover circle {
  stroke: #fff;
}

@media all and (max-width: 1366px) {
  #header .header-search a {
    height: 42px;
    font-size: 18px;
  }
  #header .header-search a svg {
    margin-left: 20px;
  }
}

#three {
  padding-top: 90px;
  padding-bottom: 100px;
}

#three .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#three .container .three-inner {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
}

@media all and (max-width: 1440px) {
  #three .container .three-inner {
    -ms-flex-preferred-size: 26.7%;
        flex-basis: 26.7%;
  }
}

@media all and (max-width: 768px) {
  #three .container .three-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

#three .container .three-inner:nth-of-type(2) {
  margin-left: 38px;
  margin-right: 38px;
}

@media all and (max-width: 1440px) {
  #three .container .three-inner:nth-of-type(2) {
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media all and (max-width: 992px) {
  #three .container .three-inner:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 768px) {
  #three .container .three-inner:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

#three .container .three-inner:nth-of-type(2) .image {
  position: relative;
}

#three .container .three-inner:nth-of-type(2) .image::before, #three .container .three-inner:nth-of-type(2) .image::after {
  content: '';
  display: block;
  top: 50%;
  position: absolute;
  height: 2px;
  background: #000;
  width: 85%;
}

@media all and (max-width: 768px) {
  #three .container .three-inner:nth-of-type(2) .image::before, #three .container .three-inner:nth-of-type(2) .image::after {
    content: none;
  }
}

#three .container .three-inner:nth-of-type(2) .image::before {
  left: -130px;
}

@media all and (max-width: 1440px) {
  #three .container .three-inner:nth-of-type(2) .image::before {
    left: -56%;
    width: 90%;
  }
}

#three .container .three-inner:nth-of-type(2) .image::after {
  right: -134px;
}

@media all and (max-width: 1440px) {
  #three .container .three-inner:nth-of-type(2) .image::after {
    right: -56%;
    width: 90%;
  }
}

#three .container .three-inner .image {
  height: 114px;
}

#three .container .three-inner .title {
  margin-top: 35px;
}

#three .container .three-inner .title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #000;
}

@media all and (max-width: 1366px) {
  #three .container .three-inner .title h3 {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #three .container .three-inner .title h3 {
    font-size: 16px;
  }
}

#three .container .three-inner .description {
  margin-top: 18px;
  margin-bottom: 25px;
}

#three .container .three-inner .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
}

@media all and (max-width: 1366px) {
  #three .container .three-inner .description p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 992px) {
  #three .container .three-inner .description p {
    font-size: 14px;
    line-height: 18px;
  }
}

#three .container .three-inner a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  text-transform: uppercase;
  color: #EEBA00;
  text-decoration: none;
  position: relative;
}

#three .container .three-inner a::after {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  background-color: #EEBA00;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: .4s;
  transition: .4s;
}

#three .container .three-inner a svg {
  margin-left: 10px;
}

@media all and (max-width: 1366px) {
  #three .container .three-inner a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 992px) {
  #three .container .three-inner a {
    font-size: 14px;
    line-height: 18px;
  }
}

#three .container .three-inner a:hover::after {
  opacity: 1;
}

#promotion {
  overflow: hidden;
  position: relative;
}

#promotion .yellow {
  width: 70%;
  background: #FDD030;
  position: relative;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  margin-left: -75px;
  overflow: hidden;
}

@media all and (max-width: 992px) {
  #promotion .yellow {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
  }
}

#promotion .yellow img {
  width: 103%;
  height: auto;
}

@media all and (max-width: 992px) {
  #promotion .yellow img {
    width: 100%;
  }
}

@media all and (max-width: 576px) {
  #promotion .yellow img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

#promotion .yellow .yellow-inner {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 48%;
}

@media all and (max-width: 992px) {
  #promotion .yellow .yellow-inner {
    padding: 0 !important;
    max-width: 720px;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    right: 0;
    left: 0;
  }
}

@media all and (max-width: 768px) {
  #promotion .yellow .yellow-inner {
    max-width: 576px;
  }
}

@media all and (max-width: 576px) {
  #promotion .yellow .yellow-inner {
    padding: 30px 15px !important;
    position: static;
  }
}

@media all and (max-width: 576px) {
  #promotion .yellow .yellow-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#promotion .yellow .yellow-inner svg {
  margin-bottom: 21px;
}

#promotion .yellow .yellow-inner .promotion-title {
  margin-bottom: 21px;
}

@media all and (max-width: 1200px) {
  #promotion .yellow .yellow-inner .promotion-title {
    margin-bottom: 16px;
  }
}

#promotion .yellow .yellow-inner .promotion-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 115%;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  color: #000000;
}

@media all and (max-width: 1440px) {
  #promotion .yellow .yellow-inner .promotion-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

#promotion .yellow .yellow-inner .promotion-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #promotion .yellow .yellow-inner .promotion-description p {
    font-size: 16px;
    line-height: 24px;
  }
}

#promotion .with-photos {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 90%;
  width: 57%;
}

@media all and (max-width: 992px) {
  #promotion .with-photos {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 576px) {
  #promotion .with-photos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#promotion .with-photos .photo-skewed {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  margin-right: -75px;
  height: 100%;
  overflow: hidden;
}

@media all and (max-width: 992px) {
  #promotion .with-photos .photo-skewed {
    margin-right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

#promotion .with-photos .photo-skewed .photo {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  position: relative;
  right: 90px;
}

@media all and (max-width: 992px) {
  #promotion .with-photos .photo-skewed .photo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

#promotion .with-photos .photo-skewed .photo img {
  width: 100%;
  height: auto;
}

#promotion .with-photos .promoted {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 313px;
  left: -10%;
}

@media all and (max-width: 992px) {
  #promotion .with-photos .promoted {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
}

@media all and (max-width: 576px) {
  #promotion .with-photos .promoted {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#promotion .with-photos .promoted .image img {
  width: 100%;
  height: auto;
}

#promotion .with-photos .promoted .description {
  padding: 14px 24px 32px 24px;
  background-color: #fff;
}

#promotion .with-photos .promoted .description .info {
  margin-bottom: 12px;
}

@media all and (max-width: 1200px) {
  #promotion .with-photos .promoted .description .info {
    margin-bottom: 10px;
  }
}

#promotion .with-photos .promoted .description .info p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1200px) {
  #promotion .with-photos .promoted .description .info p {
    font-size: 10px;
  }
}

#promotion .with-photos .promoted .description .info p span {
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #838383;
  margin: 0 6px;
}

#promotion .with-photos .promoted .description .title {
  margin-bottom: 12px;
}

@media all and (max-width: 1200px) {
  #promotion .with-photos .promoted .description .title {
    margin-bottom: 10px;
  }
}

#promotion .with-photos .promoted .description .title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #000000;
}

@media all and (max-width: 1200px) {
  #promotion .with-photos .promoted .description .title h3 {
    font-size: 20px;
  }
}

#promotion .with-photos .promoted .description .description-inner {
  margin-bottom: 12px;
}

#promotion .with-photos .promoted .description .description-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #promotion .with-photos .promoted .description .description-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}

#promotion .with-photos .promoted .description a {
  width: 144px;
  height: 34px;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#promotion .with-photos .promoted .description a:hover {
  background: #000;
  color: #fff;
}

#trips {
  padding-top: 102px;
}

#trips header {
  margin-bottom: 43px;
}

#trips header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 7px;
}

@media all and (max-width: 1200px) {
  #trips header h2 {
    font-size: 40px;
    line-height: 64px;
  }
}

#trips header h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #trips header h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

#trips .trips-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#trips .trips-container .trip-inner {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  height: 274px;
  position: relative;
  margin-bottom: 22px;
}

#trips .trips-container .trip-inner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media all and (max-width: 576px) {
  #trips .trips-container .trip-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#trips .trips-container .trip-inner:nth-last-of-type(2), #trips .trips-container .trip-inner:nth-last-of-type(3) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media all and (max-width: 992px) {
  #trips .trips-container .trip-inner:nth-last-of-type(2), #trips .trips-container .trip-inner:nth-last-of-type(3) {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
  }
}

@media all and (max-width: 768px) {
  #trips .trips-container .trip-inner:nth-last-of-type(2), #trips .trips-container .trip-inner:nth-last-of-type(3) {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media all and (max-width: 576px) {
  #trips .trips-container .trip-inner:nth-last-of-type(2), #trips .trips-container .trip-inner:nth-last-of-type(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#trips .trips-container .trip-inner a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#trips .trips-container .trip-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}

#trips .trips-container .trip-inner .trip-inner-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px 29px;
}

#trips .trips-container .trip-inner .trip-inner-title h3,
#trips .trips-container .trip-inner .trip-inner-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 4px;
  text-decoration: none;
}

@media all and (max-width: 1366px) {
  #trips .trips-container .trip-inner .trip-inner-title h3,
  #trips .trips-container .trip-inner .trip-inner-title a {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #trips .trips-container .trip-inner .trip-inner-title h3,
  #trips .trips-container .trip-inner .trip-inner-title a {
    font-size: 18px;
  }
}

#trips .trips-container .trip-inner .trip-inner-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
}

#trips .trips-container .all-trips {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  height: 274px;
}

@media all and (max-width: 768px) {
  #trips .trips-container .all-trips {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
  }
}

#trips .trips-container .all-trips a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000;
  padding: 17px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: .4s;
  transition: .4s;
}

@media all and (max-width: 1600px) {
  #trips .trips-container .all-trips a {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #trips .trips-container .all-trips a {
    font-size: 16px;
  }
}

#trips .trips-container .all-trips a:hover {
  background-color: #EEBA00;
}

#trips .trips-container .all-trips a:hover svg {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#trips .trips-container .all-trips a:hover svg path:nth-of-type(2) {
  fill: #EEBA00 !important;
}

#trips .trips-container .all-trips a:hover svg path:nth-of-type(3) {
  fill: #EEBA00 !important;
}

#trips .trips-container .all-trips a svg {
  -webkit-transition: .4s;
  transition: .4s;
}

#trips .trips-container .all-trips a svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.section-left {
  position: relative;
  margin-top: 145px;
  margin-bottom: 80px;
}

@media all and (max-width: 768px) {
  .section-left {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-left .left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 49%;
  z-index: 1;
  -webkit-transform: skewX(-10deg) translateY(-50%);
          transform: skewX(-10deg) translateY(-50%);
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
  padding-top: 106px;
  padding-bottom: 107px;
  margin-left: -75px;
}

@media all and (max-width: 1600px) {
  .section-left .left {
    margin-left: -105px;
  }
}

@media all and (max-width: 1440px) {
  .section-left .left {
    margin-left: -105px;
  }
}

@media all and (max-width: 1366px) {
  .section-left .left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 1024px) {
  .section-left .left {
    width: 60%;
  }
}

@media all and (max-width: 768px) {
  .section-left .left {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
    position: static;
  }
}

@media all and (max-width: 576px) {
  .section-left .left {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-left .left .left-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  padding-right: 155px;
}

@media all and (max-width: 1024px) {
  .section-left .left .left-inner {
    padding-right: 70px;
  }
}

@media all and (max-width: 768px) {
  .section-left .left .left-inner {
    padding: 0 !important;
    -webkit-transform: none;
            transform: none;
    max-width: 576px;
    margin: 0 auto;
  }
}

.section-left .left .left-inner svg {
  margin-bottom: 24px;
}

.section-left .left .left-inner header {
  margin-bottom: 34px;
}

.section-left .left .left-inner header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 12px;
}

@media all and (max-width: 1440px) {
  .section-left .left .left-inner header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.section-left .left .left-inner header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  .section-left .left .left-inner header p {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-left .right-outer {
  width: 72%;
  overflow: hidden;
  margin-left: auto;
  padding-left: 80px;
}

@media all and (max-width: 768px) {
  .section-left .right-outer {
    width: 100%;
    padding: 0;
  }
}

.section-left .right-outer .right {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin-right: -10%;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .section-left .right-outer .right {
    margin: 0;
    -webkit-transform: none;
            transform: none;
    padding-right: 0;
  }
}

.section-left .right-outer .right .right-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  position: relative;
  right: 10%;
}

@media all and (max-width: 768px) {
  .section-left .right-outer .right .right-inner {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.section-left .right-outer .right .right-inner img {
  width: 100%;
  height: auto;
}

.section-right {
  position: relative;
  margin-top: 145px;
  margin-bottom: 80px;
}

@media all and (max-width: 768px) {
  .section-right {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

.section-right .right-outer {
  position: absolute;
  right: 0;
  top: 50%;
  width: 49%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 40px;
  padding: 70px 0px 70px 55px;
  overflow: hidden;
}

@media all and (max-width: 1024px) {
  .section-right .right-outer {
    width: 60%;
  }
}

@media all and (max-width: 768px) {
  .section-right .right-outer {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.section-right .right-outer .right {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
  padding-top: 106px;
  padding-bottom: 107px;
  margin-right: -75px;
  padding-left: 100px;
}

@media all and (max-width: 768px) {
  .section-right .right-outer .right {
    -webkit-transform: none;
            transform: none;
    margin: 0;
    padding-left: 0;
  }
}

.section-right .right-outer .right .right-inner {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  padding-right: 155px;
}

@media all and (max-width: 768px) {
  .section-right .right-outer .right .right-inner {
    -webkit-transform: none;
            transform: none;
    padding: 0;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 576px) {
  .section-right .right-outer .right .right-inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-right .right-outer .right .right-inner svg {
  margin-bottom: 24px;
}

.section-right .right-outer .right .right-inner header {
  margin-bottom: 34px;
}

.section-right .right-outer .right .right-inner header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 12px;
}

@media all and (max-width: 1440px) {
  .section-right .right-outer .right .right-inner header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.section-right .right-outer .right .right-inner header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  .section-right .right-outer .right .right-inner header p {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-right .left-outer {
  width: 72%;
  overflow: hidden;
  margin-right: auto;
  padding-right: 80px;
}

@media all and (max-width: 768px) {
  .section-right .left-outer {
    width: 100%;
    padding-right: 0;
  }
}

.section-right .left-outer .left {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  margin-left: -10%;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .section-right .left-outer .left {
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
  }
}

.section-right .left-outer .left .left-inner {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  position: relative;
  left: 9%;
}

@media all and (max-width: 768px) {
  .section-right .left-outer .left .left-inner {
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}

.section-right .left-outer .left .left-inner img {
  width: 100%;
  height: auto;
}

#guru-deals {
  padding-top: 120px;
  padding-bottom: 112px;
  background-image: url("assets/img/guru-deals-background.png");
  background-position: bottom;
  background-repeat-y: no-repeat;
}

@media all and (max-width: 1200px) {
  #guru-deals {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 768px) {
  #guru-deals {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 768px) {
  .container-right {
    margin-left: auto;
    max-width: 540px;
    width: 100% !important;
    margin-right: auto;
  }
}

@media all and (max-width: 576px) {
  .container-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-right .container-right-inner-left {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media all and (max-width: 768px) {
  .container-right .container-right-inner-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.container-right .container-right-inner-left svg {
  margin-bottom: 16px;
}

.container-right .container-right-inner-left header {
  margin-bottom: 32px;
}

.container-right .container-right-inner-left header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 12px;
}

@media all and (max-width: 1440px) {
  .container-right .container-right-inner-left header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.container-right .container-right-inner-left header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  .container-right .container-right-inner-left header p {
    font-size: 16px;
    line-height: 24px;
  }
}

.container-right .container-right-inner-right {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  width: 70%;
}

@media all and (max-width: 768px) {
  .container-right .container-right-inner-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

#blog,
#blog-container {
  padding-top: 85px;
}

@media all and (max-width: 992px) {
  #blog,
  #blog-container {
    padding-top: 40px;
  }
}

#blog header,
#blog-container header {
  margin-bottom: 40px;
}

#blog header .header-inner,
#blog-container header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#blog header .header-inner h2,
#blog-container header .header-inner h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 12px;
  margin-right: 32px;
}

@media all and (max-width: 1440px) {
  #blog header .header-inner h2,
  #blog-container header .header-inner h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

#blog header .header-inner .more,
#blog-container header .header-inner .more {
  border: 2px solid #000000;
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  width: 155px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
}

#blog header .header-inner .more:hover,
#blog-container header .header-inner .more:hover {
  background-color: #000;
  color: #fff;
}

#blog header p,
#blog-container header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #blog header p,
  #blog-container header p {
    font-size: 16px;
    line-height: 24px;
  }
}

.posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts-container .big {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media all and (max-width: 576px) {
  .posts-container .big {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.posts-container .big .post-image {
  height: 350px;
}

@media all and (max-width: 1440px) {
  .posts-container .big .post-image {
    height: 243px;
  }
}

@media all and (max-width: 1200px) {
  .posts-container .big .post-image {
    height: 220px;
  }
}

@media all and (max-width: 992px) {
  .posts-container .big .post-image {
    height: 200px;
  }
}

@media all and (max-width: 576px) {
  .posts-container .big .post-image {
    height: auto;
  }
}

.posts-container .small {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

@media all and (max-width: 768px) {
  .posts-container .small {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media all and (max-width: 576px) {
  .posts-container .small {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.posts-container .small .post-image {
  height: 240px;
}

@media all and (max-width: 1440px) {
  .posts-container .small .post-image {
    height: 181px;
  }
}

@media all and (max-width: 1200px) {
  .posts-container .small .post-image {
    height: 160px;
  }
}

@media all and (max-width: 992px) {
  .posts-container .small .post-image {
    height: 200px;
  }
}

@media all and (max-width: 576px) {
  .posts-container .small .post-image {
    height: auto;
  }
}

.posts-container .post-article {
  margin-bottom: 27px;
}

.posts-container .post-article:hover .post-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.posts-container .post-article .post-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.posts-container .post-article .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}

.posts-container .post-article .post-description {
  padding: 18px 18px 24px 18px;
}

.posts-container .post-article .post-description .title {
  border-bottom: 2px solid #D6D6D6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.posts-container .post-article .post-description .title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}

@media all and (max-width: 1366px) {
  .posts-container .post-article .post-description .title h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.posts-container .post-article .post-description .link a {
  width: 117px;
  height: 34px;
  background: #fff;
  border: 2px solid #FDD030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.posts-container .post-article .post-description .link a:hover {
  background: #FDD030;
}

#newsletter {
  background: #FDD030;
  padding-top: 39px;
  padding-bottom: 76px;
}

#newsletter .container.smaller {
  width: 60%;
}

@media all and (max-width: 1200px) {
  #newsletter .container.smaller {
    width: 90%;
  }
}

@media all and (max-width: 576px) {
  #newsletter .container.smaller {
    width: 100%;
  }
}

#newsletter .container header {
  margin-bottom: 30px;
}

#newsletter .container header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 8px;
}

#newsletter .container header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #newsletter .container header p {
    font-size: 16px;
    line-height: 24px;
  }
}

#newsletter .container .newsletter-inner {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media all and (max-width: 1200px) {
  #newsletter .container .newsletter-inner {
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  #newsletter .container .newsletter-inner span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#newsletter .container .newsletter-inner input {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  color: #000;
  height: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 0px #000000;
          box-shadow: 2px 2px 0px #000000;
  padding: 10px 19px;
  border: 0;
}

#newsletter .container .newsletter-inner input::-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #787878;
}

#newsletter .container .newsletter-inner input:-ms-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #787878;
}

#newsletter .container .newsletter-inner input::-ms-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #787878;
}

#newsletter .container .newsletter-inner input::placeholder {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #787878;
}

#newsletter .container .newsletter-inner input[type="text"] {
  width: 248px;
  margin-right: 17px;
}

@media all and (max-width: 1200px) {
  #newsletter .container .newsletter-inner input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

#newsletter .container .newsletter-inner input[type="email"] {
  width: 508px;
}

@media all and (max-width: 1200px) {
  #newsletter .container .newsletter-inner input[type="email"] {
    width: 100%;
  }
}

#newsletter .container .newsletter-inner input[type="submit"] {
  width: 121px;
  height: 34px;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #000000;
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

@media all and (max-width: 1200px) {
  #newsletter .container .newsletter-inner input[type="submit"] {
    -webkit-transform: none;
            transform: none;
    top: unset;
    bottom: 35px;
    right: 40px;
  }
}

@media all and (max-width: 480px) {
  #newsletter .container .newsletter-inner input[type="submit"] {
    right: 20px;
  }
}

#newsletter .container .newsletter-inner input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

#newsletter .container .acceptance {
  margin-top: 20px;
}

#newsletter .container .acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#newsletter .container .acceptance label a {
  color: #000;
}

#newsletter .container .acceptance label span {
  margin: 0;
}

#newsletter .container .acceptance label span input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 19px;
  height: 19px;
  background: #FFFFFF;
  opacity: 0.8;
  border-radius: 1px;
  position: relative;
}

#newsletter .container .acceptance label span input:checked::before, #newsletter .container .acceptance label span input:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("assets/svg/tick-2.svg");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

#newsletter .container .acceptance label .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  opacity: 0.85;
  margin-left: 12px;
}

#above-footer {
  padding: 86px 0;
  background-color: #2F2E2E;
  background-image: url("assets/img/guru-deals-background.png");
}

#above-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#above-footer .container .columns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media all and (max-width: 768px) {
  #above-footer .container .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#above-footer .container .columns .col {
  margin-right: 35px;
}

@media all and (max-width: 768px) {
  #above-footer .container .columns .col {
    margin-right: 0;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#above-footer .container .columns .col:last-of-type {
  margin-right: 0;
}

#above-footer .container .columns .col h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

#above-footer .container .columns .col.menu ul {
  list-style: none;
}

#above-footer .container .columns .col.menu ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

#above-footer .container .columns .col ul {
  list-style-type: none;
  padding-left: 0;
}

#above-footer .container .columns .col ul li {
  margin-bottom: 5px;
}

#above-footer .container .columns .col ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #B8B8B8;
  -webkit-transition: .4s;
  transition: .4s;
}

#above-footer .container .columns .col ul li a:hover {
  color: #fff;
}

#above-footer .logo {
  margin-bottom: 30px;
}

@media all and (max-width: 480px) {
  #above-footer .logo svg {
    width: 100%;
    height: auto;
  }
}

#above-footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 11px;
  width: 175px;
}

#above-footer .contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #D6D6D6;
  text-decoration: none;
  margin-bottom: 4px;
}

#above-footer .contact a svg {
  margin-right: 5px;
}

#above-footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

#above-footer .socials a {
  margin: 0 12px;
}

#main-footer {
  background: #201D1D;
  height: 43px;
}

#main-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

#main-footer .container p, #main-footer .container a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #B1B1B1;
  text-decoration: none;
}

.page-template-coming-soon #main-header {
  min-height: 93px;
}

.page-template-coming-soon #main-footer {
  display: none;
}

.arrow-up {
  position: fixed;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #FDD030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  right: 30px;
  bottom: -70px;
  -webkit-transition: .4s;
  transition: .4s;
}

.arrow-up a {
  text-align: center;
}

.arrow-up a svg {
  width: 50%;
  height: auto;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.arrow-up.active {
  bottom: 50px;
}

.arrow-up:hover {
  background-color: #000;
}

.arrow-up:hover svg {
  fill: #fff;
}

#header-404 {
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
}

#header-404 .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.35%, rgba(39, 51, 52, 0)), to(#2F2E2E));
  background: linear-gradient(180deg, rgba(39, 51, 52, 0) 21.35%, #2F2E2E 100%);
}

#header-404 .mask .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-404 .mask .container header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 18px;
}

#header-404 .mask .container header h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 22px;
}

#text_regulations {
  padding-top: 229px;
  padding-bottom: 108px;
}

#text_regulations header {
  text-align: center;
  margin-bottom: 38px;
}

#text_regulations header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
}

#text_regulations .container.smallest {
  width: 45%;
}

@media all and (max-width: 1600px) {
  #text_regulations .container.smallest {
    width: 90%;
  }
}

#text_regulations .container.smallest h2 {
  margin-top: 22px;
  margin-bottom: 18px;
}

#text_regulations .container.smallest p {
  margin-bottom: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #000000;
}

h1 {
  font-size: 27px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

p a {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
}

p strong {
  font-weight: 500;
}

ul, ol {
  padding-left: 15px;
}

ul li, ol li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1200px) {
  ul li, ol li {
    font-size: 16px;
    line-height: 24px;
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

#guru-deals-categories {
  padding-bottom: 25px;
}

#guru-deals-categories .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

#guru-deals-categories .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
}

.guru-deals {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
}

.guru-deals .guru-deals-image {
  position: relative;
  overflow: hidden;
}

.guru-deals .guru-deals-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.guru-deals .guru-deals-image img {
  width: 100%;
  height: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.guru-deals .guru-deals-image .ribbon {
  position: absolute;
  inset: 0 auto auto 0;
  background: #FDD030;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: translate(-29.3%) rotate(-45deg);
          transform: translate(-29.3%) rotate(-45deg);
  -webkit-box-shadow: 0 0 0 999px #FDD030;
          box-shadow: 0 0 0 999px #FDD030;
  -webkit-clip-path: inset(0 -100%);
          clip-path: inset(0 -100%);
  inset: 0 0 auto auto;
  /* top and right equal to 0 */
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  /* OR top left */
  -webkit-transform: translate(29.3%) rotate(45deg);
          transform: translate(29.3%) rotate(45deg);
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1200px) {
  .guru-deals .guru-deals-image .ribbon {
    height: 36px;
  }
}

.guru-deals .guru-deals-image .ribbon span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}

@media all and (max-width: 1366px) {
  .guru-deals .guru-deals-image .ribbon span {
    font-size: 14px;
    line-height: 100%;
  }
}

@media all and (max-width: 992px) {
  .guru-deals .guru-deals-image .ribbon span {
    font-size: 12px;
  }
}

.guru-deals .guru-deals-image:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.guru-deals .guru-deals-description {
  background: #fff;
  padding: 16px 18px 24px 18px;
}

.guru-deals .guru-deals-description .guru-deals-short-info {
  margin-bottom: 13px;
}

.guru-deals .guru-deals-description .guru-deals-short-info p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #838383;
}

.guru-deals .guru-deals-description .guru-deals-title {
  margin-bottom: 12px;
}

.guru-deals .guru-deals-description .guru-deals-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

@media all and (max-width: 1366px) {
  .guru-deals .guru-deals-description .guru-deals-title h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .guru-deals .guru-deals-description .guru-deals-title h3 {
    font-size: 16px;
  }
}

.guru-deals .guru-deals-description .guru-deals-title h3 a {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #1B2324;
  text-decoration: none;
}

.guru-deals .guru-deals-description .guru-deals-description-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1B2324;
}

@media all and (max-width: 1366px) {
  .guru-deals .guru-deals-description .guru-deals-description-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 992px) {
  .guru-deals .guru-deals-description .guru-deals-description-inner p {
    font-size: 14px;
    line-height: 20px;
  }
}

.guru-deals .price del {
  margin-right: 11px;
}

.guru-deals .price del span {
  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  color: #787777;
}

@media all and (max-width: 1440px) {
  .guru-deals .price del span {
    font-size: 14px;
  }
}

@media all and (max-width: 1024px) {
  .guru-deals .price del span {
    font-size: 13px;
  }
}

@media all and (max-width: 992px) {
  .guru-deals .price del span {
    font-size: 12px;
  }
}

.guru-deals .price ins {
  text-decoration: none;
}

.guru-deals .price ins span {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EEBA00;
}

.guru-deals .price ins span .woocommerce-Price-currencySymbol {
  font-size: 20px;
  line-height: 100%;
}

@media all and (max-width: 1200px) {
  .guru-deals .price ins span .woocommerce-Price-currencySymbol {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  .guru-deals .price ins span .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }
}

@media all and (max-width: 1440px) {
  .guru-deals .price ins span {
    font-size: 26px;
  }
}

@media all and (max-width: 1200px) {
  .guru-deals .price ins span {
    font-size: 24px;
  }
}

@media all and (max-width: 992px) {
  .guru-deals .price ins span {
    font-size: 20px;
  }
}

.guru-deals .price p {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EEBA00;
  margin-top: 10px;
}

@media all and (max-width: 1440px) {
  .guru-deals .price p {
    font-size: 26px;
  }
}

@media all and (max-width: 1366px) {
  .guru-deals .price p {
    font-size: 24px;
  }
}

@media all and (max-width: 992px) {
  .guru-deals .price p {
    font-size: 16px;
  }
}

#header-contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-contact .container header {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media all and (max-width: 1440px) {
  #header-contact .container header {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media all and (max-width: 1366px) {
  #header-contact .container header {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
  }
}

@media all and (max-width: 992px) {
  #header-contact .container header {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#header-contact .container header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 21px;
}

@media all and (max-width: 1200px) {
  #header-contact .container header h1 {
    font-size: 40px;
    line-height: 64px;
  }
}

@media all and (max-width: 768px) {
  #header-contact .container header h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

#header-contact .container header h1 img,
#header-contact .container header h1 svg {
  width: 57px;
  height: auto;
}

#header-contact .container header h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
}

@media all and (max-width: 1366px) {
  #header-contact .container header h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#header-contact .container .form {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  background: #FDD030;
  position: relative;
  z-index: 3;
  padding: 43px 36px;
}

@media all and (max-width: 1440px) {
  #header-contact .container .form {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 1366px) {
  #header-contact .container .form {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media all and (max-width: 992px) {
  #header-contact .container .form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 480px) {
  #header-contact .container .form {
    padding: 15px;
  }
}

#header-contact .container .form h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 25px;
}

#header-contact .container .form form input,
#header-contact .container .form form textarea {
  height: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 0px #000000;
          box-shadow: 2px 2px 0px #000000;
  padding: 10px 19px;
  border: 0;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

#header-contact .container .form form input::-webkit-input-placeholder,
#header-contact .container .form form textarea::-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  color: #787878;
  font-size: 20px;
}

#header-contact .container .form form input:-ms-input-placeholder,
#header-contact .container .form form textarea:-ms-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  color: #787878;
  font-size: 20px;
}

#header-contact .container .form form input::-ms-input-placeholder,
#header-contact .container .form form textarea::-ms-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  color: #787878;
  font-size: 20px;
}

#header-contact .container .form form input::placeholder,
#header-contact .container .form form textarea::placeholder {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  color: #787878;
  font-size: 20px;
}

#header-contact .container .form form textarea {
  height: 144px;
}

#header-contact .container .form form .halfed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}

#header-contact .container .form form .halfed label {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media all and (max-width: 768px) {
  #header-contact .container .form form .halfed label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 26px;
  }
  #header-contact .container .form form .halfed label:last-of-type {
    margin-bottom: 0;
  }
}

#header-contact .container .form form .halfed label input {
  width: 100%;
}

#header-contact .container .form form .full {
  margin-bottom: 26px;
}

#header-contact .container .form form .full label {
  width: 100%;
}

#header-contact .container .form form .full label input,
#header-contact .container .form form .full label textarea {
  width: 100%;
}

#header-contact .container .form form .acceptance {
  margin-bottom: 14px;
}

#header-contact .container .form form .acceptance:last-of-type {
  margin-bottom: 36px;
}

#header-contact .container .form form .acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-contact .container .form form .acceptance label a {
  color: #000;
}

#header-contact .container .form form .acceptance label span {
  margin: 0;
}

#header-contact .container .form form .acceptance label span input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 19px;
  height: 19px;
  background: #FFFFFF;
  opacity: 0.8;
  border-radius: 1px;
  padding: 0;
  margin-right: 12px;
  position: relative;
}

#header-contact .container .form form .acceptance label span input:checked::before, #header-contact .container .form form .acceptance label span input:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("assets/svg/tick-2.svg");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

#header-contact .container .form form .centered input {
  padding: 12px 24px;
  width: 235px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 10px;
  color: #000000;
  background: #FDD030;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

#header-contact .container .form form .centered input:hover {
  background-color: #000;
  color: #fff;
}

@media all and (max-width: 1366px) {
  #header-contact .container .form form .centered input {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #header-contact .container .form form .centered input {
    font-size: 16px;
  }
}

#address {
  padding-top: 24px;
  padding-bottom: 84px;
}

#address .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#address .container .col-1-3 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media all and (max-width: 480px) {
  #address .container .col-1-3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#address .container .col-1-3 .logo {
  text-align: center;
  margin-bottom: 27px;
}

@media all and (max-width: 480px) {
  #address .container .col-1-3 .logo svg {
    width: 100%;
    height: auto;
  }
}

#address .container .col-1-3 .bordered {
  border-top: 1.5px solid #C5C5C5;
  padding-top: 21px;
  padding-bottom: 21px;
}

#address .container .col-1-3 .bordered h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-right: 12px;
}

#address .container .col-1-3 .bordered.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#address .container .col-1-3 .bordered.info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 9px;
}

#address .container .col-1-3 .bordered.info a svg {
  margin-right: 11px;
}

#address .container .col-1-3 .bordered .bordered-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#address .container .col-1-3 .bordered .bordered-inner a {
  margin-right: 14px;
  text-decoration: none;
}

#address .container .col-1-3 .bordered .bordered-inner a:last-of-type {
  margin-right: 0;
}

#address .container .col-1-3 .bordered .bank {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 12px;
}

#address .container .col-1-3 .bordered address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}

@media all and (max-width: 1200px) {
  .page-template-contact #header-contact .container header {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media all and (max-width: 992px) {
  .page-template-contact #header-contact .container header {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 1200px) {
  .page-template-contact #header-contact .container .form {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

@media all and (max-width: 992px) {
  .page-template-contact #header-contact .container .form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 768px) {
  .page-template-contact #header-contact .container .form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#faq {
  padding-top: 60px;
  padding-bottom: 70px;
}

#faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#faq .container .contents {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media all and (max-width: 768px) {
  #faq .container .contents {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

#faq .container .contents .contents-inner {
  border-top: 1.5px solid #C5C5C5;
  border-bottom: 1.5px solid #C5C5C5;
  padding: 18px 0;
}

#faq .container .contents .contents-inner h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 17px;
}

#faq .container .contents .contents-inner a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #6A6A6A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

#faq .container .contents .contents-inner a:last-of-type {
  margin-bottom: 0;
}

#faq .container .contents .contents-inner a::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 1px;
  background-color: #6A6A6A;
  margin-right: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

#faq .container .contents .contents-inner a:hover {
  color: #000;
}

#faq .container .contents .contents-inner a:hover::before {
  background-color: #000;
}

#faq .container .faq-container {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}

@media all and (max-width: 768px) {
  #faq .container .faq-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#faq .container .faq-container .faq-inner {
  margin-bottom: 40px;
}

#faq .container .faq-container .faq-inner h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #838383;
  border-bottom: 2px solid #838383;
  margin-bottom: 31px;
  padding-bottom: 10px;
}

@media all and (max-width: 1366px) {
  #faq .container .faq-container .faq-inner h3 {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #faq .container .faq-container .faq-inner h3 {
    font-size: 16px;
  }
}

#faq .container .faq-container .faq-inner .faq-element {
  background: #FFFFFF;
  border: 2px solid #C5C5C5;
  -webkit-box-shadow: 0px 2px 0px #C5C5C5;
          box-shadow: 0px 2px 0px #C5C5C5;
  margin-bottom: 19px;
  -webkit-transition: .4s;
  transition: .4s;
}

#faq .container .faq-container .faq-inner .faq-element:hover, #faq .container .faq-container .faq-inner .faq-element.active {
  border: 2px solid #000;
  -webkit-box-shadow: 0px 2px 0px #000;
          box-shadow: 0px 2px 0px #000;
}

@media all and (max-width: 992px) {
  #faq .container .faq-container .faq-inner .faq-element {
    margin-bottom: 12px;
  }
}

#faq .container .faq-container .faq-inner .faq-element .faq-element-question {
  cursor: pointer;
  padding: 24px;
}

@media all and (max-width: 992px) {
  #faq .container .faq-container .faq-inner .faq-element .faq-element-question {
    padding: 12px;
  }
}

#faq .container .faq-container .faq-inner .faq-element .faq-element-question h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 0;
}

@media all and (max-width: 1366px) {
  #faq .container .faq-container .faq-inner .faq-element .faq-element-question h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 992px) {
  #faq .container .faq-container .faq-inner .faq-element .faq-element-question h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (max-width: 480px) {
  #faq .container .faq-container .faq-inner .faq-element .faq-element-question h4 span {
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
  }
}

#faq .container .faq-container .faq-inner .faq-element .faq-element-question h4 svg {
  -webkit-transition: .4s;
  transition: .4s;
}

#faq .container .faq-container .faq-inner .faq-element .faq-element-question h4.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#faq .container .faq-container .faq-inner .faq-element .faq-element-answer {
  padding: 0 56px 24px 56px;
  display: none;
}

#faq .container .faq-container .faq-inner .faq-element .faq-element-answer p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6A6A6A;
}

@media all and (max-width: 1366px) {
  #faq .container .faq-container .faq-inner .faq-element .faq-element-answer p {
    font-size: 16px;
    line-height: 24px;
  }
}

#signature {
  padding-top: 149px;
  padding-bottom: 87px;
}

@media all and (max-width: 768px) {
  #signature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#signature .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#signature .container .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 768px) {
  #signature .container .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#signature .container .half h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 26px;
}

@media all and (max-width: 1440px) {
  #signature .container .half h2 {
    font-size: 26px;
  }
}

@media all and (max-width: 1200px) {
  #signature .container .half h2 {
    font-size: 24px;
  }
}

@media all and (max-width: 992px) {
  #signature .container .half h2 {
    font-size: 22px;
  }
}

#signature .container .half p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#signature .container .half p::before {
  content: '';
  display: inline-block;
  width: 26px;
  background: #FDD030;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  margin-right: 35px;
}

#signature .container .signature-skew {
  position: relative;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 0 auto;
  background: #FDD030;
  -webkit-box-shadow: 2px 2px 0px #000000;
          box-shadow: 2px 2px 0px #000000;
  -webkit-transform: skewX(-3deg);
          transform: skewX(-3deg);
}

@media all and (max-width: 768px) {
  #signature .container .signature-skew {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 120px;
  }
}

@media all and (max-width: 576px) {
  #signature .container .signature-skew {
    -webkit-transform: none;
            transform: none;
  }
}

#signature .container .signature-skew .signature-inner {
  -webkit-transform: skewX(3deg);
          transform: skewX(3deg);
  padding-top: 95px;
  padding-bottom: 43px;
}

@media all and (max-width: 576px) {
  #signature .container .signature-skew .signature-inner {
    -webkit-transform: none;
            transform: none;
  }
}

#signature .container .signature-skew .signature-inner .signature-image {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  width: 168px;
  height: 168px;
}

#signature .container .signature-skew .signature-inner .signature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#signature .container .signature-skew .signature-inner .signature-image::after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  border-right: 2px solid #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#signature .container .signature-skew .signature-inner .signature-name p {
  font-family: 'Square Peg', cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  -webkit-transform: rotate(-2.94deg);
          transform: rotate(-2.94deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#signature .container .signature-skew .signature-inner .signature-description {
  padding: 2px 33px 0 33px;
  margin-bottom: 19px;
}

#signature .container .signature-skew .signature-inner .signature-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}

#signature .container .signature-skew .signature-inner .signature-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#signature .container .signature-skew .signature-inner .signature-socials a {
  text-decoration: none;
  margin: 0 12px;
}

#signature .container .signature-skew .signature-inner .signature-socials a svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

#signature .container .signature-skew .signature-inner .signature-socials a:hover svg path {
  stroke: #fff;
}

#signature .container .signature-skew .signature-inner .signature-socials a:hover svg path.white {
  fill: #fff;
}

#signature .container .signature-skew .signature-inner .signature-link {
  text-align: center;
  margin-top: 24px;
}

#signature .container .signature-skew .signature-inner .signature-link a {
  width: 235px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000000;
  background: #FDD030;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#signature .container .signature-skew .signature-inner .signature-link a:hover {
  background: #000;
  color: #fff;
}

@media all and (max-width: 1366px) {
  #signature .container .signature-skew .signature-inner .signature-link a {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #signature .container .signature-skew .signature-inner .signature-link a {
    font-size: 16px;
  }
}

#team {
  margin-top: 100px;
  padding: 60px 0;
  background-image: url(assets/img/guru-deals-background.png);
}

@media all and (max-width: 768px) {
  #team {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#team .container header {
  margin-bottom: 61px;
}

#team .container header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 7px;
}

#team .container header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #team .container header p {
    font-size: 16px;
    line-height: 24px;
  }
}

#team .container .team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  #team .container .team-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#team .container .team-container .team-inner {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin-right: 1%;
  margin-bottom: 23px;
}

#team .container .team-container .team-inner:nth-of-type(4n + 4) {
  margin-right: 0;
}

@media all and (max-width: 992px) {
  #team .container .team-container .team-inner:nth-of-type(3n + 2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media all and (max-width: 768px) {
  #team .container .team-container .team-inner:nth-of-type(3n + 2) {
    margin-right: 0;
    margin-left: 0;
  }
}

@media all and (max-width: 992px) {
  #team .container .team-container .team-inner {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  #team .container .team-container .team-inner {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media all and (max-width: 576px) {
  #team .container .team-container .team-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#team .container .team-container .team-inner .team-image {
  overflow: hidden;
}

#team .container .team-container .team-inner .team-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#team .container .team-container .team-inner .team-image img {
  width: 100%;
  height: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

#team .container .team-container .team-inner .team-description {
  padding: 14px 9px 14px 9px;
}

#team .container .team-container .team-inner .team-description .name {
  margin-bottom: 1px;
}

#team .container .team-container .team-inner .team-description .name p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1B2324;
}

#team .container .team-container .team-inner .team-description .position {
  margin-bottom: 9px;
}

#team .container .team-container .team-inner .team-description .position p {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #EEBA00;
}

#team .container .team-container .team-inner .team-description .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}

#blog-container {
  padding-top: 85px;
}

@media all and (max-width: 992px) {
  #blog-container {
    padding-top: 40px;
  }
}

#blog-container .results {
  margin-bottom: 20px;
}

#blog-container .results p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #blog-container .results p {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #blog-container .results p {
    font-size: 16px;
  }
}

#blog-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#blog-container .nav {
  padding-top: 120px;
  padding-bottom: 112px;
  background-image: url("assets/img/guru-deals-background.png");
}

#blog-container .numbered-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#blog-container .numbered-nav a,
#blog-container .numbered-nav span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #282828;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0 6px;
}

#blog-container .numbered-nav a.current, #blog-container .numbered-nav a:hover,
#blog-container .numbered-nav span.current,
#blog-container .numbered-nav span:hover {
  color: #EEBA00;
}

#blog-container .prev-next-posts {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#blog-container .prev-next-posts a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #282828;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#blog-container .prev-next-posts a:hover {
  color: #EEBA00;
}

#blog-container .prev-next-posts .prev-posts-link a::before {
  content: '';
  width: 7px;
  height: 9px;
  margin-right: 25px;
  background-image: url("assets/svg/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .4s;
  transition: .4s;
}

#blog-container .prev-next-posts .prev-posts-link a:hover::before {
  background-image: url("assets/svg/arrow-left-color.svg");
}

#blog-container .prev-next-posts .next-posts-link a::after {
  content: '';
  width: 7px;
  height: 9px;
  margin-left: 25px;
  background-image: url("assets/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .4s;
  transition: .4s;
}

#blog-container .prev-next-posts .next-posts-link a:hover::after {
  background-image: url("assets/svg/arrow-right-color.svg");
}

#blog-container .blog-article {
  margin-bottom: 41px;
}

#blog-container .blog-article.big {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 93px;
}

#blog-container .blog-article.big .blog-article-image {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  height: 500px;
}

@media all and (max-width: 1440px) {
  #blog-container .blog-article.big .blog-article-image {
    height: 411px;
  }
}

@media all and (max-width: 1200px) {
  #blog-container .blog-article.big .blog-article-image {
    height: 360px;
  }
}

@media all and (max-width: 992px) {
  #blog-container .blog-article.big .blog-article-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    height: 340px;
  }
}

@media all and (max-width: 576px) {
  #blog-container .blog-article.big .blog-article-image {
    height: auto;
  }
}

#blog-container .blog-article.big .blog-article-description {
  -ms-flex-preferred-size: 51%;
      flex-basis: 51%;
  padding: 0 0 0 47px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media all and (max-width: 992px) {
  #blog-container .blog-article.big .blog-article-description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#blog-container .blog-article.big .blog-article-description .title {
  margin-bottom: 22px;
  border-bottom: 0;
}

@media all and (max-width: 768px) {
  #blog-container .blog-article.big .blog-article-description .title {
    margin-bottom: 12px;
  }
}

#blog-container .blog-article.big .blog-article-description .title h2, #blog-container .blog-article.big .blog-article-description .title a {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  text-decoration: none;
}

@media all and (max-width: 1366px) {
  #blog-container .blog-article.big .blog-article-description .title h2, #blog-container .blog-article.big .blog-article-description .title a {
    font-size: 20px;
  }
}

@media all and (max-width: 992px) {
  #blog-container .blog-article.big .blog-article-description .title h2, #blog-container .blog-article.big .blog-article-description .title a {
    font-size: 18px;
  }
}

#blog-container .blog-article.big .blog-article-description .description {
  padding-bottom: 34px;
  margin-bottom: 22px;
  border-bottom: 2px solid #D6D6D6;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#blog-container .blog-article.big .blog-article-description .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #blog-container .blog-article.big .blog-article-description .description p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media all and (max-width: 992px) {
  #blog-container .blog-article.big .blog-article-description .description p {
    font-size: 16px;
    line-height: 22px;
  }
}

#blog-container .blog-article.smaller {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media all and (max-width: 576px) {
  #blog-container .blog-article.smaller {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#blog-container .blog-article.smaller .blog-article-image {
  height: 350px;
}

@media all and (max-width: 1440px) {
  #blog-container .blog-article.smaller .blog-article-image {
    height: 243px;
  }
}

@media all and (max-width: 1200px) {
  #blog-container .blog-article.smaller .blog-article-image {
    height: 220px;
  }
}

@media all and (max-width: 992px) {
  #blog-container .blog-article.smaller .blog-article-image {
    height: 200px;
  }
}

@media all and (max-width: 576px) {
  #blog-container .blog-article.smaller .blog-article-image {
    height: auto;
  }
}

#blog-container .blog-article.smaller .blog-article-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#blog-container .blog-article.smaller .blog-article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}

#blog-container .blog-article.smaller .blog-article-image:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#blog-container .blog-article.smallest {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

@media all and (max-width: 992px) {
  #blog-container .blog-article.smallest {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media all and (max-width: 576px) {
  #blog-container .blog-article.smallest {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#blog-container .blog-article .blog-article-image {
  height: 240px;
}

@media all and (max-width: 1440px) {
  #blog-container .blog-article .blog-article-image {
    height: 181px;
  }
}

@media all and (max-width: 1200px) {
  #blog-container .blog-article .blog-article-image {
    height: 160px;
  }
}

@media all and (max-width: 992px) {
  #blog-container .blog-article .blog-article-image {
    height: 200px;
  }
}

@media all and (max-width: 576px) {
  #blog-container .blog-article .blog-article-image {
    height: auto;
  }
}

#blog-container .blog-article .blog-article-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#blog-container .blog-article .blog-article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}

#blog-container .blog-article .blog-article-image:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#blog-container .blog-article .blog-article-description {
  padding: 18px;
}

#blog-container .blog-article .blog-article-description .title {
  padding-bottom: 12px;
  border-bottom: 2px solid #D6D6D6;
  margin-bottom: 22px;
}

#blog-container .blog-article .blog-article-description .title h2, #blog-container .blog-article .blog-article-description .title a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #blog-container .blog-article .blog-article-description .title h2, #blog-container .blog-article .blog-article-description .title a {
    font-size: 18px;
    line-height: 24px;
  }
}

#blog-container .blog-article .blog-article-description .description {
  display: none;
}

#blog-container .blog-article .blog-article-description .buttons a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #EEBA00;
  position: relative;
}

#blog-container .blog-article .blog-article-description .buttons a::after {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  background-color: #EEBA00;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: .4s;
  transition: .4s;
}

#blog-container .blog-article .blog-article-description .buttons a:hover::after {
  opacity: 1;
}

@media all and (max-width: 1366px) {
  #blog-container .blog-article .blog-article-description .buttons a {
    font-size: 16px;
  }
}

#blog-container .blog-article .blog-article-description .buttons a svg {
  margin-left: 10px;
}

.single #header-contact .positioned.single {
  position: absolute;
  top: unset;
  z-index: 3;
}

@media all and (max-width: 992px) {
  .single #header-contact .positioned.single {
    position: relative;
  }
}

.single #header-contact .positioned.single .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.single #header-contact .positioned.single .container header {
  -ms-flex-preferred-size: calc(100% - 306px);
      flex-basis: calc(100% - 306px);
  padding-left: 53px;
}

@media all and (max-width: 992px) {
  .single #header-contact .positioned.single .container header {
    padding-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 576px) {
  .single #header-contact .positioned.single .container header .date {
    margin-bottom: 10px;
  }
}

.single #header-contact .positioned.single .container header .date p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #FDD030;
}

@media all and (max-width: 1200px) {
  .single #header-contact .positioned.single .container header h1 {
    line-height: 50px;
  }
}

@media all and (max-width: 768px) {
  .single #header-contact .positioned.single .container header h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media all and (max-width: 576px) {
  .single #header-contact .positioned.single .container header h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.single #header-contact .positioned.single .container .left-data {
  width: 253px;
  position: relative;
  top: 38px;
}

@media all and (max-width: 992px) {
  .single #header-contact .positioned.single .container .left-data {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.single #header-contact .positioned.single .container .left-data .author {
  margin-bottom: 29px;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.22));
}

.single #header-contact .positioned.single .container .left-data .author .image img {
  width: 100%;
  height: auto;
}

.single #header-contact .positioned.single .container .left-data .author .description {
  background-color: #fff;
  padding: 28px 12px;
}

.single #header-contact .positioned.single .container .left-data .author .description .name {
  margin-bottom: 6px;
}

.single #header-contact .positioned.single .container .left-data .author .description .name p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1B2324;
}

.single #header-contact .positioned.single .container .left-data .author .description .description-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}

.single #header-contact .positioned.single .container .left-data .toc {
  background: transparent;
  border-top: 1.5px solid #C5C5C5;
  border-bottom: 1.5px solid #C5C5C5;
  padding: 18px 0;
}

.single #header-contact .positioned.single .container .left-data .toc div#ez-toc-container {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0;
}

.single #header-contact .positioned.single .container .left-data .toc .ez-toc-title-container {
  margin-bottom: 7px;
}

.single #header-contact .positioned.single .container .left-data .toc p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #000000;
}

.single #header-contact .positioned.single .container .left-data .toc ul {
  list-style: none;
}

.single #header-contact .positioned.single .container .left-data .toc ul li {
  margin-bottom: 10px;
}

.single #header-contact .positioned.single .container .left-data .toc ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #6A6A6A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 25px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single #header-contact .positioned.single .container .left-data .toc ul li a:hover {
  color: #000;
}

.single #header-contact .positioned.single .container .left-data .toc ul li a::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 1px;
  background-color: #6A6A6A;
  position: absolute;
  left: 0;
  top: 7px;
}

.single #header-contact .positioned.single .container .left-data .toc ul li a:last-of-type {
  margin-bottom: 0;
}

#article-description {
  padding-top: 51px;
}

#article-description .container {
  max-width: 53%;
}

@media all and (max-width: 1200px) {
  #article-description .container {
    max-width: 39%;
  }
}

@media all and (max-width: 992px) {
  #article-description .container {
    max-width: 100%;
  }
}

#article-description .container #ez-toc-container {
  display: none;
}

#article-description .container h2 {
  margin-bottom: 16px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#article-description .container p {
  margin-bottom: 42px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#article-description .container figure {
  width: 100%;
  margin-bottom: 42px;
}

#article-description .container figure figcaption {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #6A6A6A;
}

@media all and (max-width: 1366px) {
  #article-description .container figure figcaption {
    font-size: 16px;
    line-height: 24px;
  }
}

#article-description .container figure img {
  width: 100%;
}

#article-description .navigation {
  padding-bottom: 80px;
}

#article-description .navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 1.5px solid #C5C5C5;
  border-bottom: 1.5px solid #C5C5C5;
  padding: 39px 0;
}

@media all and (max-width: 992px) {
  #article-description .navigation .container {
    padding: 39px 15px;
  }
}

#article-description .navigation .container a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #282828;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#article-description .navigation .container a.prev {
  margin-right: auto;
}

#article-description .navigation .container a.prev svg {
  margin-right: 25px;
}

@media all and (max-width: 1024px) {
  #article-description .navigation .container a.prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#article-description .navigation .container a.prev:hover {
  color: #EEBA00;
}

#article-description .navigation .container a.prev:hover svg path {
  stroke: #EEBA00;
}

#article-description .navigation .container a.next {
  margin-left: auto;
}

@media all and (max-width: 1024px) {
  #article-description .navigation .container a.next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#article-description .navigation .container a.next svg {
  margin-left: 25px;
}

#article-description .navigation .container a.next:hover {
  color: #EEBA00;
}

#article-description .navigation .container a.next:hover svg path {
  stroke: #EEBA00;
}

#article-description .navigation .container a svg {
  -webkit-transition: .4s;
  transition: .4s;
}

#article-description .navigation .container a svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

#article-description .navigation .container .share {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}

#article-description .navigation .container .share p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
  color: #6A6A6A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1024px) {
  #article-description .navigation .container .share {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 15px;
  }
}

#article-description .navigation .container .share a {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 7px;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

#article-description .navigation .container .share a svg {
  -webkit-transition: .4s;
  transition: .4s;
}

#article-description .navigation .container .share a svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

#article-description .navigation .container .share a:hover {
  background-color: #000;
}

#article-description .navigation .container .share a:hover svg path {
  fill: #fff;
}

.archive #guru-deals {
  background: none;
  padding-top: 33px;
}

.archive #guru-deals .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .archive #guru-deals .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.archive #guru-deals .container .sort {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 33px;
}

.archive #guru-deals .container .sort p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #838383;
}

@media all and (max-width: 1366px) {
  .archive #guru-deals .container .sort p {
    font-size: 16px;
    line-height: 24px;
  }
}

.archive #guru-deals .container .sort > ul {
  position: relative;
  list-style: none;
}

.archive #guru-deals .container .sort > ul li {
  cursor: pointer;
}

.archive #guru-deals .container .sort > ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.archive #guru-deals .container .sort > ul li span svg {
  margin-left: 8px;
}

@media all and (max-width: 1366px) {
  .archive #guru-deals .container .sort > ul li span {
    font-size: 16px;
    line-height: 24px;
  }
}

.archive #guru-deals .container .sort > ul ul {
  list-style: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  width: 170px;
  display: none;
  padding: 0;
  right: 0;
}

.archive #guru-deals .container .sort > ul ul form {
  background: #000;
}

.archive #guru-deals .container .sort > ul ul form button {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media all and (max-width: 1366px) {
  .archive #guru-deals .container .sort > ul ul form {
    font-size: 16px;
    line-height: 24px;
  }
}

.archive #guru-deals .container .guru-deals {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 45px;
}

@media all and (max-width: 768px) {
  .archive #guru-deals .container .guru-deals {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media all and (max-width: 576px) {
  .archive #guru-deals .container .guru-deals {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.term-guru-deals #guru-deals .container .guru-deals:nth-of-type(3n) {
  margin-left: 2%;
  margin-right: 2%;
}

@media all and (max-width: 768px) {
  .term-guru-deals #guru-deals .container .guru-deals:nth-of-type(3n) {
    margin-left: 0;
    margin-right: 0;
  }
}

#filters {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}

#filters header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#filters header h2 {
  padding: 18px 0 28px 0;
  cursor: pointer;
}

#filters header h2 svg {
  margin-right: 32px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .4s;
  transition: .4s;
}

#filters header h2.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#filters header .parameters {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#filters header .parameters p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #EEBA00;
  margin-right: 18px;
}

#filters header .parameters a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  /* identical to box height, or 62% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #838383;
}

#filters .filters-inner {
  padding-bottom: 47px;
  display: none;
}

#filters .filters-inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#filters .filters-inner form .left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 992px) {
  #filters .filters-inner form .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#filters .filters-inner form .left h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #838383;
}

#filters .filters-inner form .left .left-inner.small {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}

@media all and (max-width: 1366px) {
  #filters .filters-inner form .left .left-inner.small {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media all and (max-width: 768px) {
  #filters .filters-inner form .left .left-inner.small {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#filters .filters-inner form .left .left-inner.small > div h3 {
  margin-bottom: 12px;
}

#filters .filters-inner form .left .left-inner.small .trip-termin input[type="date"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #282828;
  border-radius: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  padding: 0 10px 0 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 12px;
  font-family: 'Kanit', sans-serif;
}

#filters .filters-inner form .left .left-inner.small .trip-termin input[type="date"]::-webkit-inner-spin-button, #filters .filters-inner form .left .left-inner.small .trip-termin input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url("assets/svg/calendar.svg");
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label {
  border: 1px solid;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
  height: 25px;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label svg {
  margin-right: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label:hover svg path, #filters .filters-inner form .left .left-inner.small .trip-difficult label.active svg path {
  fill: #fff !important;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label.easy {
  border-color: #1E9462;
  color: #1E9462;
  background-color: #fff;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label.easy:hover, #filters .filters-inner form .left .left-inner.small .trip-difficult label.easy.active {
  background-color: #1E9462;
  color: #fff;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label.medium {
  border-color: #EEBA00;
  color: #EEBA00;
  background-color: #fff;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label.medium:hover, #filters .filters-inner form .left .left-inner.small .trip-difficult label.medium.active {
  background-color: #EEBA00;
  color: #fff;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label.hard {
  border-color: #D02828;
  color: #D02828;
  background-color: #fff;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label.hard:hover, #filters .filters-inner form .left .left-inner.small .trip-difficult label.hard.active {
  background-color: #D02828;
  color: #fff;
}

#filters .filters-inner form .left .left-inner.small .trip-difficult label input {
  display: none;
}

#filters .filters-inner form .left .left-inner.small .trip-category {
  margin-top: 23px;
}

#filters .filters-inner form .left .left-inner.small .trip-category label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #838383;
}

#filters .filters-inner form .left .left-inner.small .trip-category label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-preferred-size: 16px;
      flex-basis: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  border: 1px solid #000000;
  border-radius: 50%;
  position: relative;
}

#filters .filters-inner form .left .left-inner.small .trip-category label input:checked::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #EEBA00;
  border-radius: 50%;
}

#filters .filters-inner form .left .left-inner.long {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 1366px) {
  #filters .filters-inner form .left .left-inner.long {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media all and (max-width: 768px) {
  #filters .filters-inner form .left .left-inner.long {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 30px;
  }
}

#filters .filters-inner form .left .left-inner.long h3 {
  margin-bottom: 38px;
}

#filters .filters-inner form .left .left-inner.long .sliders {
  margin-bottom: 29px;
}

#filters .filters-inner form .left .left-inner.long .sliders .ui-widget.ui-widget-content {
  border: 0;
  height: 2px;
  background: #000;
}

#filters .filters-inner form .left .left-inner.long .sliders .ui-slider-horizontal .ui-slider-range {
  background: #EEBA00;
}

#filters .filters-inner form .left .left-inner.long .sliders .ui-widget-content .ui-state-default {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  width: auto;
  height: auto;
  background: none;
  border: 0;
  border-radius: 0;
  top: -30px;
}

@media all and (max-width: 1366px) {
  #filters .filters-inner form .left .left-inner.long .sliders .ui-widget-content .ui-state-default {
    font-size: 16px;
    line-height: 24px;
  }
}

#filters .filters-inner form .left .left-inner.long .sliders .ui-widget-content .ui-state-default::before {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}

#filters .filters-inner form .left .left-inner.long .sliders .ui-widget-content .ui-state-default::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  display: block;
  background-color: #EEBA00;
  border-radius: 50%;
}

#filters .filters-inner form .left .left-inner.long .sliders.trip-price .ui-widget-content .ui-state-default::before {
  content: ' PLN';
}

#filters .filters-inner form .left .left-inner.long .sliders.trip-days .ui-widget-content .ui-state-default::before {
  content: ' dni';
}

#filters .filters-inner form .left .left-inner.long .sliders.trip-guys .ui-widget-content .ui-state-default::before {
  content: ' os.';
}

#filters .filters-inner form .left .left-inner.full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
}

#filters .filters-inner form .left .left-inner.full label {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #838383;
  margin-bottom: 4px;
}

#filters .filters-inner form .left .left-inner.full input {
  border: 1px solid #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  padding: 0 67px 0 16px;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #282828;
  width: 100%;
}

#filters .filters-inner form .left .left-inner.full input::-webkit-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #282828;
}

#filters .filters-inner form .left .left-inner.full input:-ms-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #282828;
}

#filters .filters-inner form .left .left-inner.full input::-ms-input-placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #282828;
}

#filters .filters-inner form .left .left-inner.full input::placeholder {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #282828;
}

#filters .filters-inner form .left .left-inner.full button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  height: 51px;
  width: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#filters .filters-inner form .right {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media all and (max-width: 992px) {
  #filters .filters-inner form .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
  }
}

#filters .filters-inner form .right div h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #838383;
  margin-bottom: 7px;
}

#filters .filters-inner form .right div select {
  font-family: 'Kanit', sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #282828;
  border-radius: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  padding: 0 10px 0 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 23px;
  background-repeat: no-repeat;
  background-position: 97% 16px;
}

#filters .filters-inner form .right div select option {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#filters .filters-inner form .right div .chosen-container-multi {
  width: 100% !important;
  height: 37px;
  border: 1px solid #282828;
  margin-bottom: 23px;
}

#filters .filters-inner form .right div .chosen-container-multi .chosen-choices {
  height: 100%;
  border: 0;
}

#filters .filters-inner form .right div .chosen-container-multi .chosen-choices li {
  border: 0;
  margin: 0;
  padding: 0 5px;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px;
  background: transparent;
}

@media all and (max-width: 1366px) {
  #filters .filters-inner form .right div .chosen-container-multi .chosen-choices li {
    font-size: 14px;
  }
}

#filters .filters-inner form .right div .chosen-container-multi .chosen-choices input {
  height: 37px;
}

#filters .filters-inner form .right input {
  width: 100%;
  height: 59px;
  border: 0;
  font-family: 'Kanit';
  border: 2px solid #fdd030;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 10px;
  color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

#filters .filters-inner form .right input[type="submit"] {
  margin-top: 24px;
  background: #fff;
}

#filters .filters-inner form .right input[type="submit"]:hover {
  background: #FDD030;
}

#guru-deals .all-products .guru-deals {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

#guru-deals .all-products .guru-deals:nth-of-type(3) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

#guru-deals .all-products .guru-deals:nth-of-type(4) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 2%;
  margin-right: 2%;
}

@media all and (max-width: 768px) {
  #guru-deals .all-products .guru-deals:nth-of-type(4) {
    margin-left: 0%;
    margin-right: 0%;
  }
}

#guru-deals .all-products .guru-deals:nth-of-type(5) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#guru-deals .all-products .guru-deals:nth-of-type(6) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#guru-deals .all-products .guru-deals:nth-of-type(7) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#guru-deals .all-products .guru-deals:nth-of-type(8) {
  margin-left: 2%;
  margin-right: 2%;
}

@media all and (max-width: 768px) {
  #guru-deals .all-products .guru-deals:nth-of-type(8) {
    margin-left: 0%;
    margin-right: 0%;
  }
}

#guru-deals .all-products .guru-deals-special-container {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FDD030;
  padding: 20px 20px 20px 29px;
  position: relative;
  top: -20px;
  margin-left: 2%;
}

@media all and (max-width: 768px) {
  #guru-deals .all-products .guru-deals-special-container {
    margin-left: 0%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#guru-deals .all-products .guru-deals-special-container .left,
#guru-deals .all-products .guru-deals-special-container .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 576px) {
  #guru-deals .all-products .guru-deals-special-container .left,
  #guru-deals .all-products .guru-deals-special-container .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#guru-deals .all-products .guru-deals-special-container .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media all and (max-width: 576px) {
  #guru-deals .all-products .guru-deals-special-container .left {
    padding-bottom: 20px;
  }
}

#guru-deals .all-products .guru-deals-special-container .left svg {
  margin-bottom: 9px;
}

#guru-deals .all-products .guru-deals-special-container .left h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 12px;
}

@media all and (max-width: 1440px) {
  #guru-deals .all-products .guru-deals-special-container .left h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

#guru-deals .all-products .guru-deals-special-container .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 21px;
}

@media all and (max-width: 1366px) {
  #guru-deals .all-products .guru-deals-special-container .left p {
    font-size: 16px;
    line-height: 24px;
  }
}

#guru-deals .all-products .guru-deals-special-container .left a {
  width: 145px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#guru-deals .all-products .guru-deals-special-container .left a:hover {
  background: #000;
  color: #fff;
}

#guru-deals .all-products .guru-deals-special-container .right .guru-deals {
  margin-bottom: 0;
}

#guru-deals .all-products .guru-deals-special-container .right .guru-deals .guru-deals-description {
  margin-bottom: 0;
}

@media all and (max-width: 992px) {
  .single-product .header .header-inner {
    height: 500px;
  }
}

.single-product .header .positioned {
  height: 100%;
  top: 0;
}

@media all and (max-width: 992px) {
  .single-product .header .positioned {
    top: -300px;
    position: relative;
    padding-bottom: 0;
  }
}

.single-product .header .positioned .container {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 100px;
}

@media all and (max-width: 992px) {
  .single-product .header .positioned .container {
    padding-bottom: 0;
  }
}

@media all and (max-width: 992px) {
  .single-product .header .positioned .container header {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.single-product .header .positioned .container header p:first-of-type {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 14px */
  text-transform: uppercase;
  color: #DADADA;
}

.single-product .header .positioned .container header p:last-of-type {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 992px) {
  .single-product .header .positioned .container .product-info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: static;
    margin-top: 120px;
    padding-bottom: 0;
  }
}

.product-info {
  background-color: #fff;
  padding: 40px 18px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  position: relative;
  bottom: -190px;
  z-index: 10;
}

.product-info .price {
  padding: 0 18px;
  margin-bottom: 42px;
}

.product-info .price p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1B2324;
}

@media all and (max-width: 1440px) {
  .product-info .price p {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  .product-info .price p {
    font-size: 14px;
  }
}

.product-info .price del {
  margin-right: 11px;
}

.product-info .price del span {
  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #787777;
}

@media all and (max-width: 1440px) {
  .product-info .price del span {
    font-size: 14px;
  }
}

@media all and (max-width: 1024px) {
  .product-info .price del span {
    font-size: 13px;
  }
}

@media all and (max-width: 992px) {
  .product-info .price del span {
    font-size: 12px;
  }
}

.product-info .price ins {
  text-decoration: none;
}

.product-info .price ins span {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EEBA00;
}

.product-info .termin {
  margin-bottom: 18px;
}

.product-info .termin select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  height: 51px;
  border: 2px solid #282828;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #282828;
}

.product-info .termin select option {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 10px;
  color: #282828;
}

.product-info .termin > ul {
  position: relative;
  height: 51px;
  border: 2px solid #282828;
  list-style: none;
  padding: 0;
}

.product-info .termin > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  height: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #282828;
  cursor: pointer;
}

.product-info .termin > ul ul {
  position: absolute;
  top: 100%;
  border: 2px solid #282828;
  left: -2px;
  background-color: #fff;
  width: calc(100% + 4px);
  padding: 0;
  list-style: none;
  display: none;
}

.product-info .termin > ul ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #282828;
  text-decoration: none;
  padding: 0 24px;
}

.product-info .individual {
  margin-bottom: 18px;
}

.product-info .individual p {
  height: 51px;
  border: 2px solid #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 10px;
  color: #838383;
}

@media all and (max-width: 1200px) {
  .product-info .individual p {
    font-size: 18px;
  }
}

.product-info .reservation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 10px;
  color: #000000;
  text-decoration: none;
  border: 2px solid #FDD030;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-info .reservation a:hover {
  background: #FDD030;
}

.product-info .trust-pilot {
  text-align: center;
}

#characteristic {
  padding-bottom: 65px;
}

#characteristic .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#characteristic .container header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 36px;
}

#characteristic .container header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
}

@media all and (max-width: 1440px) {
  #characteristic .container header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

#characteristic .container .half {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media all and (max-width: 992px) {
  #characteristic .container .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#characteristic .container .half:nth-of-type(2) .characteristic-inner:first-of-type {
  border-top: 0;
}

#characteristic .container .half .characteristic-inner {
  border-top: 2px solid #C5C5C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#characteristic .container .half .characteristic-inner .description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#characteristic .container .half .characteristic-inner .description-inner .ico {
  -ms-flex-preferred-size: 28px;
      flex-basis: 28px;
  height: 28px;
}

#characteristic .container .half .characteristic-inner .description-inner .desc {
  -ms-flex-preferred-size: calc(100% - 51px);
      flex-basis: calc(100% - 51px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#characteristic .container .half .characteristic-inner .description-inner .desc header h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
}

#characteristic .container .half .characteristic-inner .description-inner .desc header p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #A6A6A6;
}

#characteristic .container .half .characteristic-inner .description-inner .desc .desc-inner {
  margin-bottom: 20px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

@media all and (max-width: 1200px) {
  #characteristic .container .half .characteristic-inner .description-inner .desc .desc-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#characteristic .container .half .characteristic-inner .description-inner .desc .desc-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

#characteristic .container .half .characteristic-inner .description-inner .desc .desc-inner svg {
  margin: 0 7px;
}

#characteristic .container .half .characteristic-inner .description-inner .desc .desc-inner svg path {
  fill: #838383 !important;
}

#characteristic .container .half .characteristic-inner .description-inner .desc .desc-inner svg.active path {
  fill: #eeba00 !important;
}

#characteristic .container .half .characteristic-inner:last-of-type {
  border-bottom: 2px solid #C5C5C5;
}

#characteristic .container .half .characteristic-inner .ico {
  margin-right: 23px;
}

#characteristic .container .half .characteristic-inner .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#characteristic .container .half .characteristic-inner .description p span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000000;
  margin-left: 12px;
}

#characteristic .container .half .characteristic-inner .description.deadlines span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#characteristic .container .half .characteristic-inner .description.deadlines span::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #C5C5C5;
  margin-left: 11px;
}

#characteristic .container .half .characteristic-inner .description.deadlines span:last-of-type::after {
  content: none;
}

#trip-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-top: 65px;
}

#trip-description .left,
#trip-description .right {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media all and (max-width: 992px) {
  #trip-description .left,
  #trip-description .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#trip-description .left {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  background: #FDD030;
  position: relative;
  left: -45px;
  padding: 86px 0 86px 0;
}

@media all and (max-width: 992px) {
  #trip-description .left {
    -webkit-transform: none;
            transform: none;
    left: 0;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 576px) {
  #trip-description .left {
    padding: 86px 15px 86px 15px !important;
  }
}

#trip-description .left .left-inner {
  padding: 86px 40px 86px 55px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media all and (max-width: 992px) {
  #trip-description .left .left-inner {
    -webkit-transform: none;
            transform: none;
    padding: 0 !important;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 768px) {
  #trip-description .left .left-inner {
    max-width: 540px;
  }
}

@media all and (max-width: 576px) {
  #trip-description .left .left-inner {
    max-width: 100%;
  }
}

#trip-description .left .left-inner header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 16px;
}

@media all and (max-width: 1440px) {
  #trip-description .left .left-inner header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

#trip-description .left .left-inner header p:first-of-type {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 19px;
}

#trip-description .left .left-inner header p:last-of-type {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #trip-description .left .left-inner header p:last-of-type {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 992px) {
  #trip-description .right img {
    width: 100%;
  }
}

#product-tabs {
  margin-top: 80px;
}

#product-tabs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#product-tabs .container .tabs-container {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
}

@media all and (max-width: 992px) {
  #product-tabs .container .tabs-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#product-tabs .container .tabs-container .tab-inner {
  border: 2px solid #C5C5C5;
  -webkit-box-shadow: 0px 2px 0px #C5C5C5;
          box-shadow: 0px 2px 0px #C5C5C5;
  margin-bottom: 13px;
}

#product-tabs .container .tabs-container .tab-inner header {
  padding: 23px 25px 23px 29px;
}

#product-tabs .container .tabs-container .tab-inner header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

#product-tabs .container .tabs-container .tab-inner header h3 img {
  margin-right: 21px;
}

#product-tabs .container .tabs-container .tab-inner header h3 svg {
  margin-left: auto;
}

#product-tabs .container .tabs-container .tab-inner.cover ul, #product-tabs .container .tabs-container .tab-inner.cover ol {
  list-style: none;
}

#product-tabs .container .tabs-container .tab-inner.cover ul li, #product-tabs .container .tabs-container .tab-inner.cover ol li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  position: relative;
  padding-left: 33px;
  width: 100%;
  margin-bottom: 16px;
}

@media all and (max-width: 1366px) {
  #product-tabs .container .tabs-container .tab-inner.cover ul li, #product-tabs .container .tabs-container .tab-inner.cover ol li {
    font-size: 16px;
    line-height: 24px;
  }
}

#product-tabs .container .tabs-container .tab-inner.cover ul li::before, #product-tabs .container .tabs-container .tab-inner.cover ol li::before {
  content: '';
  width: 14px;
  height: 10px;
  background-image: url("assets/svg/tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}

#product-tabs .container .tabs-container .tab-inner.cover ul li span, #product-tabs .container .tabs-container .tab-inner.cover ol li span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #838383;
  margin-left: 10px;
}

@media all and (max-width: 1366px) {
  #product-tabs .container .tabs-container .tab-inner.cover ul li span, #product-tabs .container .tabs-container .tab-inner.cover ol li span {
    font-size: 16px;
    line-height: 24px;
  }
}

#product-tabs .container .tabs-container .tab-inner.not-cover ul, #product-tabs .container .tabs-container .tab-inner.not-cover ol {
  list-style: none;
}

#product-tabs .container .tabs-container .tab-inner.not-cover ul li, #product-tabs .container .tabs-container .tab-inner.not-cover ol li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 33px;
}

@media all and (max-width: 1366px) {
  #product-tabs .container .tabs-container .tab-inner.not-cover ul li, #product-tabs .container .tabs-container .tab-inner.not-cover ol li {
    font-size: 16px;
    line-height: 24px;
  }
}

#product-tabs .container .tabs-container .tab-inner.not-cover ul li::before, #product-tabs .container .tabs-container .tab-inner.not-cover ol li::before {
  content: '';
  width: 11px;
  height: 11px;
  background-image: url("assets/svg/x.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}

#product-tabs .container .tabs-container .tab-inner .tab-inner-description {
  padding: 0 52px 52px 52px;
  display: none;
}

#product-tabs .container .tabs-container .tab-inner .tab-inner-description .under-title {
  padding: 0 32px;
  margin-bottom: 16px;
}

#product-tabs .container .tabs-container .tab-inner.equipment .tab-inner-description .equipment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#product-tabs .container .tabs-container .tab-inner.equipment .tab-inner-description .equipment-container .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#product-tabs .container .tabs-container .tab-inner.images .tab-inner-description .gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#product-tabs .container .tabs-container .tab-inner.images .tab-inner-description .gallery-container .gallery-item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 10px;
}

#product-tabs .container .tabs-container .tab-inner.images .tab-inner-description .gallery-container .gallery-item img {
  width: 100%;
  height: auto;
}

#product-tabs .container .tabs-container .tab-inner.faq .faq-container .faq-element {
  padding-top: 11px;
  border-top: 3px solid #EEBA00;
  margin-bottom: 40px;
}

#product-tabs .container .tabs-container .tab-inner.faq .faq-container .faq-element:last-of-type {
  margin-bottom: 0;
}

#product-tabs .container .tabs-container .tab-inner.faq .faq-container .faq-element .faq-title {
  margin-bottom: 9px;
}

#product-tabs .container .tabs-container .tab-inner.faq .faq-container .faq-element .faq-title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

#product-tabs .container .tabs-container .tab-inner.faq .faq-container .faq-element .faq-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #6A6A6A;
}

#product-tabs .container .product-info {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media all and (max-width: 992px) {
  #product-tabs .container .product-info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.days-container .day-inner {
  border-top: 2px solid #C5C5C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.days-container .day-inner .image {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 30px;
}

.days-container .day-inner .image img {
  width: 100%;
  height: auto;
}

.days-container .day-inner .description {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  padding-top: 18px;
}

.days-container .day-inner .description .title {
  margin-bottom: 10px;
}

.days-container .day-inner .description .title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}

.days-container .day-inner .description .description-inner {
  margin-bottom: 20px;
}

.days-container .day-inner .description .description-inner p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 20px;
}

.days-container .day-inner .description .short-info p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #838383;
}

#activities {
  padding-top: 91px;
  background-image: url(assets/img/guru-deals-background.png);
}

#activities .container header {
  margin-bottom: 47px;
}

#activities .container header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 16px;
}

@media all and (max-width: 1440px) {
  #activities .container header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

#activities .container header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

@media all and (max-width: 1366px) {
  #activities .container header p {
    font-size: 16px;
    line-height: 24px;
  }
}

#activities .container .activities-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#activities .container .activities-container .single-activity {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
}

@media all and (max-width: 992px) {
  #activities .container .activities-container .single-activity {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 576px) {
  #activities .container .activities-container .single-activity {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#activities .container .activities-container .single-activity .wrapper-inner {
  position: relative;
}

#activities .container .activities-container .single-activity .wrapper-inner .image-wrapper {
  width: 100%;
}

#activities .container .activities-container .single-activity .wrapper-inner .image-wrapper img {
  width: 100%;
  height: auto;
}

#activities .container .activities-container .single-activity .wrapper-inner .text-wrapper {
  position: absolute;
  padding: 0 15px 12px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

#activities .container .activities-container .single-activity .wrapper-inner .text-wrapper h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #FFFFFF;
}

#product-instagram {
  margin-top: 125px;
  margin-bottom: 115px;
}

#product-instagram header {
  text-align: center;
}

#product-instagram header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
}

@media all and (max-width: 1440px) {
  #product-instagram header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.wpcf7-not-valid-tip {
  padding-top: 1em;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
}
/*# sourceMappingURL=style.css.map */