/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, .underline, .dashed, .dotted {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, .underline:active, .dashed:active, .dotted:active,
a:hover,
.underline:hover,
.dashed:hover,
.dotted:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

/* Additional
   ========================================================================== */
iframe {
  border: 0; }

*:focus {
  outline: none; }

/* iphone video controller fix
   ========================================================================== */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-500-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.svg#museo_sans_cyrl500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.svg#museo_sans_cyrl500") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Lifehack Sans';
  src: url("../fonts/subset-LifehackSans-Bold.eot");
  src: url("../fonts/subset-LifehackSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-LifehackSans-Bold.woff2") format("woff2"), url("../fonts/subset-LifehackSans-Bold.woff") format("woff"), url("../fonts/subset-LifehackSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@media all and (max-width: 1600px) {
  .hidden-md {
    display: none !important; } }

.visible-md {
  display: none !important; }
  @media all and (max-width: 1600px) {
    .visible-md {
      display: block !important; } }

@media all and (max-width: 640px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media all and (max-width: 640px) {
    .visible-xs {
      display: block !important; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::before {
    content: "";
    display: table; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row.pseudo-table {
    width: calc(100% + 15px*2);
    margin: 0;
    position: relative;
    left: -15px; }
  .row.row-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .row.row-3 [class*="col-"]:nth-child(3n+1) {
    clear: left; }
  .row.row-4 [class*="col-"]:nth-child(4n+1) {
    clear: left; }
  .row.row-no-pad {
    margin-left: 0;
    margin-right: 0; }
    .row.row-no-pad [class*="col-"] {
      padding: 0; }

[class*="col-"] {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  [class*="col-"] > *:not(.row) {
    max-width: 100%;
    float: none; }
  [class*="col-"].pseudo-table-cell {
    float: none; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-1-6 {
  width: 16.66%; }

.col-5-6 {
  width: 82.33%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

.col-offset-1-2 {
  margin-left: 50% !important; }
  .col-offset-1-2.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(50% + 15px); }

.col-offset-1-3 {
  margin-left: 33.33% !important; }
  .col-offset-1-3.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(33.33% + 15px); }

.col-offset-1-4 {
  margin-left: 25% !important; }
  .col-offset-1-4.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(25% + 15px); }

.col-offset-1-6 {
  margin-left: 16.66% !important; }
  .col-offset-1-6.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(16.66% + 15px); }

.col-offset-1-8 {
  margin-left: 12.5% !important; }
  .col-offset-1-8.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(12.5% + 15px); }

.col-offset-1-12 {
  margin-left: 8.33% !important; }
  .col-offset-1-12.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(8.33% + 15px); }

@media all and (max-width: 640px) {
  .row.row-xs-2 [class*="col-"]:nth-child(n) {
    clear: none; }
  .row.row-xs-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .col-xs-1 {
    margin-left: 0 !important;
    width: 100%; }
    .col-xs-1.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 15px); }
  .col-xs-5-6 {
    width: 83.33%; }
  .col-xs-4-6 {
    width: 66.66%; }
  .col-xs-1-2 {
    width: 50%; }
  .col-xs-1-3 {
    width: 33.33%; }
  .col-xs-1-4 {
    width: 25.00%; }
  .col-xs-1-6 {
    width: 16.66%; }
  .col-xs-offset-0 {
    margin-left: 0 !important; }
    .col-xs-offset-0.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 15px); }
  .col-xs-offset-1-4 {
    margin-left: 25% !important; }
    .col-xs-offset-1-4.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(25% + 15px); }
  .col-xs-offset-1-6 {
    margin-left: 16.66% !important; }
    .col-xs-offset-1-6.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(16.66% + 15px); } }

@-webkit-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating, .wrapper-heading-slider .wrapper-children-image .cup-children {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating infinite ease-in-out 5s;
  -moz-animation: floating infinite ease-in-out 5s;
  -ms-animation: floating infinite ease-in-out 5s;
  animation: floating infinite ease-in-out 5s; }

@-webkit-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating2 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating2 infinite ease-in-out 5s;
  -moz-animation: floating2 infinite ease-in-out 5s;
  -ms-animation: floating2 infinite ease-in-out 5s;
  animation: floating2 infinite ease-in-out 5s; }

@-webkit-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating3 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating3 infinite ease-in-out 5s;
  -moz-animation: floating3 infinite ease-in-out 5s;
  -ms-animation: floating3 infinite ease-in-out 5s;
  animation: floating3 infinite ease-in-out 5s; }

@-webkit-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating4 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating4 infinite ease-in-out 5s;
  -moz-animation: floating4 infinite ease-in-out 5s;
  -ms-animation: floating4 infinite ease-in-out 5s;
  animation: floating4 infinite ease-in-out 5s; }

@-webkit-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-moz-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-ms-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

.si-scale, .hover-scale-1:hover [class*="-image"] .icon, .hover-scale-1:hover [class*="-image"] .si-close, .hover-scale-1:hover [class*="-image"] .si-close-popup, .hover-scale-1:hover [class*="-image"] .learn-image-slide::after, .hover-scale-1:hover [class*="-image"] .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .hover-scale-1:hover [class*="-image"] a::after, .hover-scale-1:hover [class*="-image"] .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .hover-scale-1:hover [class*="-image"] .underline::after, .hover-scale-1:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .hover-scale-1:hover [class*="-image"] .dashed::after, .hover-scale-1:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .hover-scale-1:hover [class*="-image"] .dotted::after, .hover-scale-1:hover [class*="-image"] .certificate-item a::after, .certificate-item .hover-scale-1:hover [class*="-image"] a::after, .hover-scale-1:hover [class*="-image"] .certificate-item .underline::after, .certificate-item .hover-scale-1:hover [class*="-image"] .underline::after, .hover-scale-1:hover [class*="-image"] .certificate-item .dashed::after, .certificate-item .hover-scale-1:hover [class*="-image"] .dashed::after, .hover-scale-1:hover [class*="-image"] .certificate-item .dotted::after, .certificate-item .hover-scale-1:hover [class*="-image"] .dotted::after, .hover-scale-1:hover [class*="-image"] .flamp-review::after,
.hover-scale-1:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-1:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale infinite ease-in-out 2s;
  -moz-animation: scale infinite ease-in-out 2s;
  -ms-animation: scale infinite ease-in-out 2s;
  animation: scale infinite ease-in-out 2s; }

@-webkit-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-moz-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-ms-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

.si-scale2, .hover-scale-2:hover [class*="-image"] .icon, .hover-scale-2:hover [class*="-image"] .si-close, .hover-scale-2:hover [class*="-image"] .si-close-popup, .hover-scale-2:hover [class*="-image"] .learn-image-slide::after, .hover-scale-2:hover [class*="-image"] .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .hover-scale-2:hover [class*="-image"] a::after, .hover-scale-2:hover [class*="-image"] .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .hover-scale-2:hover [class*="-image"] .underline::after, .hover-scale-2:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .hover-scale-2:hover [class*="-image"] .dashed::after, .hover-scale-2:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .hover-scale-2:hover [class*="-image"] .dotted::after, .hover-scale-2:hover [class*="-image"] .certificate-item a::after, .certificate-item .hover-scale-2:hover [class*="-image"] a::after, .hover-scale-2:hover [class*="-image"] .certificate-item .underline::after, .certificate-item .hover-scale-2:hover [class*="-image"] .underline::after, .hover-scale-2:hover [class*="-image"] .certificate-item .dashed::after, .certificate-item .hover-scale-2:hover [class*="-image"] .dashed::after, .hover-scale-2:hover [class*="-image"] .certificate-item .dotted::after, .certificate-item .hover-scale-2:hover [class*="-image"] .dotted::after, .hover-scale-2:hover [class*="-image"] .flamp-review::after,
.hover-scale-2:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-2:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale2 infinite ease-in-out 2s;
  -moz-animation: scale2 infinite ease-in-out 2s;
  -ms-animation: scale2 infinite ease-in-out 2s;
  animation: scale2 infinite ease-in-out 2s; }

@-webkit-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

@-webkit-keyframes si-button-pulse-loop {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  30% {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

@-moz-keyframes si-button-pulse-loop {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  30% {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

@-ms-keyframes si-button-pulse-loop {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  30% {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

@keyframes si-button-pulse-loop {
  from {
    box-shadow: 0 0 8px 6px #ff9400, 0 0 12px 14px #ff9400; }
  30% {
    box-shadow: 0 0 18px 6px rgba(255, 148, 0, 0), 0 0 4px 71px rgba(255, 148, 0, 0); } }

.si-button-pulse:hover, .btn-ghost:hover {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
  -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
  -ms-animation: si-button-pulse 0.8s 0s ease-out 1;
  animation: si-button-pulse 0.8s 0s ease-out 1;
  box-shadow: none; }

.si-button-pulse-infinity, .btn-ghost-infinity, .layout-header.active .si-phone .callback-loop-ghost {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-button-pulse-loop 2s 0s ease-out 1;
  -moz-animation: si-button-pulse-loop 2s 0s ease-out 1;
  -ms-animation: si-button-pulse-loop 2s 0s ease-out 1;
  animation: si-button-pulse-loop 2s 0s ease-out 1;
  box-shadow: none;
  animation-iteration-count: infinite; }
  @media all and (max-width: 640px) {
    .si-button-pulse-infinity, .btn-ghost-infinity, .layout-header.active .si-phone .callback-loop-ghost {
      animation-iteration-count: unset; } }

@-webkit-keyframes si-button-pulse-form {
  from {
    box-shadow: 0 0 8px 6px #44b5ef, 0 0 12px 14px #44b5ef; }
  to {
    box-shadow: 0 0 18px 6px rgba(68, 181, 239, 0), 0 0 4px 71px rgba(68, 181, 239, 0); } }

@-moz-keyframes si-button-pulse-form {
  from {
    box-shadow: 0 0 8px 6px #44b5ef, 0 0 12px 14px #44b5ef; }
  to {
    box-shadow: 0 0 18px 6px rgba(68, 181, 239, 0), 0 0 4px 71px rgba(68, 181, 239, 0); } }

@-ms-keyframes si-button-pulse-form {
  from {
    box-shadow: 0 0 8px 6px #44b5ef, 0 0 12px 14px #44b5ef; }
  to {
    box-shadow: 0 0 18px 6px rgba(68, 181, 239, 0), 0 0 4px 71px rgba(68, 181, 239, 0); } }

@keyframes si-button-pulse-form {
  from {
    box-shadow: 0 0 8px 6px #44b5ef, 0 0 12px 14px #44b5ef; }
  to {
    box-shadow: 0 0 18px 6px rgba(68, 181, 239, 0), 0 0 4px 71px rgba(68, 181, 239, 0); } }

.si-button-pulse-form:hover, .btn-ghost-form:hover, .btn-ghost-infinity-primary:hover {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-button-pulse-form 0.8s 0s ease-out 1;
  -moz-animation: si-button-pulse-form 0.8s 0s ease-out 1;
  -ms-animation: si-button-pulse-form 0.8s 0s ease-out 1;
  animation: si-button-pulse-form 0.8s 0s ease-out 1;
  box-shadow: none; }

.si-button-pulse-form, .btn-ghost-form, .btn-ghost-infinity-primary {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake-btn-form 2s 0s ease-out 1;
  -moz-animation: shake-btn-form 2s 0s ease-out 1;
  -ms-animation: shake-btn-form 2s 0s ease-out 1;
  animation: shake-btn-form 2s 0s ease-out 1;
  box-shadow: none;
  animation-iteration-count: infinite; }
  @media all and (max-width: 640px) {
    .si-button-pulse-form, .btn-ghost-form, .btn-ghost-infinity-primary {
      animation-iteration-count: unset; } }

@-webkit-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; } }

@-moz-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; } }

@-ms-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; } }

@keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; } }

.border-expand, .btn-border-expand:hover::after, .btn-border-expand:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-expand 0.3s ease-out both 0.15s;
  -moz-animation: border-expand 0.3s ease-out both 0.15s;
  -ms-animation: border-expand 0.3s ease-out both 0.15s;
  animation: border-expand 0.3s ease-out both 0.15s; }

@-webkit-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ff9400; } }

@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ff9400; } }

@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ff9400; } }

@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ff9400;
    box-shadow: 0 0 0 3px #ff9400; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ff9400; } }

.border-shrink, .btn-border-expand::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-shrink 0.3s ease-out both;
  -moz-animation: border-shrink 0.3s ease-out both;
  -ms-animation: border-shrink 0.3s ease-out both;
  animation: border-shrink 0.3s ease-out both; }

@-webkit-keyframes shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@-moz-keyframes shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@-ms-keyframes shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes shake-btn-form {
  0%,
  20% {
    transform: translate3d(0, 0, 0); }
  2%,
  6%,
  10%,
  14%,
  18% {
    transform: translate3d(-3px, 0, 0); }
  2%,
  8%,
  14%,
  20% {
    transform: translate3d(3px, 0, 0); } }

@-moz-keyframes shake-btn-form {
  0%,
  20% {
    transform: translate3d(0, 0, 0); }
  2%,
  6%,
  10%,
  14%,
  18% {
    transform: translate3d(-3px, 0, 0); }
  2%,
  8%,
  14%,
  20% {
    transform: translate3d(3px, 0, 0); } }

@-ms-keyframes shake-btn-form {
  0%,
  20% {
    transform: translate3d(0, 0, 0); }
  2%,
  6%,
  10%,
  14%,
  18% {
    transform: translate3d(-3px, 0, 0); }
  2%,
  8%,
  14%,
  20% {
    transform: translate3d(3px, 0, 0); } }

@keyframes shake-btn-form {
  0%,
  20% {
    transform: translate3d(0, 0, 0); }
  2%,
  6%,
  10%,
  14%,
  18% {
    transform: translate3d(-3px, 0, 0); }
  2%,
  8%,
  14%,
  20% {
    transform: translate3d(3px, 0, 0); } }

