@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* UI BEGIN */
a {
  color: #151517;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: #000;
}

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

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

input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.input-container .label {
  position: absolute;
  font-size: 16px;
  color: #AAABAD;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Raleway", sans-serif;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}

.input-container input, .input-container textarea {
  width: 100%;
  border: 1px solid #D7D7D7;
  outline: none;
  border-radius: 6px;
  background: #F3F3F3;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #151517;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  resize: none;
}

.input-container input::-webkit-input-placeholder, .input-container textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 23, 0.5);
}

.input-container input::-moz-placeholder, .input-container textarea::-moz-placeholder {
  color: rgba(21, 21, 23, 0.5);
}

.input-container input::-ms-input-placeholder, .input-container textarea::-ms-input-placeholder {
  color: rgba(21, 21, 23, 0.5);
}

.input-container input::placeholder, .input-container textarea::placeholder {
  color: rgba(21, 21, 23, 0.5);
}

.input-container.has-error input {
  border-color: #ff0000;
}

.input-container textarea {
  min-height: 144px;
}

.textarea-container {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.textarea-container p {
  font-size: 14px;
  color: #274A4C;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  margin-bottom: 8px;
}

.textarea-container textarea {
  width: 100%;
  border: 1px solid #AAABAD;
  outline: none;
  border-radius: 2px;
  background: #fff;
  padding: 18px 26px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #274A4C;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 80px;
  resize: none;
}

.input-checkbox {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-top: 12px;
}

.input-checkbox input {
  display: none;
}

.input-checkbox label {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  display: inline-block;
}

.input-checkbox p {
  font-size: 16px;
  color: #353537;
  margin: 0;
  line-height: 1.3;
  font-weight: 300;
}

.input-checkbox p a {
  color: #353537;
  border-bottom: 1px solid rgba(53, 53, 55, 0.5);
}

.input-checkbox p a:hover {
  border-color: transparent;
}

.input-checkbox .checkbox {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  border: 1px solid #89898B;
  position: absolute;
  border-radius: 6px;
  background: #EDEDED;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.input-checkbox .checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4 8L10 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.input-checkbox input:checked + .checkbox {
  border-color: #342749;
  background: #342749;
}

.input-checkbox input:checked + .checkbox:after {
  opacity: 1;
}

.input-checkbox--disabled {
  pointer-events: none;
}

.input-checkbox--disabled .checkbox {
  background: rgba(170, 171, 173, 0.3);
  border-color: transparent;
}

.input-checkbox--disabled p {
  color: #AAABAD !important;
}

.input-checkbox--no-padding {
  padding-top: 0;
}

.input-radio {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-top: 10px;
}

.input-radio input {
  display: none;
}

.input-radio label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
}

.input-radio p {
  font-size: 13px;
  color: #353537;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

.input-radio p a {
  color: #353537;
  border-bottom: 1px solid rgba(53, 53, 55, 0.5);
}

.input-radio p a:hover {
  border-color: transparent;
}

.input-radio .checkbox {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  border: 2px solid #AAABAD;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.input-radio .checkbox:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #E0A72D;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.input-radio input:checked + .checkbox:after {
  opacity: 1;
}

.input-radio--disabled {
  pointer-events: none;
}

.input-radio--disabled .checkbox {
  background: rgba(170, 171, 173, 0.3);
  border-color: transparent;
}

.input-radio--disabled p {
  color: rgba(170, 171, 173, 0.9) !important;
}

@media only screen and (max-width: 760px) {
  .input-container {
    margin-bottom: 8px;
  }
  .input-select {
    padding-top: 20px;
  }
}

/* UI END */
/* GENERAL BEGIN */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body, html {
  background: #ffffff;
  color: #151517;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.page main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
  }
}

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

section {
  padding: 130px 0 170px;
}

section.small-padding {
  padding: 110px 0 150px;
}

