@-webkit-keyframes animate-mouse-icon {
  0% {
    -webkit-transform: translate(30%, -30%);
            transform: translate(30%, -30%); }
  65% {
    -webkit-transform: translate(-30%, 30%);
            transform: translate(-30%, 30%); }
  100% {
    -webkit-transform: translate(30%, -30%);
            transform: translate(30%, -30%); } }

@keyframes animate-mouse-icon {
  0% {
    -webkit-transform: translate(30%, -30%);
            transform: translate(30%, -30%); }
  65% {
    -webkit-transform: translate(-30%, 30%);
            transform: translate(-30%, 30%); }
  100% {
    -webkit-transform: translate(30%, -30%);
            transform: translate(30%, -30%); } }

@-webkit-keyframes handle_pulse {
  0% {
    -webkit-transform: scale(0.25, 0.25);
            transform: scale(0.25, 0.25);
    opacity: 0; }
  10% {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    opacity: 1; }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; } }

@keyframes handle_pulse {
  0% {
    -webkit-transform: scale(0.25, 0.25);
            transform: scale(0.25, 0.25);
    opacity: 0; }
  10% {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    opacity: 1; }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; } }

@-webkit-keyframes rotate-image {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes rotate-image {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes rotateThisClockwise {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotateThisClockwise {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes animate-tap-icon {
  0% {
    -webkit-transform: translate(40%, 40%);
            transform: translate(40%, 40%); }
  65% {
    -webkit-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%); }
  100% {
    -webkit-transform: translate(40%, 40%);
            transform: translate(40%, 40%); } }

@keyframes animate-tap-icon {
  0% {
    -webkit-transform: translate(40%, 40%);
            transform: translate(40%, 40%); }
  65% {
    -webkit-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%); }
  100% {
    -webkit-transform: translate(40%, 40%);
            transform: translate(40%, 40%); } }

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/*
  Classes modificators
*/
.center {
  text-align: center; }

.inline {
  display: inline-block; }

.h100 {
  height: 100%; }

.w100 {
  width: 100%; }

.oHidden {
  overflow: hidden; }

.uppercase {
  text-transform: uppercase; }

.tAlignR {
  text-align: right; }

.tAlignL {
  text-align: left; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

*:focus {
  outline: none; }

.half {
  width: 50%; }

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.vHidden {
  opacity: 0;
  visibility: hidden; }

.fit-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.inherit-size {
  width: inherit;
  height: inherit; }

.clear:after, .row:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

a {
  border: none;
  outline: none;
  text-decoration: none;
  color: inherit; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal; }

/*
  Helpers styles
*/
img {
  max-width: 100%; }

svg {
  width: 100%;
  height: 100%; }
  svg * > {
    fill: inhirit; }

/* cols */
/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  box-sizing: border-box; }

/* 1. 20 Column Grid - Infinity
-----------------------------------------------------------------------------

Span 1:    5.0%
Span 2:    10.0%
Span 3:    15.0%
Span 4:    20.0%
Span 5:    25.0%
Span 6:    30.0%
Span 7:    35.0%
Span 8:    40.0%
Span 9:    45.0%
Span 10:    50.0%
Span 11:    55.0%
Span 12:    60.0%
Span 13:    65.0%
Span 14:    70.0%
Span 15:    75.0%
Span 16:    80.0%
Span 17:    85.0%
Span 18:    90.0%
Span 19:    95.0%
Span 20:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) {
  .col {
    margin-left: 0%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  /*
  Add your semantic classnames in alongside their corresponding spans here. e.g.

  .span_3,
  .my_semantic_class_name {
      ...
  }

  */
  .grid1 {
    width: 3.4375em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid2 {
    width: 6.875em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid3 {
    width: 10.3125em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid4 {
    width: 13.75em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid5 {
    width: 17.1875em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid6 {
    width: 20.625em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid7 {
    width: 24.0625em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid8 {
    width: 27.5em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid9 {
    width: 30.9375em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid10 {
    width: 34.375em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid11 {
    width: 37.8125em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid12 {
    width: 41.25em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid13 {
    width: 44.6875em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid14 {
    width: 48.125em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid15 {
    width: 51.5625em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid16 {
    width: 55em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid17 {
    width: 58.4375em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid18 {
    width: 61.875em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid19 {
    width: 65.3125em;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 0em;
    float: left; }
  .grid20 {
    margin-left: 0;
    width: 100%; }
  .grid_offset1 {
    margin-left: 3.4375em; }
  .grid_offset2 {
    margin-left: 6.875em; }
  .grid_offset3 {
    margin-left: 10.3125em; }
  .grid_offset4 {
    margin-left: 13.75em; }
  .grid_offset5 {
    margin-left: 17.1875em; }
  .grid_offset6 {
    margin-left: 20.625em; }
  .grid_offset7 {
    margin-left: 24.0625em; }
  .grid_offset8 {
    margin-left: 27.5em; }
  .grid_offset9 {
    margin-left: 30.9375em; }
  .grid_offset10 {
    margin-left: 34.375em; }
  .grid_offset11 {
    margin-left: 37.8125em; }
  .grid_offset12 {
    margin-left: 41.25em; }
  .grid_offset13 {
    margin-left: 44.6875em; }
  .grid_offset14 {
    margin-left: 48.125em; }
  .grid_offset15 {
    margin-left: 51.5625em; }
  .grid_offset16 {
    margin-left: 55em; }
  .grid_offset17 {
    margin-left: 58.4375em; }
  .grid_offset18 {
    margin-left: 61.875em; }
  .grid_offset19 {
    margin-left: 65.3125em; }
  .grid_offset20 {
    margin-left: 68.75em; } }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  line-height: 1.2; }

body {
  font-size: 0.33333em; }

.swiper-slide {
  width: auto !important; }

.slider-item {
  display: inline-block;
  margin-right: 1.25em;
  position: relative; }
  .slider-item img {
    height: 52.8125em;
    width: auto; }

input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0; }

input[type="text"]:focus:-moz-placeholder {
  opacity: 0; }

input[type="text"]:focus::-moz-placeholder {
  opacity: 0; }

input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

/*h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal;
}*/
.title {
  font-weight: normal;
  margin: 0; }
  .title-lg {
    font-size: 3.4375em; }
  .title-md {
    font-size: 2.125em; }
  .title-sm {
    font-size: 1.5em; }
  .title-xs {
    font-size: 1.125em; }

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center; }

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

.clearfix:after {
  clear: both; }

.hidden {
  display: none; }

.desktop-hidden {
  display: none; }

.mobile .desktop-hidden {
  display: block; }

.mobile .mobile-hidden {
  display: none; }

svg use {
  fill: #fff; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375em;
  background-color: #11995c;
  width: 20.625em;
  height: 6.875em; }
  .btn .text {
    color: #ffffff;
    font-size: 2.75em;
    font-weight: 500; }

.block-head {
  display: inline-block;
  width: 100%;
  color: #5e5e5e;
  font-size: 3.125em;
  font-weight: 500;
  position: relative; }
  .block-head .info {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    width: 0.94em;
    height: 0.94em;
    background-image: url("../../assets/img/info.png");
    background-size: contain;
    background-repeat: no-repeat; }

/**
 * Swiper 4.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 11, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

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

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.app-wrap {
  width: 100%;
  max-width: 93.75em;
  margin: auto; }

.app-top {
  width: 100%;
  height: 34.75em;
  background-image: url("../../assets/img/top.png");
  background-size: cover;
  background-position: center top;
  position: relative; }
  .app-top .logo {
    width: 26.1875em;
    height: 19.9375em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../assets/img/logo.png");
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    bottom: 0.6875em; }

.main-info {
  width: 100%;
  box-sizing: border-box;
  padding: 3.4375em 2.1875em; }
  .main-info .top {
    position: relative;
    display: flex; }
    .main-info .top .add-to-fav {
      position: absolute;
      right: 0;
      top: 0;
      width: 3.4375em;
      height: 4.875em;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../../assets/img/add-to-fav.png"); }
    .main-info .top .app-img {
      width: 23%;
      margin-right: 1.875em; }
      .main-info .top .app-img img {
        border-radius: 4.4em;
        box-shadow: 0 1.25em 1.25em 0 rgba(192, 47, 178, 0.2); }
    .main-info .top .app-text {
      width: 77%; }
      .main-info .top .app-text .head {
        width: 100%;
        display: inline-block;
        color: #000000;
        font-size: 3.75em;
        font-weight: 500;
        margin-top: 0.08333em;
        margin-bottom: 0.23333em; }
      .main-info .top .app-text .sub-head {
        display: inline-block;
        width: 100%;
        color: #636363;
        font-size: 2.375em;
        margin-bottom: 0.36842em; }
      .main-info .top .app-text .age {
        width: 4.6875em;
        height: 3.25em;
        background-image: url("../../assets/img/18.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block; }
  .main-info .main-category {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 4.0625em; }
    .main-info .main-category .category {
      margin-right: 1.875em; }
      .main-info .main-category .category a {
        display: inline-block;
        line-height: 1.71429em;
        border-radius: 3.77188em;
        font-size: 2.1875em;
        border: 1px solid #c8c8c7;
        margin-right: 0.31429em;
        margin-bottom: 0.22857em;
        color: #636363;
        padding: 0 0.85714em; }
  .main-info .icons-wrap {
    width: 100%;
    margin-top: 3.75em; }
    .main-info .icons-wrap .icons-head {
      width: 100%;
      display: inline-block;
      text-align: right;
      border-bottom: 1px solid #d4d4d4;
      color: #636363;
      font-size: 2.125em;
      line-height: 1.76471em;
      margin-bottom: 1.29412em; }
    .main-info .icons-wrap .icons {
      width: 100%;
      display: flex;
      border-bottom: 1px solid #d4d4d4; }
      .main-info .icons-wrap .icons .item {
        width: 25%;
        text-align: center;
        padding-bottom: 1.5em; }
        .main-info .icons-wrap .icons .item img {
          height: 12.75em;
          width: auto;
          margin-bottom: 1.5em; }
        .main-info .icons-wrap .icons .item .text {
          color: #636363;
          font-size: 2.125em; }
          .main-info .icons-wrap .icons .item .text.pl:after {
            display: inline-block;
            content: '';
            width: 0.79412em;
            height: 0.73529em;
            background-image: url("../../assets/img/head-ic.png");
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            top: 0.0625em; }

.description {
  width: 100%;
  white-space:  pre-line;
	padding: 0em 1em;
  padding-top: 2.75em; }
  .description.show .text {
    max-height: 100%;
	
	}
  .description.show .read-more {
    display: none; }
  .description .text {
    display: inline-block;
    width: 100%;
    font-size: 3em;
    line-height: 1.29167em;
    margin-bottom: 0.625em;
    transition: all .4s ease-out;
    max-height: 29.5em;
    overflow: hidden;
    //text-align: center;
	}
  .description .read-more {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #11995c;
    font-size: 2.25em;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 3.33333em;
    position: relative;
    text-align: center;
    margin-top: 1.66667em; }
    .description .read-more:before {
      content: '';
      display: inline-block;
      width: 2.80556em;
      height: 1.91667em;
      background-image: url("../../assets/img/read-more.png");
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      top: 0;
      background-size: contain;
      background-repeat: no-repeat; }

.slider-item .btn-play {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/btn-pl.png");
  background-size: 10.125em 10.125em;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0; }

.rates {
  width: 100%;
  box-sizing: border-box;
  padding: 3.75em 2.1875em; }
  .rates .rates-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125em; }
    .rates .rates-inner .point {
      width: 18.125em; }
      .rates .rates-inner .point .text {
        font-weight: 100;
        font-size: 12.25em;
        color: #5e5e5e; }
    .rates .rates-inner .stars {
      width: 14.375em; }
      .rates .rates-inner .stars .stars-block {
        margin-top: 3.75em;
        margin-bottom: 0.9375em; }
        .rates .rates-inner .stars .stars-block img {
          width: 11.25em;
          height: auto; }
      .rates .rates-inner .stars .stars-text {
        color: #5e5e5e;
        font-size: 2.25em; }
        .rates .rates-inner .stars .stars-text:after {
          display: inline-block;
          content: '';
          width: 0.79412em;
          height: 0.73529em;
          background-image: url(../../assets/img/head-ic.png);
          background-size: contain;
          background-repeat: no-repeat;
          position: relative;
          top: 0.0625em; }
    .rates .rates-inner .schedule {
      width: 32.5em; }
      .rates .rates-inner .schedule .item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 0.625em; }
        .rates .rates-inner .schedule .item .num {
          width: 2.0625em;
          font-size: 1.875em;
          text-align: center;
          color: #5e5e5e; }
      .rates .rates-inner .schedule .line {
        height: 1.5625em; }
        .rates .rates-inner .schedule .line.cl5 {
          background-color: #79c9a1; }
        .rates .rates-inner .schedule .line.cl4 {
          background-color: #aed888; }
        .rates .rates-inner .schedule .line.cl3 {
          background-color: #ffd935; }
        .rates .rates-inner .schedule .line.cl2 {
          background-color: #ffb235; }
        .rates .rates-inner .schedule .line.cl1 {
          background-color: #ff8c5a; }

.future {
  width: 100%;
  box-sizing: border-box;
  padding: 1.875em 2.1875em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .future .item {
    width: 12.5em;
    margin-top: 4.375em; }
    .future .item .cr {
      width: 12.5em;
      height: 12.5em;
      background-size: contain;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center; }
      .future .item .cr.cr1 {
        background-image: url("../../assets/img/cir1.png"); }
      .future .item .cr.cr2 {
        background-image: url("../../assets/img/cir2.png"); }
      .future .item .cr.cr3 {
        background-image: url("../../assets/img/cir3.png"); }
      .future .item .cr .num {
        font-weight: bold;
        font-size: 3.375em;
        color: #5e5e5e; }
        .future .item .cr .num:after {
          display: inline-block;
          content: '';
          width: 0.7037em;
          height: 0.68519em;
          background-image: url("../../assets/img/star.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: relative;
          top: 0;
          margin-left: 0.18519em; }
    .future .item .text {
      width: 100%;
      display: inline-block;
      color: #636363;
      font-size: 2.125em;
      text-align: center;
      margin-top: 1.02941em; }

.comments {
  width: 100%;
  box-sizing: border-box;
  padding: 2.1875em; }
  .comments .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.875em;
    position: relative; }
    .comments .item .like {
      position: absolute;
      right: 6.25em;
      top: 0;
      width: 3em;
      height: 2.875em;
      background-image: url("../../assets/img/like.png");
      background-size: contain;
      background-repeat: no-repeat; }
    .comments .item .point {
      position: absolute;
      right: 0;
      top: 0;
      width: 3em;
      height: 2.875em;
      background-image: url("../../assets/img/point.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .comments .item .ava {
      width: 7.75em; }
      .comments .item .ava img {
        width: 100%;
        border-radius: 50%; }
    .comments .item .comment {
      width: 80%;
      box-sizing: border-box;
      padding-right: 1.875em; }
      .comments .item .comment .head {
        color: #383838;
        font-size: 2em;
        display: inline-block;
        width: 100%;
        font-weight: 500;
        margin-bottom: 0.65625em; }
      .comments .item .comment .stars {
        margin-bottom: 2.5em; }
        .comments .item .comment .stars img {
          width: 12.5em;
          height: auto;
          margin-right: 1.0625em;
          position: relative;
          top: 0.125em; }
        .comments .item .comment .stars .date {
          color: #636363;
          font-size: 2em; }
      .comments .item .comment .comment-body {
        width: 100%;
        display: inline-block;
        color: #636363;
        font-size: 2.125em;
        line-height: 1.23529em; }

.footer {
  width: 100%;
  text-align: center; }
  .footer .all {
    display: inline-block;
    width: 100%;
    color: #11995c;
    font-size: 2.25em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.94444em; }
  .footer .btn {
    margin-bottom: 8.125em; }

/*# sourceMappingURL=maps/app.css.map */