.si-error, .hover-shake:hover [class*="-image"] .icon, .hover-shake:hover [class*="-image"] .si-close, .hover-shake:hover [class*="-image"] .si-close-popup, .hover-shake:hover [class*="-image"] .learn-image-slide::after, .hover-shake:hover [class*="-image"] .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .hover-shake:hover [class*="-image"] a::after, .hover-shake:hover [class*="-image"] .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .hover-shake:hover [class*="-image"] .underline::after, .hover-shake:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .hover-shake:hover [class*="-image"] .dashed::after, .hover-shake:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .hover-shake:hover [class*="-image"] .dotted::after, .hover-shake:hover [class*="-image"] .certificate-item a::after, .certificate-item .hover-shake:hover [class*="-image"] a::after, .hover-shake:hover [class*="-image"] .certificate-item .underline::after, .certificate-item .hover-shake:hover [class*="-image"] .underline::after, .hover-shake:hover [class*="-image"] .certificate-item .dashed::after, .certificate-item .hover-shake:hover [class*="-image"] .dashed::after, .hover-shake:hover [class*="-image"] .certificate-item .dotted::after, .certificate-item .hover-shake:hover [class*="-image"] .dotted::after, .hover-shake:hover [class*="-image"] .flamp-review::after,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-moz-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-ms-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

.buzz-out, .hover-buzz-out:hover [class*="-image"] .icon, .hover-buzz-out:hover [class*="-image"] .si-close, .hover-buzz-out:hover [class*="-image"] .si-close-popup, .hover-buzz-out:hover [class*="-image"] .learn-image-slide::after, .hover-buzz-out:hover [class*="-image"] .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .hover-buzz-out:hover [class*="-image"] a::after, .hover-buzz-out:hover [class*="-image"] .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .hover-buzz-out:hover [class*="-image"] .underline::after, .hover-buzz-out:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .hover-buzz-out:hover [class*="-image"] .dashed::after, .hover-buzz-out:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .hover-buzz-out:hover [class*="-image"] .dotted::after, .hover-buzz-out:hover [class*="-image"] .certificate-item a::after, .certificate-item .hover-buzz-out:hover [class*="-image"] a::after, .hover-buzz-out:hover [class*="-image"] .certificate-item .underline::after, .certificate-item .hover-buzz-out:hover [class*="-image"] .underline::after, .hover-buzz-out:hover [class*="-image"] .certificate-item .dashed::after, .certificate-item .hover-buzz-out:hover [class*="-image"] .dashed::after, .hover-buzz-out:hover [class*="-image"] .certificate-item .dotted::after, .certificate-item .hover-buzz-out:hover [class*="-image"] .dotted::after, .hover-buzz-out:hover [class*="-image"] .flamp-review::after,
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="-image"] img, .item-school:hover .school-item-image, .achievements-item:hover .achievements-image {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: buzz-out 1 linear 1s;
  -moz-animation: buzz-out 1 linear 1s;
  -ms-animation: buzz-out 1 linear 1s;
  animation: buzz-out 1 linear 1s; }

@-webkit-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-ms-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.si-rotate, .hover-rotate:hover [class*="-image"] .icon, .hover-rotate:hover [class*="-image"] .si-close, .hover-rotate:hover [class*="-image"] .si-close-popup, .hover-rotate:hover [class*="-image"] .learn-image-slide::after, .hover-rotate:hover [class*="-image"] .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .hover-rotate:hover [class*="-image"] a::after, .hover-rotate:hover [class*="-image"] .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .hover-rotate:hover [class*="-image"] .underline::after, .hover-rotate:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .hover-rotate:hover [class*="-image"] .dashed::after, .hover-rotate:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .hover-rotate:hover [class*="-image"] .dotted::after, .hover-rotate:hover [class*="-image"] .certificate-item a::after, .certificate-item .hover-rotate:hover [class*="-image"] a::after, .hover-rotate:hover [class*="-image"] .certificate-item .underline::after, .certificate-item .hover-rotate:hover [class*="-image"] .underline::after, .hover-rotate:hover [class*="-image"] .certificate-item .dashed::after, .certificate-item .hover-rotate:hover [class*="-image"] .dashed::after, .hover-rotate:hover [class*="-image"] .certificate-item .dotted::after, .certificate-item .hover-rotate:hover [class*="-image"] .dotted::after, .hover-rotate:hover [class*="-image"] .flamp-review::after,
.hover-rotate:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-rotate:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-rotate infinite linear 1.8s;
  -moz-animation: si-rotate infinite linear 1.8s;
  -ms-animation: si-rotate infinite linear 1.8s;
  animation: si-rotate infinite linear 1.8s; }

@-webkit-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.pulse, .hover-scale-3:hover [class*="-image"] .icon, .hover-scale-3:hover [class*="-image"] .si-close, .hover-scale-3:hover [class*="-image"] .si-close-popup, .hover-scale-3:hover [class*="-image"] .learn-image-slide::after, .hover-scale-3:hover [class*="-image"] .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .hover-scale-3:hover [class*="-image"] a::after, .hover-scale-3:hover [class*="-image"] .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .hover-scale-3:hover [class*="-image"] .underline::after, .hover-scale-3:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .hover-scale-3:hover [class*="-image"] .dashed::after, .hover-scale-3:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .hover-scale-3:hover [class*="-image"] .dotted::after, .hover-scale-3:hover [class*="-image"] .certificate-item a::after, .certificate-item .hover-scale-3:hover [class*="-image"] a::after, .hover-scale-3:hover [class*="-image"] .certificate-item .underline::after, .certificate-item .hover-scale-3:hover [class*="-image"] .underline::after, .hover-scale-3:hover [class*="-image"] .certificate-item .dashed::after, .certificate-item .hover-scale-3:hover [class*="-image"] .dashed::after, .hover-scale-3:hover [class*="-image"] .certificate-item .dotted::after, .certificate-item .hover-scale-3:hover [class*="-image"] .dotted::after, .hover-scale-3:hover [class*="-image"] .flamp-review::after,
.hover-scale-3:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-3:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 4s ease infinite;
  -moz-animation: pulse 4s ease infinite;
  -ms-animation: pulse 4s ease infinite;
  animation: pulse 4s ease infinite; }

@-webkit-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-moz-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-ms-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

.carpet-float, .hover-float:hover [class*="-image"] .icon, .hover-float:hover [class*="-image"] .si-close, .hover-float:hover [class*="-image"] .si-close-popup, .hover-float:hover [class*="-image"] .learn-image-slide::after, .hover-float:hover [class*="-image"] .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .hover-float:hover [class*="-image"] a::after, .hover-float:hover [class*="-image"] .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .hover-float:hover [class*="-image"] .underline::after, .hover-float:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .hover-float:hover [class*="-image"] .dashed::after, .hover-float:hover [class*="-image"] .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .hover-float:hover [class*="-image"] .dotted::after, .hover-float:hover [class*="-image"] .certificate-item a::after, .certificate-item .hover-float:hover [class*="-image"] a::after, .hover-float:hover [class*="-image"] .certificate-item .underline::after, .certificate-item .hover-float:hover [class*="-image"] .underline::after, .hover-float:hover [class*="-image"] .certificate-item .dashed::after, .certificate-item .hover-float:hover [class*="-image"] .dashed::after, .hover-float:hover [class*="-image"] .certificate-item .dotted::after, .certificate-item .hover-float:hover [class*="-image"] .dotted::after, .hover-float:hover [class*="-image"] .flamp-review::after,
.hover-float:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-float:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: carpet-float 1.6s ease infinite;
  -moz-animation: carpet-float 1.6s ease infinite;
  -ms-animation: carpet-float 1.6s ease infinite;
  animation: carpet-float 1.6s ease infinite; }

@-webkit-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@-moz-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@-ms-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

.btn-ani-shadow {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-ani-shadow 0.3s ease both;
  -moz-animation: btn-ani-shadow 0.3s ease both;
  -ms-animation: btn-ani-shadow 0.3s ease both;
  animation: btn-ani-shadow 0.3s ease both; }

@-webkit-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-moz-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-ms-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

.btn-fall, .btn-curtain:hover::after, .btn-curtain:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-fall 0.3s ease forwards;
  -moz-animation: btn-fall 0.3s ease forwards;
  -ms-animation: btn-fall 0.3s ease forwards;
  animation: btn-fall 0.3s ease forwards; }

@-webkit-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-moz-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-ms-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

.btn-lift, .btn-curtain::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-lift 0.3s ease forwards;
  -moz-animation: btn-lift 0.3s ease forwards;
  -ms-animation: btn-lift 0.3s ease forwards;
  animation: btn-lift 0.3s ease forwards; }

@-webkit-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate-loader, .a-loader.a-loader-1 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-loader 1.5s linear infinite;
  -moz-animation: rotate-loader 1.5s linear infinite;
  -ms-animation: rotate-loader 1.5s linear infinite;
  animation: rotate-loader 1.5s linear infinite; }

@-webkit-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-moz-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-ms-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

.loader-bar, .a-loader.a-loader-2 [class*="bar"] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: loader-bar 1s linear infinite;
  -moz-animation: loader-bar 1s linear infinite;
  -ms-animation: loader-bar 1s linear infinite;
  animation: loader-bar 1s linear infinite; }

@-webkit-keyframes svg-draw {
  0% {
    fill-opacity: 0; }
  60% {
    fill-opacity: 0;
    stroke-width: 2; }
  80% {
    stroke-width: 0;
    fill-opacity: 1; }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0; } }

@-moz-keyframes svg-draw {
  0% {
    fill-opacity: 0; }
  60% {
    fill-opacity: 0;
    stroke-width: 2; }
  80% {
    stroke-width: 0;
    fill-opacity: 1; }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0; } }

@-ms-keyframes svg-draw {
  0% {
    fill-opacity: 0; }
  60% {
    fill-opacity: 0;
    stroke-width: 2; }
  80% {
    stroke-width: 0;
    fill-opacity: 1; }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0; } }

@keyframes svg-draw {
  0% {
    fill-opacity: 0; }
  60% {
    fill-opacity: 0;
    stroke-width: 2; }
  80% {
    stroke-width: 0;
    fill-opacity: 1; }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0; } }