@media only screen and (max-width: 1336px) {
  section {
    padding: 120px 0 140px;
  }
  section.small-padding {
    padding: 100px 0 120px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  section {
    padding: 80px 0 110px;
  }
  section.small-padding {
    padding: 70px 0 100px;
  }
}

@media only screen and (max-width: 760px) {
  body.is-fixed {
    overflow: hidden !important;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section {
    padding: 50px 0;
  }
  section.small-padding {
    padding: 40px 0;
  }
  body.fancybox-active, html.fancybox-active {
    overflow: hidden !important;
  }
  html.fancybox-active {
    position: fixed !important;
  }
}

/* GENERAL END */
.h1-title {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}

.h2-title {
  font-size: 50px;
  line-height: 1.6;
  font-weight: 800;
  color: #151517;
  font-family: "Raleway", sans-serif;
}

@media only screen and (max-width: 1336px) {
  .h1-title {
    font-size: 60px;
  }
  .h2-title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1124px) {
  .h1-title {
    font-size: 55px;
  }
  .h2-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .h1-title {
    font-size: 40px;
  }
  .h2-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 760px) {
  .h1-title {
    font-size: 40px;
  }
  .h2-title {
    font-size: 28px;
    line-height: 1.3;
  }
}

/* HEADER BEGIN */
.hamburger {
  width: 38px;
  min-width: 38px;
  height: 38px;
  z-index: 2000;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  overflow: visible;
  font-size: 0;
  line-height: 0;
  position: relative;
  border-radius: 6px;
  background: #EA2D30;
  display: none;
}

.hamburger.is-open {
  border-color: transparent;
}

.hamburger span {
  display: inline-block;
  height: 2px;
  position: absolute;
  width: 22px;
  background: #ffffff;
  top: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  left: 8px;
}

.hamburger span.top {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hamburger span.middle {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.hamburger span.bottom {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.hamburger.is-open .middle {
  opacity: 0;
}

.hamburger.is-open span.top {
  top: 50%;
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.hamburger.is-open span.bottom {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.hamburger span {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header {
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header.is-bg {
  background: #302344 !important;
  position: fixed !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.header.is-bg .language__button-info:after {
  border-color: white transparent transparent transparent;
}

.header.is-bg .language.is-open .language__button-info:after {
  border-color: #EA2D30 transparent transparent transparent;
}

.header.is-bg .language.is-open p {
  color: #EA2D30;
}

.header.is-bg .language p {
  color: #ffffff;
}

.header.always-fixed, .header.is-fixed-start {
  position: fixed;
  background: rgba(48, 35, 68, 0.98);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header.always-fixed .language__button-info:after, .header.is-fixed-start .language__button-info:after {
  border-color: white transparent transparent transparent;
}

.header.always-fixed .language.is-open .language__button-info:after, .header.is-fixed-start .language.is-open .language__button-info:after {
  border-color: #EA2D30 transparent transparent transparent;
}

.header.always-fixed .language.is-open p, .header.is-fixed-start .language.is-open p {
  color: #EA2D30;
}

.header.always-fixed .language p, .header.is-fixed-start .language p {
  color: #ffffff;
}

.header.always-fixed, .header.is-fixed {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header .container {
  max-width: 1920px;
  position: relative;
  z-index: 12;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menu {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  padding-top: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header__menu a {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  font-weight: 600;
  margin: 0 20px;
  white-space: nowrap;
}

.header__menu a:hover {
  color: #EA2D30;
}

.header__menu a[js-open-services], .header__menu a[js-open-services-mobile] {
  padding-right: 17px;
  position: relative;
}

.header__menu a[js-open-services]:after, .header__menu a[js-open-services-mobile]:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24 5.18a1 1 0 0 1-1.48 0l-2.5-2.76A1 1 0 0 1 1.98.75h5.02a1 1 0 0 1 .74 1.67l-2.5 2.76Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  opacity: 0.6;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header__menu a[js-open-services]:hover:after, .header__menu a[js-open-services-mobile]:hover:after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24 5.18a1 1 0 0 1-1.48 0l-2.5-2.76A1 1 0 0 1 1.98.75h5.02a1 1 0 0 1 .74 1.67l-2.5 2.76Z' fill='%23DB182C'/%3E%3C/svg%3E");
}

.header__menu a[js-open-services].is-open, .header__menu a[js-open-services-mobile].is-open {
  color: #EA2D30;
}

.header__menu a[js-open-services].is-open:after, .header__menu a[js-open-services-mobile].is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24 5.18a1 1 0 0 1-1.48 0l-2.5-2.76A1 1 0 0 1 1.98.75h5.02a1 1 0 0 1 .74 1.67l-2.5 2.76Z' fill='%23DB182C'/%3E%3C/svg%3E");
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8%;
  margin-left: auto;
}

.header__buttons a {
  margin: 0 10px;
}

.header__mobile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 140%;
  background: rgba(21, 21, 23, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 100;
}

.header__mobile-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.header__mobile-menu {
  display: none;
}

.header__mobile-menu .header__menu {
  display: none;
}

.header__enter {
  display: none;
}

.header__services {
  position: absolute;
  left: 0;
  top: 99%;
  z-index: 10;
  background: #302344;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
  max-height: calc(100vh - 100px);
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}

.header__services.is-open {
  opacity: 1;
  pointer-events: all;
}

.header__services .container {
  max-width: 1500px;
}

.header__services-head span {
  display: none;
}

.header__services-row {
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.header__services-column {
  padding: 30px 20px 10px;
  width: 25%;
}

.header__services-el {
  padding-top: 30px;
}

.header__services-icon {
  font-size: 0;
}

.header__services-icon img {
  width: 32px;
  height: 32px;
}

.header__services-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__services-links a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  margin-top: 8px;
  position: relative;
}

.header__services-links a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header__services-links a:hover span {
  border-color: #EA2D30;
}

.language {
  position: relative;
  font-size: 0;
  cursor: pointer;
}

.language__button-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
}

.language__button-info:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.language__button-info p {
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.language__button {
  width: 26px;
  height: 26px;
  min-width: 26px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.language__button .fi {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.language.is-open .language__button-info:after {
  border-color: #EA2D30 transparent transparent transparent;
}

.language.is-open p {
  color: #EA2D30;
}

.language.is-open .language__links {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.language__links {
  position: absolute;
  right: 0;
  top: calc(100% + 22px);
  min-width: 452px;
  padding: 15px;
  background: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}

.language__links a {
  font-size: 14px;
  line-height: 1.3;
  color: #151517;
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.language__links span {
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 50%;
  background-color: #959595;
  width: 18px;
  min-width: 18px;
  height: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.language__link {
  padding: 6px;
  width: 33.3333%;
}

.language__link:hover a {
  color: #EA2D30;
}

@media only screen and (max-width: 1568px) {
  .header__buttons {
    padding: 0 10px;
    margin: 0 auto;
  }
  .header__menu a {
    margin: 0 12px;
  }
}

@media only screen and (max-width: 1336px) {
  .header__menu {
    padding: 5px 20px 0;
  }
  .header__menu a {
    margin: 0 8px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1124px) {
  .header .hamburger {
    display: inline-block;
  }
  .header__buttons {
    display: none;
  }
  .header .language-container {
    display: none;
  }
  .header.is-active .header__menu {
    opacity: 0;
    pointer-events: none;
  }
  .header__mobile-menu {
    display: inline-block;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    padding: 34px 25px;
    max-width: 300px;
    width: 100%;
    z-index: 100;
    background: #302344;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    z-index: 1000;
  }
  .header__mobile-menu.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__mobile-menu .header__menu {
    margin: 20px -25px 0;
    padding: 0;
    width: calc(100% + 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1 !important;
    pointer-events: all !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__mobile-menu .header__menu a {
    margin: 0;
    padding: 17px 25px;
    border-top: 1px solid #151517;
  }
  .header__mobile-menu .header__menu a:last-child {
    border-bottom: 1px solid #151517;
  }
  .header__mobile-menu .header__menu a[js-open-services]:after, .header__mobile-menu .header__menu a[js-open-services-mobile]:after {
    width: 16px;
    height: 11px;
    top: 50%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6h15m0 0-5-5m5 5-5 5' stroke='%23FFFFFF'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    opacity: 0.6;
  }
  .header__mobile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
  }
  .header__mobile-head .hamburger { 
    display: inline-block;
  }
  .header__mobile-buttons {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__mobile-buttons.hidden {
    display: none;
  }
  .header__mobile-buttons .btn--white {
    width: 65%;
    margin-left: 15px;
  }
  .header__services {
    padding-top: 10px;
  }
  .header__services-column {
    width: 33.333%;
    padding: 20px 20px 10px;
  }
  .header__services-links a {
    font-size: 14px;
  }
  .header__services-mobile {
    margin: 0 -25px;
    width: calc(100% + 50px);
    display: none;
  }
  .header__services-mobile.visible {
    display: block;
  }
  .header__services-mobile .header__services-links a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    padding: 14px 20px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #50365C;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
  }
  .header__services-mobile .header__services-links a:hover {
    color: #EA2D30;
  }
  .header__services-mobile .header__services-links a span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-color: transparent !important;
  }
  .header__mobile-languages.hidden {
    display: none;
  }
  .header__services-back {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #50365C;
    border-bottom: 1px solid #50365C;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    cursor: pointer;
    color: #fff;
  }
  .header__services-back img {
    width: 21px;
    height: 14px;
    min-width: 21px;
    margin-right: 13px;
    margin-left: 1px;
  }
  .header__services-back .logotype {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin: -6px 9px -6px 0;
  }
  .header__services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #50365C;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
  }
  .header__services-item:hover {
    color: #EA2D30;
  }
  .header__services-item img {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  .header__services-item .arrow {
    width: 15px;
    height: 10px;
    min-width: 15px;
    margin: 0 0 0 auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__menu.hidden {
    display: none;
  }
  .header__mobile-overlay {
    display: block;
  }
  .language {
    margin-top: 0;
    position: static;
  }
  .language.is-open .language__links {
    display: block;
  }
  .language.is-open .language__button-info:after {
    border-color: #EA2D30 transparent transparent transparent;
  }
  .language.is-open .language__button-info p {
    color: #EA2D30;
  }
  .language__links {
    display: block;
    padding: 10px 17px;
    min-width: 1px;
    width: 100%;
    position: static;
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
  }
  .language__button-info {
    position: absolute;
    right: 25px;
    top: 39px;
  }
  .language__button-info:after {
    border-color: white transparent transparent transparent;
  }
  .language__button-info p {
    color: #ffffff;
  }
  .language__link {
    padding: 7px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .header .logotype img {
    width: 105px;
  }
  .header__menu {
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__menu a {
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
  }
  .header__menu.hidden {
    display: none;
  }
  .header__mobile-menu {
    padding: 30px 25px;
  }
  .header .language__button {
    top: 29px;
  }
}

@media only screen and (max-width: 760px) {
  .hamburger {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: none;
    border: 1px solid #EA2D30;
  }
  .header {
    padding: 15px 0;
    position: fixed;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .header.always-fixed, .header.is-fixed-start {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header.always-fixed, .header.is-fixed {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header .logotype img {
    width: 92px;
  }
  .header__enter {
    display: inline-block;
    font-size: 0;
    padding: 5px;
    margin-right: 23px;
    margin-left: auto;
  }
  .header__enter img {
    width: 24px;
    height: 24px;
  }
  .header__menu {
    display: none;
  }
  .header__mobile-overlay {
    z-index: 1000;
  }
  .header__mobile-buttons .btn {
    width: 35%;
  }
  .header__mobile-buttons .btn--white {
    width: 62%;
  }
  .header__mobile-head {
    padding-bottom: 15px;
  }
  .header__mobile-menu {
    max-width: 76%;
    padding: 19px 20px;
  }
  .header__mobile-menu .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -20px 0;
    width: calc(100% + 40px);
  }
  .header__mobile-menu .header__menu.hidden {
    display: none;
  }
  .header__mobile-menu .header__menu a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__services-mobile {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .header__services {
    display: none;
  }
  .language__button-info {
    top: 24px;
    right: 20px;
  }
}

/* HEADER END */
/* FOOTER BEGIN */
.footer {
  padding: 60px 0 0;
  background: #F3F3F3;
  position: relative;
  border-top: #E8E8E8;
  border-top: 1px solid #E8E8E8;
}

.footer__container {
  margin-top: 20px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.footer__top {
  background: #F3F3F3;
  padding: 70px 0;
}

.footer__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__top-info {
  max-width: 1000px;
  margin-right: auto;
}

.footer__top-info p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 17px;
  color: #151517;
}

.footer__top-info .h1-small {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  color: #151517;
}

.footer__top-info a {
  color: #EA2D30;
  display: inline-block;
  font-weight: 500;
  margin-top: 15px;
  padding-right: 24px;
  position: relative;
}

.footer__top-info a.is-active:after {
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.footer__top-info a:after {
  position: absolute;
  content: '';
  border: 1px solid #EA2D30;
  width: 6px;
  height: 6px;
  border-left: none;
  border-top: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 45%;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer__top-image {
  font-size: 0;
  margin-left: 40px;
}

.footer__top-image img {
  width: 130px;
  height: auto;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__left {
  padding-right: 40px;
}

.footer__left .logotype {
  margin-top: -20px;
}

.footer__left p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 34px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #E8E8E8;
}

.footer__bottom p {
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 0;
  font-weight: 500;
  color: #B5B5B5;
}

.footer__bottom-links {
  padding-left: 25px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__bottom-links a {
  margin: 5px 0 5px 40px;
  color: #302344;
  display: inline-block;
  border-bottom: 1px solid rgba(48, 35, 68, 0.1);
}

.footer__bottom-links a:hover {
  border-color: transparent;
  color: #EA2D30;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 40px;
  width: 35%;
}

.footer__menu-column {
  width: 50%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__menu-column a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #777777;
  margin: 10px 0;
}

.footer__menu-column a:hover {
  color: #EA2D30;
}

.footer__right {
  width: 65%;
}

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

@media only screen and (max-width: 760px) {
  .footer__points{
    -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    gap: 15px;
  }
}

.footer__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
}

.footer__point--large {
  margin-top: -4px;
}

.footer__point--large .footer__point-icon {
  width: 29px;
  min-width: 29px;
}

.footer__point--large .footer__point-icon img {
  width: 29px;
}

.footer__point--large .footer__point-info .white {
  font-size: 15px;
  margin-top: 5px;
}

.footer__point--large .footer__point-info .large {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}

.footer__point--large .footer__point-info .large span {
  color: #EA2D30;
}

.footer__point-icon {
  width: 22px;
  height: auto;
  min-width: 22px;
  margin-right: 15px;
}

.footer__point-icon img {
  width: 22px;
  height: auto;
}

.footer__point-info .white {
  font-size: 16px;
  line-height: 1.3;
  color: #151517;
}

.footer__point-info .red {
  font-size: 16px;
  font-weight: 500;
  color: #EA2D30;
  line-height: 1.3;
  display: inline-block;
  margin-top: 4px;
  border-bottom: 1px solid rgba(234, 45, 48, 0.15);
}

.footer__point-info .red:hover {
  border-color: #EA2D30;
}

.footer__right-row {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0 10px 15px;
}

.footer__socials a {
  display: inline-block;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  border: 1px solid rgba(48, 35, 68, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  font-size: 0;
  margin-right: 15px;
}

.footer__socials a:hover {
  background: #302344;
  border-color: #302344;
}

.footer__socials a:hover path {
  fill: #ffffff;
}

.footer__socials a img, .footer__socials a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__socials a img path, .footer__socials a svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer__socials a .youtube {
  width: 18px;
  height: 12px;
}

.footer__socials a .instagram {
  width: 16px;
  height: 16px;
}

.footer__socials a .tiktok {
  width: 14px;
  height: 16px;
}

.footer__socials a .facebook {
  width: 8px;
  height: 16px;
}

.footer__socials a .vk {
  width: 17px;
  height: 10px;
}

.footer__hidden {
  padding-top: 20px;
  display: none;
}

.footer__hidden p {
  margin-top: 0;
}

.footer__hidden .bold {
  font-weight: 700;
}

.footer__hidden h2 {
  font-size: 24px;
  padding: 24px 0;
}

@media only screen and (max-width: 1124px) {
  .footer {
    padding: 70px 0 60px;
  }
  .footer__right {
    width: 50%;
  }
  .footer__menu {
    width: 52%;
  }
  .footer__points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__right-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
  .footer__point--large {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media only screen and (max-width: 992px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer__top {
    padding: 55px 0;
  }
  .footer__left {
    padding-right: 20px;
  }
  .footer__menu {
    padding: 0 10px;
    width: 50%;
  }
  .footer__right {
    width: 46%;
    padding-left: 0;
  }
  .footer__point--large .footer__point-info .large {
    font-size: 16px;
  }
  .footer__socials {
    padding: 10px 0;
  }
  .footer__payments {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  .footer {
    padding: 36px 0 0;
  }
  .footer__top {
    padding: 40px 0;
  }
  .footer__top p {
    font-size: 15px;
    margin-top: 12px;
  }
  .footer__top .h1-small {
    font-size: 20px;
    margin-top: 0;
  }
  .footer__top a {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 20px;
  }
  .footer__top-image {
    display: none;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__menu {
    padding: 0;
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .footer__menu-column {
    width: 50%;
    padding: 0 5px;
  }
  .footer__menu-column a {
    font-size: 15px;
    line-height: 1.2;
    color: #777777;
    margin: 8px 0;
  }
  .footer .logotype {
    display: none;
  }
  .footer__right {
    width: 100%;
    padding-top: 0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__socials {
    padding: 30px 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__point-info .white {
    font-size: 14px;
  }
  .footer__point-info .red {
    font-size: 14px;
  }
  .footer__point-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .footer__points {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__left {
    padding: 0;
    display: none;
  }
  .footer__point {
    padding: 0;
    margin-bottom: 15px;
  }
  .footer__point--large {
    margin-top: 0;
    ordeR: 0;
  }
  .footer__point--large .footer__point-info .white {
    font-size: 14px;
  }
  .footer__point--large .footer__point-info .large {
    font-size: 16px;
  }
  .footer__points-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__points-column .footer__point {
    margin-bottom: 0;
  }
  .footer__points-column .footer__point:last-child {
    margin: 0 auto;
  }
  .footer__left {
    padding: 30px 0 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer__left p {
    font-size: 14px;
    margin: 0;
  }
  .footer__right-row {
    width: 100%;
  }
  .footer__bottom {
    margin-top: 5px;
    padding: 25px 0 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__bottom p {
    padding-top: 15px;
  }
  .footer__bottom-links {
    margin: 0;
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__bottom-links a {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
}

/* FOOTER END */
/* ELEMENTS BEGIN */
.btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  padding: 12px 24px;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
  background: #EA2D30;
  border: none;
  border-radius: 6px;
  min-width: 1px;
  -webkit-box-shadow: 0 0 10px 0 rgba(48, 35, 68, 0.2);
          box-shadow: 0 0 10px 0 rgba(48, 35, 68, 0.2);
}

.btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #151517;
}

.btn--white {
  background: #ffffff;
  color: #151517;
}

.btn--white:hover {
  background: #EA2D30;
  color: #ffffff;
}

.btn--border {
  background: transparent;
  border: 1px solid #EA2D30;
  color: #151517;
  border-radius: 6px;
}

.btn--border:hover {
  background: #D31619;
  color: #ffffff;
}

@media only screen and (max-width: 760px) {
  .btn {
    font-size: 15px;
    padding: 12px 16px;
  }
}

/* ELEMENTS END */
/**
 * Swiper 7.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2021 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff {} ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.swiper-autoheight {
  height: auto;
}

.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px {} ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -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: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff {} ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000 {} ;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  -o-transition-property: transform,opacity,height;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #151517;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #151517;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}

.fi:before {
  content: '\00a0';
}

.fi.fis {
  width: 1em;
}

.fi-ad {
  background-image: url(../img/flags/4x3/ad.svg);
}

.fi-ad.fis {
  background-image: url(../img/flags/1x1/ad.svg);
}

.fi-ae {
  background-image: url(../img/flags/4x3/ae.svg);
}

.fi-ae.fis {
  background-image: url(../img/flags/1x1/ae.svg);
}

.fi-af {
  background-image: url(../img/flags/4x3/af.svg);
}

.fi-af.fis {
  background-image: url(../img/flags/1x1/af.svg);
}

.fi-ag {
  background-image: url(../img/flags/4x3/ag.svg);
}

.fi-ag.fis {
  background-image: url(../img/flags/1x1/ag.svg);
}

.fi-ai {
  background-image: url(../img/flags/4x3/ai.svg);
}

.fi-ai.fis {
  background-image: url(../img/flags/1x1/ai.svg);
}

.fi-al {
  background-image: url(../img/flags/4x3/al.svg);
}

.fi-al.fis {
  background-image: url(../img/flags/1x1/al.svg);
}

.fi-am {
  background-image: url(../img/flags/4x3/am.svg);
}

.fi-am.fis {
  background-image: url(../img/flags/1x1/am.svg);
}

.fi-ao {
  background-image: url(../img/flags/4x3/ao.svg);
}

.fi-ao.fis {
  background-image: url(../img/flags/1x1/ao.svg);
}

.fi-aq {
  background-image: url(../img/flags/4x3/aq.svg);
}

.fi-aq.fis {
  background-image: url(../img/flags/1x1/aq.svg);
}

.fi-ar {
  background-image: url(../img/flags/4x3/ar.svg);
}

.fi-ar.fis {
  background-image: url(../img/flags/1x1/ar.svg);
}

.fi-as {
  background-image: url(../img/flags/4x3/as.svg);
}

.fi-as.fis {
  background-image: url(../img/flags/1x1/as.svg);
}

.fi-at {
  background-image: url(../img/flags/4x3/at.svg);
}

.fi-at.fis {
  background-image: url(../img/flags/1x1/at.svg);
}

.fi-au {
  background-image: url(../img/flags/4x3/au.svg);
}

.fi-au.fis {
  background-image: url(../img/flags/1x1/au.svg);
}

.fi-aw {
  background-image: url(../img/flags/4x3/aw.svg);
}

.fi-aw.fis {
  background-image: url(../img/flags/1x1/aw.svg);
}

.fi-ax {
  background-image: url(../img/flags/4x3/ax.svg);
}

.fi-ax.fis {
  background-image: url(../img/flags/1x1/ax.svg);
}

.fi-az {
  background-image: url(../img/flags/4x3/az.svg);
}

.fi-az.fis {
  background-image: url(../img/flags/1x1/az.svg);
}

.fi-ba {
  background-image: url(../img/flags/4x3/ba.svg);
}

.fi-ba.fis {
  background-image: url(../img/flags/1x1/ba.svg);
}

.fi-bb {
  background-image: url(../img/flags/4x3/bb.svg);
}

.fi-bb.fis {
  background-image: url(../img/flags/1x1/bb.svg);
}

.fi-bd {
  background-image: url(../img/flags/4x3/bd.svg);
}

.fi-bd.fis {
  background-image: url(../img/flags/1x1/bd.svg);
}

.fi-be {
  background-image: url(../img/flags/4x3/be.svg);
}

.fi-be.fis {
  background-image: url(../img/flags/1x1/be.svg);
}

.fi-bf {
  background-image: url(../img/flags/4x3/bf.svg);
}

.fi-bf.fis {
  background-image: url(../img/flags/1x1/bf.svg);
}

.fi-bg {
  background-image: url(../img/flags/4x3/bg.svg);
}

.fi-bg.fis {
  background-image: url(../img/flags/1x1/bg.svg);
}

.fi-bh {
  background-image: url(../img/flags/4x3/bh.svg);
}

.fi-bh.fis {
  background-image: url(../img/flags/1x1/bh.svg);
}

.fi-bi {
  background-image: url(../img/flags/4x3/bi.svg);
}

.fi-bi.fis {
  background-image: url(../img/flags/1x1/bi.svg);
}

.fi-bj {
  background-image: url(../img/flags/4x3/bj.svg);
}

.fi-bj.fis {
  background-image: url(../img/flags/1x1/bj.svg);
}

.fi-bl {
  background-image: url(../img/flags/4x3/bl.svg);
}

.fi-bl.fis {
  background-image: url(../img/flags/1x1/bl.svg);
}

.fi-bm {
  background-image: url(../img/flags/4x3/bm.svg);
}

.fi-bm.fis {
  background-image: url(../img/flags/1x1/bm.svg);
}

.fi-bn {
  background-image: url(../img/flags/4x3/bn.svg);
}

.fi-bn.fis {
  background-image: url(../img/flags/1x1/bn.svg);
}

.fi-bo {
  background-image: url(../img/flags/4x3/bo.svg);
}

.fi-bo.fis {
  background-image: url(../img/flags/1x1/bo.svg);
}

.fi-bq {
  background-image: url(../img/flags/4x3/bq.svg);
}

.fi-bq.fis {
  background-image: url(../img/flags/1x1/bq.svg);
}

.fi-br {
  background-image: url(../img/flags/4x3/br.svg);
}

.fi-br.fis {
  background-image: url(../img/flags/1x1/br.svg);
}

.fi-bs {
  background-image: url(../img/flags/4x3/bs.svg);
}

.fi-bs.fis {
  background-image: url(../img/flags/1x1/bs.svg);
}

.fi-bt {
  background-image: url(../img/flags/4x3/bt.svg);
}

.fi-bt.fis {
  background-image: url(../img/flags/1x1/bt.svg);
}

.fi-bv {
  background-image: url(../img/flags/4x3/bv.svg);
}

.fi-bv.fis {
  background-image: url(../img/flags/1x1/bv.svg);
}

.fi-bw {
  background-image: url(../img/flags/4x3/bw.svg);
}

.fi-bw.fis {
  background-image: url(../img/flags/1x1/bw.svg);
}

.fi-by {
  background-image: url(../img/flags/4x3/by.svg);
}

.fi-by.fis {
  background-image: url(../img/flags/1x1/by.svg);
}

.fi-bz {
  background-image: url(../img/flags/4x3/bz.svg);
}

.fi-bz.fis {
  background-image: url(../img/flags/1x1/bz.svg);
}

.fi-ca {
  background-image: url(../img/flags/4x3/ca.svg);
}

.fi-ca.fis {
  background-image: url(../img/flags/1x1/ca.svg);
}

.fi-cc {
  background-image: url(../img/flags/4x3/cc.svg);
}

.fi-cc.fis {
  background-image: url(../img/flags/1x1/cc.svg);
}

.fi-cd {
  background-image: url(../img/flags/4x3/cd.svg);
}

.fi-cd.fis {
  background-image: url(../img/flags/1x1/cd.svg);
}

.fi-cf {
  background-image: url(../img/flags/4x3/cf.svg);
}

.fi-cf.fis {
  background-image: url(../img/flags/1x1/cf.svg);
}

.fi-cg {
  background-image: url(../img/flags/4x3/cg.svg);
}

.fi-cg.fis {
  background-image: url(../img/flags/1x1/cg.svg);
}

.fi-ch {
  background-image: url(../img/flags/4x3/ch.svg);
}

.fi-ch.fis {
  background-image: url(../img/flags/1x1/ch.svg);
}

.fi-ci {
  background-image: url(../img/flags/4x3/ci.svg);
}

.fi-ci.fis {
  background-image: url(../img/flags/1x1/ci.svg);
}

.fi-ck {
  background-image: url(../img/flags/4x3/ck.svg);
}

.fi-ck.fis {
  background-image: url(../img/flags/1x1/ck.svg);
}

.fi-cl {
  background-image: url(../img/flags/4x3/cl.svg);
}

.fi-cl.fis {
  background-image: url(../img/flags/1x1/cl.svg);
}

.fi-cm {
  background-image: url(../img/flags/4x3/cm.svg);
}

.fi-cm.fis {
  background-image: url(../img/flags/1x1/cm.svg);
}

.fi-cn {
  background-image: url(../img/flags/4x3/cn.svg);
}

.fi-cn.fis {
  background-image: url(../img/flags/1x1/cn.svg);
}

.fi-co {
  background-image: url(../img/flags/4x3/co.svg);
}

.fi-co.fis {
  background-image: url(../img/flags/1x1/co.svg);
}

.fi-cr {
  background-image: url(../img/flags/4x3/cr.svg);
}

.fi-cr.fis {
  background-image: url(../img/flags/1x1/cr.svg);
}

.fi-cu {
  background-image: url(../img/flags/4x3/cu.svg);
}

.fi-cu.fis {
  background-image: url(../img/flags/1x1/cu.svg);
}

.fi-cv {
  background-image: url(../img/flags/4x3/cv.svg);
}

.fi-cv.fis {
  background-image: url(../img/flags/1x1/cv.svg);
}

.fi-cw {
  background-image: url(../img/flags/4x3/cw.svg);
}

.fi-cw.fis {
  background-image: url(../img/flags/1x1/cw.svg);
}

.fi-cx {
  background-image: url(../img/flags/4x3/cx.svg);
}

.fi-cx.fis {
  background-image: url(../img/flags/1x1/cx.svg);
}

.fi-cy {
  background-image: url(../img/flags/4x3/cy.svg);
}

.fi-cy.fis {
  background-image: url(../img/flags/1x1/cy.svg);
}

.fi-cz {
  background-image: url(../img/flags/4x3/cz.svg);
}

.fi-cz.fis {
  background-image: url(../img/flags/1x1/cz.svg);
}

.fi-de {
  background-image: url(../img/flags/4x3/de.svg);
}

.fi-de.fis {
  background-image: url(../img/flags/1x1/de.svg);
}

.fi-dj {
  background-image: url(../img/flags/4x3/dj.svg);
}

.fi-dj.fis {
  background-image: url(../img/flags/1x1/dj.svg);
}

.fi-dk {
  background-image: url(../img/flags/4x3/dk.svg);
}

.fi-dk.fis {
  background-image: url(../img/flags/1x1/dk.svg);
}

.fi-dm {
  background-image: url(../img/flags/4x3/dm.svg);
}

.fi-dm.fis {
  background-image: url(../img/flags/1x1/dm.svg);
}

.fi-do {
  background-image: url(../img/flags/4x3/do.svg);
}

.fi-do.fis {
  background-image: url(../img/flags/1x1/do.svg);
}

.fi-dz {
  background-image: url(../img/flags/4x3/dz.svg);
}

.fi-dz.fis {
  background-image: url(../img/flags/1x1/dz.svg);
}

.fi-ec {
  background-image: url(../img/flags/4x3/ec.svg);
}

.fi-ec.fis {
  background-image: url(../img/flags/1x1/ec.svg);
}

.fi-ee {
  background-image: url(../img/flags/4x3/ee.svg);
}

.fi-ee.fis {
  background-image: url(../img/flags/1x1/ee.svg);
}

.fi-eg {
  background-image: url(../img/flags/4x3/eg.svg);
}

.fi-eg.fis {
  background-image: url(../img/flags/1x1/eg.svg);
}

.fi-eh {
  background-image: url(../img/flags/4x3/eh.svg);
}

.fi-eh.fis {
  background-image: url(../img/flags/1x1/eh.svg);
}

.fi-er {
  background-image: url(../img/flags/4x3/er.svg);
}

.fi-er.fis {
  background-image: url(../img/flags/1x1/er.svg);
}

.fi-es {
  background-image: url(../img/flags/4x3/es.svg);
}

.fi-es.fis {
  background-image: url(../img/flags/1x1/es.svg);
}

.fi-et {
  background-image: url(../img/flags/4x3/et.svg);
}

.fi-et.fis {
  background-image: url(../img/flags/1x1/et.svg);
}

.fi-fi {
  background-image: url(../img/flags/4x3/fi.svg);
}

.fi-fi.fis {
  background-image: url(../img/flags/1x1/fi.svg);
}

.fi-fj {
  background-image: url(../img/flags/4x3/fj.svg);
}

.fi-fj.fis {
  background-image: url(../img/flags/1x1/fj.svg);
}

.fi-fk {
  background-image: url(../img/flags/4x3/fk.svg);
}

.fi-fk.fis {
  background-image: url(../img/flags/1x1/fk.svg);
}

.fi-fm {
  background-image: url(../img/flags/4x3/fm.svg);
}

.fi-fm.fis {
  background-image: url(../img/flags/1x1/fm.svg);
}

.fi-fo {
  background-image: url(../img/flags/4x3/fo.svg);
}

.fi-fo.fis {
  background-image: url(../img/flags/1x1/fo.svg);
}

.fi-fr {
  background-image: url(../img/flags/4x3/fr.svg);
}

.fi-fr.fis {
  background-image: url(../img/flags/1x1/fr.svg);
}

.fi-ga {
  background-image: url(../img/flags/4x3/ga.svg);
}

.fi-ga.fis {
  background-image: url(../img/flags/1x1/ga.svg);
}

.fi-gb {
  background-image: url(../img/flags/4x3/gb.svg);
}

.fi-gb.fis {
  background-image: url(../img/flags/1x1/gb.svg);
}

.fi-gd {
  background-image: url(../img/flags/4x3/gd.svg);
}

.fi-gd.fis {
  background-image: url(../img/flags/1x1/gd.svg);
}

.fi-ge {
  background-image: url(../img/flags/4x3/ge.svg);
}

.fi-ge.fis {
  background-image: url(../img/flags/1x1/ge.svg);
}

.fi-gf {
  background-image: url(../img/flags/4x3/gf.svg);
}

.fi-gf.fis {
  background-image: url(../img/flags/1x1/gf.svg);
}

.fi-gg {
  background-image: url(../img/flags/4x3/gg.svg);
}

.fi-gg.fis {
  background-image: url(../img/flags/1x1/gg.svg);
}

.fi-gh {
  background-image: url(../img/flags/4x3/gh.svg);
}

.fi-gh.fis {
  background-image: url(../img/flags/1x1/gh.svg);
}

.fi-gi {
  background-image: url(../img/flags/4x3/gi.svg);
}

.fi-gi.fis {
  background-image: url(../img/flags/1x1/gi.svg);
}

.fi-gl {
  background-image: url(../img/flags/4x3/gl.svg);
}

.fi-gl.fis {
  background-image: url(../img/flags/1x1/gl.svg);
}

.fi-gm {
  background-image: url(../img/flags/4x3/gm.svg);
}

.fi-gm.fis {
  background-image: url(../img/flags/1x1/gm.svg);
}

.fi-gn {
  background-image: url(../img/flags/4x3/gn.svg);
}

.fi-gn.fis {
  background-image: url(../img/flags/1x1/gn.svg);
}

.fi-gp {
  background-image: url(../img/flags/4x3/gp.svg);
}

.fi-gp.fis {
  background-image: url(../img/flags/1x1/gp.svg);
}

.fi-gq {
  background-image: url(../img/flags/4x3/gq.svg);
}

.fi-gq.fis {
  background-image: url(../img/flags/1x1/gq.svg);
}

.fi-gr {
  background-image: url(../img/flags/4x3/gr.svg);
}

.fi-gr.fis {
  background-image: url(../img/flags/1x1/gr.svg);
}

.fi-gs {
  background-image: url(../img/flags/4x3/gs.svg);
}

.fi-gs.fis {
  background-image: url(../img/flags/1x1/gs.svg);
}

.fi-gt {
  background-image: url(../img/flags/4x3/gt.svg);
}

.fi-gt.fis {
  background-image: url(../img/flags/1x1/gt.svg);
}

.fi-gu {
  background-image: url(../img/flags/4x3/gu.svg);
}

.fi-gu.fis {
  background-image: url(../img/flags/1x1/gu.svg);
}

.fi-gw {
  background-image: url(../img/flags/4x3/gw.svg);
}

.fi-gw.fis {
  background-image: url(../img/flags/1x1/gw.svg);
}

.fi-gy {
  background-image: url(../img/flags/4x3/gy.svg);
}

.fi-gy.fis {
  background-image: url(../img/flags/1x1/gy.svg);
}

.fi-hk {
  background-image: url(../img/flags/4x3/hk.svg);
}

.fi-hk.fis {
  background-image: url(../img/flags/1x1/hk.svg);
}

.fi-hm {
  background-image: url(../img/flags/4x3/hm.svg);
}

.fi-hm.fis {
  background-image: url(../img/flags/1x1/hm.svg);
}

.fi-hn {
  background-image: url(../img/flags/4x3/hn.svg);
}

.fi-hn.fis {
  background-image: url(../img/flags/1x1/hn.svg);
}

.fi-hr {
  background-image: url(../img/flags/4x3/hr.svg);
}

.fi-hr.fis {
  background-image: url(../img/flags/1x1/hr.svg);
}

.fi-ht {
  background-image: url(../img/flags/4x3/ht.svg);
}

.fi-ht.fis {
  background-image: url(../img/flags/1x1/ht.svg);
}

.fi-hu {
  background-image: url(../img/flags/4x3/hu.svg);
}

.fi-hu.fis {
  background-image: url(../img/flags/1x1/hu.svg);
}

.fi-id {
  background-image: url(../img/flags/4x3/id.svg);
}

.fi-id.fis {
  background-image: url(../img/flags/1x1/id.svg);
}

.fi-ie {
  background-image: url(../img/flags/4x3/ie.svg);
}

.fi-ie.fis {
  background-image: url(../img/flags/1x1/ie.svg);
}

.fi-il {
  background-image: url(../img/flags/4x3/il.svg);
}

.fi-il.fis {
  background-image: url(../img/flags/1x1/il.svg);
}

.fi-im {
  background-image: url(../img/flags/4x3/im.svg);
}

.fi-im.fis {
  background-image: url(../img/flags/1x1/im.svg);
}

.fi-in {
  background-image: url(../img/flags/4x3/in.svg);
}

.fi-in.fis {
  background-image: url(../img/flags/1x1/in.svg);
}

.fi-io {
  background-image: url(../img/flags/4x3/io.svg);
}

.fi-io.fis {
  background-image: url(../img/flags/1x1/io.svg);
}

.fi-iq {
  background-image: url(../img/flags/4x3/iq.svg);
}

.fi-iq.fis {
  background-image: url(../img/flags/1x1/iq.svg);
}

.fi-ir {
  background-image: url(../img/flags/4x3/ir.svg);
}

.fi-ir.fis {
  background-image: url(../img/flags/1x1/ir.svg);
}

.fi-is {
  background-image: url(../img/flags/4x3/is.svg);
}

.fi-is.fis {
  background-image: url(../img/flags/1x1/is.svg);
}

.fi-it {
  background-image: url(../img/flags/4x3/it.svg);
}

.fi-it.fis {
  background-image: url(../img/flags/1x1/it.svg);
}

.fi-je {
  background-image: url(../img/flags/4x3/je.svg);
}

.fi-je.fis {
  background-image: url(../img/flags/1x1/je.svg);
}

.fi-jm {
  background-image: url(../img/flags/4x3/jm.svg);
}

.fi-jm.fis {
  background-image: url(../img/flags/1x1/jm.svg);
}

.fi-jo {
  background-image: url(../img/flags/4x3/jo.svg);
}

.fi-jo.fis {
  background-image: url(../img/flags/1x1/jo.svg);
}

.fi-jp {
  background-image: url(../img/flags/4x3/jp.svg);
}

.fi-jp.fis {
  background-image: url(../img/flags/1x1/jp.svg);
}

.fi-ke {
  background-image: url(../img/flags/4x3/ke.svg);
}

.fi-ke.fis {
  background-image: url(../img/flags/1x1/ke.svg);
}

.fi-kg {
  background-image: url(../img/flags/4x3/kg.svg);
}

.fi-kg.fis {
  background-image: url(../img/flags/1x1/kg.svg);
}

.fi-kh {
  background-image: url(../img/flags/4x3/kh.svg);
}

.fi-kh.fis {
  background-image: url(../img/flags/1x1/kh.svg);
}

.fi-ki {
  background-image: url(../img/flags/4x3/ki.svg);
}

.fi-ki.fis {
  background-image: url(../img/flags/1x1/ki.svg);
}

.fi-km {
  background-image: url(../img/flags/4x3/km.svg);
}

.fi-km.fis {
  background-image: url(../img/flags/1x1/km.svg);
}

.fi-kn {
  background-image: url(../img/flags/4x3/kn.svg);
}

.fi-kn.fis {
  background-image: url(../img/flags/1x1/kn.svg);
}

.fi-kp {
  background-image: url(../img/flags/4x3/kp.svg);
}

.fi-kp.fis {
  background-image: url(../img/flags/1x1/kp.svg);
}

.fi-kr {
  background-image: url(../img/flags/4x3/kr.svg);
}

.fi-kr.fis {
  background-image: url(../img/flags/1x1/kr.svg);
}

.fi-kw {
  background-image: url(../img/flags/4x3/kw.svg);
}

.fi-kw.fis {
  background-image: url(../img/flags/1x1/kw.svg);
}

.fi-ky {
  background-image: url(../img/flags/4x3/ky.svg);
}

.fi-ky.fis {
  background-image: url(../img/flags/1x1/ky.svg);
}

.fi-kz {
  background-image: url(../img/flags/4x3/kz.svg);
}

.fi-kz.fis {
  background-image: url(../img/flags/1x1/kz.svg);
}

.fi-la {
  background-image: url(../img/flags/4x3/la.svg);
}

.fi-la.fis {
  background-image: url(../img/flags/1x1/la.svg);
}

.fi-lb {
  background-image: url(../img/flags/4x3/lb.svg);
}

.fi-lb.fis {
  background-image: url(../img/flags/1x1/lb.svg);
}

.fi-lc {
  background-image: url(../img/flags/4x3/lc.svg);
}

.fi-lc.fis {
  background-image: url(../img/flags/1x1/lc.svg);
}

.fi-li {
  background-image: url(../img/flags/4x3/li.svg);
}

.fi-li.fis {
  background-image: url(../img/flags/1x1/li.svg);
}

.fi-lk {
  background-image: url(../img/flags/4x3/lk.svg);
}

.fi-lk.fis {
  background-image: url(../img/flags/1x1/lk.svg);
}

.fi-lr {
  background-image: url(../img/flags/4x3/lr.svg);
}

.fi-lr.fis {
  background-image: url(../img/flags/1x1/lr.svg);
}

.fi-ls {
  background-image: url(../img/flags/4x3/ls.svg);
}

.fi-ls.fis {
  background-image: url(../img/flags/1x1/ls.svg);
}

.fi-lt {
  background-image: url(../img/flags/4x3/lt.svg);
}

.fi-lt.fis {
  background-image: url(../img/flags/1x1/lt.svg);
}

.fi-lu {
  background-image: url(../img/flags/4x3/lu.svg);
}

.fi-lu.fis {
  background-image: url(../img/flags/1x1/lu.svg);
}

.fi-lv {
  background-image: url(../img/flags/4x3/lv.svg);
}

.fi-lv.fis {
  background-image: url(../img/flags/1x1/lv.svg);
}

.fi-ly {
  background-image: url(../img/flags/4x3/ly.svg);
}

.fi-ly.fis {
  background-image: url(../img/flags/1x1/ly.svg);
}

.fi-ma {
  background-image: url(../img/flags/4x3/ma.svg);
}

.fi-ma.fis {
  background-image: url(../img/flags/1x1/ma.svg);
}

.fi-mc {
  background-image: url(../img/flags/4x3/mc.svg);
}

.fi-mc.fis {
  background-image: url(../img/flags/1x1/mc.svg);
}

.fi-md {
  background-image: url(../img/flags/4x3/md.svg);
}

.fi-md.fis {
  background-image: url(../img/flags/1x1/md.svg);
}

.fi-me {
  background-image: url(../img/flags/4x3/me.svg);
}

.fi-me.fis {
  background-image: url(../img/flags/1x1/me.svg);
}

.fi-mf {
  background-image: url(../img/flags/4x3/mf.svg);
}

.fi-mf.fis {
  background-image: url(../img/flags/1x1/mf.svg);
}

.fi-mg {
  background-image: url(../img/flags/4x3/mg.svg);
}

.fi-mg.fis {
  background-image: url(../img/flags/1x1/mg.svg);
}

.fi-mh {
  background-image: url(../img/flags/4x3/mh.svg);
}

.fi-mh.fis {
  background-image: url(../img/flags/1x1/mh.svg);
}

.fi-mk {
  background-image: url(../img/flags/4x3/mk.svg);
}

.fi-mk.fis {
  background-image: url(../img/flags/1x1/mk.svg);
}

.fi-ml {
  background-image: url(../img/flags/4x3/ml.svg);
}

.fi-ml.fis {
  background-image: url(../img/flags/1x1/ml.svg);
}

.fi-mm {
  background-image: url(../img/flags/4x3/mm.svg);
}

.fi-mm.fis {
  background-image: url(../img/flags/1x1/mm.svg);
}

.fi-mn {
  background-image: url(../img/flags/4x3/mn.svg);
}

.fi-mn.fis {
  background-image: url(../img/flags/1x1/mn.svg);
}

.fi-mo {
  background-image: url(../img/flags/4x3/mo.svg);
}

.fi-mo.fis {
  background-image: url(../img/flags/1x1/mo.svg);
}

.fi-mp {
  background-image: url(../img/flags/4x3/mp.svg);
}

.fi-mp.fis {
  background-image: url(../img/flags/1x1/mp.svg);
}

.fi-mq {
  background-image: url(../img/flags/4x3/mq.svg);
}

.fi-mq.fis {
  background-image: url(../img/flags/1x1/mq.svg);
}

.fi-mr {
  background-image: url(../img/flags/4x3/mr.svg);
}

.fi-mr.fis {
  background-image: url(../img/flags/1x1/mr.svg);
}

.fi-ms {
  background-image: url(../img/flags/4x3/ms.svg);
}

.fi-ms.fis {
  background-image: url(../img/flags/1x1/ms.svg);
}

.fi-mt {
  background-image: url(../img/flags/4x3/mt.svg);
}

.fi-mt.fis {
  background-image: url(../img/flags/1x1/mt.svg);
}

.fi-mu {
  background-image: url(../img/flags/4x3/mu.svg);
}

.fi-mu.fis {
  background-image: url(../img/flags/1x1/mu.svg);
}

.fi-mv {
  background-image: url(../img/flags/4x3/mv.svg);
}

.fi-mv.fis {
  background-image: url(../img/flags/1x1/mv.svg);
}

.fi-mw {
  background-image: url(../img/flags/4x3/mw.svg);
}

.fi-mw.fis {
  background-image: url(../img/flags/1x1/mw.svg);
}

.fi-mx {
  background-image: url(../img/flags/4x3/mx.svg);
}

.fi-mx.fis {
  background-image: url(../img/flags/1x1/mx.svg);
}

.fi-my {
  background-image: url(../img/flags/4x3/my.svg);
}

.fi-my.fis {
  background-image: url(../img/flags/1x1/my.svg);
}

.fi-mz {
  background-image: url(../img/flags/4x3/mz.svg);
}

.fi-mz.fis {
  background-image: url(../img/flags/1x1/mz.svg);
}

.fi-na {
  background-image: url(../img/flags/4x3/na.svg);
}

.fi-na.fis {
  background-image: url(../img/flags/1x1/na.svg);
}

.fi-nc {
  background-image: url(../img/flags/4x3/nc.svg);
}

.fi-nc.fis {
  background-image: url(../img/flags/1x1/nc.svg);
}

.fi-ne {
  background-image: url(../img/flags/4x3/ne.svg);
}

.fi-ne.fis {
  background-image: url(../img/flags/1x1/ne.svg);
}

.fi-nf {
  background-image: url(../img/flags/4x3/nf.svg);
}

.fi-nf.fis {
  background-image: url(../img/flags/1x1/nf.svg);
}

.fi-ng {
  background-image: url(../img/flags/4x3/ng.svg);
}

.fi-ng.fis {
  background-image: url(../img/flags/1x1/ng.svg);
}

.fi-ni {
  background-image: url(../img/flags/4x3/ni.svg);
}

.fi-ni.fis {
  background-image: url(../img/flags/1x1/ni.svg);
}

.fi-nl {
  background-image: url(../img/flags/4x3/nl.svg);
}

.fi-nl.fis {
  background-image: url(../img/flags/1x1/nl.svg);
}

.fi-no {
  background-image: url(../img/flags/4x3/no.svg);
}

.fi-no.fis {
  background-image: url(../img/flags/1x1/no.svg);
}

.fi-np {
  background-image: url(../img/flags/4x3/np.svg);
}

.fi-np.fis {
  background-image: url(../img/flags/1x1/np.svg);
}

.fi-nr {
  background-image: url(../img/flags/4x3/nr.svg);
}

.fi-nr.fis {
  background-image: url(../img/flags/1x1/nr.svg);
}

.fi-nu {
  background-image: url(../img/flags/4x3/nu.svg);
}

.fi-nu.fis {
  background-image: url(../img/flags/1x1/nu.svg);
}

.fi-nz {
  background-image: url(../img/flags/4x3/nz.svg);
}

.fi-nz.fis {
  background-image: url(../img/flags/1x1/nz.svg);
}

.fi-om {
  background-image: url(../img/flags/4x3/om.svg);
}

.fi-om.fis {
  background-image: url(../img/flags/1x1/om.svg);
}

.fi-pa {
  background-image: url(../img/flags/4x3/pa.svg);
}

.fi-pa.fis {
  background-image: url(../img/flags/1x1/pa.svg);
}

.fi-pe {
  background-image: url(../img/flags/4x3/pe.svg);
}

.fi-pe.fis {
  background-image: url(../img/flags/1x1/pe.svg);
}

.fi-pf {
  background-image: url(../img/flags/4x3/pf.svg);
}

.fi-pf.fis {
  background-image: url(../img/flags/1x1/pf.svg);
}

.fi-pg {
  background-image: url(../img/flags/4x3/pg.svg);
}

.fi-pg.fis {
  background-image: url(../img/flags/1x1/pg.svg);
}

.fi-ph {
  background-image: url(../img/flags/4x3/ph.svg);
}

.fi-ph.fis {
  background-image: url(../img/flags/1x1/ph.svg);
}

.fi-pk {
  background-image: url(../img/flags/4x3/pk.svg);
}

.fi-pk.fis {
  background-image: url(../img/flags/1x1/pk.svg);
}

.fi-pl {
  background-image: url(../img/flags/4x3/pl.svg);
}

.fi-pl.fis {
  background-image: url(../img/flags/1x1/pl.svg);
}

.fi-pm {
  background-image: url(../img/flags/4x3/pm.svg);
}

.fi-pm.fis {
  background-image: url(../img/flags/1x1/pm.svg);
}

.fi-pn {
  background-image: url(../img/flags/4x3/pn.svg);
}

.fi-pn.fis {
  background-image: url(../img/flags/1x1/pn.svg);
}

.fi-pr {
  background-image: url(../img/flags/4x3/pr.svg);
}

.fi-pr.fis {
  background-image: url(../img/flags/1x1/pr.svg);
}

.fi-ps {
  background-image: url(../img/flags/4x3/ps.svg);
}

.fi-ps.fis {
  background-image: url(../img/flags/1x1/ps.svg);
}

.fi-pt {
  background-image: url(../img/flags/4x3/pt.svg);
}

.fi-pt.fis {
  background-image: url(../img/flags/1x1/pt.svg);
}

.fi-pw {
  background-image: url(../img/flags/4x3/pw.svg);
}

.fi-pw.fis {
  background-image: url(../img/flags/1x1/pw.svg);
}

.fi-py {
  background-image: url(../img/flags/4x3/py.svg);
}

.fi-py.fis {
  background-image: url(../img/flags/1x1/py.svg);
}

.fi-qa {
  background-image: url(../img/flags/4x3/qa.svg);
}

.fi-qa.fis {
  background-image: url(../img/flags/1x1/qa.svg);
}

.fi-re {
  background-image: url(../img/flags/4x3/re.svg);
}

.fi-re.fis {
  background-image: url(../img/flags/1x1/re.svg);
}

.fi-ro {
  background-image: url(../img/flags/4x3/ro.svg);
}

.fi-ro.fis {
  background-image: url(../img/flags/1x1/ro.svg);
}

.fi-rs {
  background-image: url(../img/flags/4x3/rs.svg);
}

.fi-rs.fis {
  background-image: url(../img/flags/1x1/rs.svg);
}

.fi-ru {
  background-image: url(../img/flags/4x3/ru.svg);
}

.fi-ru.fis {
  background-image: url(../img/flags/1x1/ru.svg);
}

.fi-rw {
  background-image: url(../img/flags/4x3/rw.svg);
}

.fi-rw.fis {
  background-image: url(../img/flags/1x1/rw.svg);
}

.fi-sa {
  background-image: url(../img/flags/4x3/sa.svg);
}

.fi-sa.fis {
  background-image: url(../img/flags/1x1/sa.svg);
}

.fi-sb {
  background-image: url(../img/flags/4x3/sb.svg);
}

.fi-sb.fis {
  background-image: url(../img/flags/1x1/sb.svg);
}

.fi-sc {
  background-image: url(../img/flags/4x3/sc.svg);
}

.fi-sc.fis {
  background-image: url(../img/flags/1x1/sc.svg);
}

.fi-sd {
  background-image: url(../img/flags/4x3/sd.svg);
}

.fi-sd.fis {
  background-image: url(../img/flags/1x1/sd.svg);
}

.fi-se {
  background-image: url(../img/flags/4x3/se.svg);
}

.fi-se.fis {
  background-image: url(../img/flags/1x1/se.svg);
}

.fi-sg {
  background-image: url(../img/flags/4x3/sg.svg);
}

.fi-sg.fis {
  background-image: url(../img/flags/1x1/sg.svg);
}

.fi-sh {
  background-image: url(../img/flags/4x3/sh.svg);
}

.fi-sh.fis {
  background-image: url(../img/flags/1x1/sh.svg);
}

.fi-si {
  background-image: url(../img/flags/4x3/si.svg);
}

.fi-si.fis {
  background-image: url(../img/flags/1x1/si.svg);
}

.fi-sj {
  background-image: url(../img/flags/4x3/sj.svg);
}

.fi-sj.fis {
  background-image: url(../img/flags/1x1/sj.svg);
}

.fi-sk {
  background-image: url(../img/flags/4x3/sk.svg);
}

.fi-sk.fis {
  background-image: url(../img/flags/1x1/sk.svg);
}

.fi-sl {
  background-image: url(../img/flags/4x3/sl.svg);
}

.fi-sl.fis {
  background-image: url(../img/flags/1x1/sl.svg);
}

.fi-sm {
  background-image: url(../img/flags/4x3/sm.svg);
}

.fi-sm.fis {
  background-image: url(../img/flags/1x1/sm.svg);
}

.fi-sn {
  background-image: url(../img/flags/4x3/sn.svg);
}

.fi-sn.fis {
  background-image: url(../img/flags/1x1/sn.svg);
}

.fi-so {
  background-image: url(../img/flags/4x3/so.svg);
}

.fi-so.fis {
  background-image: url(../img/flags/1x1/so.svg);
}

.fi-sr {
  background-image: url(../img/flags/4x3/sr.svg);
}

.fi-sr.fis {
  background-image: url(../img/flags/1x1/sr.svg);
}

.fi-ss {
  background-image: url(../img/flags/4x3/ss.svg);
}

.fi-ss.fis {
  background-image: url(../img/flags/1x1/ss.svg);
}

.fi-st {
  background-image: url(../img/flags/4x3/st.svg);
}

.fi-st.fis {
  background-image: url(../img/flags/1x1/st.svg);
}

.fi-sv {
  background-image: url(../img/flags/4x3/sv.svg);
}

.fi-sv.fis {
  background-image: url(../img/flags/1x1/sv.svg);
}

.fi-sx {
  background-image: url(../img/flags/4x3/sx.svg);
}

.fi-sx.fis {
  background-image: url(../img/flags/1x1/sx.svg);
}

.fi-sy {
  background-image: url(../img/flags/4x3/sy.svg);
}

.fi-sy.fis {
  background-image: url(../img/flags/1x1/sy.svg);
}

.fi-sz {
  background-image: url(../img/flags/4x3/sz.svg);
}

.fi-sz.fis {
  background-image: url(../img/flags/1x1/sz.svg);
}

.fi-tc {
  background-image: url(../img/flags/4x3/tc.svg);
}

.fi-tc.fis {
  background-image: url(../img/flags/1x1/tc.svg);
}

.fi-td {
  background-image: url(../img/flags/4x3/td.svg);
}

.fi-td.fis {
  background-image: url(../img/flags/1x1/td.svg);
}

.fi-tf {
  background-image: url(../img/flags/4x3/tf.svg);
}

.fi-tf.fis {
  background-image: url(../img/flags/1x1/tf.svg);
}

.fi-tg {
  background-image: url(../img/flags/4x3/tg.svg);
}

.fi-tg.fis {
  background-image: url(../img/flags/1x1/tg.svg);
}

.fi-th {
  background-image: url(../img/flags/4x3/th.svg);
}

.fi-th.fis {
  background-image: url(../img/flags/1x1/th.svg);
}

.fi-tj {
  background-image: url(../img/flags/4x3/tj.svg);
}

.fi-tj.fis {
  background-image: url(../img/flags/1x1/tj.svg);
}

.fi-tk {
  background-image: url(../img/flags/4x3/tk.svg);
}

.fi-tk.fis {
  background-image: url(../img/flags/1x1/tk.svg);
}

.fi-tl {
  background-image: url(../img/flags/4x3/tl.svg);
}

.fi-tl.fis {
  background-image: url(../img/flags/1x1/tl.svg);
}

.fi-tm {
  background-image: url(../img/flags/4x3/tm.svg);
}

.fi-tm.fis {
  background-image: url(../img/flags/1x1/tm.svg);
}

.fi-tn {
  background-image: url(../img/flags/4x3/tn.svg);
}

.fi-tn.fis {
  background-image: url(../img/flags/1x1/tn.svg);
}

.fi-to {
  background-image: url(../img/flags/4x3/to.svg);
}

.fi-to.fis {
  background-image: url(../img/flags/1x1/to.svg);
}

.fi-tr {
  background-image: url(../img/flags/4x3/tr.svg);
}

.fi-tr.fis {
  background-image: url(../img/flags/1x1/tr.svg);
}

.fi-tt {
  background-image: url(../img/flags/4x3/tt.svg);
}

.fi-tt.fis {
  background-image: url(../img/flags/1x1/tt.svg);
}

.fi-tv {
  background-image: url(../img/flags/4x3/tv.svg);
}

.fi-tv.fis {
  background-image: url(../img/flags/1x1/tv.svg);
}

.fi-tw {
  background-image: url(../img/flags/4x3/tw.svg);
}

.fi-tw.fis {
  background-image: url(../img/flags/1x1/tw.svg);
}

.fi-tz {
  background-image: url(../img/flags/4x3/tz.svg);
}

.fi-tz.fis {
  background-image: url(../img/flags/1x1/tz.svg);
}

.fi-ua {
  background-image: url(../img/flags/4x3/ua.svg);
}

.fi-ua.fis {
  background-image: url(../img/flags/1x1/ua.svg);
}

.fi-ug {
  background-image: url(../img/flags/4x3/ug.svg);
}

.fi-ug.fis {
  background-image: url(../img/flags/1x1/ug.svg);
}

.fi-um {
  background-image: url(../img/flags/4x3/um.svg);
}

.fi-um.fis {
  background-image: url(../img/flags/1x1/um.svg);
}

.fi-us {
  background-image: url(../img/flags/4x3/us.svg);
}

.fi-us.fis {
  background-image: url(../img/flags/1x1/us.svg);
}

.fi-uy {
  background-image: url(../img/flags/4x3/uy.svg);
}

.fi-uy.fis {
  background-image: url(../img/flags/1x1/uy.svg);
}

.fi-uz {
  background-image: url(../img/flags/4x3/uz.svg);
}

.fi-uz.fis {
  background-image: url(../img/flags/1x1/uz.svg);
}

.fi-va {
  background-image: url(../img/flags/4x3/va.svg);
}

.fi-va.fis {
  background-image: url(../img/flags/1x1/va.svg);
}

.fi-vc {
  background-image: url(../img/flags/4x3/vc.svg);
}

.fi-vc.fis {
  background-image: url(../img/flags/1x1/vc.svg);
}

.fi-ve {
  background-image: url(../img/flags/4x3/ve.svg);
}

.fi-ve.fis {
  background-image: url(../img/flags/1x1/ve.svg);
}

.fi-vg {
  background-image: url(../img/flags/4x3/vg.svg);
}

.fi-vg.fis {
  background-image: url(../img/flags/1x1/vg.svg);
}

.fi-vi {
  background-image: url(../img/flags/4x3/vi.svg);
}

.fi-vi.fis {
  background-image: url(../img/flags/1x1/vi.svg);
}

.fi-vn {
  background-image: url(../img/flags/4x3/vn.svg);
}

.fi-vn.fis {
  background-image: url(../img/flags/1x1/vn.svg);
}

.fi-vu {
  background-image: url(../img/flags/4x3/vu.svg);
}

.fi-vu.fis {
  background-image: url(../img/flags/1x1/vu.svg);
}

.fi-wf {
  background-image: url(../img/flags/4x3/wf.svg);
}

.fi-wf.fis {
  background-image: url(../img/flags/1x1/wf.svg);
}

.fi-ws {
  background-image: url(../img/flags/4x3/ws.svg);
}

.fi-ws.fis {
  background-image: url(../img/flags/1x1/ws.svg);
}

.fi-ye {
  background-image: url(../img/flags/4x3/ye.svg);
}

.fi-ye.fis {
  background-image: url(../img/flags/1x1/ye.svg);
}

.fi-yt {
  background-image: url(../img/flags/4x3/yt.svg);
}

.fi-yt.fis {
  background-image: url(../img/flags/1x1/yt.svg);
}

.fi-za {
  background-image: url(../img/flags/4x3/za.svg);
}

.fi-za.fis {
  background-image: url(../img/flags/1x1/za.svg);
}

.fi-zm {
  background-image: url(../img/flags/4x3/zm.svg);
}

.fi-zm.fis {
  background-image: url(../img/flags/1x1/zm.svg);
}

.fi-zw {
  background-image: url(../img/flags/4x3/zw.svg);
}

.fi-zw.fis {
  background-image: url(../img/flags/1x1/zw.svg);
}

.fi-ac {
  background-image: url(../img/flags/4x3/ac.svg);
}

.fi-ac.fis {
  background-image: url(../img/flags/1x1/ac.svg);
}

.fi-cp {
  background-image: url(../img/flags/4x3/cp.svg);
}

.fi-cp.fis {
  background-image: url(../img/flags/1x1/cp.svg);
}

.fi-dg {
  background-image: url(../img/flags/4x3/dg.svg);
}

.fi-dg.fis {
  background-image: url(../img/flags/1x1/dg.svg);
}

.fi-ea {
  background-image: url(../img/flags/4x3/ea.svg);
}

.fi-ea.fis {
  background-image: url(../img/flags/1x1/ea.svg);
}

.fi-es-ct {
  background-image: url(../img/flags/4x3/es-ct.svg);
}

.fi-es-ct.fis {
  background-image: url(../img/flags/1x1/es-ct.svg);
}

.fi-es-ga {
  background-image: url(../img/flags/4x3/es-ga.svg);
}

.fi-es-ga.fis {
  background-image: url(../img/flags/1x1/es-ga.svg);
}

.fi-eu {
  background-image: url(../img/flags/4x3/eu.svg);
}

.fi-eu.fis {
  background-image: url(../img/flags/1x1/eu.svg);
}

.fi-gb-eng {
  background-image: url(../img/flags/4x3/gb-eng.svg);
}

.fi-gb-eng.fis {
  background-image: url(../img/flags/1x1/gb-eng.svg);
}

.fi-gb-nir {
  background-image: url(../img/flags/4x3/gb-nir.svg);
}

.fi-gb-nir.fis {
  background-image: url(../img/flags/1x1/gb-nir.svg);
}

.fi-gb-sct {
  background-image: url(../img/flags/4x3/gb-sct.svg);
}

.fi-gb-sct.fis {
  background-image: url(../img/flags/1x1/gb-sct.svg);
}

.fi-gb-wls {
  background-image: url(../img/flags/4x3/gb-wls.svg);
}

.fi-gb-wls.fis {
  background-image: url(../img/flags/1x1/gb-wls.svg);
}

.fi-ic {
  background-image: url(../img/flags/4x3/ic.svg);
}

.fi-ic.fis {
  background-image: url(../img/flags/1x1/ic.svg);
}

.fi-ta {
  background-image: url(../img/flags/4x3/ta.svg);
}

.fi-ta.fis {
  background-image: url(../img/flags/1x1/ta.svg);
}

.fi-un {
  background-image: url(../img/flags/4x3/un.svg);
}

.fi-un.fis {
  background-image: url(../img/flags/1x1/un.svg);
}

.fi-xk {
  background-image: url(../img/flags/4x3/xk.svg);
}

.fi-xk.fis {
  background-image: url(../img/flags/1x1/xk.svg);
}

.fi-xx {
  background-image: url(../img/flags/4x3/xx.svg);
}

.fi-xx.fis {
  background-image: url(../img/flags/1x1/xx.svg);
}

.rangeslider, .rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.rangeslider--horizontal {
  height: 6px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: alpha(Opacity=40);
  opacity: .4;
}

.rangeslider__fill {
  background: #EA2D30;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #EA2D30;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  border-radius: 50%;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 0 5px 2px rgba(48, 35, 68, 0.15);
          box-shadow: 0 0 5px 2px rgba(48, 35, 68, 0.15);
}

.rangeslider--horizontal .rangeslider__handle {
  top: -8px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/*# sourceMappingURL=rangeslider.min.css.map */
/* COMPONENTS BEGIN */
.logotype {
  font-size: 0;
  cursor: pointer;
  display: inline-block;
}

.logotype img {
  width: 117px;
  height: auto;
}

.trust {
  font-size: 0;
  display: inline-block;
  position: relative;
}

.trust__image {
  font-size: 0;
  display: inline-block;
  position: relative;
}

.trust img {
  max-width: 193px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.trust .trust-anim {
  width: 112px;
  height: 112px;
  z-index: 0;
  position: absolute;
  left: -34px;
  top: -34px;
  -webkit-animation: 9s infinite linear rotate;
          animation: 9s infinite linear rotate;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.trust__rating {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.trust__rating-point {
  margin-left: 2px;
  width: 27px;
  height: 27px;
}

.trust p {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: right;
}

.trust p span {
  font-size: 20px;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ffffff;
  padding: 3px 0;
}

.quantity .counter {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  background: none;
  color: #EA2D30;
  min-width: 70px;
  width: 70px;
  max-width: 70px;
  text-align: center;
  -moz-appearance: textfield;
  min-height: 20px;
  padding: 2px 0 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.quantity .counter::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quantity .counter::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quantity .counter::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quantity .counter::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quantity .counter::-webkit-outer-spin-button, .quantity .counter::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .down_count {
  font-size: 0;
  display: inline-block;
  padding: 10px;
}

.quantity .down_count img {
  width: 10px;
  height: 10px;
}

.quantity .up_count {
  font-size: 0;
  display: inline-block;
  padding: 10px;
}

.quantity .up_count img {
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 992px) {
  .trust img {
    max-width: 140px;
  }
  .trust__rating {
    margin-top: 10px;
  }
  .trust__rating-point {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .logotype img {
    width: 85px;
  }
  .trust img {
    max-width: 130px;
  }
  .trust .trust-anim {
    width: 72px;
    height: 72px;
    left: -24px;
    top: -24px;
  }
  .trust__rating {
    margin-top: 10px;
  }
  .trust__rating-point {
    margin-left: 2px;
    width: 18px;
    height: 18px;
  }
  .trust p {
    margin-top: 7px;
    font-size: 13px;
  }
  .trust p span {
    font-size: 13px;
  }
}

/* COMPONENTS END */
.hero {
  padding: 180px 0 100px;
  position: relative;
  overflow: hidden;
  background: #302344;
}

.hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero__slider {
  height: auto;
  position: relative;
  overflow: hidden;
  font-size: 0;
  z-index: 5;
}

.hero__slider .placeholder {
  opacity: 0;
  pointer-events: none;
}

.hero__slider .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}

.hero__slider .swiper-slide {
  display: block;
  white-space: nowrap !important;
}

.hero__info {
  width: 55%;
  padding-right: 50px;
}

.hero__info .h1-small {
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  color: rgba(119, 119, 119, 0.6);
  margin-bottom: 8px;
}

.hero__info span {
  display: block;
  line-height: 1.2;
}

.hero__info .border {
  display: inline-block;
  border-bottom: 9px solid #EA2D30;
  line-height: 1;
  margin-bottom: 10px;
}

.hero__info .views {
  margin-left: 35%;
}

.hero__info .animated {
  position: relative;
  display: inline-block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #302344;
  white-space: nowrap;
}

.hero__info .animated text, .hero__info .animated font {
  white-space: nowrap !important;
}

.hero__info .animated:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  color: #EA2D30;
}

.hero .swiper-slide.is-current .animated:after {
  -webkit-transition: width 2s linear;
  -o-transition: width 2s linear;
  transition: width 2s linear;
  width: 100%;
}

.hero__animate-circle {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 0;
}

.hero__animate-circle .anim-socials {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  border: 1px solid #232325;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero__animate-circle .anim-socials span {
  font-size: 0;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 1;
  width: 28px;
  height: 28px;
}

.hero__animate-circle .anim-socials span img {
  width: 28px;
  height: 28px;
}

.hero__animate-circle .anim-socials .icon1 {
  -webkit-animation-name: circleAnim1;
          animation-name: circleAnim1;
}

@-webkit-keyframes circleAnim1 {
  0% {
    -webkit-transform: rotate(90deg) translate(-82px) rotate(-90deg);
            transform: rotate(90deg) translate(-82px) rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(450deg) translate(-82px) rotate(-450deg);
            transform: rotate(450deg) translate(-82px) rotate(-450deg);
  }
}

@keyframes circleAnim1 {
  0% {
    -webkit-transform: rotate(90deg) translate(-82px) rotate(-90deg);
            transform: rotate(90deg) translate(-82px) rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(450deg) translate(-82px) rotate(-450deg);
            transform: rotate(450deg) translate(-82px) rotate(-450deg);
  }
}

.hero__animate-circle .anim-socials .icon2 {
  -webkit-animation-name: circleAnim2;
          animation-name: circleAnim2;
}

@-webkit-keyframes circleAnim2 {
  0% {
    -webkit-transform: rotate(150deg) translate(-82px) rotate(-150deg);
            transform: rotate(150deg) translate(-82px) rotate(-150deg);
  }
  100% {
    -webkit-transform: rotate(510deg) translate(-82px) rotate(-510deg);
            transform: rotate(510deg) translate(-82px) rotate(-510deg);
  }
}

@keyframes circleAnim2 {
  0% {
    -webkit-transform: rotate(150deg) translate(-82px) rotate(-150deg);
            transform: rotate(150deg) translate(-82px) rotate(-150deg);
  }
  100% {
    -webkit-transform: rotate(510deg) translate(-82px) rotate(-510deg);
            transform: rotate(510deg) translate(-82px) rotate(-510deg);
  }
}

.hero__animate-circle .anim-socials .icon3 {
  -webkit-animation-name: circleAnim3;
          animation-name: circleAnim3;
}

@-webkit-keyframes circleAnim3 {
  0% {
    -webkit-transform: rotate(210deg) translate(-82px) rotate(-210deg);
            transform: rotate(210deg) translate(-82px) rotate(-210deg);
  }
  100% {
    -webkit-transform: rotate(570deg) translate(-82px) rotate(-570deg);
            transform: rotate(570deg) translate(-82px) rotate(-570deg);
  }
}

@keyframes circleAnim3 {
  0% {
    -webkit-transform: rotate(210deg) translate(-82px) rotate(-210deg);
            transform: rotate(210deg) translate(-82px) rotate(-210deg);
  }
  100% {
    -webkit-transform: rotate(570deg) translate(-82px) rotate(-570deg);
            transform: rotate(570deg) translate(-82px) rotate(-570deg);
  }
}

.hero__animate-circle .anim-socials .icon4 {
  -webkit-animation-name: circleAnim4;
          animation-name: circleAnim4;
}

@-webkit-keyframes circleAnim4 {
  0% {
    -webkit-transform: rotate(270deg) translate(-82px) rotate(-270deg);
            transform: rotate(270deg) translate(-82px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(630deg) translate(-82px) rotate(-630deg);
            transform: rotate(630deg) translate(-82px) rotate(-630deg);
  }
}

@keyframes circleAnim4 {
  0% {
    -webkit-transform: rotate(270deg) translate(-82px) rotate(-270deg);
            transform: rotate(270deg) translate(-82px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(630deg) translate(-82px) rotate(-630deg);
            transform: rotate(630deg) translate(-82px) rotate(-630deg);
  }
}

.hero__animate-circle .anim-socials .icon5 {
  -webkit-animation-name: circleAnim5;
          animation-name: circleAnim5;
}

@-webkit-keyframes circleAnim5 {
  0% {
    -webkit-transform: rotate(330deg) translate(-82px) rotate(-330deg);
            transform: rotate(330deg) translate(-82px) rotate(-330deg);
  }
  100% {
    -webkit-transform: rotate(690deg) translate(-82px) rotate(-690deg);
            transform: rotate(690deg) translate(-82px) rotate(-690deg);
  }
}

@keyframes circleAnim5 {
  0% {
    -webkit-transform: rotate(330deg) translate(-82px) rotate(-330deg);
            transform: rotate(330deg) translate(-82px) rotate(-330deg);
  }
  100% {
    -webkit-transform: rotate(690deg) translate(-82px) rotate(-690deg);
            transform: rotate(690deg) translate(-82px) rotate(-690deg);
  }
}

.hero__animate-circle .anim-socials .icon6 {
  -webkit-animation-name: circleAnim6;
          animation-name: circleAnim6;
}

@-webkit-keyframes circleAnim6 {
  0% {
    -webkit-transform: rotate(390deg) translate(-82px) rotate(-390deg);
            transform: rotate(390deg) translate(-82px) rotate(-390deg);
  }
  100% {
    -webkit-transform: rotate(750deg) translate(-82px) rotate(-750deg);
            transform: rotate(750deg) translate(-82px) rotate(-750deg);
  }
}

@keyframes circleAnim6 {
  0% {
    -webkit-transform: rotate(390deg) translate(-82px) rotate(-390deg);
            transform: rotate(390deg) translate(-82px) rotate(-390deg);
  }
  100% {
    -webkit-transform: rotate(750deg) translate(-82px) rotate(-750deg);
            transform: rotate(750deg) translate(-82px) rotate(-750deg);
  }
}

.hero__animate-circle .anim-circle {
  width: 104px;
  height: 104px;
  -webkit-animation: 9s infinite linear rotateHero;
          animation: 9s infinite linear rotateHero;
}

@-webkit-keyframes rotateHero {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateHero {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.hero__corner {
  position: absolute;
  right: 0;
  /* top: 0; */
  bottom: 0;
  height: 105%;
  width: 46%;
  z-index: 3;
}

.hero__corner-img {
  position: absolute;
  z-index: 4;
  bottom: 4%;
  right: 0;
  width: 43%;
  height: auto;
}

.hero__image {
  width: 50%;
  font-size: 0;
  position: relative;
  margin-right: -20px;
  z-index: 4;
}

.hero__image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

.hero__image .mobile {
  display: none;
}

.hero__image .stars {
  position: absolute;
  width: 60%;
  bottom: 70%;
  height: auto;
  z-index: 2;
}

.hero__try {
  position: absolute;
  left: 45%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  bottom: 100px;
  cursor: pointer;
  z-index: 6;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hero__try:hover {
  -webkit-transform: translateX(-50%) translateY(-10px);
      -ms-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
}

.hero__try:hover:before {
  background: #EA2D30;
}

.hero__try:hover p {
  color: #ffffff;
}

.hero__try:hover svg {
  background: #ffffff;
}

.hero__try:hover svg path {
  stroke: #EA2D30;
}

.hero__try svg {
  width: 26px;
  height: 26px;
  margin-top: 22px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hero__try svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hero__try p {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hero__try span {
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 4px;
  line-height: 1.2;
  color: #ffffff;
  background: #EA2D30;
  margin: 6px auto 0;
  display: inline-block;
}

.hero__try:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #36284b;
  border-radius: 30px;
  width: 120%;
  padding-bottom: 120%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 130px;
  min-height: 130px;
  box-sizing: border-box;
}

.hero__bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  padding-top: 45px;
  max-width: 230px;
  min-width: 230px;
  width: 100%;
  bottom: 26px;
}

.hero__bottom:hover {
  -webkit-transform: translateX(-50%) translateY(-15px);
      -ms-transform: translateX(-50%) translateY(-15px);
          transform: translateX(-50%) translateY(-15px);
}

.hero__bottom:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -400px;
  border-radius: 50%;
  background: #EA2D30;
  width: 512px;
  height: 512px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero__bottom p {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.hero__bottom p:hover .arrow {
  background: #ffffff;
}

.hero__bottom p:hover svg path {
  stroke: #EA2D30;
}

.hero__bottom p .arrow {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  margin-top: -4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hero__bottom p .arrow svg {
  position: absolute;
  width: 15px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero__bottom p .arrow svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hero__bottom .free {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 6px;
  border-radius: 25px;
  background: #ffffff;
  padding: 6px 8px 3px;
  line-height: 1.2;
  background: #ffffff;
  color: #EA2D30;
}

.hero__bottom--static {
  position: relative;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 2;
}

.hero__bottom--static:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

.hero__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.hero__info-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.hero__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 30px 22px 100px;
  position: relative;
  margin-left: 70px;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  margin-bottom: 20px;
  margin-right: -35vw;
}

.hero__info-row .tablet {
  display: none;
}

.hero__info-row--tablet {
  display: none;
}

.hero__info-row:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 5000px;
  height: 1px;
  background: #ffffff;
}

.hero__info-row:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 5000px;
  height: 1px;
  background: #ffffff;
}

.hero__info-row p {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #EA2D30;
}

.hero__info-row p span {
  color: #ffffff;
}

.hero__info-row svg {
  width: 13px;
  height: 13px;
  min-width: 13px;
  margin: -5px 10px 0;
}

.hero__info-row p {
  white-space: nowrap;
}

.hero .trust {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.hero .trust p {
  position: relative;
  z-index: 2;
}

.hero .trust span {
  display: inline-block;
}

.hero .trust:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 30%;
  background: #36284b;
  border-radius: 110px;
  width: 760px;
  height: 760px;
  z-index: 2;
}

.hero__line {
  position: absolute;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25%;
  width: 50%;
  max-width: 1000px;
  height: auto;
  z-index: 1;
}

.hero__marquee {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(21, 21, 23, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 100%;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

.hero__marquee .track {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 21.3s linear infinite;
          animation: marquee 21.3s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50.1%);
            transform: translateX(-50.1%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50.1%);
            transform: translateX(-50.1%);
  }
}

.hero__marquee span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  padding: 15px 30px;
  position: relative;
  white-space: nowrap;
}

.hero__marquee span:after {
  content: '/';
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
}

@media only screen and (max-width: 1336px) {
  .hero {
    padding: 150px 0 100px;
  }
  .hero__info-row {
    padding: 20px 30px 20px 80px;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-right: -20vw;
  }
  .hero__info-row p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1124px) {
  .hero {
    padding: 130px 0 100px;
  }
  .hero__bottom-row {
    margin-top: 55px;
  }
  .hero__info {
    padding-right: 20px;
  }
  .hero__info .h1-small {
    font-size: 20px;
  }
  .hero__image {
    width: 55%;
  }
  .hero .trust {
    margin-top: 60px;
  }
  .hero .trust:before {
    top: 50%;
  }
  .hero__info-row {
    padding: 20px 30px 20px 60px;
    margin-left: 50px;
    margin-bottom: 15px;
    margin-right: -5vw;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .hero__info-row p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .hero {
    padding: 120px 0 80px;
  }
  .hero .h1-small {
    font-size: 16px;
  }
  .hero .trust {
    margin-top: 80px;
  }
  .hero .trust:before {
    width: 500px;
    height: 500px;
    top: 20%;
  }
  .hero__info {
    width: 50%;
    padding-right: 10px;
  }
  .hero__marquee span {
    font-size: 14px;
    padding: 10px 20px;
  }
  .hero__image {
    width: 55%;
  }
  .hero__image img {
    width: 100%;
  }
  .hero__try {
    left: 45%;
    bottom: 80px;
  }
  .hero__bottom {
    padding-top: 30px;
    max-width: 180px;
    min-width: 180px;
    bottom: 15px;
    margin-left: -40px;
  }
  .hero__bottom:after {
    bottom: -300px;
    width: 340px;
    height: 340px;
  }
  .hero__bottom p {
    font-size: 18px;
  }
  .hero__bottom-row {
    margin-top: 40px;
    position: relative;
    max-width: 300px;
    margin: 30px auto 0;
  }
  .hero__info-el {
    padding: 7px 0;
  }
  .hero__info-el .tablet {
    display: inline-block;
  }
  .hero__info-row {
    padding: 0;
    margin: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 90%;
    top: -50px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 5;
  }
  .hero__info-row:before {
    display: none;
  }
  .hero__info-row:after {
    display: none;
  }
  .hero__info-row svg {
    margin: -7px 8px 0;
  }
  .hero__info-row p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 760px) {
  .hero {
    padding: 120px 0 230px;
  }
  .hero__corner {
    display: none;
  }
  .hero__corner-img {
    display: none;
  }
  .hero__try {
    left: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__try:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .hero__try svg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 7px;
  }
  .hero__try p {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero__try p span {
    margin-left: 0;
  }
  .hero__try:before {
    background: none;
    border: 2px solid #302344;
    top: 50%;
    left: 40%;
  }
  .hero__marquee {
    background: #312543;
  }
  .hero__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero__info {
    width: 100%;
  }
  .hero__info .h1-small {
    font-size: 18px;
  }
  .hero__info .border {
    border-width: 5px;
  }
  .hero__info .views {
    margin-left: 120px;
    display: block;
  }
  .hero__slider {
    position: relative;
    z-index: 3;
  }
  .hero__image {
    margin-left: auto;
    position: absolute;
    width: 55%;
    bottom: 80px;
    right: 0;
    margin: 0;
  }
  .hero__image .desktop {
    display: none;
  }
  .hero__image .mobile {
    display: inline-block;
  }
  .hero .trust {
    position: relative;
    margin-top: 40px;
    margin-left: 0;
  }
  .hero .trust:before {
    width: 450px;
    height: 450px;
    border-radius: 50px;
    top: 15%;
  }
  .hero__animate-circle {
    display: none;
  }
  .hero__bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  .hero__info-el {
    padding: 0;
  }
  .hero__info-el .tablet {
    display: none;
  }
  .hero__info-el svg {
    width: 11px;
    height: 11px;
    margin: -6px 4px 0;
  }
  .hero__info-row {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    margin: 0 -15px 25px;
    width: calc(100% + 30px);
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__info-row p {
    font-size: 12px;
  }
  .hero__info-row:after {
    display: block;
  }
  .hero__info-row:before {
    display: block;
  }
  .hero__bottom {
    padding-top: 25px;
    max-width: 170px;
    bottom: 12px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .hero__bottom:hover {
    -webkit-transform: translateX(0) translateY(-15px);
        -ms-transform: translateX(0) translateY(-15px);
            transform: translateX(0) translateY(-15px);
  }
  .hero__bottom:after {
    bottom: -300px;
    width: 374px;
    height: 374px;
  }
  .hero__bottom p {
    font-size: 16px;
  }
  .hero__bottom p .arrow {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-left: 6px;
    margin-top: -2px;
  }
  .hero__bottom p .arrow svg {
    width: 11px;
    height: 7px;
  }
}

@media only screen and (max-width: 360px) {
  .hero__info-el svg {
    width: 9px;
    height: 9px;
    margin: -5px 2px 0;
  }
  .hero__info-row p {
    font-size: 11px;
  }
}

.prices {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}

.prices h2 {
  margin-bottom: 30px;
}

.prices__right {
  max-width: 852px;
  width: 95%;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.prices__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.prices__tab {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 11px 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #e8e8e8;
}

@media only screen and (min-width: 469px) {

  .prices__tab:nth-last-child(7):first-child,
  .prices__tab:nth-last-child(7):first-child~.prices__tab:nth-child(2),
  .prices__tab:nth-last-child(7):first-child~.prices__tab:nth-child(3) {
    flex: 31%;
  }

  .prices__tab:nth-last-child(9):first-child,
  .prices__tab:nth-last-child(9):first-child~.prices__tab{
    flex: 23%;
  }

  .prices__tab:nth-last-child(9):first-child~.prices__tab:nth-child(4)~.prices__tab {
    flex: 16%;
  }

  .prices__tab:nth-last-child(10):first-child,
  .prices__tab:nth-last-child(10):first-child~.prices__tab {
    flex: 19%;
  }
}

@media only screen and (max-width: 468px) {
  .prices__tab{
    flex: 25%;
  }

  .prices__tab:nth-last-child(4):first-child,
  .prices__tab:nth-last-child(4):first-child~.prices__tab {
    flex: 45%;
  }

  .prices__tab:nth-last-child(7):first-child,
  .prices__tab:nth-last-child(7):first-child~.prices__tab:nth-child(2),
  .prices__tab:nth-last-child(7):first-child~.prices__tab:nth-child(3),
  .prices__tab:nth-last-child(7):first-child~.prices__tab:nth-child(4) {
    flex: 45%;
  }

  .prices__tab:nth-last-child(8):first-child,
  .prices__tab:nth-last-child(8):first-child~.prices__tab:nth-child(2) {
    flex: 45%;
  }

  .prices__tab:nth-last-child(9):first-child,
  .prices__tab:nth-last-child(9):first-child~.prices__tab {
    flex: 27%;
  }
}

.prices__tab:after {
  position: absolute;
  content: '';
  width: 172px;
  height: 231px;
  background: rgba(255, 255, 255, 0.075);
  top: -100%;
  right: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 6px;
}

.prices__tab span {
  color: #302344;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 3;
  margin: 0;
  padding-right: 10px;
}

.prices__tab--youtube.is-active {
  background: #EA2D30;
}

.prices__tab--youtube.is-active:hover {
  background: #EA2D30;
}

.prices__tab--vk.is-active ,
.prices__tab--vk.is-active:hover {
  background: -webkit-linear-gradient(243.7deg, #0077ff 11.66%, #046ce4 123.55%);
  background: -o-linear-gradient(243.7deg, #0077ff 11.66%, #046ce4 123.55%);
  background: linear-gradient(206.3deg, #0077ff 11.66%, #046ce4 123.55%);
}

.prices__tab--instagram.is-active {
  background: -webkit-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: -o-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: linear-gradient(206.3deg, #5B00C4 11.66%, #D00049 123.55%);
}

.prices__tab--instagram.is-active:hover {
  background: -webkit-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: -o-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: linear-gradient(206.3deg, #5B00C4 11.66%, #D00049 123.55%);
}

.prices__tab--tiktok.is-active {
  background: #161722;
}

.prices__tab--tiktok.is-active:hover {
  background: #161722;
}

.prices__tab--telegram.is-active {
  background: #20A0E2;
}

.prices__tab--telegram.is-active:hover {
  background: #20A0E2;
}

.prices__tab--spotify.is-active,
.prices__tab--spotify.is-active:hover {
  background: #1ed760;
}

.prices__tab--twitch.is-active,
.prices__tab--twitch.is-active:hover {
  background: #5c16c5;
}

.prices__tab--twitter.is-active,
.prices__tab--twitter.is-active:hover {
  background: #1d9bf0;
}

.prices__tab--soundcloud.is-active,
.prices__tab--soundcloud.is-active:hover {
  background: #f50;
}

.prices__tab--facebook.is-active,
.prices__tab--facebook.is-active:hover {
  background: #395693;
}

.prices__tab.is-active {
  border-color: #ffffff;
}

.prices__tab.is-active .prices__tab-icon {
  opacity: 1;
}

.prices__tab.is-active .prices__tab-bottom-icon {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.prices__tab.is-active .prices__tab-bg {
  top: 0;
}

.prices__tab.is-active span {
  color: #ffffff;
  padding-bottom: 9px;
}

.prices__tab.is-active svg path {
  fill: #ffffff;
}

.prices__tab.is-active:hover .prices__tab-bottom-info {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.prices__tab .prices__tab-bg {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  display: none;
}

.prices__tab:hover {
  background: #302344;
  border-color: #ffffff;
}

.prices__tab:hover .prices__tab-bottom-info {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.prices__tab:hover span {
  color: #ffffff;
  padding-bottom: 9px;
}

.prices__tab:hover svg path {
  fill: #ffffff;
}

.prices__tab:hover .prices__tab-bottom {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.prices__tab-bottom-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 5px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  right: 26px;
  z-index: 3;
}

.prices__tab-bottom-info {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 5px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  left: 14px;
  z-index: 3;
}

.prices__tab-icon {
  font-size: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 3;
  opacity: 0.3;
}

.prices__tab-icon svg {
  width: 39px;
  height: 39px;
}

.prices__tab-icon svg path {
  fill: #777777;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.prices__part {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}

.prices__item {
  background: #F1F2F4;
  border-radius: 6px;
  padding: 16px 20px 20px;
  position: relative;
  overflow: hidden;
  min-height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prices__item header,
.prices__item h3,
.prices__item h5 {
  font-size: 19px;
  padding: 0;
  color: #EA2D30;
  font-weight: 400;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.prices__item header span,
.prices__item h3 span,
.prices__item h5 span {
  font-size: 17px;
  font-weight: 500;
  color: #151517;
  line-height: 1.2;
  margin-top: 6px;
  min-height: 48px;
  position: relative;
  display: block;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.prices__item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  background: #EA2D30;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 0;
}

.prices__item .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: auto;
}

.prices__item:hover:after {
  height: 100%;
}

.prices__item:hover .prices__item-row-separator {
  background: #ffffff;
}

.prices__item:hover .counter {
  color: #ffffff;
}

.prices__item:hover .btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #EA2D30;
}

.prices__item:hover header,
.prices__item:hover h3,
.prices__item:hover h5 {
  color: #ffffff;
}

.prices__item:hover header span,
.prices__item:hover h3 span,
.prices__item:hover h5 span {
  color: #ffffff;
}

.prices__item:hover p {
  color: #ffffff;
}

.prices__item:hover .rangeslider__fill {
  background: #ffffff;
}

.prices__item:hover .prices__quantity input {
  color: #ffffff;
}

.prices__item--white {
  background: #ffffff;
}

.prices__item--white:after {
  display: none;
}

.prices__item--white:hover .prices__item-row-separator {
  background: #353537;
}

.prices__item--white:hover .btn {
  color: #151517;
  border-color: #EA2D30;
}

.prices__item--white:hover h3, .prices__item--white:hover h5 {
  color: #ffffff;
}

.prices__item--white h3, .prices__item--white h5 {
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  padding: 5px 7px 3px;
  border-radius: 40px;
  margin-bottom: 2px;
  background: #EA2D30;
  color: #ffffff;
}

.prices__item--white h3 span, .prices__item--white h5 span {
  color: #151517;
}

.prices__item--white .prices__item-row p {
  color: #151517;
}

.prices__item--white .prices__item-row .btn {
  color: #151517;
}

.prices__item--white .prices__item-row .btn:hover {
  background: #EA2D30;
  color: #ffffff;
}

.prices__item--quantity {
  background: #302344;
}

.prices__item--quantity h3,
.prices__item--quantity h5,
.prices__item--quantity header {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: -6px 5px 0 -22px;
  padding: 16px 20px 15px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom-right-radius: 6px;
}

.prices__item--quantity .btn {
  color: #ffffff;
}

.prices__quantity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px 0 0;
  width: 100%;
}

.prices__quantity {
  margin-left: auto;
  width: 100%;
}

.prices__quantity input {
  outline: none;
  border: none;
  background: transparent;
  padding: 2px 8px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-family: "Raleway", sans-serif;
  color: #EA2D30;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: textfield;
  width: 100%;
}

.prices__quantity input::-webkit-outer-spin-button, .prices__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.prices__part-separator {
  margin: 60px 0 10px;
  width: 100%;
  height: auto;
}

.prices__rangeslider {
  position: relative;
  z-index: 4;
  margin-left: auto;
  padding: 10px 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.prices__bonus-container {
  width: 100%;
  margin: auto 0;
  padding: 10px 0;
  position: relative;
  z-index: 5;
}

.prices__quant {
  position: relative;
  z-index: 2;
  display: none;
}

.prices__item-row {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.prices__item-row p {
  font-size: 19px;
  color: #151517;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.prices__item-row p span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.prices__item-row .btn {
  font-weight: 500;
  padding: 9px 15px 7px;
  margin-left: auto;
}

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

.prices__item-row--reverse p {
  color: #ffffff;
}

.prices__item-row--reverse .btn {
  margin: 0 auto 0 0;
}

.prices__item-row-separator {
  margin: 0 15px;
  height: 36px;
  width: 1px;
  background: #353537;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.prices .prices__other-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.prices .prices__other-row .prices__slider {
  width: 80%;
  padding: 0 10px;
}

.prices__other {
  width: 20%;
  padding: 0 10px 0;
}

.prices__other p, .prices__other h4 {
  font-size: 24px;
  color: #151517;
  line-height: 1.3;
  font-weight: 500;
  width: 80%;
  display: inline-block;
}

.prices__other-title .horizontal {
  max-width: 185px;
  height: auto;
  width: 100%;
  margin: 13px auto 0;
}

.prices__other-title .vertical {
  display: none;
  width: 11px;
  height: 19px;
  margin-left: 15px;
}

.prices__other-hint {
  padding: 10px;
  width: 40%;
}

.prices .swiper-pagination {
  display: none;
}

.prices__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.prices__amount p {
  font-size: 16px;
  color: #777777;
  font-weight: 300;
  margin-right: 12px;
}

@media only screen and (min-width: 760px) {
  .prices .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .prices .swiper-slide {
    width: 33.33%;
    padding: 10px;
  }
  .prices .swiper-slide-wrap {
    width: 66.66666%;
  }
}

@media only screen and (min-width: 992px) {
  .prices .swiper-slide {
    width: 25%;
  }
  .prices .swiper-slide-wrap {
    width: 25%;
  }
  .prices .swiper-slide-wrap {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1124px) {
  .prices .swiper-slide {
    width: 25%;
  }
  .prices .swiper-slide-wrap {
    width: 25%;
  }
  .prices .prices__other-row .swiper-slide {
    width: 25%;
  }
}

@media only screen and (min-width: 1336px) {
  .prices .swiper-slide {
    width: 20%;
  }
  .prices .swiper-slide-wrap {
    width: 20%;
  }
  .prices .swiper-slide-wrap {
    margin-left: 0;
  }
  .prices .prices__other-row .swiper-slide {
    width: 25%;
  }
}

.tabs .tab {
  display: none;
}

@media only screen and (max-width: 1336px) {
  .prices__part-separator {
    display: none;
  }
  .prices__other-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .prices__other-title h4 {
    width: auto;
  }
  .prices__other-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices__other-row .horizontal {
    display: none;
  }
  .prices__other-row .vertical {
    display: inline-block;
  }
  .prices .prices__other-row .prices__slider {
    width: 100%;
  }
  .prices__other {
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 992px) {
  .prices:after {
    width: calc(100% - 17px);
  }
  .prices h2 {
    margin-bottom: 25px;
  }
  .prices__tab span {
    font-size: 16px;
  }
  .prices__right {
    width: 100%;
  }
  .prices .prices__other-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices .prices__other-row .swiper-slide {
    width: 50%;
  }

  .prices__tab-icon {
    margin: 7px auto 0;
  }
  .prices__tab-icon svg {
    width: 38px;
    height: 38px;
  }
  .prices__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 5px 10px;
    min-height: 1px;
  }
  .prices__tab span {
    font-size: 14px;
    display: none;
  }
  .prices__tab:after {
    display: none;
  }
  .prices__tab-icon {
    margin: 0 auto;
  }
  .prices__tab-icon svg {
    width: 32px;
    height: 32px;
  }
  .prices__tab-bottom:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .prices__tab-bottom-icon {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .prices__tab-bottom-info {
    display: none;
  }
  .prices__tab.is-active .prices__tab-bottom-icon {
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@media only screen and (max-width: 760px) {
  .prices {
    padding-bottom: 60px;
    padding-top: 65px;
  }
  .prices:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .prices__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices__head:after {
    left: -50%;
  }
  .prices__head h2 {
    margin-bottom: 25px;
  }
  .prices__right {
    width: 100%;
    padding-top: 5px;
    margin: 0;
  }
  .prices__item {
    padding: 16px;
    min-height: 1px;
    min-height: 150px;
    height: 100%;
  }
  .prices__rangeslider {
    padding-left: 15px;
    width: 100%;
    display: none;
  }
  .prices__item-row-separator {
    background: #353537;
  }
  .prices__part {
    padding-top: 25px;
  }
  .prices__part .swiper-slide {
    padding: 0 8px;
    height: auto;
  }
  .prices__slider-row {
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
  .prices__other {
    width: 100%;
    padding-top: 10px;
  }
  .prices__bonus-container {
    display: none;
  }
  .prices__quant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .prices__quant p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-right: 12px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    white-space: nowrap;
  }
  .prices .quantity {
    width: 100%;
  }
  .prices__other-title h4 {
    font-size: 18px;
    width: auto;
  }
  .prices__other-title svg {
    padding: 0;
    margin: 6px 0 0;
  }
  .prices .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: calc(100% - 16px);
    height: 2px;
    border-radius: 10px;
    background: #F3F3F3;
    bottom: auto;
    margin: 15px auto 0;
    opacity: 1;
  }
  .prices .swiper-pagination-bullet {
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .prices .swiper-pagination-bullet-active {
    background: #B5B5B5;
  }
  .prices .prices__other-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prices .prices__other-row .prices__slider {
    width: 100%;
    padding: 0;
  }
}

.examples-container {
  padding: 0;
  background: #ffffff;
  padding-top: 46px;
  position: relative;
  overflow: hidden;
}

.examples-container .stars {
  position: absolute;
  top: 15%;
  left: 54%;
  width: 40%;
  height: auto;
  z-index: 2;
}

.examples-container .hand-small {
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 30%;
  height: auto;
  max-width: 311px;
  z-index: 2;
}

.examples-container .hand-large {
  position: absolute;
  top: 0;
  left: 66%;
  width: 50%;
  height: auto;
  max-width: 578px;
  z-index: 2;
}

.examples {
  position: relative;
  padding: 0;
  background: #302344;
  padding: 110px 0 140px;
  overflow: hidden;
}

.examples__left-corner {
  position: absolute;
  z-index: 1;
  width: 890px;
  height: 890px;
  border-radius: 114px;
  background: rgba(151, 145, 197, 0.04);
  -webkit-transform: translateY(-100%) rotate(45deg);
      -ms-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
  top: 80%;
  right: 70%;
}

.examples__right-corner {
  position: absolute;
  z-index: 1;
  width: 890px;
  height: 890px;
  border-radius: 114px;
  background: rgba(151, 145, 197, 0.04);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 60%;
  left: 36%;
}

.examples__container {
  position: relative;
  z-index: 3;
}

.examples__info {
  width: 55%;
  max-width: 690px;
}

.examples__info .h2-title {
  color: #ffffff;
}

.examples__info .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 12px;
}

.examples__btn-container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.examples__btn-container .btn {
  margin-right: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.examples__btn-container img {
  width: 50px;
  height: 17px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: arrowMove 2s linear infinite;
          animation: arrowMove 2s linear infinite;
}

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media only screen and (max-width: 992px) {
  .examples-container .hand-small {
    bottom: -40px;
    left: 50%;
    width: 23%;
  }
  .examples-container .hand-large {
    left: 65%;
    width: 40%;
  }
  .examples {
    padding: 60px 0 80px;
  }
  .examples__info {
    width: 50%;
  }
  .examples__info .info {
    font-size: 18px;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 760px) {
  .examples-container {
    padding: 0;
    background: #302344;
    overflow: hidden;
  }
  .examples-container .stars {
    display: none;
  }
  .examples-container .hand-small {
    bottom: 95px;
    left: auto;
    right: -1%;
    width: 33%;
  }
  .examples-container .hand-large {
    left: auto;
    width: 82%;
    position: static;
    margin-left: 15px;
    margin-top: 35px;
    margin-bottom: -42px;
  }
  .examples {
    margin-bottom: 20px;
    padding: 70px 0 0;
  }
  .examples__right-corner {
    display: none;
  }
  .examples__left-corner {
    width: 450px;
    height: 450px;
    border-radius: 54px;
    right: 60%;
  }
  .examples__info {
    width: 100%;
  }
  .examples__info .info {
    font-size: 17px;
    line-height: 1.5;
    margin: 10px 0 0;
  }
  .examples__btn-container {
    margin-top: 35px;
  }
}

.try {
  padding-bottom: 120px;
  position: relative;
}

.try .container {
  position: relative;
  z-index: 2;
}

.try__left {
  position: absolute;
  z-index: 1;
  left: -2%;
  top: -5%;
  width: 25%;
  max-width: 510px;
}

.try__right {
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 2%;
  width: 22%;
  max-width: 350px;
}

.try__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.try__row .h2-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #151517;
}

.try__animation {
  margin: 0 50px;
  max-width: 217px;
  width: 80%;
  position: relative;
}

.try__animation .image {
  padding-bottom: 68%;
  width: 100%;
}

.try__animation .anim-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.try__animation p {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  padding: 1px 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #EA2D30;
  display: inline-block;
}

.try__info {
  max-width: 43%;
}

.try__info p {
  font-size: 18px;
  line-height: 1.65;
  color: #151517;
}

.try__info .red {
  color: #EA2D30;
}

.try__info .bold {
  font-weight: 700;
}

.try__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.try__info-row .btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.try__info-row .btn:hover {
  background: #302444;
  color: #ffffff;
}

.try__info-row p {
  font-size: 14px;
  font-weight: 600;
  color: #B5B5B5;
  margin-left: 30px;
}

.animicon {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.anim1 {
  -webkit-animation: anim1 5s linear infinite;
          animation: anim1 5s linear infinite;
}

.anim2 {
  -webkit-animation: anim2 5s linear infinite;
          animation: anim2 5s linear infinite;
}

.anim3 {
  -webkit-animation: anim3 5s linear infinite;
          animation: anim3 5s linear infinite;
}

.anim4 {
  -webkit-animation: anim4 5s linear infinite;
          animation: anim4 5s linear infinite;
}

.anim5 {
  -webkit-animation: anim5 5s linear infinite;
          animation: anim5 5s linear infinite;
}

.anim6 {
  -webkit-animation: anim6 5s linear infinite;
          animation: anim6 5s linear infinite;
}

@-webkit-keyframes anim1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anim2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anim3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anim4 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim4 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anim5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anim6 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim6 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 992px) {
  .try {
    padding: 60px 0;
  }
  .try__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .try__row .h2-title {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: calc(100% - 270px);
    margin-right: auto;
  }
  .try__animation {
    margin-right: 0;
  }
  .try__info {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .try {
    padding: 70px 0 80px;
  }
  .try__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .try__row .h2-title {
    max-width: 100%;
    margin-right: 0;
    width: 70%;
  }
  .try__animation {
    margin-right: 0;
    margin-left: auto;
    margin-top: -30px;
    width: 50%;
  }
  .try__animation p {
    font-size: 13px;
  }
  .try__info {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .try__info p {
    font-size: 17px;
  }
  .try__info-row {
    margin-top: 20px;
  }
  .try__info-row .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .try__info-row p {
    font-size: 13px;
    margin-left: 15px;
  }
}

.fancybox-infobar {
  display: none;
}

.popup {
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1400px;
}

.popup__sticky-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.popup__sticky-part {
  width: 38px;
  margin-left: 10px;
}

.popup__sticky-close {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 6px;
  position: fixed;
  padding: 8px;
  font-size: 0;
  cursor: pointer;
  border: 1px solid #EA2D30;
}

.popup__sticky-close svg {
  width: 22px;
  height: 22px;
}

.popup__sticky-close:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #EA2D30;
}

.popup__container {
  max-width: 1400px;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 40px;
  position: relative;
}

.popup .fancybox-close-small {
  width: 38px;
  height: 38px;
  right: 10px;
  top: 0;
  position: absolute;
  background: #232325;
  opacity: 1;
  border-radius: 6px;
  display: none;
}

.popup .fancybox-close-small svg {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup__title {
  font-size: 50px;
  color: #151517;
  line-height: 1.2;
  font-weight: 700;
}

.popup__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.popup__el {
  width: 50%;
  padding: 10px;
  height: auto;
}

.popup__image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 0;
  margin-bottom: -30px;
  width: 42%;
}

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

.popup__info {
  width: 58%;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.popup__info p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  display: -webkit-box;
}

.popup__info .title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
}

.popup__info .about {
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
  font-size: 16px;
}

.popup__btn {
  padding-top: 20px;
  margin-top: auto;
}

.popup__btn .btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.popup__btn .btn:hover {
  background: #ffffff;
  color: #151517;
  border-color: #ffffff;
}

.popup__icon {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #ffffff;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 6px;
  padding: 10px 12px;
}

.popup__icon svg {
  width: 30px;
  height: 30px;
}

.popup__item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.popup__item--youtube {
  background: #DB182C;
}

.popup__item--youtube .popup__icon {
  background: #DB182C;
}

.popup__item--instagram {
  background: -webkit-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: -o-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: linear-gradient(206.3deg, #5B00C4 11.66%, #D00049 123.55%);
}

.popup__item--instagram .popup__icon {
  background: -webkit-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: -o-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: linear-gradient(206.3deg, #5B00C4 11.66%, #D00049 123.55%);
}

.popup__item--tiktok {
  background: #161722;
}

.popup__item--tiktok .popup__icon {
  background: #161722;
}

.popup__item--tiktok .popup__image {
  margin-bottom: 0;
}

.popup__item--tiktok .popup__image img {
  margin-right: -30px;
  width: calc(100% + 30px);
}

.popup__item--fb {
  background: #395693;
}

.popup__item--fb .popup__icon {
  background: #395693;
}

.popup__back {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #777777;
  padding-left: 33px;
  position: relative;
  line-height: 1.2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.popup__back svg {
  width: 19px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup__back svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.popup__article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 40px;
}

.popup__sidebar {
  width: 25%;
  max-width: 200px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  position: relative;
}

.popup__sidebar .popup__icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
  bottom: 0;
  border-radius: 6px;
  border: none;
  margin: 0;
}

.popup__sidebar .popup__icon--youtube {
  background: #DB182C;
}

.popup__sidebar .popup__icon--instagram {
  background: -webkit-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: -o-linear-gradient(243.7deg, #5B00C4 11.66%, #D00049 123.55%);
  background: linear-gradient(206.3deg, #5B00C4 11.66%, #D00049 123.55%);
}

.popup__sidebar .popup__icon--tiktok {
  background: #161722;
}

.popup__sidebar .popup__icon--fb {
  background: #395693;
}

.popup__sidebar .btn {
  min-width: 130px;
  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;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}

.popup__sidebar .btn:hover {
  background: #c11316;
}

.popup__sidebar .btn span {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin: -2px 5px 0;
}

.popup__sidebar--prev .btn span {
  border-right: none;
  border-top: none;
}

.popup__sidebar--next {
  padding: 0 0 0 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup__sidebar--next .btn span {
  border-left: none;
  border-bottom: none;
}

.popup__article {
  width: 70%;
  padding: 0 20px;
}

.popup__content p {
  font-size: 18px;
  color: #151517;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 20px;
}

.popup__content p a {
  color: #EA2D30;
  line-height: inherit;
  border-bottom: 1px solid rgba(234, 45, 48, 0.7);
}

.popup__content img {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.popup--small {
  max-width: 690px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 22px 25px;
}

.popup--small .fancybox-close-small {
  display: block !important;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.87.81 17.06 0l-8.1 8.1L.86 0l-.8.81 8.1 8.1L0 17.06l.81.8 8.15-8.14 8.15 8.15.82-.81L9.78 8.9 17.87.8Z' fill='%23353537'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup--small .fancybox-close-small svg {
  opacity: 0 !important;
}

.popup__review p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.popup__review .name {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #777777;
  margin-top: 15px;
}

@media only screen and (max-width: 1336px) {
  .popup__sticky-part {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .popup__sticky-close {
    background: #EA2D30;
  }
}

@media only screen and (max-width: 992px) {
  .popup {
    padding: 0;
  }
  .popup--small {
    padding: 22px 25px;
  }
  .popup .fancybox-close-small {
    top: 10px;
  }
  .popup__container {
    padding: 25px 15px;
  }
  .popup__grid {
    padding-top: 15px;
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .popup__image {
    width: 45%;
  }
  .popup__icon {
    padding: 8px 10px;
  }
  .popup__icon svg {
    width: 24px;
    height: 24px;
  }
  .popup__btn {
    padding-top: 10px;
  }
  .popup__info {
    width: 55%;
  }
  .popup__info .title {
    font-size: 20px;
  }
  .popup__info .about {
    font-size: 15px;
  }
  .popup__info .btn {
    padding: 10px 15px;
  }
  .popup__el {
    padding: 5px;
  }
  .popup__item {
    padding: 15px;
  }
  .popup__title {
    font-size: 36px;
  }
  .popup__sidebar {
    min-width: 1px;
    width: auto;
    padding: 0;
  }
  .popup__sidebar .btn {
    min-width: 110px;
  }
  .popup__content p {
    font-size: 16px;
    margin-top: 10px;
  }
  .popup__content img {
    margin-top: 20px;
  }
  .popup__article-container {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 760px) {
  .fancybox-slide {
    padding: 0 !important;
  }
  .popup {
    padding: 0;
  }
  .popup .fancybox-close-small {
    right: 10px;
    top: 18px;
    background: #151517;
  }
  .popup__sticky-close {
    background: #EA2D30;
    -webkit-box-shadow: 0 0 10px rgba(21, 21, 23, 0.3);
            box-shadow: 0 0 10px rgba(21, 21, 23, 0.3);
  }
  .popup__sticky-part {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 2;
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .popup__container {
    padding: 25px 15px;
    border-radius: 0;
  }
  .popup__title {
    font-size: 24px;
    width: calc(100% - 50px);
  }
  .popup__grid {
    padding-top: 5px;
    margin: 0;
    width: 100%;
  }
  .popup__image {
    width: 45%;
  }
  .popup__image img {
    width: calc(100% + 20px);
  }
  .popup__icon {
    padding: 10px;
    bottom: auto;
    top: 0;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border: none;
  }
  .popup__icon svg {
    width: 24px;
    height: 24px;
  }
  .popup__btn {
    padding-top: 20px;
  }
  .popup__info {
    width: 60%;
    padding-right: 10px;
  }
  .popup__info .title {
    font-size: 18px;
  }
  .popup__info .about {
    font-size: 14px;
    -webkit-line-clamp: 5;
  }
  .popup__el {
    padding: 15px 0 0;
    width: 100%;
  }
  .popup__item {
    padding: 20px 15px;
  }
  .popup__sidebar {
    position: fixed;
    bottom: 15px;
    z-index: 4;
  }
  .popup__sidebar .btn {
    min-width: 120px;
  }
  .popup__sidebar--prev {
    left: 20px;
  }
  .popup__sidebar--next {
    right: 20px;
  }
  .popup__sidebar .popup__icon {
    display: none;
  }
  .popup__back {
    margin-top: 3px;
    display: inline-block;
  }
  .popup__content {
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
  }
  .popup__content p {
    font-size: 15px;
  }
  .popup__content img {
    margin-top: 15px;
  }
  .popup__article {
    padding: 0;
    width: 100%;
  }
  .popup__article-container {
    padding-top: 25px;
  }
  .popup__article-container:after {
    position: fixed;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    content: '';
    z-index: 3;
  }
  .popup__article-container:before {
    position: fixed;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 70px;
    background: #ffffff;
    z-index: 3;
  }
  .popup__review p {
    font-size: 15px;
  }
  .popup__review .name {
    font-size: 14px;
  }
  .popup--small {
    padding: 20px;
  }
  .popup--small .fancybox-close-small {
    display: block !important;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.87.81 17.06 0l-8.1 8.1L.86 0l-.8.81 8.1 8.1L0 17.06l.81.8 8.15-8.14 8.15 8.15.82-.81L9.78 8.9 17.87.8Z' fill='%23353537'/%3E%3C/svg%3E");
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.about-section {
  padding-bottom: 0;
  background: #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}

.about-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-section__row .border {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  padding: 2px 4px;
  background: #302344;
  text-transform: uppercase;
}

.about-section .h2-title {
  color: #151517;
  padding-right: 50px;
}

.about-section .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about-section .swiper-slide {
  height: auto;
}

.about-section__slider {
  margin-top: 35px;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  overflow: hidden;
}

.about-section__slider .swiper-slide {
  padding: 0 10px;
}

.about-section .swiper-slide-visible .about-section__item {
  opacity: 1;
}

.about-section__item {
  opacity: 0;
  padding: 30px 30px 0;
  background: #fff;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.about-section__item p {
  font-size: 17px;
  line-height: 1.8;
  color: #151517;
  margin-bottom: 20px;
}

.about-section__item:hover .about-section__more p {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.about-section__item:hover .about-section__more:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.about-section__item:hover .about-section__more .arrow {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  background: #ffffff;
  border-color: #ffffff;
}

.about-section__item:hover .about-section__more .arrow svg path {
  stroke: #EA2D30;
}

.about-section__more {
  width: calc(100% + 60px);
  padding: 10px 30px;
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  position: relative;
}

.about-section__more:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EA2D30;
  content: '';
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
}

.about-section__more p {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.about-section__more .arrow {
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid #151517;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.about-section__more .arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 10px;
}

.about-section__more .arrow svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  stroke: #151517;
}

.about-section__logo {
  height: 50px;
  width: 100%;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.about-section .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 760px) {
  .about-section {
    padding: 60px 0 40px;
  }
  .about-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about-section__row .border {
    margin-top: 10px;
    font-size: 14px;
  }
  .about-section__item {
    padding: 25px 25px 0;
    border-radius: 6px;
    opacity: 1;
  }
  .about-section__item p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-section__logo {
    height: 40px;
    margin-bottom: 15px;
  }
  .about-section .swiper-pagination {
    position: static;
    bottom: auto;
    font-size: 0;
    max-width: 100%;
    width: auto;
    text-align: center;
    margin: 30px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #fff;
    margin: 0 10px !important;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .about-section .swiper-pagination-bullet-active {
    background: #EA2D30;
  }
  .about-section__more {
    width: calc(100% + 50px);
    padding: 8px 25px;
    margin: auto -25px 0;
  }
  .about-section__more:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .about-section__more p {
    font-size: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .about-section__more .arrow {
    border: 1px solid #ffffff;
    background: #ffffff;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .about-section__more .arrow svg path {
    stroke: #EA2D30;
  }
}

.advantages:not(.slider){
  padding-bottom: 10px;
}

.advantages.slider{
  padding-top: 10px;
  overflow: hidden;
}

.advantages h2 {
  color: #151517;
}

.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 30px;
}

.advantages__el {
  width: 16.66666%;
  padding: 0;
  border-right: 1px solid №E8E8E8;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.advantages__el:last-child {
  border-right: none;
}

.advantages__el:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #EA2D30;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages__el:nth-child(1):hover:after, .advantages__el:nth-child(2):hover:after, .advantages__el:nth-child(3):hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.advantages__el:nth-child(1):hover .info, .advantages__el:nth-child(2):hover .info, .advantages__el:nth-child(3):hover .info {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.advantages__el:nth-child(4):after, .advantages__el:nth-child(5):after, .advantages__el:nth-child(6):after {
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
}

.advantages__el:nth-child(4) .info, .advantages__el:nth-child(5) .info, .advantages__el:nth-child(6) .info {
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
}

.advantages__el:nth-child(4):hover:after, .advantages__el:nth-child(5):hover:after, .advantages__el:nth-child(6):hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.advantages__el:nth-child(4):hover .info, .advantages__el:nth-child(5):hover .info, .advantages__el:nth-child(6):hover .info {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.advantages__info {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages__item {
  height: 100%;
  padding: 25px 25px 55px;
  position: relative;
  overflow: hidden;
  min-height: 310px;
  z-index: 2;
}

.advantages__item .title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #151517;
  padding-bottom: 16px;
  min-height: 100px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  word-break: initial;
}

.advantages__item .info {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-top: -60px;
  opacity: 0;
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
}

.advantages__item .number {
  position: absolute;
  left: 25px;
  bottom: 19px;
  font-size: 16px;
  line-height: 1.2;
  color: #B5B5B5;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages__item .number text {
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}

.advantages__item:hover .advantages__icon {
  -webkit-transform: translateY(-85px);
      -ms-transform: translateY(-85px);
          transform: translateY(-85px);
}

.advantages__item:hover .number {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.advantages__item:hover .title {
  -webkit-transform: translateY(-85px);
      -ms-transform: translateY(-85px);
          transform: translateY(-85px);
  color: #ffffff;
}

.advantages__item:hover .title .info {
  max-height: 1000px;
}

.advantages__item:hover svg path {
  fill: #ffffff;
}

.advantages__icon {
  font-size: 0;
  padding-bottom: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages__icon svg {
  height: 50px;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages__icon svg path {
  fill: #EA2D30;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages__slider-container {
  position: relative;
  padding: 4px 100px 0;
  margin-top: 80px;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
}

.advantages__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 20px white;
          box-shadow: 0 0 0 20px white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #151517;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  z-index: 2;
}

.advantages__arrow svg {
  width: 21px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.advantages__arrow svg path {
  stroke: #151517;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages__arrow:hover {
  background: #EA2D30;
  border-color: #EA2D30;
}

.advantages__arrow:hover svg path {
  stroke: #ffffff;
}

.advantages__arrow--prev {
  left: -22px;
}

.advantages__arrow--prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.advantages__arrow--next {
  right: -22px;
}

.advantages__slide {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.advantages .swiper-slide-visible .advantages__slide {
  opacity: 1;
  pointer-events: all;
}

.advantages__left {
  width: 45%;
  padding-bottom: 120px;
  position: relative;
}

.advantages__left .number {
  position: absolute;
  left: 10%;
  bottom: 0;
  font-size: 140px;
  line-height: 0.6;
  font-weight: 700;
  text-stroke: 1px rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  color: transparent;
}

.advantages__info {
  width: 100%;
  padding-top: 0;
  padding-bottom: 55px;
}

.advantages__info p {
  font-size: 17px;
  line-height: 1.4;
  color: #151517;
  font-weight: 400;
  margin-top: 15px;
  display: block !important;
}

.advantages__info a {
  color: #EA2D30;
}

.advantages__info .title {
  font-size: 20px;
  font-weight: 700;
  max-width: 375px;
  width: 100%;
  margin-top: 0;
  padding-bottom: 20px;
  margin-top: -25px;
  padding: 5px 20px;
  background: #ffffff;
  margin-left: -20px;
}

.advantages .swiper-pagination-container {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.advantages .swiper-pagination {
  position: static;
  bottom: auto;
  font-size: 0;
  max-width: 100%;
  width: auto;
  text-align: left;
  margin: 0 0 -13px -30px;
  padding: 9px 20px;
  background: #fff;
}

.advantages .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #E8E8E8;
  margin: 0 10px !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.advantages .swiper-pagination-bullet-active {
  background: #EA2D30;
}

.video-block {
  font-size: 0;
  margin-top: 80px;
  text-align: center;
}

.video-block img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1336px) {
  .advantages__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantages__el {
    width: 25%;
  }
  .advantages__el:nth-child(3) {
    margin-right: 25%;
  }
  .advantages__el:nth-child(4) {
    margin-left: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .advantages__row {
    padding-top: 20px;
  }
  .advantages__el {
    width: 33.3333%;
  }
  .advantages__el:nth-child(3) {
    margin-right: 0;
  }
  .advantages__el:nth-child(4) {
    margin-left: 0;
  }
  .advantages__slider-container {
    margin-top: 50px;
    padding: 4px 60px;
  }
  .advantages__info p, .advantages__info text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 760px) {
  .advantages__slider-container .swiper-wrapper.height-auto {
    height: auto !important;
  }
}

@media only screen and (max-width: 760px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .advantages__row {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .advantages__el {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
  }
  .advantages__el:nth-child(3) {
    margin-right: 0;
  }
  .advantages__el:nth-child(4) {
    margin-left: 0;
  }
  .advantages__el:after {
    display: none;
  }
  .advantages__el:nth-child(4):after, .advantages__el:nth-child(5):after, .advantages__el:nth-child(6):after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .advantages__el:nth-child(4) .info, .advantages__el:nth-child(5) .info, .advantages__el:nth-child(6) .info {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .advantages__el:nth-child(4):hover:after, .advantages__el:nth-child(5):hover:after, .advantages__el:nth-child(6):hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .advantages__el:nth-child(4):hover .info, .advantages__el:nth-child(5):hover .info, .advantages__el:nth-child(6):hover .info {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .advantages__item {
    padding: 16px 0 16px 57px;
    position: relative;
    min-height: 1px;
  }
  .advantages__item:hover .title {
    color: #151517;
  }
  .advantages__item:hover svg path {
    fill: #EA2D30;
  }
  .advantages__item.is-open:hover .title {
    color: #EA2D30;
  }
  .advantages__item.is-open:hover svg path {
    fill: #EA2D30;
  }
  .advantages__item.is-open .title {
    color: #EA2D30;
  }
  .advantages__item.is-open .title:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-color: #EA2D30;
  }
  .advantages__item:hover .advantages__icon {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .advantages__item:hover .title {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .advantages__item .info {
    color: #151517;
  }
  .advantages__item .title {
    min-height: 38px;
    font-size: 17px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    position: relative;
  }
  .advantages__item .title:after {
    position: absolute;
    right: 3px;
    width: 10px;
    height: 10px;
    border: 1px solid #151517;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    border-bottom: none;
    border-right: none;
    content: '';
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .advantages__item .info {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1;
    margin: 15px 0 0;
    font-size: 15px;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .advantages__item .number {
    display: none;
  }
  .advantages__icon {
    min-width: 38px;
    position: absolute;
    left: 0;
    top: 16px;
    padding: 0;
  }
  .advantages__icon svg {
    height: 38px;
    width: auto;
  }
  .advantages__slider-container {
    margin-top: 60px;
    padding: 0 25px 4px;
  }
  .advantages__arrow {
    display: none;
  }
  .advantages__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .advantages__info {
    padding-top: 0;
    width: 100%;
    padding-bottom: 25px;
  }
  .advantages__info .title {
    font-size: 18px;
    padding: 5px 10px;
    margin-top: -17px;
    margin-left: -10px;
    width: calc(100% + 10px);
  }
  .advantages__info p, .advantages__info text {
    font-size: 16px;
  }
  .advantages .swiper-pagination-container {
    text-align: center;
    margin-bottom: -12px;
  }
  .advantages .swiper-pagination {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .video-block {
    margin-top: 40px;
  }
}

.reviews {
  position: relative;
  background: #302344;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-bottom: 110px;
}

.reviews .container {
  position: relative;
  z-index: 3;
}

.reviews__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews h3 {
  color: #ffffff;
}

.reviews__button {
  text-align: center;
  margin-top: 40px;
}

.reviews__button--mobile {
  display: none;
}

.reviews__button .btn {
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.reviews .trust {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .trust__rating {
  margin: 15px 15px 0 30px;
}

.reviews__slider-container {
  padding: 0 50px;
  position: relative;
  margin: 50px -40px 0;
  width: calc(100% + 80px);
}

.reviews__slider {
  width: calc(100% + 20px);
  margin: 0 -10px;
  overflow: hidden;
}

.reviews__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reviews__slider .swiper-slide {
  padding: 0 10px;
  height: auto;
}

.reviews__slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 3;
  cursor: pointer;
}

.reviews__slider-arrow svg {
  width: 21px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reviews__slider-arrow svg path {
  stroke: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.reviews__slider-arrow:hover {
  background: #EA2D30;
  border-color: #EA2D30;
}

.reviews__slider-arrow:hover svg path {
  stroke: #ffffff;
}

.reviews__slider-arrow--prev {
  left: -44px;
}

.reviews__slider-arrow--prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.reviews__slider-arrow--next {
  right: -44px;
}

.reviews__item {
  height: 100%;
  background: #342749;
  border-radius: 6px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  position: relative;
}

.reviews__item:hover {
  background: #3A2444;
}

.reviews__item:hover .reviews__check {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews__rating-point {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.reviews__rating-point svg path {
  fill: #50365C;
}

.reviews__rating-point.is-active svg path {
  fill: #EA2D30;
}

.reviews__rating-point:last-child {
  margin-right: 0;
}

.reviews__info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px;
  color: #ffffff;
}

.reviews__person {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.reviews__check {
  padding: 11px 20px 11px 30px;
  margin: 0;
  width: 100%;
  background: #EA2D30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.reviews__check:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 39, 73, 0)), to(#342749));
  background: -webkit-linear-gradient(top, rgba(52, 39, 73, 0) 0%, #342749 100%);
  background: -o-linear-gradient(top, rgba(52, 39, 73, 0) 0%, #342749 100%);
  background: linear-gradient(to bottom, rgba(52, 39, 73, 0) 0%, #342749 100%);
  left: 0;
  bottom: 100%;
}

.reviews__check p {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-right: auto;
}

.reviews__check .arrow {
  margin-left: 10px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.reviews__check .arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 10px;
}

.reviews__person-image {
  max-width: 54px;
  min-width: 54px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews__person-image .image {
  font-size: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews__person-info .name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
}

.reviews__person-info .desc {
  font-size: 15px;
  line-height: 1.2;
  color: #777777;
  margin-top: 3px;
}

.reviews .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 1770px) {
  .reviews__slider-container {
    padding: 0 70px;
    margin: 50px 0 0;
    width: 100%;
  }
  .reviews__slider-arrow--prev {
    left: 0;
  }
  .reviews__slider-arrow--next {
    right: 0;
  }
}

@media only screen and (max-width: 1568px) {
  .reviews:after {
    width: calc(100% - 25px);
  }
}

@media only screen and (max-width: 1336px) {
  .reviews {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .reviews {
    padding-bottom: 70px;
  }
  .reviews:after {
    width: calc(100% - 17px);
  }
  .reviews__slider-arrow {
    display: none;
  }
  .reviews__slider-container {
    padding: 0;
  }
  .reviews .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin: 30px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c1c1c1;
    margin: 0 10px !important;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 1;
  }
  .reviews .swiper-pagination-bullet-active {
    background: #EA2D30;
  }
  .reviews__item {
    padding-bottom: 0;
  }
  .reviews__info {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 760px) {
  .reviews {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .reviews:after {
    width: 100%;
    border-radius: 0;
  }
  .reviews__grid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .reviews__button {
    display: none;
    margin-top: 15px;
  }
  .reviews__button--mobile {
    display: inline-block;
  }
  .reviews__button--mobile .btn {
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 500;
  }
  .reviews__slider {
    overflow: hidden;
  }
  .reviews__slider-container {
    margin: 40px 0 0;
    padding: 0;
  }
  .reviews__slider-arrow {
    display: none;
  }
  .reviews .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .reviews .swiper-slide {
    height: auto;
  }
  .reviews__item {
    padding: 25px 25px 0;
    height: 100%;
  }
  .reviews__info p {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 15px;
  }
  .reviews__person {
    padding: 0 0 25px;
    margin: 0;
    width: 100%;
  }
  .reviews__check {
    position: static;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 6px 8px 6px 25px;
    margin: auto -25px 0;
    width: calc(100% + 50px);
  }
  .reviews__check p {
    font-size: 14px;
  }
  .reviews__person-info .name {
    font-size: 16px;
  }
  .reviews__person-info .desc {
    font-size: 14px;
  }
  .reviews .swiper-pagination {
    margin: 20px auto 0;
  }
  .reviews .trust {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .reviews .trust img {
    max-width: 131px;
  }
  .reviews .trust__rating {
    margin: 10px 0 0;
  }
}

.gift {
  position: relative;
  padding: 0;
}

.gift__bg {
  position: absolute;
  left: 40px;
  width: calc(100% - 80px);
  background: #EA2D30;
  height: calc(100% - 80px);
  top: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.gift .container {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.gift__bg-left {
  left: -5%;
  max-width: 254px;
  width: 20%;
  position: absolute;
  height: auto;
  top: -25%;
}

.gift__bg-right {
  right: 5%;
  max-width: 620px;
  width: 40%;
  position: absolute;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gift__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.gift__row .gift-image {
  width: 86px;
  height: 86px;
  min-width: 86px;
  margin-right: 32px;
}

.gift__title {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gift__title p {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

.gift__title p span {
  font-size: 36px;
}

.gift__notebook {
  height: auto;
  width: 240px;
  position: absolute;
  left: 115%;
  bottom: -20px;
}

.gift__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  margin-left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.gift__btn .btn {
  color: #EA2D30;
  margin-right: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.gift__btn .btn:hover {
  background: #302444;
  color: #ffffff;
}

.gift__btn .arrow {
  width: 50px;
  height: 17px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: arrowMove 2s linear infinite;
          animation: arrowMove 2s linear infinite;
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media only screen and (max-width: 1124px) {
  .gift p {
    font-size: 40px;
  }
  .gift__row {
    padding: 40px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gift__btn {
    margin: 0 auto;
    -ms-flex-item-align: center;
        align-self: center;
    width: 60%;
  }
  .gift__bg {
    left: 25px;
    width: calc(100% - 50px);
  }
  .gift__notebook {
    left: 60%;
    bottom: -60px;
  }
}

@media only screen and (max-width: 992px) {
  .gift__title p {
    font-size: 20px;
  }
  .gift__title p span {
    font-size: 28px;
  }
  .gift__bg {
    left: 15px;
    width: calc(100% - 30px);
    top: 25px;
    height: calc(100% - 50px);
  }
  .gift .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .gift p {
    font-size: 30px;
  }
  .gift__bg-left {
    left: 0;
    top: 0;
  }
  .gift__bg-right {
    width: 60%;
    right: 0;
  }
  .gift__row {
    padding: 35px 0;
  }
  .gift__row .gift-image {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .gift {
    margin: 0;
    overflow: hidden;
  }
  .gift p {
    font-size: 22px;
    margin: 3px 0;
  }
  .gift .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gift__bg {
    top: 20px;
    height: calc(100% - 40px);
  }
  .gift__row {
    padding: 15px;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% + 10px);
  }
  .gift__row .gift-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0;
  }
  .gift__title {
    padding: 15px 0 0 10px;
    width: calc(100% - 62px);
    position: relative;
    z-index: 2;
  }
  .gift__title p {
    font-size: 18px;
  }
  .gift__title p span {
    font-size: 26px;
  }
  .gift__btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 32px 0 0 60px;
    width: 100%;
  }
  .gift__btn .btn {
    position: relative;
    z-index: 2;
    padding: 14px 12px;
  }
  .gift__btn .arrow {
    display: none;
  }
  .gift__bg-left {
    display: none;
  }
  .gift__bg-right {
    width: 100%;
    top: 10%;
  }
  .gift__notebook {
    display: inline-block;
    z-index: 1;
    width: 75%;
    max-width: 170px;
    left: auto;
    right: -35px;
    bottom: -35px;
  }
}

.hero-reviews {
  background: #302344;
  padding: 260px 0 0;
  position: relative;
}

.hero-reviews .container {
  position: relative;
  z-index: 3;
  padding-bottom: 170px;
}

.hero-reviews .container:before {
  content: '';
  position: absolute;
  left: -5%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 70%;
  background: #36284B;
  border-radius: 110px;
  width: 760px;
  height: 760px;
  z-index: 2;
}

.hero-reviews__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 5;
  max-width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-reviews__info {
  padding-right: 50px;
  position: relative;
  z-index: 5;
}

.hero-reviews__info p {
  max-width: 394px;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 25px;
}

.hero-reviews__line {
  position: absolute;
  bottom: -3%;
  left: 12%;
  width: 70%;
  z-index: 6;
}

.hero-reviews__right {
  height: 100%;
  width: 30%;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-reviews__right .corner {
  height: 110%;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero-reviews__right .hearts {
  height: auto;
  width: 70%;
  max-width: 357px;
  z-index: 2;
  position: absolute;
  left: 17%;
  bottom: 5%;
}

.hero-reviews__right .stars {
  width: 85%;
  max-width: 478px;
  height: auto;
  position: absolute;
  left: -45%;
  bottom: 35%;
  z-index: 20;
}

.hero-reviews__rating {
  padding-top: 15px;
  text-align: right;
  position: relative;
}

.hero-reviews__rating:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(35deg);
      -ms-transform: translateX(-50%) rotate(35deg);
          transform: translateX(-50%) rotate(35deg);
  top: -45%;
  background: #36284B;
  border-radius: 50px;
  width: 520px;
  height: 520px;
  z-index: 2;
}

.hero-reviews__rating p {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.hero-reviews__rating .info {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}

.hero-reviews__rating .main-rating {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
}

.hero-reviews__rating .main-rating svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 33px;
}

@media only screen and (max-width: 1336px) {
  .hero-reviews {
    padding: 200px 0 0;
  }
  .hero-reviews .container {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-reviews {
    padding: 170px 0 0;
  }
  .hero-reviews .container {
    padding-bottom: 50px;
  }
  .hero-reviews .container:before {
    display: none;
  }
  .hero-reviews__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .hero-reviews__info {
    max-width: 100%;
    padding-right: 0;
  }
  .hero-reviews__info p {
    margin-top: 5px;
  }
  .hero-reviews__rating {
    margin-top: 80px;
  }
  .hero-reviews__rating:before {
    width: 350px;
    height: 350px;
  }
  .hero-reviews__line {
    bottom: 0;
    width: 100%;
  }
  .hero-reviews__right {
    width: 40%;
    height: 80%;
    bottom: 0;
    top: auto;
  }
  .hero-reviews__right .corner {
    width: 120%;
  }
}

@media only screen and (max-width: 760px) {
  .hero-reviews {
    padding: 130px 0 0;
  }
  .hero-reviews .container {
    padding-bottom: 85px;
  }
  .hero-reviews__info h1, .hero-reviews__info .h1-title {
    max-width: 80%;
  }
  .hero-reviews__info p {
    margin-top: 5px;
    font-size: 16px;
    max-width: 80%;
  }
  .hero-reviews__rating {
    margin-top: 30px;
    padding-left: 26px;
    text-align: left;
  }
  .hero-reviews__rating:before {
    width: 300px;
    height: 300px;
    top: -10%;
  }
  .hero-reviews__rating .info {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
  }
  .hero-reviews__rating .main-rating {
    font-size: 25px;
    padding-left: 26px;
    margin-left: -26px;
  }
  .hero-reviews__rating .main-rating svg {
    left: 0;
    top: 40%;
    width: 23px;
    height: 23px;
  }
  .hero-reviews__line {
    display: none;
  }
  .hero-reviews__right {
    width: 53%;
    height: 53%;
    bottom: 0;
    top: auto;
    right: -6%;
  }
  .hero-reviews__right .corner {
    width: 120%;
    height: auto;
  }
  .hero-reviews__right .hearts {
    width: 82%;
    max-width: 357px;
    left: 16%;
    bottom: 5%;
  }
  .hero-reviews__right .stars {
    width: 105%;
    max-width: 478px;
    height: auto;
    position: absolute;
    left: -89%;
    bottom: 5%;
  }
}

.feedback {
  position: relative;
  padding: 120px 0;
}

.feedback .container {
  position: relative;
  z-index: 3;
}

.feedback__grid {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feedback__form {
  width: 46%;
  padding-right: 35px;
  max-width: 650px;
}

.feedback__form .btn {
  width: 100%;
}

.feedback__slider {
  width: 54%;
  max-width: 690px;
  height: auto;
}

.feedback__slider-mobile {
  display: none;
}

.feedback__slider .swiper-slide {
  height: auto !important;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
}

.feedback__slider .swiper-container {
  height: auto;
  overflow: hidden;
  padding: 0 10px 70px;
  position: relative;
}

.feedback__slider .swiper-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  z-index: 2;
}

.feedback__slider .swiper-container:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  content: '';
  z-index: 2;
}

.feedback__slider-item {
  background: #F3F3F3;
  padding: 22px 25px 20px;
  border-radius: 6px;
  margin: 10px 0;
}

.feedback__slider-item .info {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  color: #151517;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
}

.feedback__slider-item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.feedback__slider-item .bottom p {
  margin-right: 25px;
}

.feedback__slider-item .bottom p, .feedback__slider-item .bottom a {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  color: #777777;
}

.feedback__slider-item .bottom a:hover {
  color: #EA2D30;
}

.feedback__form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 34px;
}

.feedback__form-rating svg {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.feedback__form-rating svg path {
  fill: #C6C6C6;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.feedback__form-rating:not(:checked) > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.feedback__form-rating:not(:checked) label {
  cursor: pointer;
  font-size: 0;
}

.feedback__form-rating > input:checked ~ label path {
  fill: #EA2D30 !important;
}

.feedback__sub-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 15px;
}

.feedback__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 25px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feedback__slider-controls .swiper-pagination {
  bottom: auto;
}

.feedback__slider-controls .swiper-pagination-bullet {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 8px;
  height: 8px;
  margin: 0 10px !important;
  background: #D1D1D1;
}

.feedback__slider-controls .swiper-pagination-bullet-active {
  background: #EA2D30;
}

.feedback__slider-arrow {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  border: 1px solid #151517;
  cursor: pointer;
  position: relative;
}

.feedback__slider-arrow svg {
  width: 21px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1568px) {
  .feedback {
    padding: 120px 0;
  }
  .feedback:after {
    width: calc(100% - 25px);
  }
}

@media only screen and (max-width: 992px) {
  .feedback {
    padding: 70px 0;
  }
  .feedback:after {
    width: calc(100% - 17px);
  }
  .feedback__sub-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
  }
  .feedback__grid {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .feedback__form {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }
  .feedback__slider {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
    margin: 30px -34px 0 -18px;
    width: calc(100% + 70px);
    max-width: calc(100% + 52px);
  }
  .feedback__slider .swiper-slide {
    padding: 0 34px 0 18px;
  }
  .feedback__slider .swiper-container {
    padding: 0 0 60px;
    margin-bottom: -20px;
  }
  .feedback__slider .swiper-container:before {
    display: none;
  }
  .feedback__slider .swiper-container:after {
    display: none;
  }
  .feedback__slider-controls {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 760px) {
  .feedback {
    padding: 40px 0 50px;
  }
  .feedback:after {
    width: 100%;
    border-radius: 0;
  }
  .feedback__sub-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
  }
  .feedback__slider {
    margin: 24px -20px 0;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  .feedback__slider .swiper-container {
    margin-bottom: -10px;
  }
  .feedback__slider .swiper-slide {
    padding: 0 20px;
  }
  .feedback__slider-controls {
    padding: 0 25px;
  }
  .feedback__slider-item {
    padding: 20px;
  }
  .feedback__slider-item .info {
    font-size: 15px;
  }
  .feedback__slider-item .bottom p, .feedback__slider-item .bottom a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 568px) {
  .feedback__sub-title {
    font-size: 16px;
    margin-top: 18px;
  }
  .feedback__form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    margin-bottom: 20px;
  }
  .feedback__form-rating svg {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}

/*  FAQ BEGIN */
.faq {
  padding-bottom: 40px;
  background: #fff;
}

.faq__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.faq__column {
  width: 50%;
  padding: 0 10px;
}
.faq__column.adaptive_1{
  display: none;
}
.faq__column.adaptive_2{
  display: initial;
}

.faq__item {
  margin-top: 20px;
  border-radius: 6px;
  background: #F3F3F3;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq__item.is-open {
  background: #36284B;
}

.faq__item.is-open p {
  color: #fff !important;
}

.faq__item.is-open .faq__answer {
  border-color: #ffffff;
}

.faq__item.is-open .faq__point {
  border-color: #ffffff;
}

.faq__item.is-open .faq__point:after {
  background: #fff;
}

.faq__item.is-open .faq__point:before {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq__question {
  min-height: 120px;
  padding: 20px 35px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq__question p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #151517;
  padding-right: 20px;
  max-width: 560px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq__answer {
  border-top: #fff;
  padding: 20px 30px 30px;
  display: none;
  border-top: 1px solid transparent;
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

.faq__answer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #151517;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq__point {
  min-width: 42px;
  width: 42px;
  min-height: 42px;
  height: 42px;
  border: 1px solid #151517;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq__point:after {
  position: absolute;
  width: 20px;
  height: 1px;
  left: 50%;
  top: 50%;
  background: #151517;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq__point:before {
  position: absolute;
  height: 20px;
  width: 1px;
  left: 50%;
  top: 50%;
  background: #151517;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .faq {
    padding-bottom: 20px;
  }
  .faq .container {
    padding: 0 15px;
  }
  .faq__grid {
    padding-top: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .faq__column {
    width: 100%;
    padding: 0;
  }
  .faq__column.adaptive_1{
    display: initial;
  }
  .faq__column.adaptive_2{
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .faq__grid {
    padding-top: 15px;
  }
  .faq__item {
    margin-top: 15px;
  }
  .faq__item.is-open .faq__point {
    border-color: transparent;
  }
  .faq__item.is-open .faq__point:before {
    background: none;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
        -ms-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
    border-color: #fff;
    top: 70%;
  }
  .faq__question {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 90px;
  }
  .faq__question p {
    padding-right: 0;
    font-size: 18px;
    line-height: 1.35;
    max-width: 100%;
  }
  .faq__point {
    border-radius: 0;
    width: 100%;
    height: auto;
    min-width: 1px;
    min-height: 1px;
    height: 14px;
    margin: 12px auto 0;
    border: none;
  }
  .faq__point:after {
    display: none;
  }
  .faq__point:before {
    width: 12px;
    height: 12px;
    border: 1px solid #151517;
    border-left: none;
    border-top: none;
    background: none;
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .faq__answer {
    padding: 20px 25px 25px;
  }
}

/*  FAQ END */