/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

a:hover, a:focus {
  text-decoration: none;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "AvenirLight";
  src: url("../fonts/AvenirLight.eot");
  src: url("../fonts/AvenirLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLight.woff2") format("woff2"), url("../fonts/AvenirLight.woff") format("woff"), url("../fonts/AvenirLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirMedium";
  src: url("../fonts/AvenirMedium.eot");
  src: url("../fonts/AvenirMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirMedium.woff2") format("woff2"), url("../fonts/AvenirMedium.woff") format("woff"), url("../fonts/AvenirMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirMediumOblique";
  src: url("../fonts/AvenirMediumOblique.eot");
  src: url("../fonts/AvenirMediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirMediumOblique.woff2") format("woff2"), url("../fonts/AvenirMediumOblique.woff") format("woff"), url("../fonts/AvenirMediumOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirOblique";
  src: url("../fonts/AvenirOblique.eot");
  src: url("../fonts/AvenirOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirOblique.woff2") format("woff2"), url("../fonts/AvenirOblique.woff") format("woff"), url("../fonts/AvenirOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirRoman";
  src: url("../fonts/AvenirRoman.eot");
  src: url("../fonts/AvenirRoman.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirRoman.woff2") format("woff2"), url("../fonts/AvenirRoman.woff") format("woff"), url("../fonts/AvenirRoman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirHeavy";
  src: url("../fonts/AvenirHeavy.eot");
  src: url("../fonts/AvenirHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirHeavy.woff2") format("woff2"), url("../fonts/AvenirHeavy.woff") format("woff"), url("../fonts/AvenirHeavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirBlack";
  src: url("../fonts/AvenirBlack.eot");
  src: url("../fonts/AvenirBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirBlack.woff2") format("woff2"), url("../fonts/AvenirBlack.woff") format("woff"), url("../fonts/AvenirBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*********************************
VARIABLE
*********************************/
/*********************************
COMMON STYLE
*********************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

button,
button:hover,
button:focus,
button:visited,
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

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

.col {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

.col-lg-6 {
  width: 50%;
}

.col-lg-4 {
  width: 33.3333%;
}
@media only screen and (max-width: 991px) {
  .col-lg-4 {
    flex-basis: 100%;
    width: 100%;
  }
}

body {
  font-family: "AvenirRoman", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}

.page-wrapper {
  position: relative;
}

/*********************************
MENU SECTION
*********************************/
.menu-section {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 100;
}
.menu-section.fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}
.menu-section.fixed .current-lang {
  color: #333333;
  border: 1px solid #333333;
}
.menu-section.fixed .menu-language-list {
  top: 26px;
}
.menu-section.fixed .menu-logo .default-logo {
  display: none;
}
.menu-section.fixed .menu-logo .fixed-logo {
  display: block;
}
.menu-section.fixed .menu-item a {
  color: #333333;
}
.menu-section.fixed .menu-item.active a {
  color: #db42ab;
}
.menu-section.fixed .menu-toggle a {
  display: block;
  color: #333333;
  border: 1px solid #333333;
  margin: 15px 0;
}
@media only screen and (max-width: 991px) {
  .menu-section {
    top: 32px;
  }
}

.menu-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-toggle {
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-toggle {
    display: block;
  }
  .menu-toggle a {
    position: relative;
    font-family: "AvenirHeavy";
    font-size: 13px;
    color: #ffffff;
    padding: 8px 18px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #ffffff;
    z-index: 200;
  }
}

.menu-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .menu-list-wrapper {
    display: none;
  }
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .menu-list {
    margin: 41% 0 33%;
  }
}

.menu-logo .default-logo {
  display: block;
}
.menu-logo .fixed-logo {
  display: none;
}
.menu-logo img {
  height: 23px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .menu-logo img {
    height: 18px;
  }
}

.menu-item a {
  display: block;
  font-family: "AvenirMedium";
  font-size: 15px;
  color: #ffffff;
  padding: 4px 12px;
  margin: 26px 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.menu-item.active a {
  border: 1px solid #db41ab;
  color: #db42ab;
}
@media only screen and (min-width: 992px) {
  .menu-item a:hover {
    color: #db42ab;
  }
}

.menu-language {
  position: relative;
  text-align: center;
}
.menu-language.active .menu-language-list {
  display: block;
}
@media only screen and (max-width: 991px) {
  .menu-language {
    display: none;
    /*    position: absolute;
        left: 50%;
        @include transform(translate(-50%, 0));
        bottom: 50px;*/
  }
}

.menu-language-title {
  display: none;
  /*  @include max-medium{
      display: block;
      font-family: 'AvenirBlack';
      font-size: 14px;
      color: #d5d7d6;
      text-align: center;
      margin: 0 0 10px;
    }*/
}

.current-lang {
  display: block;
  font-family: "AvenirBlack";
  font-size: 12px;
  color: #ffffff;
  padding: 6px 16px;
  margin: 26px 0;
  text-transform: uppercase;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 991px) {
  .current-lang {
    display: inline-block;
    color: #ffffff;
    background: #db42ab;
    border: 1px solid #db42ab;
    padding: 6px 36px;
  }
  .current-lang i {
    display: none;
  }
}

.menu-language-list {
  display: none;
  position: absolute;
  top: 0px;
  left: -15px;
  right: -15px;
  background: #fff;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.26);
  padding: 0px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.menu-language-item {
  display: block;
  font-family: "AvenirMedium";
  font-size: 13px;
  color: #333333;
  padding: 8px 0;
}
.menu-language-item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.menu-language-item:hover {
  color: #db42ab;
}

/*open mobile menu*/
.open-menu {
  overflow: hidden;
}
.open-menu .menu-list-wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
}
.open-menu .menu-list {
  flex-direction: column;
  align-items: center;
}
.open-menu .menu-section.fixed .menu-toggle a,
.open-menu .menu-toggle a {
  border: none;
  color: #db42ab;
  text-transform: uppercase;
}
.open-menu .menu-item.active a {
  color: #db42ab;
}
.open-menu .menu-item a {
  font-size: 20px;
  color: #333333;
  padding: 8px 27px;
  margin: 7px 0;
}

/*********************************
FIRST SLIDE SECTION
*********************************/
.first-slide-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.first-slide-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-image: linear-gradient(225deg, #694aa1 0%, #832f6a 100%);
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .first-slide-section:after {
    background-image: url("../images/bg/first-slide-bg-mob.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  #scene {
    display: none;
  }
}

.first-slide-wrapper {
  position: absolute;
  top: 34%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 76%;
  z-index: 2;
  /*  @include max-large {
      width: 75%;
    }*/
}
@media only screen and (max-width: 991px) {
  .first-slide-wrapper {
    top: 28%;
    padding: 0 10px;
  }
}

.first-slide-title {
  display: block;
  font-family: "AvenirHeavy";
  font-size: 42px;
  color: #ffffff;
  line-height: 1.14;
  text-align: center;
  margin: 0 0 30px;
}
.first-slide-title span {
  display: block;
  font-family: "AvenirBlack";
  font-size: 42px;
  color: #db42ab;
  line-height: 1.14;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .first-slide-title {
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 15px;
  }
  .first-slide-title span {
    display: inline;
    font-size: 26px;
  }
  .first-slide-title br {
    display: none;
  }
}

.card-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.card-btn a {
  font-family: "AvenirBlack";
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 70px;
  box-shadow: 0 8px 20px rgba(57, 20, 44, 0.3);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  background-color: #db41ab;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media only screen and (max-width: 991px) {
  .card-btn {
    margin: 10px 0 0;
  }
  .card-btn a {
    font-size: 13px;
    padding: 15px 10px;
    width: 85%;
  }
}
@media only screen and (min-width: 992px) {
  .card-btn:hover a {
    background-color: #c12791;
  }
}

.first-slide-arrow {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .first-slide-arrow {
    bottom: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .first-slide-arrow:hover .first-slide-circle {
    -moz-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

.first-slide-line {
  height: 32px;
  width: 1px;
  background: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .first-slide-line {
    display: none;
  }
}

.first-slide-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 25px 0 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.first-slide-circle i:before {
  font-size: 18px;
  color: #ffffff;
}

/*********************************
ABOUT SECTION
*********************************/
.about-section {
  position: relative;
}

.about-section-wrapper {
  position: relative;
  padding: 138px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .about-section-wrapper {
    padding: 70px 0 45px;
    border: none;
  }
  .about-section-wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #e5e5e5;
    width: 55%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.about-ino-wrapper {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .about-ino-wrapper {
    width: 100%;
  }
}

.section-title {
  font-family: "AvenirBlack";
  font-size: 13px;
  color: #db42ab;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.section-title.section-title-center {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 12px;
    text-align: center;
    margin: 0 0 8px;
  }
}

.section-subtitle {
  font-family: "AvenirHeavy";
  font-size: 28px;
  color: #333333;
  line-height: 1.14;
  margin: 0 0 30px;
}
.section-subtitle.section-subtitle-center {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .section-subtitle {
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 26px;
  }
}

.section-description {
  font-family: "AvenirRoman";
  font-size: 16px;
  color: #333333;
  line-height: 2;
  margin: 0 auto;
}
.section-description.section-description-center {
  text-align: center;
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .section-description {
    font-size: 13px;
    text-align: center;
    line-height: 1.85;
  }
  .section-description.section-description-center {
    width: 100%;
  }
}

.about-country-wrapper {
  display: none;
  flex-wrap: wrap;
  margin: 70px 0 60px;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .about-country-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin: 30px auto 0;
  }
}

.about-country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 25%;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 991px) {
  .about-country {
    flex: 0 0 50%;
  }
}

.country-name {
  font-family: "AvenirLight";
  font-size: 16px;
  color: #cf348e;
  margin: 0 0 0 10px;
}

.country-img img {
  height: 16px;
  width: 16px;
}
@media only screen and (max-width: 991px) {
  .country-img img {
    height: 24px;
    width: 24px;
  }
}

/*MAP IMAGE*/
.map-wrapper {
  position: absolute;
  top: 130px;
  right: 40px;
  width: 61%;
}
.map-wrapper img {
  height: auto;
  width: 100%;
}
.map-wrapper .map-desktop {
  display: block;
}
.map-wrapper .map-mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .map-wrapper {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 35px 0 7px;
  }
  .map-wrapper .map-desktop {
    display: none;
  }
  .map-wrapper .map-mob {
    display: block;
  }
}

/*********************************
PARTNER SECTION
*********************************/
.partner-section {
  position: relative;
  padding: 107px 0 60px;
  overflow: hidden;
}
.partner-section:before {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: -50%;
  height: 100%;
  -moz-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
  background-color: rgba(243, 241, 255, 0.52);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .partner-section {
    padding: 60px 0 45px;
  }
}

.partner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 49px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .partner-wrapper {
    margin: 34px 0 0;
  }
  .partner-wrapper.active .partner-item-wrapper:nth-child(n+7) {
    display: block;
  }
}

.more-btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .more-btn {
    display: block;
    text-align: center;
    width: 100%;
    margin: 28px 0 38px;
  }
  .more-btn a {
    font-family: "AvenirBlack";
    font-size: 13px;
    color: #ffffff;
    padding: 13px 38px;
    box-shadow: 0 6px 12px rgba(57, 20, 44, 0.18);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    text-transform: uppercase;
    text-align: center;
    background-color: #db41ab;
  }
  .more-btn.more-btn-hidden {
    display: none;
  }
}

.partner-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 25%;
  height: 175px;
  padding: 15px 15px;
}
@media only screen and (max-width: 991px) {
  .partner-item-wrapper {
    flex: 0 0 50%;
    height: 95px;
    padding: 10px 10px;
  }
  .partner-item-wrapper:nth-child(n+7) {
    display: none;
  }
}

.partner-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-shadow: 0 12px 34px rgba(59, 54, 58, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.partner-item img {
  height: auto;
  width: auto;
  max-height: 65%;
  max-width: 65%;
}
@media only screen and (min-width: 992px) {
  .partner-item {
    /*    img{
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
          filter: gray;
        }*/
  }
  .partner-item:hover {
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    box-shadow: 0 12px 34px rgba(59, 54, 58, 0.32);
    /*      img{
            -webkit-filter: none;
            -moz-filter: none;
            -ms-filter: none;
            -o-filter: none;
            filter: none;
            filter: none;
          }*/
  }
}

/*********************************
FORM SECTION
*********************************/
.form-section {
  position: relative;
  padding: 45px 0 20px;
  background-color: #695bb4;
}
.form-section .notification {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "AvenirLight";
  font-size: 30px;
  color: #ffffff;
  background: #695bb4;
  z-index: 2;
}
.form-section .notification span.icon {
  height: 88px;
  width: 88px;
  background: url(data:image/gif;base64,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);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.form-section .notification span {
  text-align: center;
  margin: 10px 0 0;
}
@media only screen and (max-width: 991px) {
  .form-section {
    padding: 35px 0 15px;
  }
  .form-section .notification {
    font-size: 21px;
  }
}

.form-section-wrapper {
  width: 66%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .form-section-wrapper {
    width: 100%;
  }
}

.form-title {
  font-family: "AvenirHeavy";
  font-size: 30px;
  color: #ffffff;
  line-height: 1.07;
}
@media only screen and (max-width: 991px) {
  .form-title {
    font-size: 22px;
    text-align: center;
  }
}

.form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 47px 0 0;
}
@media only screen and (max-width: 991px) {
  .form-group {
    margin: 27px 20px 0;
  }
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 50%;
}
.form-row.form-row-name .group {
  width: 96%;
}
.form-row.form-row-mail {
  justify-content: flex-end;
}
.form-row.form-row-mail .group {
  width: 96%;
}
.form-row.form-row-text {
  flex: 0 0 100%;
}
@media only screen and (max-width: 991px) {
  .form-row {
    flex: 0 0 100%;
  }
  .form-row.form-row-name .group {
    width: 100%;
  }
  .form-row.form-row-mail {
    justify-content: flex-end;
  }
  .form-row.form-row-mail .group {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .form-row.form-row-text.valid label {
    top: -20px;
    font-size: 16px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 991px) {
  .form-row.form-row-text.valid label {
    color: transparent;
  }
}

.group {
  position: relative;
  margin: 0 0 47px 0;
  width: 100%;
}
.group input {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 5px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  font-family: "AvenirRoman";
  font-size: 16px;
  color: white;
}
.group input:focus {
  outline: none;
}
.group textarea {
  resize: none;
  width: 100%;
  background-color: transparent;
  height: 46px;
  padding: 10px 60px 10px 5px;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "AvenirRoman";
  font-size: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  color: white;
  vertical-align: bottom;
}
.group label {
  position: absolute;
  top: 10px;
  left: 2px;
  font-family: "AvenirRoman";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media only screen and (min-width: 992px) {
  .group textarea:focus ~ label {
    top: -20px;
    font-size: 16px;
    color: #ffffff;
  }
  .group input:focus ~ label, .group input:valid ~ label {
    top: -20px;
    font-size: 16px;
    color: #ffffff;
  }
  .group input:focus ~ .bar:before, .group input:focus ~ .bar:after, .group textarea:focus ~ .bar:before, .group textarea:focus ~ .bar:after {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .group {
    margin: 0 0 17px;
  }
  .group input {
    padding: 10px 0px;
  }
  .group input:focus ~ label, .group input:valid ~ label {
    color: transparent;
  }
  .group textarea:focus ~ label {
    color: transparent;
  }
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before, .bar:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.submit-button-row {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 991px) {
  .submit-button-row {
    position: relative;
    top: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    margin: 30px 0;
  }
}

.submit-form-btn {
  font-family: "AvenirBlack";
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .submit-form-btn {
    font-size: 13px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    padding: 12px 61px;
  }
}

/*********************************
CONTACT SECTION
*********************************/
.contact-section {
  position: relative;
  padding: 120px 0 130px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .contact-section {
    padding: 55px 0;
  }
  .contact-section .section-title {
    background-color: rgba(252, 253, 253, 0.94);
    margin: 0;
    padding: 12px 0;
    text-align: center;
    pointer-events: all;
  }
  .contact-section .section-subtitle {
    background-color: rgba(252, 253, 253, 0.94);
    margin: 0;
    padding: 0 0 25px;
    text-align: center;
    pointer-events: all;
  }
}

.top-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  background-color: rgba(252, 253, 253, 0.92);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .top-line {
    height: 55px;
    background-color: rgba(252, 253, 253, 0.94);
  }
}

.bottom-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background-color: rgba(252, 253, 253, 0.92);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .bottom-line {
    height: 55px;
    background-color: rgba(252, 253, 253, 0.94);
  }
}

.contact-map-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
}

.container-position {
  position: relative;
  pointer-events: none;
}
.container-position:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  background-color: rgba(252, 253, 253, 0.92);
  pointer-events: all;
}
.container-position:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background-color: rgba(252, 253, 253, 0.92);
  pointer-events: all;
}
@media only screen and (max-width: 1200px) {
  .container-position {
    padding: 0;
  }
}

.contact-section-wrapper {
  width: 51%;
  margin: 0 0 0 auto;
  padding: 68px 0 15px 90px;
  background-color: rgba(252, 253, 253, 0.92);
}
@media only screen and (min-width: 1201px) {
  .contact-section-wrapper {
    pointer-events: all;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-section-wrapper {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.contact-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 108px 0 0;
}
@media only screen and (max-width: 1200px) {
  .contact-item-wrapper {
    position: relative;
    margin: 265px 0 0;
    background-color: rgba(252, 253, 253, 0.94);
  }
  .contact-item-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 265px;
    bottom: 100%;
    background-color: rgba(252, 253, 253, 0.94);
    pointer-events: all;
  }
  .contact-item-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 265px;
    bottom: 100%;
    background-color: rgba(252, 253, 253, 0.94);
    pointer-events: all;
  }
}

.contact-item {
  flex: 0 0 50%;
  pointer-events: all;
}
.contact-item.active .contact-item-title {
  font-family: "AvenirBlack";
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .contact-item {
    flex: 0 0 100%;
    padding: 30px 0;
  }
}

.contact-item-title {
  font-family: "AvenirMedium";
  font-size: 14px;
  color: #c9398d;
  line-height: 1.71;
}
.contact-item-title img {
  height: 19px;
  width: auto;
  margin: 0 7px 0 0;
}
@media only screen and (max-width: 1200px) {
  .contact-item-title {
    font-size: 15px;
    text-align: center;
  }
  .contact-item-title img {
    display: none;
  }
}

.contact-item-description {
  font-family: "AvenirMedium";
  font-size: 14px;
  color: #333333;
  line-height: 1.71;
}
@media only screen and (max-width: 1200px) {
  .contact-item-description {
    font-size: 15px;
    text-align: center;
  }
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 24px;
  width: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #db41ab;
  cursor: pointer;
  pointer-events: all;
  z-index: 200;
}
.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #db41ab;
}
.slick-arrow.zmdi-arrow-right {
  right: 15px;
}
.slick-arrow.zmdi-arrow-left {
  left: 15px;
}

/*********************************
FOOTER SECTION
*********************************/
.footer-section {
  background-color: #333333;
}

.footer-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-section-wrapper {
    flex-direction: column;
    padding: 20px 0 0;
  }
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media only screen and (max-width: 1200px) {
  .footer-list {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
  }
}

.footer-item a {
  display: block;
  font-family: "AvenirMedium";
  font-size: 14px;
  color: #ababab;
  margin: 40px 20px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media only screen and (max-width: 991px) {
  .footer-item {
    flex: 0 0 33.3333%;
  }
  .footer-item a {
    text-align: center;
    margin: 10px 5px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-item a:hover {
    color: #ffffff;
  }
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-logo img {
  height: 16px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .footer-logo {
    justify-content: center;
  }
  .footer-logo img {
    height: 20px;
  }
}

body {
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  background: transparent;
}

body.with-overlay::before {
  background: #e3e1e1;
}

.privacy-section {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  max-height: 400px;
  width: 65%;
  overflow-y: scroll;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  z-index: 10;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px 20px;
}
@media only screen and (max-width: 991px) {
  .privacy-section {
    width: 90%;
  }
}
.privacy-section.show {
  opacity: 1;
  visibility: visible;
}
.privacy-section::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.privacy-section::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.privacy-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}
.privacy-section .privacy-section__close-btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 20px;
  background: #fff;
  border: 2px solid #db42ab;
  color: #db42ab;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.privacy-section ol {
  padding-left: 15px;
}
.privacy-section a {
  color: #db42ab;
  text-decoration-color: #db42ab;
}

/*# sourceMappingURL=style.css.map */