.logo-preloader {
  width: 250px;
  height: 302px; }
  .animate .logo-preloader {
    fill-opacity: 0;
    stroke-width: 2; }
    .animate .logo-preloader .cls-1 {
      will-change: transform;
      transform: translate3d(0, 0, 0);
      -webkit-animation: svg-draw 3.5s ease-in both 0.5s;
      -moz-animation: svg-draw 3.5s ease-in both 0.5s;
      -ms-animation: svg-draw 3.5s ease-in both 0.5s;
      animation: svg-draw 3.5s ease-in both 0.5s;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      fill: #d24a43;
      stroke: #d24a43; }
    .animate .logo-preloader .cls-2 {
      will-change: transform;
      transform: translate3d(0, 0, 0);
      -webkit-animation: svg-draw 3.5s ease-in both 1.5s;
      -moz-animation: svg-draw 3.5s ease-in both 1.5s;
      -ms-animation: svg-draw 3.5s ease-in both 1.5s;
      animation: svg-draw 3.5s ease-in both 1.5s;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      fill: #69a659;
      stroke: #69a659; }
    .animate .logo-preloader .cls-4 {
      will-change: transform;
      transform: translate3d(0, 0, 0);
      -webkit-animation: svg-draw 3.5s ease-in both 1s;
      -moz-animation: svg-draw 3.5s ease-in both 1s;
      -ms-animation: svg-draw 3.5s ease-in both 1s;
      animation: svg-draw 3.5s ease-in both 1s;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      fill: #dc7d43;
      stroke: #dc7d43; }
    .animate .logo-preloader .cls-5 {
      will-change: transform;
      transform: translate3d(0, 0, 0);
      -webkit-animation: svg-draw 3.5s ease-in both 2s;
      -moz-animation: svg-draw 3.5s ease-in both 2s;
      -ms-animation: svg-draw 3.5s ease-in both 2s;
      animation: svg-draw 3.5s ease-in both 2s;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      fill: #4599d8;
      stroke: #4599d8; }

* {
  box-sizing: border-box; }

html {
  color: #000;
  background: #fff;
  font: 16px/24px 'Roboto Condensed', sans-serif;
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 640px) {
    html {
      min-width: 620px; } }

body {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 640px) {
    body {
      min-width: 620px; } }

#global-wrapper {
  overflow: hidden;
  min-width: 1200px;
  position: relative; }
  @media all and (max-width: 640px) {
    #global-wrapper {
      min-width: 620px; } }

.container {
  display: block;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .container {
      width: 520px;
      padding: 0; } }

h1 {
  margin: 0;
  font: 700 86px/1 'Lifehack Sans', sans-serif;
  text-transform: uppercase;
  text-align: right; }
  @media all and (max-width: 640px) {
    h1 {
      font: 700 76px/86px 'Lifehack Sans', sans-serif;
      text-align: left; } }

h2 {
  margin: 0;
  font: 700 69px/1 'Lifehack Sans', sans-serif;
  text-transform: uppercase;
  text-align: center; }
  @media all and (max-width: 640px) {
    h2 {
      font: 700 60px/69px 'Lifehack Sans', sans-serif; } }
  h2 span {
    color: #ff9400; }
  h2 .primary {
    color: #44B5ef; }

h3 {
  margin: 0;
  font: 700 45px/48px 'Lifehack Sans', sans-serif;
  text-transform: uppercase; }

p, ul.marked {
  padding: 0;
  margin: 0 0 10px; }

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

address {
  font-style: normal; }

dl {
  margin: 0;
  padding: 0; }

dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0; }

a, .underline, .dashed, .dotted {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00a1dd;
  text-decoration: none;
  cursor: pointer !important;
  line-height: 1.2; }
  a.dark, .dark.underline, .dark.dashed, .dark.dotted {
    color: #000;
    border-color: #000; }
  a.light, .light.underline, .light.dashed, .light.dotted {
    color: #fff;
    border-color: #fff; }
  a.primary, .primary.underline, .primary.dashed, .primary.dotted {
    color: #44B5ef;
    border-color: #44B5ef; }
  a.offtop, .offtop.underline, .offtop.dashed, .offtop.dotted {
    color: #bbb;
    border-color: #bbb; }
  
  a:hover,
  .underline:hover,
  .dashed:hover,
  .dotted:hover, a:active, .underline:active, .dashed:active, .dotted:active {
    color: #ff9400;
    border-color: #ff9400; }
  .question:hover a, .question:hover .underline, .question:hover .dashed, .question:hover .dotted,
  .question:active a,
  .question:active .underline,
  .question:active .dashed,
  .question:active .dotted {
    color: #00a1dd !important;
    border-color: #00a1dd !important; }
  a.accent, .accent.underline, .accent.dashed, .accent.dotted {
    color: #ff9400;
    border-color: #ff9400; }
    a.accent:hover, .accent.underline:hover, .accent.dashed:hover, .accent.dotted:hover, a.accent:active, .accent.underline:active, .accent.dashed:active, .accent.dotted:active {
      color: #00a1dd;
      border-color: #00a1dd; }

.underline {
  border-bottom: 1px solid #00a1dd; }

.dashed {
  border-bottom: 1px dashed #00a1dd; }

.dotted {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  vertical-align: top; }
  .dotted::after {
    content: ".....................................................................................................................";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500; }

ul.nav {
  padding: 0;
  margin: 0; }
  ul.nav li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    list-style: none; }
    ul.nav li > a, ul.nav li > .underline, ul.nav li > .dashed, ul.nav li > .dotted,
    ul.nav li > span {
      display: inline-block;
      width: 100%;
      text-align: center;
      cursor: pointer !important; }

ul.not-marked {
  padding: 0;
  margin: 0; }
  ul.not-marked li {
    list-style: none; }

ul.marked li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative; }
  ul.marked li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

[class*="slider-holder"] {
  position: relative; }

.swiper-button-prev, .swiper-button-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: none !important;
  left: 0px; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-disabled.swiper-button-next {
    opacity: 0; }
  .swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev:active, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  .swiper-button-prev .icon, .swiper-button-next .icon, .swiper-button-prev .si-close, .swiper-button-next .si-close, .swiper-button-prev .si-close-popup, .swiper-button-next .si-close-popup, .swiper-button-prev .learn-image-slide::after, .swiper-button-next .learn-image-slide::after, .swiper-button-prev .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .swiper-button-prev a::after, .swiper-button-next .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .swiper-button-next a::after, .swiper-button-prev .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .swiper-button-prev .underline::after, .swiper-button-next .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .swiper-button-next .underline::after, .swiper-button-prev .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .swiper-button-prev .dashed::after, .swiper-button-next .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .swiper-button-next .dashed::after, .swiper-button-prev .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .swiper-button-prev .dotted::after, .swiper-button-next .wrapper-info-slider .swiper-slide .dotted::after, .wrapper-info-slider .swiper-slide .swiper-button-next .dotted::after, .swiper-button-prev .certificate-item a::after, .certificate-item .swiper-button-prev a::after, .swiper-button-next .certificate-item a::after, .certificate-item .swiper-button-next a::after, .swiper-button-prev .certificate-item .underline::after, .certificate-item .swiper-button-prev .underline::after, .swiper-button-next .certificate-item .underline::after, .certificate-item .swiper-button-next .underline::after, .swiper-button-prev .certificate-item .dashed::after, .certificate-item .swiper-button-prev .dashed::after, .swiper-button-next .certificate-item .dashed::after, .certificate-item .swiper-button-next .dashed::after, .swiper-button-prev .certificate-item .dotted::after, .certificate-item .swiper-button-prev .dotted::after, .swiper-button-next .certificate-item .dotted::after, .certificate-item .swiper-button-next .dotted::after, .swiper-button-prev .flamp-review::after, .swiper-button-next .flamp-review::after,
  .swiper-button-prev .svg-icon,
  .swiper-button-next .svg-icon {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.swiper-button-next {
  left: auto;
  right: 0px; }
  .swiper-button-next:hover, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }

.swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }
  .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ff9400;
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    margin: 0 0px; }
    .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet:active, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:active,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #44B5ef; }

.clearfix::before {
  content: "";
  display: table; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.hidden {
  display: none; }

.primary {
  color: #44B5ef; }

.accent {
  color: #ff9400; }

.offtop {
  color: #bbb; }

.light-text, .dark-text, .primary-text, .accent-text {
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 0 5px; }

.dark-text {
  color: #fff;
  background: #000; }

.primary-text {
  background: #44B5ef; }

.accent-text {
  background: #ff9400; }

.pseudo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.pseudo-table-cell {
  display: table-cell;
  vertical-align: middle; }
  .pseudo-table-cell.full-width {
    width: 100%; }

.spoiler-content-visible {
  height: auto !important; }

*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

html.loading {
  overflow: hidden !important;
  height: 100% !important; }
  html.loading .loader {
    opacity: 1; }

.loader {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  color: #fff;
  font: 300 18px/22px 'Museo', sans-serif;
  background: #2e5b92;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition-duration: .5s; }

.a-loader {
  display: inline-block;
  position: relative;
  animation: scale-loader 2s linear infinite; }
  .a-loader [class*="bar"] {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25px;
    margin-bottom: 7.5px;
    border-top: 14px solid #bbb;
    border-radius: 2px; }
  .a-loader.a-loader-1 .bar-1 {
    opacity: .125; }
  .a-loader.a-loader-1 .bar-2 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .25; }
  .a-loader.a-loader-1 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .375; }
  .a-loader.a-loader-1 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .5; }
  .a-loader.a-loader-1 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .625; }
  .a-loader.a-loader-1 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: .75; }
  .a-loader.a-loader-1 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: .875; }
  .a-loader.a-loader-1 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  .a-loader.a-loader-2 .bar-1 {
    animation-delay: 0.12s; }
  .a-loader.a-loader-2 .bar-2 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    animation-delay: 0.24s; }
  .a-loader.a-loader-2 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-delay: 0.36s; }
  .a-loader.a-loader-2 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    animation-delay: 0.48s; }
  .a-loader.a-loader-2 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-delay: 0.64s; }
  .a-loader.a-loader-2 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    animation-delay: 0.72s; }
  .a-loader.a-loader-2 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    animation-delay: 0.84s; }
  .a-loader.a-loader-2 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    animation-delay: 0.96s; }
  .a-loader [class*="path-"] {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-animation: logo-appear ease-in-out both 0.8s;
    -moz-animation: logo-appear ease-in-out both 0.8s;
    -ms-animation: logo-appear ease-in-out both 0.8s;
    animation: logo-appear ease-in-out both 0.8s; }
  .a-loader .path-1 {
    -webkit-animation-delay: 0;
    -o-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0; }

.loader-text {
  margin-top: 16px;
  font: 300 28px/28px 'Museo', sans-serif; }
  .loader-text::after {
    content: "...";
    position: absolute; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #373e3c; }

:-moz-placeholder {
  opacity: 1;
  color: #373e3c; }

::-moz-placeholder {
  opacity: 1;
  color: #373e3c; }

:-ms-input-placeholder {
  opacity: 1;
  color: #373e3c; }

.placeholder {
  opacity: 1;
  color: #373e3c; }

:focus::-webkit-input-placeholder {
  opacity: 0; }

:focus:-moz-placeholder {
  opacity: 0; }

:focus::-moz-placeholder {
  opacity: 0; }

:focus:-ms-input-placeholder {
  opacity: 0; }

:focus.placeholder {
  opacity: 0; }

input.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])::-webkit-input-placeholder, textarea.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"])::-webkit-input-placeholder {
  color: #cb0707; }

input.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup:-moz-placeholder, .hover-shake:hover [class*="-image"] input.learn-image-slide:-moz-placeholder::after, .hover-shake:hover [class*="-image"] input.flamp-review:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-moz-placeholder:not([class*="border-"]), textarea.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.learn-image-slide:-moz-placeholder::after, .hover-shake:hover [class*="-image"] textarea.flamp-review:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-moz-placeholder:not([class*="border-"]) {
  color: #cb0707; }

input.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])::-moz-placeholder, textarea.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"])::-moz-placeholder {
  color: #cb0707; }

input.si-error:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.icon:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.learn-image-slide:-ms-input-placeholder::after, .hover-shake:hover [class*="-image"] input.flamp-review:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-ms-input-placeholder:not([class*="border-"]), textarea.si-error:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.learn-image-slide:-ms-input-placeholder::after, .hover-shake:hover [class*="-image"] textarea.flamp-review:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-ms-input-placeholder:not([class*="border-"]) {
  color: #cb0707; }

input.si-error.placeholder, .hover-shake:hover [class*="-image"] input.placeholder.icon, .hover-shake:hover [class*="-image"] input.placeholder.si-close, .hover-shake:hover [class*="-image"] input.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] input.placeholder.learn-image-slide::after, .hover-shake:hover [class*="-image"] input.placeholder.flamp-review::after,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), textarea.si-error.placeholder, .hover-shake:hover [class*="-image"] textarea.placeholder.icon, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] textarea.placeholder.learn-image-slide::after, .hover-shake:hover [class*="-image"] textarea.placeholder.flamp-review::after,
.hover-shake:hover [class*="-image"] textarea.placeholder.svg-icon:not([class*="border-"]) {
  color: #cb0707; }

input[type=text].si-error, .hover-shake:hover [class*="-image"] input.icon[type=text], .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input.si-close[type=email], .hover-shake:hover [class*="-image"] input.si-close-popup[type=email], .hover-shake:hover [class*="-image"] input.learn-image-slide[type=email]::after, .hover-shake:hover [class*="-image"] input.flamp-review[type=email]::after,
.hover-shake:hover [class*="-image"] input.icon[type=tel], .hover-shake:hover [class*="-image"] input.si-close[type=tel], .hover-shake:hover [class*="-image"] input.si-close-popup[type=tel], .hover-shake:hover [class*="-image"] input.learn-image-slide[type=tel]::after, .hover-shake:hover [class*="-image"] input.flamp-review[type=tel]::after, .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] textarea.si-close-popup, .hover-shake:hover [class*="-image"] textarea.learn-image-slide::after, .hover-shake:hover [class*="-image"] textarea.flamp-review::after, .hover-shake:hover [class*="-image"] input.si-close[type=text], .hover-shake:hover [class*="-image"] input.si-close-popup[type=text], .hover-shake:hover [class*="-image"] input.learn-image-slide[type=text]::after, .hover-shake:hover [class*="-image"] input.flamp-review[type=text]::after,
.hover-shake:hover [class*="-image"] input.svg-icon[type=text]:not([class*="border-"]), .hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=email],
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=tel], .hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"]), input.si-error[type=email],
input.si-error[type=tel], textarea.si-error {
  color: #cb0707 !important;
  border-color: #cb0707 !important; }

label {
  cursor: pointer !important; }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  color: #000 !important;
  width: 100%;
  background: no-repeat #f0f3f5;
  border: 1px solid transparent;
  border-radius: 36px;
  padding: 22px 24px;
  margin-bottom: 10px;
  font: 400 15px/1 'Montserrat', sans-serif; }
  @media all and (max-width: 640px) {
    input[type=text], input[type=email],
    input[type=tel], textarea {
      padding: 36px 38px;
      margin-bottom: 30px;
      border-radius: 72px;
      font: 400 16px/1 'Montserrat', sans-serif; } }

@media all and (max-width: 640px) {
  .si-modal input, .si-success-modal input {
    margin-bottom: 10px; } }

textarea {
  resize: none !important;
  height: auto;
  padding: 22px 24px; }

.ani-input-holder {
  margin-bottom: 15px; }
  .ani-input-holder label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 0 0px;
    position: relative;
    z-index: 5;
    cursor: pointer !important;
    top: 33px; }
  .ani-input-holder input[type=text], .ani-input-holder input[type=email],
  .ani-input-holder input[type=tel], .ani-input-holder textarea {
    color: transparent;
    background: transparent;
    padding: 0 0px;
    border: 0 solid transparent;
    border-bottom: 2px solid #fff;
    height: 36px; }
  .ani-input-holder.active label {
    top: 10px;
    margin-bottom: 18px; }
  .ani-input-holder.active input[type=text], .ani-input-holder.active input[type=email],
  .ani-input-holder.active input[type=tel], .ani-input-holder.active textarea {
    color: #fff; }

.checkbox-label, .radio-label {
  display: block;
  text-align: left;
  padding-left: 24px;
  position: relative !important; }
  .checkbox-label::before, .radio-label::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #ff9400;
    position: absolute;
    top: -26px;
    left: calc(50% - 25px); }

.jq-checkbox, .jq-radio {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #44B5ef !important;
  border-radius: 0px;
  margin: 0;
  position: absolute !important;
  top: 4px;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.jq-checkbox__div, .jq-radio__div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block !important;
  background: #000 !important;
  border-radius: 1px !important;
  width: 9px !important;
  height: 6px !important;
  background: url("../images/checkbox-bg.png") no-repeat 50% 50% transparent !important;
  border-radius: 0 !important;
  opacity: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .checkbox-label:hover .jq-checkbox__div, .radio-label:hover .jq-checkbox__div, .checkbox-label:hover .jq-radio__div, .radio-label:hover .jq-radio__div,
  .checkbox-label:active .jq-checkbox__div,
  .radio-label:active .jq-checkbox__div,
  .checkbox-label:active .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-checkbox.checked .jq-checkbox__div,
  .checked.jq-radio .jq-checkbox__div,
  .jq-checkbox.checked .jq-radio__div,
  .checked.jq-radio .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-radio {
  border-radius: 50%; }

.jq-radio__div {
  width: 8px !important;
  height: 8px !important;
  background: #44B5ef !important;
  border-radius: 50% !important; }
  .radio-label:hover .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-radio.checked .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-selectbox {
  display: block !important;
  width: 100% !important; }
  .jq-selectbox li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: transparent !important; }
    .jq-selectbox li:hover, .jq-selectbox li:active, .jq-selectbox li.selected {
      background: transparent !important; }

.jq-selectbox__select {
  display: block;
  width: 100%;
  font: 500 20px/1 'Museo', sans-serif;
  color: #fff;
  height: 30px;
  padding: 0 35px 0 5px;
  border: 1px solid transparent !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important; }

.jq-selectbox__select-text {
  height: 30px; }

.jq-selectbox__trigger {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: auto;
  top: -7px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-down.png") no-repeat 50% 50% transparent;
  border: 0 !important; }

.jq-selectbox__trigger-arrow {
  display: none; }

.jq-selectbox__dropdown {
  font: 500 20px/1 'Museo', sans-serif;
  color: #000;
  width: 100%;
  height: auto !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  top: 100% !important;
  bottom: auto !important;
  z-index: -1 !important;
  background: transparent; }

.btn-holder {
  position: relative;
  z-index: 1; }

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-radius: 42px;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  width: 348px;
  padding: 34px 0;
  color: #fff !important;
  background: #ff9400;
  font: 700 22px/1 'Museo', sans-serif; }
  @media all and (max-width: 640px) {
    .btn {
      width: 480px;
      padding: 44px 0;
      border-radius: 70px;
      font: 700 24px/1 'Museo', sans-serif; } }
  .btn::before, .btn::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: -1; }
  .btn:hover, .btn:active {
    color: #000 !important;
    background: #ff9400; }
  .btn:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }
    .btn:active::before, .btn:active::after {
      will-change: none;
      transform: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
  .btn.btn-form {
    background: #44b5ef;
    padding: 26px 0;
    font: 600 18px/1 'Montserrat', sans-serif;
    margin-top: -3px; }
    @media all and (max-width: 640px) {
      .btn.btn-form {
        padding: 40px 0;
        font: 600 20px/1 'Montserrat', sans-serif; } }
  .btn.btn-min {
    width: 300px;
    padding: 26px 0;
    font: 700 17px/1 'Museo', sans-serif;
    z-index: 11; }
    @media all and (max-width: 640px) {
      .btn.btn-min {
        width: 430px;
        padding: 46px 0;
        font: 700 24px/1 'Museo', sans-serif; } }

.btn-map {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ff9400;
  font: 700 17px/1 'Museo', sans-serif;
  display: block; }
  .btn-map:hover {
    color: #000; }

.btn-accent {
  color: #000 !important;
  background: #ff9400; }
  .btn-accent:hover, .btn-accent:active {
    color: #fff !important;
    background: #44B5ef; }

.btn-bordered {
  color: #000 !important;
  background: transparent;
  border: 3px solid #ff9400; }

.btn-curtain::after {
  background: #ff9400;
  top: auto;
  bottom: auto; }

.btn-curtain:hover, .btn-curtain:active {
  color: #fff !important;
  border-color: #ff9400; }

.btn-border-expand {
  position: relative; }
  .btn-border-expand::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    left: 0; }
  .btn-border-expand:hover::after, .btn-border-expand:active::after {
    width: calc(100% + 12px) !important;
    height: calc(100% + 12px) !important;
    left: -6px; }

.icon, .si-close, .si-close-popup, .learn-image-slide::after, .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .dotted::after, .certificate-item a::after, .certificate-item .underline::after, .certificate-item .dashed::after, .certificate-item .dotted::after, .flamp-review::after {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.icon-zoom, .learn-image-slide::after, .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .dotted::after, .certificate-item a::after, .certificate-item .underline::after, .certificate-item .dashed::after, .certificate-item .dotted::after, .flamp-review::after {
  width: 44px;
  height: 44px;
  background: url("../images/icon-zoom.png") no-repeat 50% 50%;
  border-radius: 50%; }
  .icon-zoom::after, .learn-image-slide::after, .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .dotted::after, .certificate-item a::after, .certificate-item .underline::after, .certificate-item .dashed::after, .certificate-item .dotted::after, .flamp-review::after {
    top: -27%; }

.will-change {
  background: none; }
  .will-change::before, .will-change::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat transparent; }
  .will-change::before {
    opacity: 1; }
  .will-change::after {
    opacity: 0; }
  .will-change:hover::before, .will-change:active::before, .will-change.active::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after, .will-change.active::after {
    opacity: 1; }
  .will-change:hover::before, .will-change:active::before,
  a:hover .will-change::before,
  .underline:hover .will-change::before,
  .dashed:hover .will-change::before,
  .dotted:hover .will-change::before,
  a:active .will-change::before,
  .underline:active .will-change::before,
  .dashed:active .will-change::before,
  .dotted:active .will-change::before,
  .question:hover .will-change::before,
  .question:active .will-change::before,
  .question-item.active .question .will-change::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after,
  a:hover .will-change::after,
  .underline:hover .will-change::after,
  .dashed:hover .will-change::after,
  .dotted:hover .will-change::after,
  a:active .will-change::after,
  .underline:active .will-change::after,
  .dashed:active .will-change::after,
  .dotted:active .will-change::after,
  .question:hover .will-change::after,
  .question:active .will-change::after,
  .question-item.active .question .will-change::after {
    opacity: 1; }

.svg-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd; }

.close, .si-close {
  width: 24px !important;
  height: 24px !important;
  fill: #000; }
  a:hover .close, .underline:hover .close, .dashed:hover .close, .dotted:hover .close, a:hover .si-close, .underline:hover .si-close, .dashed:hover .si-close, .dotted:hover .si-close,
  a:active .close,
  .underline:active .close,
  .dashed:active .close,
  .dotted:active .close,
  a:active .si-close,
  .underline:active .si-close,
  .dashed:active .si-close,
  .dotted:active .si-close {
    fill: #ff9400; }

.layout-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 50px; }
  @media all and (max-width: 640px) {
    .layout-header {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      bottom: auto; } }
  .layout-header.active {
    background: #1e416d;
    padding-top: 10px;
    height: 74px; }
    @media all and (max-width: 1600px) {
      .layout-header.active {
        padding-top: 18px; } }
    @media all and (max-width: 640px) {
      .layout-header.active {
        height: auto;
        background: transparent;
        padding-top: 50px; } }
    .layout-header.active .logo img {
      width: 90px; }
      @media all and (max-width: 640px) {
        .layout-header.active .logo img {
          width: auto; } }
    .layout-header.active .logo .logo-text {
      font: 300 18px/22px 'Museo', sans-serif;
      margin: 5px 0 0 18px; }
      @media all and (max-width: 640px) {
        .layout-header.active .logo .logo-text {
          font: 300 22px/28px 'Museo', sans-serif;
          margin: 12px 0 0 0px; } }
    .layout-header.active .wrapper-choice-block {
      display: none; }
      @media all and (max-width: 640px) {
        .layout-header.active .wrapper-choice-block {
          display: inline-block; } }
    .layout-header.active .global-nav {
      visibility: visible;
      opacity: 1;
      top: calc(50% - 12px); }
    .layout-header.active .si-phone {
      margin: 10px 85px 0 0; }
      .layout-header.active .si-phone .phone-icon {
        background: url("../images/phone-blue.png") no-repeat 50% 50% #fff;
        width: 44px;
        height: 44px;
        border-color: transparent; }
      .layout-header.active .si-phone .si-phone-text {
        transform: translateY(0px); }
      .layout-header.active .si-phone .callback {
        transform: translateY(-20px);
        width: 170px;
        padding: 16px 0;
        background: #ff9400; }
      .layout-header.active .si-phone .phone-link {
        font: 500 20px/1 'Museo', sans-serif; }
        .layout-header.active .si-phone .phone-link span {
          transform: translateY(-6px);
          display: inline-block; }
  .layout-header .si-phone {
    padding-top: 0px; }

.global-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 56%;
  left: calc(50% - 340px);
  visibility: hidden;
  opacity: 0; }
  @media all and (max-width: 1600px) {
    .global-nav {
      display: none; } }
  .global-nav li {
    display: inline-block;
    margin-left: 20px; }
    .global-nav li a, .global-nav li .underline, .global-nav li .dashed, .global-nav li .dotted {
      font: 500 18px/1 'Museo', sans-serif;
      color: #fff; }
      .global-nav li a:hover, .global-nav li .underline:hover, .global-nav li .dashed:hover, .global-nav li .dotted:hover {
        color: #ff9400; }

.logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-left: 56px;
  float: left; }
  .logo:hover .logo-text {
    color: #ff9400; }
  .logo .logo-text {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font: 300 22px/28px 'Museo', sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 36px; }
    @media all and (max-width: 1600px) {
      .logo .logo-text {
        display: none; } }
    @media all and (max-width: 640px) {
      .logo .logo-text {
        display: block;
        margin: 12px 0 0 0; } }
  .logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 150px; }

.wrapper-choice-block {
  display: inline-block;
  width: 240px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 74px;
  padding-left: 28px;
  position: relative;
  top: 8px;
  float: left; }
  @media all and (max-width: 1600px) {
    .wrapper-choice-block {
      margin-left: 50px; } }
  @media all and (max-width: 640px) {
    .wrapper-choice-block {
      margin-left: 25px;
      top: 15px;
      padding-left: 20px; } }
  .wrapper-choice-block .title-block {
    font: 300 11px/1 'Museo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 16px 6px;
    position: relative;
    top: 6px; }

.si-phone {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
  float: right;
  margin: 20px 100px 0 0; }
  @media all and (max-width: 1600px) {
    .si-phone {
      margin: 5px 26px 0 0 !important; } }

  @media all and (max-width: 640px) {
    .si-phone {
      margin-left: 55px !important; 
      margin-top: 35px !important;
      float: left;} 
    .si-phone-text {
      margin-bottom: 7px !important;
    }
    }

  .si-phone .phone-icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 2px solid #ff9400;
    border-radius: 50%;
    background: url("../images/phone.png") no-repeat 50% 50%;
    position: absolute;
    top: -30px;
    left: -70px; }
  .si-phone .si-phone-text {
    margin-bottom: 0px;
    font: 300 11px/1 'Museo', sans-serif;
    opacity: .5;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(6px); }
    @media all and (max-width: 1600px) {
      .si-phone .si-phone-text {
        transform: translateY(-4px); } }
  .si-phone .phone-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: 0px;
    color: #fff;
    font: 500 22px/1 'Museo', sans-serif;
    margin-right: 42px;
    position: relative; }
    .si-phone .phone-link:hover {
      color: #ff9400; }
  .si-phone .callback {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    width: 220px;
    border: 2px solid #ff9400;
    border-radius: 36px;
    font: 100 16px/1 'Museo', sans-serif;
    color: #fff;
    padding: 19px 0;
    transform: translateY(-20px); }
    .si-phone .callback:hover {
      background: #ff9400;
      color: #000; }

.menu-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 250px;
  top: 20px;
  cursor: pointer;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0; }
  @media all and (max-width: 640px) {
    .menu-btn {
      border: 2px solid rgba(255, 255, 255, 0.1);
      visibility: visible;
      opacity: 1;
      left: 540px;
      top: 63px;
      height: 75px;
      width: 75px; } }
  .menu-btn.visible {
    visibility: visible;
    opacity: 1;
    top: -6px; }
    @media all and (max-width: 640px) {
      .menu-btn.visible {
        top: 24px;
        left: 80%;
        background: #1e416d;
        border-color: transparent; } }
  .menu-btn.active-top {
    top: 8px; }
  .menu-btn.active {
    left: calc(50% - 40px);
    border-color: transparent; }
    .menu-btn.active span {
      background: transparent; }
      .menu-btn.active span::after {
        background: #ff9400;
        transform: rotate(45deg);
        top: -2px; }
      .menu-btn.active span::before {
        background: #ff9400;
        transform: rotate(-45deg);
        top: -2px; }
  .menu-btn span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 52px;
    height: 4px;
    background: #fff;
    top: 48%;
    left: 28%; }
    @media all and (max-width: 640px) {
      .menu-btn span {
        left: 18%;
        width: 44px; } }
    .menu-btn span::after {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      width: 52px;
      height: 4px;
      background: #fff;
      position: absolute;
      top: -12px;
      left: 0; }
      @media all and (max-width: 640px) {
        .menu-btn span::after {
          top: -15px;
          width: 44px;
          top: -10px; } }
    .menu-btn span::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      width: 52px;
      height: 4px;
      background: #fff;
      position: absolute;
      bottom: -12px;
      left: 0; }
      @media all and (max-width: 640px) {
        .menu-btn span::before {
          bottom: -15px;
          width: 44px;
          bottom: -10px; } }
  .menu-btn .title-menu {
    font: 400 16px/1 'myriad pro', sans-serif;
    color: #fff;
    position: relative;
    top: 22px;
    left: 60px; }

.mobile-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  opacity: 0;
  z-index: -100; }
  .mobile-nav.active {
    opacity: 1; }
  .mobile-nav.visible {
    z-index: 150; }
  .mobile-nav .pseudo-table,
  .mobile-nav .pseudo-table-cell {
    position: relative;
    z-index: 5; }
  .mobile-nav .nav-overlay {
    background: url("../images/heading-bg.jpg") no-repeat 50% 50%;
    background-size: cover; }
    .mobile-nav .nav-overlay::before {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      background: url("../images/overlay-menu.png") no-repeat 50% 50%;
      background-size: cover; }
  .mobile-nav .title-menu {
    font: 700 30px/1 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .mobile-nav ul.nav {
    display: inline-block;
    z-index: 15; }
    .mobile-nav ul.nav li {
      display: block;
      margin-bottom: 36px; }
      .mobile-nav ul.nav li a, .mobile-nav ul.nav li .underline, .mobile-nav ul.nav li .dashed, .mobile-nav ul.nav li .dotted {
        font: 400 38px/1 'Lifehack Sans', sans-serif;
        letter-spacing: 3px;
        position: relative; }
        .mobile-nav ul.nav li a::before, .mobile-nav ul.nav li .underline::before, .mobile-nav ul.nav li .dashed::before, .mobile-nav ul.nav li .dotted::before {
          content: '';
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: -2px;
          border-bottom: 2px dashed #fff; }
    .mobile-nav ul.nav a, .mobile-nav ul.nav .underline, .mobile-nav ul.nav .dashed, .mobile-nav ul.nav .dotted {
      width: auto;
      color: #fff !important; }
      .mobile-nav ul.nav a:hover, .mobile-nav ul.nav .underline:hover, .mobile-nav ul.nav .dashed:hover, .mobile-nav ul.nav .dotted:hover, .mobile-nav ul.nav a:active, .mobile-nav ul.nav .underline:active, .mobile-nav ul.nav .dashed:active, .mobile-nav ul.nav .dotted:active, .mobile-nav ul.nav a.active, .mobile-nav ul.nav .active.underline, .mobile-nav ul.nav .active.dashed, .mobile-nav ul.nav .active.dotted {
        color: #ff9400 !important;
        border-bottom: 3px solid #ff9400; }

.show-menu {
  z-index: 200; }

  .section-contacts {
    background: fixed url("../images/footer-bg.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    color: #fff; }
    @media all and (max-width: 1600px) {
      .section-contacts {
        padding: 60px 0 10px; } }
      @media all and (min-width: 1921px) {
        .section-contacts::after {
          background-size: cover;
          height: 40%; } }
      @media all and (max-width: 640px) {
        .section-contacts::after {
          background-position: -500px; } }

ul.contacts {
  padding: 0;
  margin: 0; }
  ul.contacts li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 0 0;
    margin: 0;
    list-style: none; }
    ul.contacts li > a, ul.contacts li > .underline, ul.contacts li > .dashed, ul.contacts li > .dotted,
    ul.contacts li > span {
      width: 100%;
      text-align: center;
      cursor: pointer !important; }
 
 ul.paiment {
  padding: 0;
  margin: 0; }
  ul.paiment li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 0 0;
    margin: 0;
    list-style: none; }
    ul.paiment li > a, ul.paiment li > .underline, ul.paiment li > .dashed, ul.paiment li > .dotted,
    ul.paiment li > span {
      width: 100%;
      text-align: center;
      cursor: pointer !important; } 
  
.layout-footer {
  padding: 80px 0 100px;
  background: fixed url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 2; }
  .layout-footer .si-phone {
    padding-top: 0px;
    margin: 15px 100px 0 0; }
    @media all and (max-width: 1600px) {
      .layout-footer .si-phone {
        margin: 15px 26px 0 0 !important; } }
    @media all and (max-width: 640px) {
      .layout-footer .si-phone {
        float: none;
        margin: 36px 0px 0 184px !important; } }
    @media all and (max-width: 640px) {
      .layout-footer .si-phone .si-phone-text {
        font: 300 15px/1 'Museo', sans-serif;
        transform: translateY(-6px); } }
    @media all and (max-width: 1320px) {
      .layout-footer .si-phone .phone-icon {
        display: none; } }
    @media all and (max-width: 640px) {
      .layout-footer .si-phone .phone-icon {
        width: 62px;
        height: 62px;
        left: -100px;
        display: block; } }
    @media all and (max-width: 640px) {
      .layout-footer .si-phone .phone-link {
        font: 500 32px/1 'Museo', sans-serif; } }
  .layout-footer .logo {
    margin-right: 180px; }
    @media all and (max-width: 1600px) {
      .layout-footer .logo {
        margin-right: 140px; } }
    @media all and (max-width: 640px) {
      .layout-footer .logo {
        margin: 0 0 0 84px; }
        .layout-footer .logo .logo-text {
          display: inline-block !important;
          margin-left: 30px; } }
  @media all and (max-width: 640px) {
    .layout-footer .callback {
      display: block;
      transform: translateY(0px);
      width: 460px;
      background: #ff9400;
      padding: 36px 0;
      text-align: center;
      border-radius: 70px;
      margin: 40px auto 0;
      font: 500 27px/1 'Museo', sans-serif;
      color: #fff; } }

.social-block {
  display: inline-block;
  position: relative;
  bottom: -12px; }
  @media all and (max-width: 640px) {
    .social-block {
      margin: 30px 0 0 84px; } }
  .social-block span {
    font: 300 22px/28px 'Museo', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px; }
    @media all and (max-width: 1600px) {
      .social-block span {
        display: none; } }
    @media all and (max-width: 640px) {
      .social-block span {
        display: block;
        margin-bottom: 28px; } }
  .social-block ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
    @media all and (max-width: 640px) {
      .social-block ul {
        transform: translateY(-10px); } }
    .social-block ul li {
      display: inline-block;
      margin-right: 4px; }
      @media all and (max-width: 640px) {
        .social-block ul li {
          margin-right: 8px; } }
      .social-block ul li a, .social-block ul li .underline, .social-block ul li .dashed, .social-block ul li .dotted {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 55px;
        height: 55px;
        border: 2px solid #ff9400;
        border-radius: 50%;
        display: inline-block; }
        @media all and (max-width: 640px) {
          .social-block ul li a, .social-block ul li .underline, .social-block ul li .dashed, .social-block ul li .dotted {
            width: 62px;
            height: 62px; } }
        .social-block ul li a:hover, .social-block ul li .underline:hover, .social-block ul li .dashed:hover, .social-block ul li .dotted:hover {
          background-color: #ff9400; }
      .social-block ul li .vk {
        background: url("../images/vk.png") no-repeat 45% 50%; }
      .social-block ul li .inst {
        background: url("../images/inst.png") no-repeat 50% 50%; }
      .social-block ul li .fb {
        background: url("../images/fb.png") no-repeat 50% 50%; }
      .social-block ul li .ok {
        background: url("../images/ok.png") no-repeat 50% 50%; }

.company-address-block dl {
  margin-bottom: 0px; }

.company-info-block p, .company-info-block ul.marked {
  margin-bottom: 0px; }

.copyright {
  margin-top: 0px; }

.btn-to-up {
  display: inline-block;
  width: 91px;
  height: 91px;
  background: url("../images/bg-up-btn.png") no-repeat;
  border-radius: 50%;
  font: 500 12px/1 'Museo', sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: -65px;
  left: calc(50% - 50px); }
  .btn-to-up::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    background: url("../images/arrow-up.png") no-repeat;
    width: 80px;
    height: 69px;
    position: absolute;
    top: 10px;
    left: calc(50% - 40px); }
  .btn-to-up span {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 22px); }

.public-offer { 
  padding: 0; 
  margin: 10px 20px; }

.bottom-line-footer {
  background: #1e416d;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font: 300 15px/ 'Museo', sans-serif; }

html.si-lock {
  overflow: hidden !important; }

html.si-lock2 {
  height: 100% !important;
  overflow: hidden !important; }

.fancybox-margin {
  margin-right: 0 !important; }

.si-overlay, .si-overlay-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 203; }

.si-overlay-2 {
  z-index: 205; }

.si-modals-wrapper, .si-modals-wrapper-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 203; }

.si-modals-wrapper-2 {
  z-index: 205; }

.si-close {
  position: absolute !important;
  top: 30px;
  right: 30px; }

.si-modal, .si-success-modal {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  transition-duration: 0.5s;
  display: none;
  position: relative;
  color: #000;
  background: #fff;
  padding: 90px 40px 50px;
  width: 700px;
  margin: 50px auto; }
  @media all and (max-width: 640px) {
    .si-modal, .si-success-modal {
      width: 500px;
      padding: 90px 35px 40px; } }
  .si-modal.si-visible, .si-visible.si-success-modal {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .si-modal .btn-holder, .si-success-modal .btn-holder {
    margin-top: 0px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 300px; }
    @media all and (max-width: 640px) {
      .si-modal .btn, .si-success-modal .btn {
        padding: 36px 0;
        color: #fff !important; } }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 20px;
  font: 700 60px/1 'Lifehack Sans', sans-serif; }
  @media all and (max-width: 640px) {
    .modal-form-title, .si-success-modal-title {
      font: 700 56px/46px 'Lifehack Sans', sans-serif; } }

.modal-time, .success-time {
  margin-bottom: 50px;
  font: 500 24px/29px 'Museo', sans-serif; }

.modal-text-block {
  margin-top: 0px; }

.si-success-modal strong {
  display: block; }

.si-page-message-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: hidden;
  z-index: 299;
  background: rgba(0, 0, 0, 0.8);
  transition-duration: 0.5s; }
  .si-page-message-overlay.show {
    opacity: 1;
    visibility: visible; }

.si-page-message {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.5s;
  width: 101%;
  height: 0;
  color: #fff;
  background: #ff9400;
  opacity: 0;
  visibility: hidden;
  z-index: -5;
  box-shadow: 0 0 10px #000; }
  .si-page-message.show {
    height: 200px;
    opacity: 1;
    visibility: visible;
    z-index: 300; }

.si-page-message-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  transition-duration: 0.5s;
  opacity: 0;
  position: relative; }
  .si-page-message-inner.show {
    opacity: 1; }
  .si-page-message-inner .centered {
    display: table;
    width: 100%;
    height: 100%; }

.si-page-message-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.si-popup-holder {
  cursor: pointer !important;
  position: relative;
  z-index: 1; }
  .si-popup-holder.active {
    z-index: 5; }

.si-popup {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  background: #fff;
  padding: 30px 30px;
  z-index: 1;
  cursor: default !important; }
  .si-popup.visible {
    will-change: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    opacity: 1;
    z-index: 4; }

.si-close-popup {
  position: absolute;
  top: 30px;
  right: 30px; }

.nav.nav-tabs {
  width: 100%;
  text-align: center;
  margin-bottom: 66px; }
  @media all and (max-width: 640px) {
    .nav.nav-tabs {
      text-align: left;
      margin-bottom: 52px; } }

.tab-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer !important;
  font: 600 17px/1 'Montserrat', sans-serif;
  padding: 16px 24px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 10px 6px; }
  @media all and (max-width: 640px) {
    .tab-link {
      margin: 0 0 18px 6px; } }
  .tab-link.active {
    background: #44B5ef; }

.tabs-content-container {
  width: 100%;
  position: relative; }

.tab-content {
  width: 100%;
  height: 0;
  opacity: 0;
  position: relative;
  z-index: 5; }
  .tab-content::before {
    content: '';
    background: url("../images/border-learn-slider.png") no-repeat;
    width: 634px;
    height: 465px;
    position: absolute;
    right: 70px;
    top: -42px; }
    @media all and (max-width: 640px) {
      .tab-content::before {
        display: none; } }
  .tab-content.active {
    opacity: 1;
    height: auto;
    z-index: 10; }

.learn-block {
  margin-bottom: 10px; }
  @media all and (max-width: 640px) {
    .learn-block {
      margin-bottom: 26px; } }

@media all and (max-width: 640px) {
  .tab-learn-content {
    margin-bottom: 42px; } }

.tab-learn-content .title-learn {
  font: 900 30px/34px 'Museo', sans-serif;
  margin-bottom: 22px; }

.tab-learn-content .text-learn {
  font: 400 17px/24px 'Montserrat', sans-serif;
  margin-bottom: 30px; }
  @media all and (max-width: 640px) {
    .tab-learn-content .text-learn {
      font: 400 18px/24px 'Montserrat', sans-serif; } }

.learn-image-slide {
  display: block;
  position: relative;
  cursor: pointer !important;
  display: inline-block; }
  .learn-image-slide img {
    display: block;
    position: relative;
    z-index: 1; }
  .learn-image-slide::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(255, 148, 0, 0.5);
    opacity: 0;
    z-index: 2; }
  .learn-image-slide::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    content: "";
    opacity: 0;
    z-index: 3; }
  .learn-image-slide:hover::before, .learn-image-slide:active::before {
    opacity: 1; }
  .learn-image-slide:hover::after, .learn-image-slide:active::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.learn-see-video {
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: -19px;
  z-index: 2; }
  @media all and (max-width: 640px) {
    .learn-see-video {
      position: relative;
      display: none; } }
  .learn-see-video:hover span {
    border-bottom: 2px solid transparent; }
  .learn-see-video span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font: 700 18px/1 'Museo', sans-serif;
    border-bottom: 2px solid #fff;
    vertical-align: top;
    display: inline-block;
    margin: 26px 0 0 14px; }

[class*="section-"] {
  position: relative;
  z-index: 1; }

.section-heading {
  background: fixed url("../images/heading-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 240px 0 368px;
  color: #fff;
  position: relative; }
  @media all and (max-width: 640px) {
    .section-heading {
      padding: 270px 0 368px; } }
  .section-heading::before {
    content: '';
    background: url("../images/heading-bottom-bg.png") no-repeat;
    background-size: unset;
    height: 322px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    z-index: 11; }
    @media all and (min-width: 1921px) {
      .section-heading::before {
        background-size: cover;
        height: 40%; } }
    @media all and (max-width: 640px) {
      .section-heading::before {
        bottom: -12px; } }
  .section-heading::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: fixed url("../images/heading-overlay.png") no-repeat;
    background-size: unset; }
    @media all and (min-width: 1921px) {
      .section-heading::after {
        background-size: cover; } }
  .section-heading h1 {
    margin-bottom: 20px; }

.heading-btn {
  position: absolute;
  top: -420px;
  right: 0; }
  @media all and (max-width: 1100px) {
    .heading-btn {
      transform: translateX(-5px); } }
  @media all and (max-width: 640px) {
    .heading-btn {
      right: 40px;
      width: 100%; } }
  .heading-btn::before {
    content: '';
    position: absolute;
    top: -72px;
    left: -75px;
    z-index: 11;
    width: 500px;
    height: 250px; }

.subtitle-h1 {
  font: 500 31px/35px 'Museo', sans-serif;
  text-align: right;
  margin-bottom: 52px; }
  @media all and (max-width: 640px) {
    .subtitle-h1 {
      text-align: left;
      margin-bottom: 60px; } }

.wrapper-heading-btn {
  text-align: right; }

.wrapper-heading-slider {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120px);
  width: 628px; }
  .wrapper-heading-slider .wrapper-children-image {
    padding-top: 250px; }
    @media all and (max-width: 1100px) {
      .wrapper-heading-slider .wrapper-children-image.i-1 {
        transform: translateX(10px); } }
    .wrapper-heading-slider .wrapper-children-image.i-3 {
      transform: translateY(-80px); }
    .wrapper-heading-slider .wrapper-children-image.i-4 {
      transform: translate(54px, -80px); }
    .wrapper-heading-slider .wrapper-children-image.i-5 {
      transform: translate(30px, -90px); }
    .wrapper-heading-slider .wrapper-children-image .cup-children {
      content: '';
      background: url("../images/float-item/cap.png") no-repeat;
      position: absolute;
      width: 294px;
      height: 228px;
      top: 70px; }
      .wrapper-heading-slider .wrapper-children-image .cup-children.i-1 {
        left: 120px; }
      .wrapper-heading-slider .wrapper-children-image .cup-children.i-2 {
        left: 120px; }
      .wrapper-heading-slider .wrapper-children-image .cup-children.i-3 {
        left: 128px;
        top: 90px; }
      .wrapper-heading-slider .wrapper-children-image .cup-children.i-4 {
        left: 46px;
        top: 90px; }
      .wrapper-heading-slider .wrapper-children-image .cup-children.i-5 {
        left: 106px;
        top: 90px; }

.section-mark {
  background: #fff;
  padding: 38px 0 56px;
  z-index: 2; }
  @media all and (max-width: 640px) {
    .section-mark {
      padding: 38px 0 0px; } }
  .section-mark::before {
    content: '';
    background: url("../images/vertical-line-big.png") no-repeat;
    width: 54px;
    height: 214px;
    position: absolute;
    bottom: -184px;
    left: 50%;
    z-index: 2; }
    @media all and (max-width: 1600px) {
      .section-mark::before {
        bottom: -200px; } }
    @media all and (max-width: 640px) {
      .section-mark::before {
        background: url("../images/mob/vertical-line.png") no-repeat;
        bottom: -230px; } }
  .section-mark::after {
    content: '';
    background: url("../images/mark-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -180px; }
    @media all and (min-width: 1921px) {
      .section-mark::after {
        background-size: cover; } }
    @media all and (max-width: 640px) {
      .section-mark::after {
        bottom: -120px; } }
  .section-mark h2 {
    margin-bottom: 0px; }

.item-count {
  text-align: center; }
  @media all and (max-width: 640px) {
    .item-count {
      margin-bottom: 90px; } }
  .item-count .count {
    font: 700 99px/1 'Lifehack Sans', sans-serif;
    color: #44B5ef; }
  .item-count .text-item {
    font: 700 20px/25px 'Museo', sans-serif;
    color: #181818; }
    @media all and (max-width: 640px) {
      .item-count .text-item {
        font: 700 24px/29px 'Museo', sans-serif; } }

.section-video {
  background: #305e92;
  background-size: cover;
  padding: 280px 0 164px; }
  @media all and (max-width: 640px) {
    .section-video {
      padding: 180px 0 124px; }
      .section-video::after {
        content: '';
        background: url("../images/mob/video-text-bg.jpg") no-repeat;
        width: 654px;
        height: 331px;
        position: absolute;
        top: calc(50% - 210px);
        left: calc(50% - 324px); } }
  .section-video::before {
    content: '';
    background: url("../images/video-bottom-bg.jpg") no-repeat;
    background-size: unset;
    width: 100%;
    height: 268px;
    position: absolute;
    bottom: -10px; }
    @media all and (min-width: 1921px) {
      .section-video::before {
        background-size: cover;
        height: 40%; } }
  .section-video h2 {
    margin-bottom: 0px; }

.video-text-block {
  text-align: center;
  font: 500 21px/25px 'Museo', sans-serif;
  background: url("../images/video-text-bg.jpg") no-repeat 50% 50%;
  height: 269px;
  margin-bottom: 56px; }
  @media all and (max-width: 640px) {
    .video-text-block {
      background: transparent; } }

.play-video {
  color: #ff9400;
  font: 700 20px/25px 'Museo', sans-serif;
  background: url("../images/play-btn-hover.png") no-repeat;
  height: 94px;
  width: 98px;
  display: block;
  margin: 0 auto; }
  @media all and (max-width: 640px) {
    .play-video {
      transform: translateX(-60px); } }
  .play-video:hover span {
    border-bottom: 2px solid transparent;
    color: #fff; }
  .play-video span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #ff9400;
    position: relative;
    top: 20px;
    right: -130px; }

.section-choice {
  background: fixed url(../images/blocks-bg.jpg) no-repeat 50% 50% transparent;background-size: cover;
  padding: 206px 0 166px;
  color: #fff; }
  @media all and (max-width: 640px) {
    .section-choice {
      padding: 236px 0 116px; } }
  .section-choice::after {
    content: '';
    background: url("../images/video-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 268px;
    position: absolute;
    bottom: -10px; }
    @media all and (min-width: 1921px) {
      .section-choice::after {
        background-size: cover;
        height: 40%; } }
  .section-choice h2 {
    margin-bottom: 30px;
    font: 700 65px/1 'Lifehack Sans', sans-serif; }
    @media all and (max-width: 640px) {
      .section-choice h2 {
        font: 700 57px/64px 'Lifehack Sans', sans-serif;
        letter-spacing: -0.6px;
        margin-bottom: 36px; } }
  .section-choice .float-item-1 {
    background: url("../images/float-item/float-learn-4.png") no-repeat;
    width: 120px;
    height: 128px;
    margin-top: 50px;
    margin-left: -900px; }
  .section-choice .float-item-2 {
    background: url("../images/float-item/float-learn-3.png") no-repeat;
    width: 112px;
    height: 106px;
    margin-top: -200px;
    margin-left: 650px; }
  .section-choice .wrapper-btn {
    margin-top: 80px; }

.float-items {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: 50px; }

.wrapper-learn-slider {
  position: relative; }
  .wrapper-learn-slider::before {
    content: '';
    background: url("../images/float-item/float-learn-1.png") no-repeat;
    width: 105px;
    height: 118px;
    position: absolute;
    top: -65px;
    right: 62px; }
  .wrapper-learn-slider::after {
    content: '';
    background: url("../images/float-item/float-learn-2.png") no-repeat;
    width: 154px;
    height: 121px;
    position: absolute;
    bottom: -80px;
    right: 50px; }
    @media all and (max-width: 640px) {
      .wrapper-learn-slider::after {
        background: url("../images/mob/border-learn-slider.png") no-repeat;
        width: 576px;
        height: 420px;
        position: absolute;
        right: -34px;
        bottom: -28px; } }

.learn-next, .certificate-next, .achievements-next,
.learn-prev,
.certificate-prev,
.achievements-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 47%; }
  @media all and (max-width: 640px) {
    .learn-next, .certificate-next, .achievements-next,
    .learn-prev,
    .certificate-prev,
    .achievements-prev {
      top: 106%; } }

.learn-next, .certificate-next, .achievements-next {
  background: url("../images/arrow-next.png") no-repeat 50% 50% transparent !important;
  right: 34px; }
  @media all and (max-width: 640px) {
    .learn-next, .certificate-next, .achievements-next {
      right: 120px; } }
  .learn-next:hover, .certificate-next:hover, .achievements-next:hover {
    background: url("../images/arrow-next-hover.png") no-repeat 50% 50% !important; }


.learn-prev,
.certificate-prev,
.achievements-prev {
  background: url("../images/arrow-prev.png") no-repeat 50% 50% transparent !important;
  left: 414px; }
  @media all and (max-width: 640px) {
    
    .learn-prev,
    .certificate-prev,
    .achievements-prev {
      left: 120px; } }
  .learn-prev:hover, .certificate-prev:hover, .achievements-prev:hover {
    background: url("../images/arrow-prev-hover.png") no-repeat 50% 50% !important; }

.learn-pagination, .info-pagination, .review-pagination-2, .certificate-pagination, .achievements-pagination, .review-pagination, .flamp-pagination {
  bottom: -48px; }
  @media all and (max-width: 640px) {
    .learn-pagination, .info-pagination, .review-pagination-2, .certificate-pagination, .achievements-pagination, .review-pagination, .flamp-pagination {
      bottom: -46px; } }
  .learn-pagination.main, .main.info-pagination, .main.review-pagination-2, .main.certificate-pagination, .main.achievements-pagination, .main.review-pagination, .main.flamp-pagination {
    left: 200px; }
    @media all and (max-width: 640px) {
      .learn-pagination.main, .main.info-pagination, .main.review-pagination-2, .main.certificate-pagination, .main.achievements-pagination, .main.review-pagination, .main.flamp-pagination {
        left: 0; } }
  .learn-pagination .swiper-pagination-bullet, .info-pagination .swiper-pagination-bullet, .review-pagination-2 .swiper-pagination-bullet, .certificate-pagination .swiper-pagination-bullet, .achievements-pagination .swiper-pagination-bullet, .review-pagination .swiper-pagination-bullet, .flamp-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #fff;
    margin: 0 7px; }
    @media all and (max-width: 640px) {
      .learn-pagination .swiper-pagination-bullet, .info-pagination .swiper-pagination-bullet, .review-pagination-2 .swiper-pagination-bullet, .certificate-pagination .swiper-pagination-bullet, .achievements-pagination .swiper-pagination-bullet, .review-pagination .swiper-pagination-bullet, .flamp-pagination .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        margin: 0 6px; } }
    .learn-pagination .swiper-pagination-bullet:hover, .info-pagination .swiper-pagination-bullet:hover, .review-pagination-2 .swiper-pagination-bullet:hover, .certificate-pagination .swiper-pagination-bullet:hover, .achievements-pagination .swiper-pagination-bullet:hover, .review-pagination .swiper-pagination-bullet:hover, .flamp-pagination .swiper-pagination-bullet:hover {
      background: #ff9400; }
  .learn-pagination .swiper-pagination-bullet-active, .info-pagination .swiper-pagination-bullet-active, .review-pagination-2 .swiper-pagination-bullet-active, .certificate-pagination .swiper-pagination-bullet-active, .achievements-pagination .swiper-pagination-bullet-active, .review-pagination .swiper-pagination-bullet-active, .flamp-pagination .swiper-pagination-bullet-active {
    background: #ff9400 !important;
    box-shadow: 0 0 0 6px #ff9400; }
    @media all and (max-width: 640px) {
      .learn-pagination .swiper-pagination-bullet-active, .info-pagination .swiper-pagination-bullet-active, .review-pagination-2 .swiper-pagination-bullet-active, .certificate-pagination .swiper-pagination-bullet-active, .achievements-pagination .swiper-pagination-bullet-active, .review-pagination .swiper-pagination-bullet-active, .flamp-pagination .swiper-pagination-bullet-active {
        box-shadow: 0 0 0 5px #ff9400; } }

.section-info {
  background: fixed url(../images/blocks-bg.jpg) no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 140px 0 240px;
  color: #fff; }
  @media all and (max-width: 1600px) {
    .section-info {
      padding: 230px 0 210px; } }
  .section-info::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    x-background: #215287;
    background-size: cover; }
    @media all and (max-width: 640px) {
      .section-info::before {
        background: transparent; } }
  .section-info::after {
    content: '';
    background: url("../images/info-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 269px;
    position: absolute;
    bottom: -10px; }
    @media all and (min-width: 1921px) {
      .section-info::after {
        background-size: cover;
        height: 40%; } }
    @media all and (max-width: 640px) {
      .section-info::after {
        background-position: -500px; } }
  .section-info h2 {
    margin-bottom: 114px; }
    @media all and (max-width: 640px) {
      .section-info h2 {
        margin-bottom: 60px; } }
  .section-info .float-item-1 {
    margin-top: -280px;
    margin-left: -820px;
    width: 154px;
    height: 121px;
    background: url("../images/float-item/float-learn-2.png") no-repeat; }

.info-content-block {
  margin-top: 70px; }
  @media all and (max-width: 640px) {
    .info-content-block {
      margin: 0 0 76px; } }
  .info-content-block.sect-3, .info-content-block.sect-5 {
    margin-top: 40px; }
    @media all and (max-width: 640px) {
      .info-content-block.sect-3, .info-content-block.sect-5 {
        margin-top: 0; } }
  .info-content-block .title-info-block {
    font: 700 56px/60px 'Lifehack Sans', sans-serif;
    letter-spacing: 1.6px;
    margin-bottom: 4px; }
    .info-content-block .title-info-block.light {
      color: #44B5ef; }
  .info-content-block .subtitle-info-block {
    font: 700 17px/21px 'Museo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 18px; }
  .info-content-block .text-info-block {
    font: 400 18px/26px 'Montserrat', sans-serif; }
    @media all and (max-width: 640px) {
      .info-content-block .text-info-block {
        font: 400 20px/26px 'Montserrat', sans-serif; } }

.wrapper-info-slider {
  position: relative;
  box-shadow: 0 10px 60px 0 rgba(67, 112, 138, 0.89);
  width: 555px;
  height: 378px; }
  @media all and (max-width: 640px) {
    .wrapper-info-slider {
      height: 352px; } }
  .wrapper-info-slider::before {
    content: '';
    background: url("../images/info-slider-border.png") no-repeat;
    position: absolute;
    top: -50px;
    left: -45px;
    width: 645px;
    height: 474px; }
    @media all and (max-width: 640px) {
      .wrapper-info-slider::before {
        background: url("../images/mob/border-learn-slider.png") no-repeat;
        width: 576px;
        height: 420px;
        left: -24px;
        top: -30px; } }
  .wrapper-info-slider .float-item-info-1 {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .wrapper-info-slider .float-item-info-1::after {
      content: '';
      background: url("../images/float-item/float-learn-1.png") no-repeat;
      width: 105px;
      height: 118px;
      position: absolute;
      bottom: -65px;
      left: -65px; }
    .wrapper-info-slider .float-item-info-1::before {
      content: '';
      background: url("../images/float-item/float-info-6.png") no-repeat;
      width: 181px;
      height: 132px;
      position: absolute;
      top: -74px;
      right: -110px; }
  .wrapper-info-slider .float-item-info-3 {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .wrapper-info-slider .float-item-info-3::after {
      content: '';
      background: url("../images/float-item/float-learn-2.png") no-repeat;
      width: 154px;
      height: 121px;
      position: absolute;
      top: -65px;
      right: -65px; }
    .wrapper-info-slider .float-item-info-3::before {
      content: '';
      background: url("../images/float-item/float-info-7.png") no-repeat;
      width: 146px;
      height: 164px;
      position: absolute;
      bottom: -70px;
      left: -70px; }
  .wrapper-info-slider .swiper-slide a, .wrapper-info-slider .swiper-slide .underline, .wrapper-info-slider .swiper-slide .dashed, .wrapper-info-slider .swiper-slide .dotted {
    display: block;
    position: relative;
    cursor: pointer !important;
    display: inline-block; }
    .wrapper-info-slider .swiper-slide a img, .wrapper-info-slider .swiper-slide .underline img, .wrapper-info-slider .swiper-slide .dashed img, .wrapper-info-slider .swiper-slide .dotted img {
      display: block;
      position: relative;
      z-index: 1; }
    .wrapper-info-slider .swiper-slide a::before, .wrapper-info-slider .swiper-slide .underline::before, .wrapper-info-slider .swiper-slide .dashed::before, .wrapper-info-slider .swiper-slide .dotted::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      background: rgba(255, 148, 0, 0.5);
      opacity: 0;
      z-index: 2; }
    .wrapper-info-slider .swiper-slide a::after, .wrapper-info-slider .swiper-slide .underline::after, .wrapper-info-slider .swiper-slide .dashed::after, .wrapper-info-slider .swiper-slide .dotted::after {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      content: "";
      opacity: 0;
      z-index: 3; }
    .wrapper-info-slider .swiper-slide a:hover::before, .wrapper-info-slider .swiper-slide .underline:hover::before, .wrapper-info-slider .swiper-slide .dashed:hover::before, .wrapper-info-slider .swiper-slide .dotted:hover::before, .wrapper-info-slider .swiper-slide a:active::before, .wrapper-info-slider .swiper-slide .underline:active::before, .wrapper-info-slider .swiper-slide .dashed:active::before, .wrapper-info-slider .swiper-slide .dotted:active::before {
      opacity: 1; }
    .wrapper-info-slider .swiper-slide a:hover::after, .wrapper-info-slider .swiper-slide .underline:hover::after, .wrapper-info-slider .swiper-slide .dashed:hover::after, .wrapper-info-slider .swiper-slide .dotted:hover::after, .wrapper-info-slider .swiper-slide a:active::after, .wrapper-info-slider .swiper-slide .underline:active::after, .wrapper-info-slider .swiper-slide .dashed:active::after, .wrapper-info-slider .swiper-slide .dotted:active::after {
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .wrapper-info-slider.light {
    box-shadow: 0 10px 60px 0 rgba(67, 112, 138, 0.67); }
    .wrapper-info-slider.light::before {
      background: url("../images/info-slider-border-light.png") no-repeat; }
      @media all and (max-width: 640px) {
        .wrapper-info-slider.light::before {
          background: url("../images/mob/info-slider-border-light.png") no-repeat;
          left: -31px;
          top: -34px; } }
    .wrapper-info-slider.light::after {
      content: '';
      background: url("../images/float-item/float-info-3.png") no-repeat;
      width: 701px;
      height: 522px;
      position: absolute;
      top: -86px;
      left: -72px; }
  .wrapper-info-slider.no-float-item::after {
    display: none; }

.info-pagination {
  bottom: -54px; }
  .info-pagination.light .swiper-pagination-bullet {
    background: #20436c; }

.info-next,
.info-prev {
  width: 50px;
  height: 50px;
  top: 48.8%;
  border-radius: 50%; }
  @media all and (max-width: 1320px) {
    .info-next,
    .info-prev {
      top: 114%; } }

.info-prev {
  background: url("../images/info-prev.png") no-repeat !important;
  left: -78px; }
  .info-prev:hover {
    background: url("../images/arrow-prev-hover.png") no-repeat 50% 50% !important; }
  @media all and (max-width: 1320px) {
    .info-prev {
      left: 100px; } }
  .info-prev.light {
    background: url("../images/arrow-prev.png") no-repeat 50% 50% !important; }
    .info-prev.light:hover {
      background: url("../images/arrow-prev-hover.png") no-repeat 50% 50% !important; }

.info-next {
  background: url("../images/info-next.png") no-repeat 50% 50% !important;
  right: -68px; }
  .info-next:hover {
    background: url("../images/arrow-next-hover.png") no-repeat 50% 50% !important; }
  @media all and (max-width: 1320px) {
    .info-next {
      right: 100px; } }
  .info-next.light {
    background: url("../images/arrow-next.png") no-repeat 50% 50% !important; }
    .info-next.light:hover {
      background: url("../images/arrow-next-hover.png") no-repeat 50% 50% !important; }

.section-info-2 {
  padding: 128px 0 100px;
  z-index: 2; }
  @media all and (max-width: 640px) {
    .section-info-2 {
      padding: 55px 0 100px; } }
  .section-info-2::after {
    content: '';
    background: url("../images/info-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 269px;
    position: absolute;
    bottom: -259px;
    transform: scale(-1, -1); }
    @media all and (min-width: 1921px) {
      .section-info-2::after {
        background-size: cover;
        height: 50%;
        bottom: -300px; } }
    @media all and (max-width: 640px) {
      .section-info-2::after {
        background-position: -500px; } }
  .section-info-2 h2 {
    margin-bottom: 0px; }
  .section-info-2 .float-item-1 {
    background: url("../images/float-item/float-info-4.png") no-repeat;
    width: 184px;
    height: 139px;
    margin-top: 90px;
    margin-left: 600px; }

@media all and (max-width: 640px) {
  .to-bottom-offset {
    transform: translateY(320px); } }

@media all and (max-width: 640px) {
  .to-top-offset {
    transform: translateY(-380px); } }

.section-info-3 {
  padding: 216px 0 250px;
  background: fixed url(../images/blocks-bg.jpg) no-repeat 50% 50% transparent;
  background-size: cover;
  color: #fff; }
  @media all and (max-width: 640px) {
    .section-info-3 {
      padding: 170px 0 280px; } }
  .section-info-3::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    x-background: #215287;
    background-size: cover; }
    @media all and (max-width: 640px) {
      .section-info-3::before {
        background: transparent; } }
  .section-info-3::after {
    content: '';
    background: url("../images/mark-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -10px;
    transform: scaleY(-1); }
    @media all and (min-width: 1921px) {
      .section-info-3::after {
        background-size: cover;
        height: 25%; } }
  .section-info-3 .info-content-block {
    bottom: 58px;
    right: 200px; }
  .section-info-3 h2 {
    margin-bottom: 0px; }
  .section-info-3 .float-item-1 {
    background: url("../images/float-item/float-info-8.png") no-repeat;
    width: 142px;
    height: 140px;
    margin-top: -300px;
    margin-left: -830px; }

.section-info-4 {
  padding: 50px 0 100px;
  z-index: 2; }
  @media all and (max-width: 640px) {
    .section-info-4 {
      padding: 20px 0 80px; } }
  .section-info-4::after {
    content: '';
    background: url("../images/info-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 269px;
    position: absolute;
    bottom: -259px;
    transform: scale(-1, -1); }
    @media all and (min-width: 1921px) {
      .section-info-4::after {
        background-size: cover;
        height: 57%;
        bottom: -300px; } }
    @media all and (max-width: 640px) {
      .section-info-4::after {
        background-position: -600px; } }
  .section-info-4 h2 {
    margin-bottom: 0px; }
  .section-info-4 .float-item-1 {
    background: url("../images/float-item/float-info-4.png") no-repeat;
    width: 184px;
    height: 139px;
    margin-top: 0;
    margin-left: 620px; }

.section-info-5 {
  background: fixed url(../images/blocks-bg.jpg) no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 214px 0 240px;
  color: #fff; }
  @media all and (max-width: 640px) {
    .section-info-5 {
      padding: 170px 0 280px; } }
  .section-info-5::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    x-background: #215287;
    background-size: cover; }
    @media all and (max-width: 640px) {
      .section-info-5::before {
        background: transparent; } }
  .section-info-5::after {
    content: '';
    background: url("../images/mark-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -10px;
    transform: scaleY(-1); }
    @media all and (min-width: 1921px) {
      .section-info-5::after {
        background-size: cover;
        height: 24%; } }
  .section-info-5 h2 {
    margin-bottom: 0px; }
  .section-info-5 .float-item-1 {
    background: url("../images/float-item/float-info-9.png") no-repeat;
    width: 184px;
    height: 139px;
    margin-top: -300px;
    margin-left: -900px; }

.float-info-5 {
  height: 128px;
  width: 120px;
  background: url("../images/float-item/float-info-5.png") no-repeat;
  position: absolute;
  top: -70px;
  right: -60px; }

.section-month {
  background: fixed url(../images/blocks-bg.jpg) no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 210px 0 200px;
  color: #fff; }
  .section-month::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    x-background: #215287;
    background-size: cover; }
    @media all and (max-width: 640px) {
      .section-month::before {
        background: transparent; } }
  .section-month::after {
    content: '';
    background: url("../images/month-top-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 172px;
    position: absolute;
    top: -10px; }
    @media all and (min-width: 1921px) {
      .section-month::after {
        background-size: cover;
        height: 14%; } }
  .section-month h2 {
    margin-bottom: 24px; }
  .section-month .bottom-vert-line {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .section-month .bottom-vert-line::after {
      content: '';
      background: url("../images/vertical-line-big.png") no-repeat;
      width: 54px;
      height: 214px;
      transform: rotate(180deg);
      position: absolute;
      top: -50px;
      left: calc(50% - 40px);
      z-index: 2; }
      @media all and (max-width: 640px) {
        .section-month .bottom-vert-line::after {
          background: url("../images/mob/vertical-line.png") no-repeat;
          top: -80px; } }
    .section-month .bottom-vert-line::before {
      content: '';
      background: url("../images/vertical-line-min.png") no-repeat;
      width: 54px;
      height: 151px;
      position: absolute;
      bottom: 0px;
      left: calc(50% - 40px);
      z-index: 2; }
  .section-month .float-item-1 {
    background: url("../images/float-item/float-info-7.png") no-repeat;
    width: 146px;
    height: 164px;
    margin-top: -550px;
    margin-left: -840px; }
  .section-month .float-item-2 {
    background: url("../images/float-item/float-info-4.png") no-repeat;
    width: 184px;
    height: 139px;
    margin-top: 500px;
    margin-left: 570px; }

.month-bottom-bg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 172px;
  background: url("../images/month-bottom-bg.png") no-repeat;
  background-size: unset; }
  @media all and (min-width: 1921px) {
    .month-bottom-bg {
      background-size: cover;
      height: 14%; } }

.wrapper-month-slider {
  position: relative;
  margin-bottom: 78px; }
  @media all and (max-width: 640px) {
    .wrapper-month-slider {
      margin-bottom: 96px; } }
  .wrapper-month-slider::before {
    content: '';
    background: url("../images/float-item/float-learn-2.png") no-repeat;
    width: 154px;
    height: 121px;
    position: absolute;
    bottom: -46px;
    left: -65px; }

.month-prev, .review-prev-2, .review-prev, .flamp-prev,
.month-next,
.review-next-2,
.review-next,
.flamp-next {
  width: 50px;
  height: 50px;
  border-radius: 50%; }
  @media all and (max-width: 640px) {
    .month-prev, .review-prev-2, .review-prev, .flamp-prev,
    .month-next,
    .review-next-2,
    .review-next,
    .flamp-next {
      display: none; } }

.month-prev, .review-prev-2, .review-prev, .flamp-prev {
  background: url("../images/arrow-prev.png") no-repeat 50% 50% !important;
  left: -80px; }
  .month-prev:hover, .review-prev-2:hover, .review-prev:hover, .flamp-prev:hover {
    background: url("../images/arrow-prev-hover.png") no-repeat 50% 50% !important; }


.month-next,
.review-next-2,
.review-next,
.flamp-next {
  background: url("../images/arrow-next.png") no-repeat 50% 50% !important;
  right: -80px; }
  .month-next:hover, .review-next-2:hover, .review-next:hover, .flamp-next:hover {
    background: url("../images/arrow-next-hover.png") no-repeat 50% 50% !important; }

.month-pagination {
  bottom: -42px; }
  @media all and (max-width: 640px) {
    .month-pagination {
      bottom: -80px;
      text-align: left; } }
  .month-pagination .swiper-pagination-bullet {
    background: url("../images/step-1.png") no-repeat 50% 50% transparent !important;
    width: 49px;
    height: 27px;
    margin: 0 10px;
    border-radius: 0; }
    @media all and (max-width: 640px) {
      .month-pagination .swiper-pagination-bullet {
        margin-bottom: 4px; } }
    .month-pagination .swiper-pagination-bullet.even {
      background: url("../images/step-2.png") no-repeat 50% 50% transparent !important; }
  .month-pagination .swiper-pagination-bullet-active {
    background: url("../images/step-1-hover.png") no-repeat 50% 50% transparent !important; }
    .month-pagination .swiper-pagination-bullet-active.even {
      background: url("../images/step-2-hover.png") no-repeat 50% 50% transparent !important; }

.review-pagination-2 {
  bottom: 0px; }

.more-info-title {
  background: url("../images/line-h3.png") no-repeat 50% 50%;
  margin-bottom: 16px; }

.subtitle-h3 {
  font: 900 26px/29px 'Museo', sans-serif;
  margin-bottom: 26px; }

.more-info-text {
  font: 400 17px/23px 'Montserrat', sans-serif;
  margin-bottom: 48px; }

.section-school {
  background: url("../images/school-bg-border.png") no-repeat 50% 54% transparent;
  padding: 120px 0 154px;
  z-index: 2; }
  @media all and (max-width: 1320px) {
    .section-school {
      background: url("../images/school-bg-border-small.png") no-repeat 70% 54% transparent; } }
  @media all and (max-width: 640px) {
    .section-school {
      background: none;
      padding: 70px 0 50px; } }
  .section-school::after {
    content: '';
    background: url("../images/mark-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -180px;
    transform: translateX(-1px); }
    @media all and (min-width: 1921px) {
      .section-school::after {
        background-size: cover;
        height: 9%;
        bottom: -169px; } }
  .section-school h2 {
    margin-bottom: 68px; }
  .section-school h3 {
    font: 700 49px/52px 'Lifehack Sans', sans-serif;
    margin-bottom: 50px; }
    @media all and (max-width: 640px) {
      .section-school h3 {
        margin: 50px 0; } }
    .section-school h3 span {
      color: #ff9400; }
    .section-school h3 .primary {
      color: #44B5ef; }
  .section-school .h3-margin {
    margin: 40px 0 40px; }
  .section-school .top-vert-line {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2; }
    .section-school .top-vert-line::before {
      content: '';
      background: url("../images/vertical-line-min.png") no-repeat;
      width: 54px;
      height: 151px;
      position: absolute;
      bottom: -130px;
      left: calc(50% - 27px); }
      @media all and (max-width: 1320px) {
        .section-school .top-vert-line::before {
          bottom: -182px; } }
      @media all and (max-width: 640px) {
        .section-school .top-vert-line::before {
          bottom: -202px; } }

.item-school {
  margin-bottom: 38px;
  text-align: center; }
  .item-school .school-item-image {
    background: url("../images/school-item.png") no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 auto 15px; }
    .item-school .school-item-image.i-1 {
      background: url("../images/school-item-1.png") no-repeat;
      width: 144px; }
    .item-school .school-item-image.i-2 {
      background-position: -130px 0; }
    .item-school .school-item-image.i-3 {
      background-position: -400px 0; }
    .item-school .school-item-image.i-4 {
      background: url("../images/school-item-4.png") no-repeat; }
  .item-school .school-item-title {
    font: 700 18px/24px 'Museo', sans-serif; }

.certificate-item {
  display: inline-block;
  width: 284px;
  height: 394px;
  text-align: center;
  margin: 0 0 42px 0px;
  border: 8px solid #4d4d4d; }
  .certificate-item a, .certificate-item .underline, .certificate-item .dashed, .certificate-item .dotted {
    display: block;
    position: relative;
    cursor: pointer !important;
    display: inline-block;
    line-height: 0; }
    .certificate-item a img, .certificate-item .underline img, .certificate-item .dashed img, .certificate-item .dotted img {
      display: block;
      position: relative;
      z-index: 1; }
    .certificate-item a::before, .certificate-item .underline::before, .certificate-item .dashed::before, .certificate-item .dotted::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      background: rgba(255, 148, 0, 0.5);
      opacity: 0;
      z-index: 2; }
    .certificate-item a::after, .certificate-item .underline::after, .certificate-item .dashed::after, .certificate-item .dotted::after {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      content: "";
      opacity: 0;
      z-index: 3; }
    .certificate-item a:hover::before, .certificate-item .underline:hover::before, .certificate-item .dashed:hover::before, .certificate-item .dotted:hover::before, .certificate-item a:active::before, .certificate-item .underline:active::before, .certificate-item .dashed:active::before, .certificate-item .dotted:active::before {
      opacity: 1; }
    .certificate-item a:hover::after, .certificate-item .underline:hover::after, .certificate-item .dashed:hover::after, .certificate-item .dotted:hover::after, .certificate-item a:active::after, .certificate-item .underline:active::after, .certificate-item .dashed:active::after, .certificate-item .dotted:active::after {
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    .certificate-item a img, .certificate-item .underline img, .certificate-item .dashed img, .certificate-item .dotted img {
      display: inline-block; }

.wrapper-certificate-slider {
  position: relative;
  text-align: center; }
  @media all and (max-width: 640px) {
    .wrapper-certificate-slider {
      margin-bottom: 80px; } }

.certificate-next {
  right: -75px; }
  @media all and (max-width: 640px) {
    .certificate-next {
      right: 110px;
      top: 101%; } }

.certificate-prev {
  left: -75px; }
  @media all and (max-width: 640px) {
    .certificate-prev {
      left: 110px;
      top: 101%; } }

.certificate-pagination {
  bottom: -12px; }
  .certificate-pagination .swiper-pagination-bullet {
    background: #000; }

.achievements-item {
  text-align: center;
  margin: 20px 0 0px; }
  .achievements-item .achievements-image {
    background: url("../images/cup.png") no-repeat;
    width: 88px;
    height: 208px;
    margin: 0 auto 20px; }
    @media all and (max-width: 640px) {
      .achievements-item .achievements-image {
        margin: 0 auto 40px; } }
  .achievements-item .achievements-title {
    font: 700 20px/26px 'Museo', sans-serif; }

.wrapper-achievements-slider {
  position: relative; }

.achievements-next {
  right: 110px;
  top: 112%; }

.achievements-prev {
  left: 110px;
  top: 112%; }

.achievements-pagination {
  bottom: -48px; }
  .achievements-pagination .swiper-pagination-bullet {
    background: #000; }

.section-review {
  background: #305e92;
  background-size: cover;
  padding: 165px 0 170px;
  color: #fff; }
  @media all and (max-width: 1600px) {
    .section-review {
      padding: 220px 0 170px; } }
  .section-review::after {
    content: '';
    background: url("../images/video-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 268px;
    position: absolute;
    bottom: -10px; }
    @media all and (min-width: 1921px) {
      .section-review::after {
        background-size: cover;
        height: 21%;
        bottom: -1px; } }
    @media all and (max-width: 640px) {
      .section-review::after {
        left: 0; } }
  .section-review h2 {
    margin-bottom: 62px; }
  .section-review .float-item-1 {
    background: url("../images/float-item/float-info-4.png") no-repeat;
    width: 184px;
    height: 139px;
    margin-top: 300px;
    margin-left: 450px; }

.wrapper-review-slider {
  position: relative;
  margin-bottom: 40px; }

.review-item {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden; }
  .review-item:hover::before {
    transform: scale(1.4); }
  .review-item:hover::after {
    background: rgba(26, 37, 55, 0.25); }
  .review-item:hover img {
    transform: scale(1.1); }
  .review-item::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    background: url("../images/play-btn-min.png") no-repeat;
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 36px);
    width: 72px;
    height: 68px;
    z-index: 2; }
  .review-item::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: rgba(26, 37, 55, 0.5); }
  .review-item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

@media all and (max-width: 1320px) {
  .review-prev {
    top: 115%;
    left: 410px; } }

@media all and (max-width: 640px) {
  .review-prev {
    left: 110px;
    display: block;
    top: 112%; } }

@media all and (max-width: 1320px) {
  .review-next {
    top: 115%;
    right: 410px; } }

@media all and (max-width: 640px) {
  .review-next {
    right: 110px;
    display: block;
    top: 112%; } }

.review-pagination {
  bottom: -44px; }

.review-flamp-block {
  position: relative;
  text-align: center;
  margin: 80px 0 30px;
  height: 1000px;
  padding-top: 120px;
  background: url("../images/flamp-bg-new.png") no-repeat 50% 50%;
  background-size: 100%; }
  @media all and (max-width: 640px) {
    .review-flamp-block {
      height: 420px;
      padding-top: 40px; } }
  .review-flamp-block::before {
    content: '';
    background: url("../images/float-item/float-review-5.png") no-repeat;
    width: 154px;
    height: 121px;
    position: absolute;
    bottom: 265px;
    left: -50px;
    z-index: -1; }
    @media all and (max-width: 640px) {
      .review-flamp-block::before {
        bottom: 0; } }
  .review-flamp-block::after {
    content: '';
    background: url("../images/float-item/float-info-7.png") no-repeat;
    width: 146px;
    height: 164px;
    position: absolute;
    top: 50px;
    right: -20px;
    z-index: -1; }
    @media all and (max-width: 640px) {
      .review-flamp-block::after {
        top: -31px;
        right: -32px; } }
  .review-flamp-block img {
    width: 100%; }

.flamp-slider {
  height: auto; }
  @media all and (max-width: 640px) {
    .flamp-slider {
      height: 420px; } }
  .flamp-slider .swiper-slide {
    height: auto; }

.flamp-review {
  display: block;
  position: relative;
  cursor: pointer !important; }
  .flamp-review img {
    display: block;
    position: relative;
    z-index: 1; }
  .flamp-review::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(255, 148, 0, 0.5);
    opacity: 0;
    z-index: 2; }
  .flamp-review::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    content: "";
    opacity: 0;
    z-index: 3; }
  .flamp-review:hover::before, .flamp-review:active::before {
    opacity: 1; }
  .flamp-review:hover::after, .flamp-review:active::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

@media all and (max-width: 640px) {
  .flamp-pagination {
    bottom: -60px; } }

@media all and (max-width: 1320px) {
  .flamp-next {
    top: 103.5%;
    right: 410px; } }

@media all and (max-width: 640px) {
  .flamp-next {
    right: 80px;
    display: block;
    top: 112%; } }

@media all and (max-width: 1320px) {
  .flamp-prev {
    top: 103.5%;
    left: 410px; } }

@media all and (max-width: 640px) {
  .flamp-prev {
    left: 80px;
    display: block;
    top: 112%; } }

.review-flamp {
  border-bottom: 1px solid rgba(238, 238, 238, 0.8);
  position: relative;
  padding: 0px 0 40px 100px;
  color: #000;
  text-align: left; }
  .review-flamp .review-flamp-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .review-flamp .review-flamp-author {
    font: 700 19px/24px 'Museo', sans-serif;
    margin-bottom: 10px; }
  .review-flamp .review-flamp-text {
    font: 400 17px/23px 'Museo', sans-serif; }

.map-holder {
  height: 730px; }

.main-office-map, .office-map-2, .office-map-3 {
  width: 360px;
  background: #44B5ef;
  padding: 30px 35px 40px;
  color: #fff;
  position: absolute;
  top: calc(50% + 100px);
  left: calc(50% - 500px);
  display: none; }
  @media all and (max-width: 640px) {
    .main-office-map, .office-map-2, .office-map-3 {
      width: 250px;
      padding: 12px 20px 12px;
      top: calc(50% + 170px);
      left: calc(50% - 304px); } }

.title-main-office {
  font: 500 12px/1 'Museo', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.address-office {
  font: 500 16px/20px 'Museo', sans-serif;
  margin-bottom: 12px; }

.btn-map {
  background: #ff9400;
  color: #fff;
  display: inline-block;
  padding: 10px 20px; }

.office-map-2 {
  background: #fff;
  color: #000;
  top: calc(50% - 150px);
  left: calc(50% - 500px); }
  @media all and (max-width: 640px) {
    .office-map-2 {
      top: calc(50% - 200px);
      left: calc(50% - 304px); } }

.office-map-3 {
  background: #fff;
  color: #000;
  top: calc(50% + 100px);
  left: calc(50% + 280px); }
  @media all and (max-width: 640px) {
    .office-map-3 {
      left: calc(50% + 50px);
      top: calc(50% - 0px); } }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 0px; }
  .section-form .btn {
    width: 360px; }
    @media all and (max-width: 640px) {
      .section-form .btn {
        width: 100%; } }

@media all and (max-width: 1320px) {
  .send-form {
    padding: 0 40px; } }

@media all and (max-width: 640px) {
  .send-form {
    padding: 0; } }

.form-agree-check {
  font: 400 14px/18px "Montserrat", sans-serif;
  margin-top: 80px;
  width: 500px;
  margin: 34px auto 0;
  text-align: center; }
  @media all and (max-width: 640px) {
    .form-agree-check {
      margin: 62px auto 0;
      font: 400 16px/18px "Montserrat", sans-serif; } }
  .form-agree-check .jq-checkbox, .form-agree-check .jq-radio {
    top: 1px; }

.si-modal .form-agree-check, .si-success-modal .form-agree-check {
  text-align: left;
  width: 400px;
  margin: 55px auto 0;
  font: 400 12px/15px "Montserrat", sans-serif; }

.form-try, .form-free {

  background: url("../images/border-form.png") no-repeat 50% 70%;
  padding: 50px 0 150px;
  z-index: 2; }
  @media all and (max-width: 1320px) {
    .form-try, .form-free {
      background: url("../images/border-form-small.png") no-repeat -30% 70%; } }
  @media all and (max-width: 640px) {
    .form-try, .form-free {
      padding: 94px 0 0px;
      background: none; } }
  .form-try::after, .form-free::after {
    content: '';
    background: url("../images/mark-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -180px; }
    @media all and (min-width: 1921px) {
      .form-try::after, .form-free::after {
        background-size: cover;
        height: 40%; } }
  .form-try::before, .form-free::before {
    content: '';
    background: url("../images/vertical-line-min.png") no-repeat;
    width: 54px;
    height: 151px;
    position: absolute;
    bottom: -154px;
    left: calc(50% - 40px);
    z-index: 3; }
    @media all and (max-width: 1600px) {
      .form-try::before, .form-free::before {
        bottom: -168px; } }
    @media all and (max-width: 640px) {
      .form-try::before, .form-free::before {
        display: none; } }
  .form-try h2, .form-free h2 {
    margin-bottom: 20px; }

.subtitle-h2 {
  font: 500 24px/29px 'Museo', sans-serif;
  margin-bottom: 50px; }
  @media all and (max-width: 640px) {
    .subtitle-h2 {
      font: 500 22px/27px 'Museo', sans-serif;
      margin-bottom: 56px; } }

.arrow-down-form {
  width: 71px;
  height: 68px;
  background: url("../images/arrow-down-form.png") no-repeat;
  position: absolute;
  bottom: -108px;
  left: calc(50% - 48px); }

.form-try-2::before {
  content: '';
  background: url("../images/vertical-line.png") no-repeat;
  width: 7px;
  height: 110px;
  position: absolute;
  top: -110px;
  left: 49.2%; }
  @media all and (max-width: 1600px) {
    .form-try-2::before {
      top: -144px; } }
  @media all and (max-width: 640px) {
    .form-try-2::before {
      display: none; } }

.form-try-2::after {
  transform: scaleX(-1);
  filter: FlipH; }

.form-try-2 .bottom-vert-line {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2; }
  @media all and (max-width: 640px) {
    .form-try-2 .bottom-vert-line {
      display: none; } }
  .form-try-2 .bottom-vert-line::before {
    content: '';
    background: url("../images/vertical-line.png") no-repeat;
    width: 7px;
    height: 110px;
    position: absolute;
    bottom: -110px;
    left: 49.2%; }
    @media all and (max-width: 1600px) {
      .form-try-2 .bottom-vert-line::before {
        bottom: -160px; } }

.form-learn-lang {
  background: url("../images/border-secret.png") no-repeat 50% 40%;
  padding: 80px 0 200px; }
  @media all and (max-width: 640px) {
    .form-learn-lang {
      padding: 0px 0 25px;
      background: none; } }
  .form-learn-lang h2 {
    margin-bottom: 50px;
    letter-spacing: -0.5px; }
  .form-learn-lang .arrow-down-form {
    bottom: -128px; }
    @media all and (max-width: 1320px) {
      .form-learn-lang .arrow-down-form {
        left: calc(50% - 34px); } }

.form-free {
  background: url("../images/border-last-form.png") no-repeat 50% 72%; }
  @media all and (max-width: 1320px) {
    .form-free {
      background: url("../images/border-form-small.png") no-repeat -30% 70%; } }
  @media all and (max-width: 640px) {
    .form-free {
      background: none;
      padding-bottom: 70px; } }
  .form-free::before {
    display: none; }
  .form-free::after {
    content: '';
    background: url("../images/free-bottom-bg.png") no-repeat;
    background-size: unset;
    width: 100%;
    height: 252px;
    position: absolute;
    bottom: -242px; }
    @media all and (min-width: 1921px) {
      .form-free::after {
        background-size: cover;
        height: 35%;
        bottom: -179px; } }
    @media all and (max-width: 640px) {
      .form-free::after {
        display: none; } }
  .form-free .arrow-down-form {
    bottom: -122px; }

          .city-name  a{
box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: Museo,sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  margin: 2px 0 0 7px;
  padding: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  vertical-align: top;
  border-bottom: 2px solid #fff;
          }

.btn-city {
  background-color: #ff5752;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-right: 10px;
  outline: none;
  padding: 5px 25px;
  text-align: center;
    text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-property: background;
  transition-timing-function: ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}


