/* MAIN LIB */

/* support vendors */

/* general */

/* all colors are here */

/* LAYOUT CONFIGURATION */

/* GRID CONFIG */

/* new grids  configuration */

/* BREAKPOINTS */

/* fonts */

/* font sizes */

/* TRANSITIONS */

/* POSITIONING */

/* OTHERS */

/* LAYOUT */

/* font sizes */

/*ui elements*/

/* molecules */

/* organisms */

/* all project specific */

/* plugin styles */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*everything else global */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: Raleway, sans-serif;
  line-height: 1.4;
  font-size: 18px;
}

@media (min-width: 768px) {
  body {
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  body {
    z-index: 3;
  }
}

body.locked {
  height: 100%;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a,
button,
input[type='submit'] {
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* fallback for svg sprite to be able tp style shadow root */

svg path {
  stroke-width: inherit;
}

.container {
  position: relative;
  padding: 0 20px;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

.wrap {
  padding: 40px 0;
  position: relative;
}

@media (min-width: 768px) {
  .wrap {
    padding: 80px 0;
  }
}

.wrap__bg {
  background: url("/front/svg/header-bg-small.svg") right top no-repeat;
  background-size: auto 220px;
}

.wrap--lavender {
  background-color: #FAF7FC;
}

.wrap--purple {
  background-color: #804896;
}

.wrap--green {
  background-color: #00AA91;
}

.deco {
  position: absolute;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.deco__left {
  left: 0;
}

.deco__right {
  right: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.richtext {
  overflow: auto;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5 {
  margin-bottom: 1rem;
}

.richtext h1 > b,
.richtext h2 > b,
.richtext h3 > b,
.richtext h4 > b,
.richtext h5 > b {
  font-weight: normal;
}

@media (min-width: 768px) {
  .richtext h2,
  .richtext h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .richtext h4 {
    font-size: 24px;
  }
}

.richtext hr {
  border: 0;
  border-top: 2px solid #FAF7FC;
  margin: 30px 0 10px 0;
}

.richtext ul,
.richtext ol {
  padding-left: 1.6rem;
}

.richtext a {
  color: #804896;
}

.richtext a:hover {
  color: #27192C;
  text-decoration: underline;
}

.richtext img {
  display: inline-block;
  margin: 0 0 40px 0;
}

@media (min-width: 768px) {
  .richtext img {
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .richtext img.smallerImage {
    max-height: 300px;
    max-width: calc(50% - 20px);
  }

  .richtext img.smallerImage:nth-child(odd) {
    margin-right: 40px;
  }
}

.richtext__image--caption {
  display: inline-block;
  margin: 0 0 40px 0;
}

.richtext__image--caption img {
  margin: 0;
}

.richtext__image--caption p {
  padding: 15px 0;
  color: #87919B;
  font-size: 15px;
}

.richtext table {
  width: 100%;
  border: 0 !important;
}

.richtext table th,
.richtext table td {
  border-color: #F4ECF7;
  padding: 10px;
}

.richtext blockquote {
  padding: 5px 30px;
  margin: 30px 0;
  border-left: 4px solid #C4D0DD;
}

.richtext p {
  margin-top: 0;
}

.large-title {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 1024px) {
  .large-title {
    font-size: 48px;
    margin-bottom: 48px;
  }
}

.search-toggle {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 20px 0 20px 20px;
}

.search-toggle > svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.search-toggle:hover > svg {
  fill: #E6D7EC;
}

.btn,
.btn__light,
.btn__main,
.btn__ghost {
  display: inline-block;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  padding: 22px 30px 20px 30px;
  text-align: center;
}

.btn > svg,
.btn__light > svg,
.btn__main > svg,
.btn__ghost > svg {
  width: 16px;
  height: 16px;
}

.btn__light {
  background-color: white;
  color: #804896;
}

.btn__light > svg {
  fill: black;
}

.btn__light:hover {
  background-color: #FAF7FC;
  color: #27192C;
}

.btn__light--green {
  color: #00AA91;
}

.btn__main {
  background-color: #804896;
  color: white;
}

.btn__main:hover {
  background-color: #27192C;
}

.btn__main.locked {
  pointer-events: none;
  opacity: 0.5;
}

.btn__ghost {
  border: 2px solid transparent;
  background-color: transparent;
  color: black;
}

.btn__ghost:hover {
  border-color: black;
}

.btn__small-light {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  border: 0;
  border-radius: 0;
  padding: 12px 39px;
  color: #27192C;
  font-size: 16px;
}

.btn__small-light:hover {
  background-color: #804896;
  color: white;
}

.icon-pause {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 20px;
}

.icon-pause:before,
.icon-pause:after {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #804896;
  position: absolute;
}

.icon-pause:before {
  left: 0;
}

.icon-pause:after {
  right: 0;
}

.all-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #804896;
  text-decoration: none;
  padding: 15px 0;
}

.all-link:hover {
  color: #27192C;
}

.all-link:hover > svg {
  fill: #27192C;
}

.all-link > svg {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 11px;
  fill: #27192C;
}

.large-title .all-link {
  display: block;
}

@media (min-width: 1024px) {
  .large-title .all-link {
    float: right;
    margin-top: 17px;
  }
}

.link-back {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #804896;
  text-decoration: none;
  padding: 15px 0;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

.link-back:hover {
  color: #27192C;
}

.link-back:hover > svg {
  fill: #27192C;
}

.link-back > svg {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 11px;
  fill: #804896;
}

.download-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 14px;
  color: #804896;
  padding: 15px 0 15px 22px;
}

.download-link > svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  fill: #804896;
}

.download-link:hover {
  color: #27192C;
}

.download-link:hover > svg {
  fill: #27192C;
}

.link-resources {
  display: block;
  font-size: 20px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  color: white;
  background-color: #F49C1F;
  position: relative;
  padding: 28px 60px 28px 32px;
  margin-bottom: 8px;
}

.link-resources > svg {
  width: 21px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
}

.link-resources:hover {
  background-color: #d6820a;
}

.link-modules {
  display: block;
  font-size: 20px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  color: white;
  background-color: #00AA91;
  position: relative;
  padding: 28px 60px 28px 32px;
}

.link-modules > svg {
  width: 21px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
}

.link-modules:hover {
  background-color: #007766;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  color: #87919B;
  cursor: pointer;
  margin-bottom: 10px;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

.checkbox input + span {
  visibility: visible;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  border: 3px solid #C4D0DD;
}

.checkbox input + span:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #804896;
  border-left: 2px solid #804896;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

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

.checkbox input.error + span {
  border-color: #804896;
  background-color: #FAF7FC;
}

.form-field {
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
  background-color: #F0F2F5;
  margin-bottom: 20px;
}

.form-field:hover,
.form-field:focus {
  outline: none;
  background-color: #E4E8ED;
}

@media (min-width: 768px) {
  .form-field {
    margin-right: 20px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.form-field.error {
  border: 2px solid #804896;
  background-color: #FAF7FC;
}

select.form-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/front/images/drop-arrow.png");
  background-position: 97% center;
  background-repeat: no-repeat;
}

.form-group {
  margin-bottom: 20px;
}

.form-group__label {
  color: #87919B;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .form-group__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-group__grid > .checkbox {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 5px;
  }
}

.search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.search-field .form-field {
  margin: 0;
}

.search-field .form-field input {
  width: 100%;
}

.search-field button {
  width: 60px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (min-width: 768px) {
  .search-field button {
    width: 83px;
  }
}

.search-field button .icon {
  width: 23px;
  height: 23px;
  fill: #804896;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(39, 25, 44, 0.8);
  z-index: 100;
}

.popup__close {
  display: block;
  background-color: transparent;
  color: white;
  border: 0;
  padding: 30px 0 30px 40px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  margin-left: auto;
}

.popup__close > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  fill: white;
}

.popup__close:hover {
  color: #E6D7EC;
}

.popup__close:hover > svg {
  fill: #E6D7EC;
}

.popup__content {
  background-color: white;
  padding: 40px;
}

.popup__content h1 {
  font-family: Gilroy-Extrabold, sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .popup__content {
    padding: 40px 60px;
  }

  .popup__content h1 {
    font-size: 38px;
  }
}

.popup__content iframe {
  max-width: 100%;
}

.popup img {
  margin: auto;
}

.video {
  position: relative;
}

.video__container {
  max-width: 960px;
  margin: auto;
}

.popup .video__container {
  max-width: none;
}

.video__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .video__title {
    font-size: 48px;
  }
}

.video video {
  width: 100%;
  -webkit-box-shadow: 0 20px 35px 0 rgba(51, 26, 61, 0.15);
          box-shadow: 0 20px 35px 0 rgba(51, 26, 61, 0.15);
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: white;
  cursor: pointer;
  z-index: 5;
}

.video__play > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #804896;
  width: 26px;
  height: 26px;
}

.video__play:hover {
  background-color: #804896;
}

.video__play:hover > svg {
  fill: white;
}

.video__pause {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: white;
  cursor: pointer;
  z-index: 5;
}

.video__pause .icon-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video__pause:hover {
  background-color: #804896;
}

.video__pause:hover .icon-pause:before,
.video__pause:hover .icon-pause:after {
  background-color: white;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  display: block;
}

@media (min-width: 768px) {
  .pagination {
    font-size: 21px;
  }
}

.pagination svg {
  width: 25px;
  height: 20px;
}

.pagination__item {
  display: block;
  min-height: 35px;
  color: #87919B;
  position: relative;
  padding: 5px 10px;
  min-width: 40px;
  font-size: 21px;
}

.pagination__item:hover {
  color: #804896;
}

.pagination__item > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination__item.active {
  color: #27192C;
}

.pagination__item.nav.disabled {
  color: rgba(196, 208, 221, 0.5);
}

.header {
  background-color: #804896;
  padding: 15px 0;
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  .header {
    padding: 29px 0;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: inline-block;
  color: white;
  margin-right: 30px;
  line-height: 1;
}

@media (min-width: 768px) {
  .header__logo {
    margin-right: 70px;
  }
}

.header__logo .icon {
  width: 102px;
}

@media (min-width: 768px) {
  .header__logo .icon {
    width: 160px;
  }
}

.header__nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 40px;
  background-color: #804896;
  text-align: center;
}

@media (min-width: 768px) {
  .header__nav {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    text-align: left;
  }
}

.header__nav .item {
  display: block;
  padding: 4px 12px;
  font-size: 18px;
  position: relative;
}

.header__nav .item:after {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background-color: white;
  width: 0;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.header__nav .item:hover {
  color: white;
}

.header__nav .item:hover:after {
  width: calc(100% - 24px);
}

@media (min-width: 768px) {
  .header__nav__top,
  .header__nav__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__nav__top .item {
  font-family: Lato-Regular, sans-serif;
  color: #DFCFE6;
}

.header__nav__bottom .item {
  text-transform: uppercase;
  color: white;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: white;
  padding: 30px 0;
  /*&__btns {
		@include grid-media($neat-grid-tablet) {
			@include grid-column(4);
		}
	}*/
}

@media (min-width: 768px) {
  .mega-menu {
    padding: 48px 0;
  }
}

@media only screen and (min-width: 768px) {
  .mega-menu__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mega-menu:after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100vh;
}

.mega-menu__title {
  display: block;
  font-family: Gilroy-Extrabold, sans-serif;
  font-weight: normal;
  color: #27192C;
  position: relative;
  font-size: 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mega-menu__title {
    font-size: 32px;
    padding-bottom: 48px;
  }
}

.mega-menu__title.desktop {
  display: none;
}

@media (min-width: 768px) {
  .mega-menu__title.desktop {
    display: block;
  }
}

.mega-menu__title.mobile {
  display: block;
  margin-bottom: 30px;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .mega-menu__title.mobile {
    display: none;
  }
}

.mega-menu__title.mobile > svg {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #804896;
}

.mega-menu__group {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .mega-menu__group {
    padding-right: 40px;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .mega-menu__group {
    width: 25%;
  }
}

.mega-menu__group__title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  color: #87919B;
  padding-bottom: 10px;
}

.group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.group-list__item {
  display: block;
  font-family: Lato-Regular, sans-serif;
  color: #804896;
  padding: 8px 0;
}

.group-list__item:hover {
  color: #27192C;
}

.search-toggle {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6E3A82;
  position: relative;
}

@media (min-width: 768px) {
  .search-toggle.desktop {
    display: block;
  }
}

.search-toggle.mobile {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .search-toggle.mobile {
    display: inline-block;
  }
}

.search-toggle:hover {
  background-color: #5f3270;
}

.search-toggle > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-toggle {
  display: inline-block;
  padding: 0;
  height: 20px;
  width: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.menu-toggle:hover,
.menu-toggle:focus {
  outline: none;
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle__line,
.menu-toggle__line:before,
.menu-toggle__line:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-toggle__line:before {
  display: block;
  content: '';
  top: -8px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-toggle__line:after {
  display: block;
  content: '';
  top: auto;
  bottom: -8px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-toggle.open .menu-toggle__line,
.menu-toggle.open .menu-toggle__line:before,
.menu-toggle.open .menu-toggle__line:after {
  background-color: transparent;
}

.menu-toggle.open .menu-toggle__line:before {
  background-color: white;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggle.open .menu-toggle__line:after {
  background-color: white;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer {
  background-color: #27192C;
  color: white;
  padding: 40px 0;
  font-family: Lato-Regular, sans-serif;
}

@media (min-width: 768px) {
  .footer {
    padding: 64px 0;
  }
}

.footer hr {
  border: 0;
  border-top: 3px solid #47394C;
  margin: 28px 0;
}

.footer__bottom {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo > svg {
  width: 120px;
  height: 39.55px;
}

.footer__copyrights {
  font-size: 14px;
}

.footer__social .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  color: #FAF7FC;
}

.footer__social .icon:hover {
  color: #E6D7EC;
}

.footer__social .icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.footer-contacts {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-contacts a {
  color: white;
}

.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-contacts p {
  margin: auto;
}

.footer-contacts__item {
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-contacts__item {
    width: calc(100%/3);
    padding: 0 20px 20px 20px;
  }
}

.footer-contacts__item > svg {
  width: 28px;
  height: 28px;
  margin: 0 auto 15px auto;
  fill: #FAF7FC;
}

.footer-support {
  padding: 20px 0;
  text-align: center;
}

.footer-support img {
  margin: auto;
}

.hero {
  position: relative;
  padding: 100px 0;
}

@media (min-width: 768px) {
  .gallery {
    padding-top: 20px;
    margin-left: -40px;
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .gallery::after {
    clear: both;
    content: "";
    display: block;
  }
}

.gallery__item {
  display: block;
  margin-bottom: 40px;
  outline: none !important;
}

@media only screen and (min-width: 768px) {
  .gallery__item {
    pointer-events: auto;
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .gallery__item {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }
}

.gallery__item:hover .overlay {
  opacity: 1;
}

.gallery__item .image {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.gallery__item .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.77777778%;
}

.gallery__item .image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}

.gallery__item .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: white;
  background-color: rgba(128, 72, 150, 0.8);
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery__item .overlay > svg {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery__item .caption {
  padding-top: 10px;
  font-size: 14px;
  color: #87919B;
}

.timeline {
  background-color: #FAF7FC;
  padding: 40px 0 20px 0;
}

@media (min-width: 768px) {
  .timeline {
    padding: 80px 0 40px 0;
  }
}

.timeline__slider {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  /*&:before, &:after {
			content: "";
			display: block;
			position: absolute;
			top:0;
			bottom: 0;
			width: 60px;
			background-color: fade_out($color-light-lavender, 0.5);
			z-index: 10;
		}

		&:before {
			left: 0;
		}

		&:after {
			right: 0;
		}*/
}

.timeline__slider.slick-initialized {
  max-height: none;
  overflow: unset;
}

@media (min-width: 768px) {
  .timeline__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
  }
}

.timeline__nav button {
  padding: 8px;
  border: 0;
  background-color: transparent;
  color: #804896;
}

.timeline__nav button:hover,
.timeline__nav button:focus {
  color: #633774;
  outline: 0;
}

.timeline__nav button > svg {
  width: 25px;
  height: 20px;
}

.timeline__item {
  padding: 0 20px 40px 20px;
}

.timeline__heading {
  position: relative;
  z-index: 5;
  font-family: Lato-Regular, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #F49C1F;
  padding: 24px 24px 24px 50px;
  max-width: 228px;
}

.timeline__heading.done {
  background-color: #00AA91;
}

.timeline__heading .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
}

.timeline__intro {
  position: relative;
  z-index: 4;
  display: block;
  background-color: white;
  margin-top: -32px;
  min-height: 170px;
  padding: 52px 24px 24px 24px;
  color: black;
  -webkit-box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
          box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
}

.timeline__intro:hover {
  color: #804896;
}

.partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .partners__grid {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.partners__logo {
  display: inline-block;
  margin: 0 40px 40px 40px;
  width: calc(50% - 80px);
}

@media (min-width: 768px) {
  .partners__logo {
    width: auto;
  }
}

.partners__logo img {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-height: 50px;
  max-width: 150px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.partners__logo:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.team {
  background-color: #FAF7FC;
}

.team__grid {
  max-height: 300px;
  overflow: hidden;
}

.team__grid.slick-initialized {
  max-height: none;
  overflow: unset;
}

.team__grid:before,
.team__grid:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: rgba(250, 247, 252, 0.5);
  z-index: 10;
}

.team__grid:before {
  left: 0;
}

.team__grid:after {
  right: 0;
}

.team .slick-slide > div {
  padding: 0 20px;
}

.team-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background-color: #804896;
  border-top: 8px solid #804896;
  min-height: 200px;
}

.team-card__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  z-index: 3;
}

.team-card__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(39, 25, 44, 0.4);
  z-index: 4;
}

.team-card__content {
  position: relative;
  /*left: 0;
		right: 0;
		bottom: 0;*/
  padding: 30px;
  color: white;
  z-index: 5;
}

.team-card__title {
  font-size: 24px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

.team-card__link {
  display: block;
  color: white;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

.team-card__link:hover,
.team-card__link:focus {
  color: #F4ECF7;
  outline: none;
}

.team-card__link .icon {
  width: 17px;
  height: 13px;
}

.speakers {
  margin-bottom: -40px;
}

@media only screen and (min-width: 768px) {
  .speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
  }

  .speakers::after {
    clear: both;
    content: "";
    display: block;
  }
}

.speakers .team-card {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .speakers .team-card {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .speakers .team-card {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }
}

.landing {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .landing {
    padding-top: 80px;
  }
}

.intro__top {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1024px) {
  .intro__top {
    margin-left: -40px;
    margin-right: -40px;
  }

  .intro__top::after {
    clear: both;
    content: "";
    display: block;
  }

  .intro__top .slider {
    width: calc(66.66666667% - 66.66666667px);
    float: left;
    margin-left: 40px;
  }
}

.intro__top .news-card:not(:first-child) {
  margin: 40px 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .intro__links {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .intro__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
  }

  .intro__bottom .news-card {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .signup .container {
    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;
  }

  .signup .btn__light {
    min-width: 215px;
  }
}

.signup__title {
  font-size: 24px;
  margin-bottom: 40px;
  color: white;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

@media (min-width: 1024px) {
  .signup__title {
    padding-right: 40px;
    font-size: 38px;
    margin-bottom: 0;
  }
}

.signup__content {
  max-width: 680px;
  margin: auto;
  padding: 40px;
}

.signup__form {
  margin: auto;
  max-width: 600px;
}

.signup__form__submit {
  text-align: right;
}

.small-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-form__group .form-field {
  margin: 0;
  min-width: 200px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .small-form__columns {
    margin-left: -40px;
    margin-right: -40px;
  }

  .small-form__columns::after {
    clear: both;
    content: "";
    display: block;
  }

  .small-form__columns .form-field {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

.small-form__submit-right {
  padding-top: 32px;
  text-align: right;
}

.search-container {
  max-width: 680px;
}

@media (min-width: 768px) {
  .search-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.slider {
  -webkit-box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
          box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
  line-height: 0;
  margin-bottom: 8px;
  max-height: 400px;
  overflow: hidden;
}

.slider.slick-initialized {
  max-height: none;
}

.slider__item {
  position: relative;
  min-height: 300px;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

@media (min-width: 768px) {
  .slider__item {
    min-height: 410px;
  }

  .slider__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 54%;
  }
}

.slider__item.withImage {
  color: white;
}

.slider__item.withImage .slider__link {
  color: white;
}

.slider__item.withImage .slider__link:hover {
  opacity: 0.8;
}

.slider__item.centered {
  background-position: center;
}

.slider__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.slider__overlay.hidden {
  opacity: 0;
}

.slider__content {
  position: relative;
  padding: 40px 30px 80px 30px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .slider__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__inner__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  max-width: 470px;
}

.slider__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .slider__title {
    font-size: 34px;
  }
}

.slider__link {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  font-size: 16px;
  bottom: 48px;
  left: 30px;
  color: #804896;
  z-index: 3;
}

.slider__link:hover {
  color: #633774;
}

.slider__link > svg {
  width: 17px;
  height: 13px;
}

.slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 47px;
  right: 32px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slick-dots li {
  width: 20px;
  height: 10px;
  position: relative;
}

.slider .slick-dots li button {
  display: block;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C4D0DD;
}

.withImage .slider .slick-dots li button {
  background-color: white;
}

.slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #804896;
}

.withImage .slider .slick-dots li.slick-active button {
  background-color: white;
}

.news-open__hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-open__hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.33333333%;
}

.news-open__hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(230.38deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
}

.news-open__hero .no-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#FAF7FC));
  background: linear-gradient(90deg, white 0%, #FAF7FC 100%);
}

.news-open__hero .edge {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/front/svg/header-wave.svg") bottom center no-repeat;
  background-size: contain;
}

.news-open__hero .edge:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: white;
}

.news-open__data {
  color: #87919B;
  font-size: 14px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .news-open__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-open__data__item {
  position: relative;
  padding-left: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .news-open__data__item {
    padding-right: 40px;
  }

  .news-open__data__item .center-text {
    margin-top: auto;
  }
}

.news-open__data__item > svg {
  width: 14px;
  height: 14px;
  fill: #C4D0DD;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.news-open__data__social_item {
  margin-left: auto;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .news-open__data__social_item .center-text {
    margin-bottom: auto;
  }
}

.news-open__data__social_item > svg {
  width: 14px;
  height: 14px;
  fill: #C4D0DD;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.news-open__title {
  font-size: 24px;
  padding-bottom: 20px;
  font-family: Gilroy-Extrabold, sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  .news-open__title {
    font-size: 38px;
  }
}

.news-open__content {
  max-width: 960px;
}

.news-open__image {
  max-height: none;
  margin-bottom: 40px;
}

.news-open__intro {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 40px;
}

.news-open__intro a {
  color: #804896;
}

.news-open__intro a:hover {
  color: #27192C;
  text-decoration: underline;
}

.news-open__gallery {
  padding: 40px 0;
  background: url("/front/svg/bg-galerija.svg") top center no-repeat;
  background-size: 100% auto;
}

.news-open__gallery button {
  display: block;
  margin: auto;
}

.news-open__gallery-title {
  font-size: 24px;
  padding-bottom: 20px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  .news-open__gallery-title {
    font-size: 38px;
    text-align: center;
  }
}

.news-open__video {
  padding: 40px 0;
  background: url("/front/svg/bg-galerija.svg") center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .news-open__video {
    padding: 120px 0 40px 0;
  }
}

@media (min-width: 768px) {
  .news-footer + .author-block {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .news-footer .link-back {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .news-footer .soc-share {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 570px;
  }
}

.news-footer__content {
  border-bottom: 3px solid #F0F2F5;
  padding-bottom: 13px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .news-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.text-page .news-footer {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .text-page .news-footer {
    padding-top: 80px;
  }
}

.news-card {
  display: block;
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 300px;
  margin-bottom: 40px;
  border-top: 5px solid #804896;
  text-decoration: none;
  padding: 30px 30px 20px 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

@media (min-width: 768px) {
  .news-card {
    min-height: 1px;
  }
}

.news-card:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #804896;
}

.news-card__content {
  z-index: 6;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}

.news-card__category {
  font-size: 14px;
  text-transform: uppercase;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
}

.news-card__is-video {
  z-index: 6;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent white;
  border-width: 20px 0 20px 36px;
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
}

.news-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #804896;
  z-index: 4;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.news-card .date,
.news-card .title,
.news-card .text {
  position: relative;
  z-index: 6;
}

.news-card .date {
  font-size: 14px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.news-card .title {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .news-card .title {
    font-size: 24px;
  }
}

.news-card .text {
  font-size: 14px;
  margin: auto;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .soc-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.soc-share__title {
  font-size: 24px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  color: #27192C;
  padding-right: 25px;
}

.soc-share__top-title {
  visibility: hidden;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  .soc-share__top-title {
    padding-right: 25px;
    visibility: visible;
    margin-top: auto;
  }
}

@media (min-width: 768px) {
  .soc-share__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.soc-share__links a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 20px;
  color: #87919B;
}

.soc-share__links a:last-child {
  padding-right: 0;
}

.soc-share__links a > svg {
  width: 18px;
  height: 18px;
  fill: #87919B;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.soc-share__links a:hover {
  color: #27192C;
}

.soc-share__links a:hover > svg {
  fill: #27192C;
}

.tags-menu {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
  padding-left: 24px;
}

.popup .tags-menu {
  margin-bottom: 0;
  margin-top: 20px;
}

.tags-menu > svg {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  fill: #C4D0DD;
}

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

.tags-menu ul li {
  display: inline-block;
}

.tags-menu ul li a {
  display: block;
}

.tags-menu ul a {
  text-decoration: none;
  padding: 0 15px 10px 0;
  color: #87919B;
  text-transform: uppercase;
}

.tags-menu ul a:hover {
  color: #27192C;
}

@media only screen and (min-width: 768px) {
  .news__articles {
    margin-left: -40px;
    margin-right: -40px;
  }

  .news__articles::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .news__articles .news-card {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

.news-head {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .news-head {
    margin-left: -40px;
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .news-head::after {
    clear: both;
    content: "";
    display: block;
  }

  .news-head .large-title {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
    margin-bottom: 0;
  }

  .news-head .categories-menu {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .news-articles {
    margin-left: -40px;
    margin-right: -40px;
  }

  .news-articles::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .news-articles .news-card {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-articles .news-card {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .news-articles .news-card.highlighted {
    width: calc(100% - 80px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-articles .news-card.highlighted {
    width: calc(66.66666667% - 66.66666667px);
    float: left;
    margin-left: 40px;
    padding-bottom: 64px;
  }
}

.news-articles .news-card.highlighted .title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .news-articles .news-card.highlighted .title {
    font-size: 34px;
  }
}

.categories-menu {
  font-size: 18px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .categories-menu {
    overflow-x: unset;
  }
}

.categories-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 15px;
}

.categories-menu ul li {
  display: inline-block;
}

.categories-menu ul li a {
  display: block;
}

@media (min-width: 1024px) {
  .categories-menu ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.categories-menu li a {
  text-decoration: none;
  background-color: transparent;
  color: #27192C;
  padding: 12px 20px;
  border-bottom: 2px solid rgba(39, 25, 44, 0.1);
}

.categories-menu li a:hover {
  color: #804896;
}

.categories-menu li.active a {
  border-color: #27192C;
}

@media only screen and (min-width: 768px) {
  .releated-articles {
    margin-left: -40px;
    margin-right: -40px;
  }

  .releated-articles::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .releated-articles .news-card {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .releated-articles .news-card {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }
}

.reference {
  margin-bottom: 20px;
}

.reference:last-child {
  margin-bottom: 0;
}

.reference__title {
  margin: 0;
  color: #27192C;
}

.reference a {
  font-weight: 500;
  color: #804896;
}

.reference a:hover {
  text-decoration: underline;
}

.references-title {
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .references-title {
    font-size: 32px;
  }
}

.faq {
  background-color: #FAF7FC;
}

.faq__content {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .faq__content {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.faq__line {
  height: 3px;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  background-color: #F4EDF8;
}

@media (min-width: 768px) {
  .faq__line {
    left: 40px;
    right: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .faq-articles {
    margin-left: -40px;
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .faq-articles::after {
    clear: both;
    content: "";
    display: block;
  }
}

.faq-card {
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .faq-card {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
  }
}

.faq-card:hover {
  color: #804896;
}

.faq-card:hover .overlay,
.faq-card:hover .faq-card__txt {
  background-color: #804896;
}

.faq-card:hover .faq-card__title {
  color: #804896;
}

.faq-card__content {
  display: block;
  background-color: white;
  padding: 20px;
  color: #27192C;
  text-decoration: none;
  min-height: 150px;
  -webkit-box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
          box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
}

@media only screen and (min-width: 1024px) {
  .faq-card__content {
    height: 100%;
  }
}

.faq-card__content.with-video {
  padding: 20px 20px 40px 20px;
}

@media only screen and (min-width: 1024px) {
  .faq-card__content.with-video {
    margin-right: 40px;
    padding: 30px 160px 30px 40px;
  }
}

.faq-card__title {
  font-size: 18px;
}

.faq-card__tags {
  color: #98A2AD;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.faq-card__tags > span + span {
  padding-left: 10px;
}

.faq-card__video {
  display: block;
  height: 90px;
  width: 160px;
  overflow: hidden;
  position: relative;
  margin: -20px 0 0 20px;
}

@media (min-width: 1024px) {
  .faq-card__video {
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0;
  }
}

.faq-card__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.faq-card__video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(39, 25, 44, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-card__video .overlay > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  fill: white;
}

.author-block__title {
  font-family: Gilroy-Extrabold, sans-serif;
  font-size: 24px;
  color: #27192C;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .author-block__title {
    font-size: 38px;
  }
}

.author-block__head {
  font-size: 14px;
  color: #87919B;
  margin-bottom: 20px;
}

.author-block__head p {
  margin: 0;
}

.author-block .image {
  width: 80px;
  height: 80px;
  border: 5px solid #F0F2F5;
  border-radius: 50%;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.author-block .name {
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  color: #27192C;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .link-blocks__row {
    margin-left: -40px;
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .link-blocks__row::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .link-blocks__row .link-block {
    width: calc(41.66666667% - 56.66666667px);
    float: left;
    margin-left: 40px;
  }

  .link-blocks__row .link-block.first {
    width: calc(100% - 80px);
    float: left;
    margin-left: 40px;
  }

  .link-blocks__row .link-block:nth-child(2) {
    width: calc(58.33333333% - 63.33333333px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .link-blocks__row .link-block {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }

  .link-blocks__row .link-block:nth-child(2) {
    width: calc(66.66666667% - 66.66666667px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .link-blocks__row:nth-child(even) .link-block {
    width: calc(58.33333333% - 63.33333333px);
    float: left;
    margin-left: 40px;
  }

  .link-blocks__row:nth-child(even) .link-block:nth-child(2) {
    width: calc(41.66666667% - 56.66666667px);
    float: left;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .link-blocks__row:nth-child(even) .link-block {
    width: calc(66.66666667% - 66.66666667px);
    float: left;
    margin-left: 40px;
  }

  .link-blocks__row:nth-child(even) .link-block:nth-child(2) {
    width: calc(33.33333333% - 53.33333333px);
    float: left;
    margin-left: 40px;
  }
}

.link-block {
  display: block;
  position: relative;
  background-color: #804896;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  min-height: 105px;
}

.link-block:hover {
  background-color: #804896;
}

.link-block:hover .overlay {
  background-color: rgba(250, 247, 252, 0.8);
}

.link-block__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .link-block__image {
    min-height: 190px;
    position: relative;
  }
}

.link-block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 247, 252, 0.6);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-block__title {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 24px;
  color: #27192C;
  padding: 20px 64px 20px 30px;
  word-wrap: break-word;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  .link-block__title {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    padding: 0;
  }
}

.link-block__title > svg {
  width: 21px;
  height: 16px;
  position: absolute;
  top: 28px;
  right: 30px;
  fill: #804896;
}

@media (min-width: 768px) {
  .link-block__title > svg {
    top: 8px;
    right: 0;
  }
}

.link-block__title.noImg {
  color: white;
}

.link-block__title.noImg > svg {
  fill: white;
}

.search__item {
  display: block;
  padding: 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
          box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.08);
  color: #27192C;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 40px;
}

.search__item:hover {
  color: #804896;
}

.search__item__location {
  display: block;
  color: #87919B;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0 0 0;
  position: relative;
}

.about__2 {
  color: white;
  background-color: #804896;
}

.about__3 {
  background-color: #FAF7FC;
}

.about__video {
  display: block;
  height: 300px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about__video {
    height: 400px;
  }
}

.about__video video {
  width: 100%;
  height: auto;
}

.about__video iframe {
  width: 100%;
  height: 700px;
  z-index: 1;
}

@media (min-width: 768px) {
  .about__video iframe {
    height: 900px;
  }
}

.about__content {
  max-width: 960px;
}

.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  z-index: 2;
}

.video-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

.video-overlay__icon {
  display: block;
  margin: auto;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent white;
  border-width: 30px 0 30px 38px;
}

.video-overlay__title {
  text-align: center;
  display: block;
  font-size: 30px;
}

@media (min-width: 768px) {
  .video-overlay__title {
    font-size: 48px;
  }
}

.embed-video {
  width: 100%;
  position: relative;
}

.embed-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}

.embed-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.conference-hero {
  padding: 40px 0;
  background-color: #804896;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 380px;
  color: white;
}

@media (min-width: 768px) {
  .conference-hero .container {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 300px;
  }
}

.conference-hero__menu {
  overflow: auto;
  margin-bottom: 40px;
}

.conference-hero__detail .icon {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 12px;
  width: 18px;
  height: 18px;
  color: white;
  fill: white;
}

.conference-hero__title {
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  font-size: 36px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .conference-hero__title {
    font-size: 48px;
  }
}

.anchor-menu {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.anchor-menu__item a {
  color: white;
  display: block;
  padding: 12px;
}

.anchor-menu__item a:hover {
  text-decoration: underline;
}

.anchor-menu__item .btn__small-light {
  color: #804896;
  margin-left: 12px;
}

.anchor-menu__item .btn__small-light:hover {
  color: white;
}

.anchor-menu.clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #804896;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.anchor-menu.clone--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.map {
  height: 350px;
}

.programm {
  position: relative;
  border-top: 3px solid #E4E8ED;
  padding-top: 15px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .programm {
    padding-left: 200px;
  }
}

.programm__time {
  font-size: 18px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  color: #804896;
}

@media (min-width: 768px) {
  .programm__time {
    position: absolute;
    left: 0;
  }
}

.programm__head {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}

.programm__more {
  position: absolute;
  top: 0;
  right: 0;
  color: #CEAFDA;
}

.programm__more > svg {
  width: 14px;
  height: 14px;
}

.open .programm__more > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.programm__title {
  color: #27192C;
  font-size: 18px;
}

.programm__content {
  display: none;
  padding-top: 30px;
}

.session {
  -webkit-box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.1);
          box-shadow: 0 16px 32px 0 rgba(128, 71, 150, 0.1);
  background-color: white;
  padding: 32px;
  margin-bottom: 48px;
}

.session:last-child {
  margin-bottom: 0;
}

.session__time {
  font-size: 24px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  color: #804896;
}

.session__time .date {
  margin-right: 10px;
}

.session__time .date + .time {
  font-size: 18px;
}

.workshop {
  border-bottom: 3px solid #E4E8ED;
}

.workshop__heading {
  padding: 25px 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .workshop__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.workshop__title {
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .workshop__title {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-right: 40px;
    padding-bottom: 0;
  }
}

.workshop__room {
  color: #87919B;
  font-size: 14px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .workshop__room {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 0;
  }
}

.workshop__more {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  padding-right: 24px;
  color: #804896;
  height: 20px;
}

.workshop__more > svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  fill: #804896;
}

.open .workshop__more > svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 768px) {
  .workshop__more {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
}

.workshop__content {
  display: none;
}

.break {
  padding: 0 24px 32px 24px;
}

.break__heading {
  font-size: 24px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

.break__title {
  display: inline-block;
}

.break__time {
  display: inline-block;
  color: #CEAFDA;
}

.break__time .date {
  margin-right: 10px;
}

.break__time .date + .time {
  font-size: 18px;
}

.break__comment {
  font-size: 14px;
  color: #87919B;
}

.reg__comment {
  font-size: 24px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  margin-bottom: 38px;
}

.reg__continue {
  padding: 30px;
  color: white;
  font-size: 24px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  .reg__continue {
    padding: 64px 56px;
  }
}

@media (min-width: 1024px) {
  .reg__continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reg__continue__error {
  display: none;
}

.reg__session {
  padding: 32px 24px;
  border: 3px solid #FAF7FC;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .reg__session {
    margin-bottom: 48px;
  }
}

@media (min-width: 1024px) {
  .reg__session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .reg__group {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}

.reg__short:not(:only-child) {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .reg__short .reg__workshop:not(:only-of-type) {
    width: calc(50% - 8px);
    display: inline-block;
  }

  .reg__short .reg__workshop:not(:only-of-type):nth-child(odd) {
    margin-right: 10px;
  }
}

.reg__or {
  font-size: 24px;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: normal;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

@media (min-width: 1024px) {
  .reg__or {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1024px) {
  .reg__long {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.reg__grid {
  position: relative;
}

@media (min-width: 1024px) {
  .reg__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reg__grid.error:before {
  content: "!";
  display: block;
  position: absolute;
  top: -50px;
  left: -14px;
  color: red;
  font-family: Raleway-Bold, sans-serif;
  font-weight: normal;
  font-size: 40px;
}

.reg__workshop {
  position: relative;
  display: block;
  padding: 12px;
  font-size: 14px;
  margin-top: 16px;
  cursor: pointer;
  min-height: 68px;
  width: 100%;
}

.reg__workshop.locked,
.reg__workshop.forbidden {
  pointer-events: none;
}

.reg__workshop.locked input,
.reg__workshop.forbidden input {
  pointer-events: none;
}

.reg__workshop.locked input + span,
.reg__workshop.forbidden input + span {
  opacity: 0.7;
  color: #87919B;
}

.reg__workshop.locked .title,
.reg__workshop.locked .details,
.reg__workshop.forbidden .title,
.reg__workshop.forbidden .details {
  opacity: 0.5;
}

.reg__workshop input {
  display: none;
  position: absolute;
}

.reg__workshop input + span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #FAF7FC;
  border-top: 3px solid #F4ECF7;
  padding: 12px;
}

.reg__workshop input:checked + span {
  border: 0;
  background-color: #27192C;
}

.reg__workshop input:checked + span + .title {
  color: white;
}

.reg__workshop .title,
.reg__workshop .details {
  display: block;
  position: relative;
  pointer-events: none;
}

.reg__workshop .details {
  font-size: 13px;
  color: #87919B;
}

