/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

/* Font face----------------------------------------------------------- */
@font-face {
  font-family: "Icons";
  src: url("../fonts/Icons.eot");
  src: url("../fonts/Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Icons.woff") format("woff"), url("../fonts/Icons.ttf") format("truetype"), url("../fonts/Icons.svg#Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.icon {
  font-family: "Icons", sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto; }

.i_arr-b:before {
  content: "\E001"; }

.i_arr-b1:before {
  content: "\E002"; }

.i_ava:before {
  content: "\E003"; }

.i_calendar:before {
  content: "\E004"; }

.i_check:before {
  content: "\E005"; }

.i_clipboard_icon:before {
  content: "\E006"; }

.i_comment:before {
  content: "\E007"; }

.i_delivery:before {
  content: "\E008"; }

.i_exit:before {
  content: "\E009"; }

.i_headset:before {
  content: "\E00A"; }

.i_journey:before {
  content: "\E00B"; }

.i_login:before {
  content: "\E00C"; }

.i_menu:before {
  content: "\E00D"; }

.i_night_train_icon:before {
  content: "\E00E"; }

.i_route:before {
  content: "\E00F"; }

.i_speech-bubble:before {
  content: "\E010"; }

.i_start:before {
  content: "\E011"; }

.i_train:before {
  content: "\E012"; }

.i_travel:before {
  content: "\E013"; }

.i_travel1:before {
  content: "\E014"; }

.i_travel_days_icon:before {
  content: "\E015"; }

.i_truck:before {
  content: "\E016"; }

.i_user:before {
  content: "\E017"; }

.i_visibility:before {
  content: "\E018"; }

/* Meta classes----------------------------------------------------------- */
.reset {
  margin: 0;
  padding: 0;
  list-style: none; }

.hidden {
  display: none; }

.show {
  display: block !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

.no-border {
  border: 0 !important; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.disabled {
  cursor: default !important;
  opacity: .3;
  filter: alpha(opacity=30); }

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

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

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

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

.w-1 {
  width: 1%; }

.w-2 {
  width: 2%; }

.w-3 {
  width: 3%; }

.w-4 {
  width: 4%; }

.w-5 {
  width: 5%; }

.w-6 {
  width: 6%; }

.w-7 {
  width: 7%; }

.w-8 {
  width: 8%; }

.w-9 {
  width: 9%; }

.w-10 {
  width: 10%; }

.w-11 {
  width: 11%; }

.w-12 {
  width: 12%; }

.w-13 {
  width: 13%; }

.w-14 {
  width: 14%; }

.w-15 {
  width: 15%; }

.w-16 {
  width: 16%; }

.w-17 {
  width: 17%; }

.w-18 {
  width: 18%; }

.w-19 {
  width: 19%; }

.w-20 {
  width: 20%; }

.w-21 {
  width: 21%; }

.w-22 {
  width: 22%; }

.w-23 {
  width: 23%; }

.w-24 {
  width: 24%; }

.w-25 {
  width: 25%; }

.w-26 {
  width: 26%; }

.w-27 {
  width: 27%; }

.w-28 {
  width: 28%; }

.w-29 {
  width: 29%; }

.w-30 {
  width: 30%; }

.w-31 {
  width: 31%; }

.w-32 {
  width: 32%; }

.w-33 {
  width: 33%; }

.w-34 {
  width: 34%; }

.w-35 {
  width: 35%; }

.w-36 {
  width: 36%; }

.w-37 {
  width: 37%; }

.w-38 {
  width: 38%; }

.w-39 {
  width: 39%; }

.w-40 {
  width: 40%; }

.w-41 {
  width: 41%; }

.w-42 {
  width: 42%; }

.w-43 {
  width: 43%; }

.w-44 {
  width: 44%; }

.w-45 {
  width: 45%; }

.w-46 {
  width: 46%; }

.w-47 {
  width: 47%; }

.w-48 {
  width: 48%; }

.w-49 {
  width: 49%; }

.w-50 {
  width: 50%; }

.w-51 {
  width: 51%; }

.w-52 {
  width: 52%; }

.w-53 {
  width: 53%; }

.w-54 {
  width: 54%; }

.w-55 {
  width: 55%; }

.w-56 {
  width: 56%; }

.w-57 {
  width: 57%; }

.w-58 {
  width: 58%; }

.w-59 {
  width: 59%; }

.w-60 {
  width: 60%; }

.w-61 {
  width: 61%; }

.w-62 {
  width: 62%; }

.w-63 {
  width: 63%; }

.w-64 {
  width: 64%; }

.w-65 {
  width: 65%; }

.w-66 {
  width: 66%; }

.w-67 {
  width: 67%; }

.w-68 {
  width: 68%; }

.w-69 {
  width: 69%; }

.w-70 {
  width: 70%; }

.w-71 {
  width: 71%; }

.w-72 {
  width: 72%; }

.w-73 {
  width: 73%; }

.w-74 {
  width: 74%; }

.w-75 {
  width: 75%; }

.w-76 {
  width: 76%; }

.w-77 {
  width: 77%; }

.w-78 {
  width: 78%; }

.w-79 {
  width: 79%; }

.w-80 {
  width: 80%; }

.w-81 {
  width: 81%; }

.w-82 {
  width: 82%; }

.w-83 {
  width: 83%; }

.w-84 {
  width: 84%; }

.w-85 {
  width: 85%; }

.w-86 {
  width: 86%; }

.w-87 {
  width: 87%; }

.w-88 {
  width: 88%; }

.w-89 {
  width: 89%; }

.w-90 {
  width: 90%; }

.w-91 {
  width: 91%; }

.w-92 {
  width: 92%; }

.w-93 {
  width: 93%; }

.w-94 {
  width: 94%; }

.w-95 {
  width: 95%; }

.w-96 {
  width: 96%; }

.w-97 {
  width: 97%; }

.w-98 {
  width: 98%; }

.w-99 {
  width: 99%; }

.w-16 {
  width: 16.666666667%; }

.w-33 {
  width: 33.3333%; }

.w-37 {
  width: 37.5%; }

.w-67 {
  width: 66.6667%; }

.w-100 {
  width: 100%; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -10px; }
  .flex-row.-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .flex-row .flex-row-item {
    padding: 0 10px; }

.f-row-item {
  float: left;
  margin-bottom: 15px;
  padding: 0 15px; }

.ajax-loader {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 1000; }

.ajax-loader div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  text-align: center;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  width: 3rem;
  height: 3rem;
  font-size: 1em; }

.ajax-loader div:after, .ajax-loader div:before {
  width: 3rem;
  height: 3rem;
  margin: 0 0 0 -1.5rem; }

.ajax-loader div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  border-radius: 500rem;
  border: 0.3em solid rgba(0, 0, 0, 0.1); }

.ajax-loader div:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-animation: loader .6s linear;
  animation: loader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: .3em;
  box-shadow: 0 0 0 1px transparent; }

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

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

.scrollbar-styled::-webkit-scrollbar {
  width: 6px; }

.scrollbar-styled::-webkit-scrollbar-track {
  background: none; }

.scrollbar-styled::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 3px; }

.light-burgundy {
  color: var(--light-burgundy); }

/* H Group----------------------------------------------------------- * / */
h1, .h1 {
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 0.86;
  color: var(--almoste-black); }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 2rem; } }

h2, .h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 1.5625rem; } }

h3, .h3 {
  font-weight: bold;
  font-size: 1.5rem; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 1.25rem; } }

h4 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.33; }

h5, h6, .h4, .h5, .h6 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.33; }

/* Links----------------------------------------------------------- * / */
a {
  color: var(--hight--green);
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: none; }

/* Form tags styles----------------------------------------------------------- * / */
textarea {
  overflow: auto; }

input.placeholder, textarea.placeholder {
  color: var(--main-gray); }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: var(--main-gray); }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: var(--main-gray); }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--main-gray); }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--main-gray); }

input:focus.placeholder, textarea:focus.placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 1;
  color: transparent !important; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important; }

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  outline: none; }

/*stylized-switch*/
.switch {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  cursor: pointer;
  top: -1px;
  margin-right: 3px; }

.switch input {
  vertical-align: middle;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px; }

.switch input:not(:checked), .switch input:checked {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  cursor: pointer; }

/*not checked radio*/
.switch input[type=radio]:not(:checked) + i, .switch input[type=radio]:checked + i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px 30px 30px 30px; }

/*not checked checkbox*/
.switch input[type=checkbox]:not(:checked) + i, .switch input[type=checkbox]:checked + i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #ccc; }

/*checked radio*/
.switch input[type=radio]:checked + i {
  background: #ccc;
  box-shadow: 0 0 0 3px #fff inset;
  border: 1px solid #ccc; }

/*checked checkbox*/
.switch input[type=checkbox]:checked + i {
  background: #ccc;
  box-shadow: 0 0 0 3px #fff inset;
  border: 1px solid #ccc; }

/*hover radio*/
.switch input[type=radio]:checked + i:hover, label:hover .switch input[type=radio]:checked + i {
  opacity: 0.85; }

.switch input[type=radio] + i:hover, label:hover .switch input[type=radio] + i {
  opacity: 0.85; }

/*hover checkbox*/
.switch input[type=checkbox]:checked + i:hover, label:hover .switch input[type=checkbox]:checked + i {
  opacity: 0.85; }

.switch input[type=checkbox] + i:hover, label:hover .switch input[type=checkbox] + i {
  opacity: 0.85; }

/*end stylized-switch*/
* {
  -webkit-tap-highlight-color: transparent; }

.lazyloading, .lazyload {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s ease-out; }

img {
  max-width: 100%;
  vertical-align: middle; }

/* Body----------------------------------------------------------- * / */
html, body {
  font: 0.875rem/1.29 Roboto, Arial, sans-serif;
  height: 100%;
  width: 100%;
  color: var(--main-gray);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

body::before {
  transition: opacity 0.4s ease-out;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  background-color: var(--battleship-grey);
  visibility: hidden;
  pointer-events: none; }

html {
  font-size: 100%; }
  @media (max-width: 1024px) {
    html.-lock body {
      overflow: hidden; }
      html.-lock body::before {
        width: 100%;
        opacity: 0.5;
        visibility: visible; } }
  html:root {
    --almoste-black: #192914;
    --hight--green: #67922d;
    --hight-yellow: #fecc00;
    --very-pale-green: #d3f7c1;
    --main-gray: #4a4a4a;
    --white: #ffffff;
    --battleship-grey: #777a80;
    --shadow-gray: #c1c5ce;
    --ice-blue: #f0f5f6;
    --green-grey: #dfece0;
    --elevation-shadow-00-dp: #fafafa;
    --light-burgundy: #a83e47; }
  html.no-webp .is-webp {
    display: none; }
  html.no-webp .is-nowebp {
    display: inline; }
  html.no-webp .owl-carousel .owl-item img.is-webp {
    display: none; }
  html.no-webp .owl-carousel .owl-item img.is-nowebp {
    display: inline; }

.wrapper {
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden; }

*::-ms-backdrop, .content {
  min-height: 80vh; }

.is-webp {
  display: inline; }

.is-nowebp {
  display: none; }

.owl-carousel .owl-item img {
  width: auto; }
  .owl-carousel .owl-item img.is-webp {
    display: inline; }
  .owl-carousel .owl-item img.is-nowebp {
    display: none; }

.breadcrumbs {
  position: relative;
  color: var(--main-gray);
  font-size: 18px;
  margin-bottom: 48px; }
  @media (max-width: 1024px) {
    .breadcrumbs {
      margin-bottom: 43px; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      font-size: 14px;
      margin-bottom: 35px; } }
  .breadcrumbs a {
    color: var(--main-gray);
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

.btn {
  position: relative;
  cursor: pointer;
  border-radius: 40px;
  border: solid 3px var(--hight--green);
  background-color: var(--hight--green);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: var(--white);
  padding: 19px 28px;
  text-align: center;
  display: inline-block; }
  .btn.-fix-w {
    width: 338px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .btn.-fix-w {
        width: auto; } }
  .btn.-white {
    background-color: transparent;
    color: var(--hight--green);
    border: solid 3px var(--hight--green); }
  .btn.-mdl {
    padding: 18px 34px; }
    @media (max-width: 1024px) {
      .btn.-mdl {
        font-size: 18px;
        padding: 16px 34px; } }
    @media (max-width: 767px) {
      .btn.-mdl {
        padding: 9px 34px; } }
  .btn:hover {
    box-shadow: 0 1px 16px 0 var(--shadow-gray);
    text-decoration: none; }
  @media (max-width: 767px) {
    .btn {
      font-size: 18px;
      padding: 13px 25px; } }

.btn-border {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-radius: 26.5px;
  border: solid 2px var(--hight--green);
  line-height: 1;
  color: var(--hight--green);
  padding: 14px 17px;
  cursor: pointer; }
  .btn-border:hover {
    text-decoration: none;
    background-color: var(--hight--green);
    color: var(--white); }
    .btn-border:hover .btn-border-icon {
      display: none; }
      .btn-border:hover .btn-border-icon.hidden {
        display: inline-block; }
  .btn-border .btn-border-icon {
    margin-left: 15px;
    width: 42px;
    height: 14px; }

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden; }

/* Container----------------------------------------------------------- * / */
.content {
  flex: 1 1 auto; }

.container {
  max-width: 1214px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1024px) {
    .container {
      padding-left: 72px;
      padding-right: 72px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }

.title {
  margin: 0 0 25px 0;
  font-size: 42px;
  line-height: 1;
  color: var(--almoste-black);
  font-weight: bold; }
  @media (max-width: 1024px) {
    .title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .title {
      font-size: 24px;
      line-height: 1.25; } }
  .title h2, .title h3, .title h4, .title h5, .title h6 {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .title h2, .title h3, .title h4, .title h5, .title h6 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .title h2, .title h3, .title h4, .title h5, .title h6 {
        font-size: 24px; } }

.count-pass-wrapper {
  margin-bottom: 45px;
  padding-top: 33px; }
  @media (max-width: 1024px) {
    .count-pass-wrapper {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .count-pass-wrapper {
      margin-bottom: 30px;
      padding-top: 4px; } }

.count-pass {
  border: solid 4px var(--green-grey);
  background-color: var(--white);
  position: relative;
  min-height: 300px;
  border-radius: 0 46px 46px 0;
  border-left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  @media (max-width: 1210px) {
    .count-pass {
      margin-right: -18px;
      margin-left: -100px;
      padding-left: 80px; } }
  @media (max-width: 767px) {
    .count-pass {
      border-radius: 30px;
      border: solid 4px var(--green-grey);
      margin-left: -17px;
      margin-right: -17px;
      padding: 0;
      overflow: hidden;
      margin-bottom: 27px; } }
  .count-pass::after {
    content: "";
    border-right: dashed 4px var(--green-grey);
    top: 26px;
    bottom: 26px;
    right: 440px;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media (max-width: 1210px) {
      .count-pass::after {
        right: 429px; } }
    @media (max-width: 767px) {
      .count-pass::after {
        display: none; } }

.count-pass-price-logo {
  border-radius: 100%;
  position: absolute;
  left: -21px;
  top: -32px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 92px;
  background-color: var(--ice-blue);
  transform: rotate(-15deg); }
  @media (max-width: 767px) {
    .count-pass-price-logo {
      height: 65px;
      left: -2px;
      top: -34px;
      width: 65px; } }
  .count-pass-price-logo img {
    width: 74%; }

.count-pass-btn {
  font-size: 30px;
  font-weight: bold; }
  @media (max-width: 1024px) {
    .count-pass-btn.-mdl {
      font-size: 24px;
      padding: 15px 49px; } }

.count-pass-price-item {
  font-weight: bold;
  font-size: 62px;
  line-height: 1;
  white-space: nowrap;
  color: var(--almoste-black);
  display: inline-flex;
  margin-left: 21px; }
  @media (max-width: 767px) {
    .count-pass-price-item {
      font-size: 48px;
      margin-left: 6px; } }

.count-pass-price {
  text-align: right;
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
  margin-right: 18px;
  margin-top: 49px;
  position: relative; }
  @media (max-width: 767px) {
    .count-pass-price {
      margin: 40px 11px 20px 0; } }

.count-pass-filter-btn-group {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 25px;
  border: solid 3px var(--green-grey);
  background-color: var(--white);
  margin-right: 5px;
  color: #000;
  text-align: center; }
  .count-pass-filter-btn-group .count-pass-filter-btn-group-item {
    width: 50%;
    cursor: pointer;
    padding: 10px 19px;
    border-radius: 25px; }
    .count-pass-filter-btn-group .count-pass-filter-btn-group-item:hover {
      background-color: var(--green-grey); }
    .count-pass-filter-btn-group .count-pass-filter-btn-group-item.-active {
      background-color: var(--green-grey);
      cursor: default; }

.count-pass-filter-btn {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 25px;
  border: solid 3px var(--green-grey);
  background-color: var(--white);
  min-width: 108px;
  margin-right: 5px;
  color: #000;
  padding: 10px;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .count-pass-filter-btn {
      width: 89px;
      min-width: auto; } }
  .count-pass-filter-btn:hover {
    text-decoration: none;
    background-color: var(--green-grey); }
  .count-pass-filter-btn.-active {
    background-color: var(--green-grey);
    cursor: default; }

.count-pass-filter-title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 9px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px; }
  @media (max-width: 767px) {
    .count-pass-filter-title {
      margin-top: 16px; } }
  .count-pass-filter-title:first-child {
    margin-top: 0; }
  .count-pass-filter-title span {
    margin-right: 30px; }

.count-pass-filter {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .count-pass-filter {
      margin-bottom: 0; } }

.count-pass-right-content {
  position: relative;
  z-index: 1; }

.count-pass-right-title {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: var(--almoste-black); }
  @media (max-width: 767px) {
    .count-pass-right-title {
      font-size: 30px;
      margin-bottom: 13px; } }

.count-pass-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  margin-top: 75px;
  position: relative; }
  @media (max-width: 1210px) {
    .count-pass-nav {
      margin-top: 45px; } }
  @media (max-width: 767px) {
    .count-pass-nav {
      margin-left: 19px;
      margin-right: 19px; }
      .count-pass-nav span {
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 18px; } }
  .count-pass-nav a {
    display: inline-flex;
    white-space: nowrap;
    line-height: 1.1;
    text-decoration: none;
    border-bottom: 1px solid var(--hight--green); }
    @media (max-width: 767px) {
      .count-pass-nav a {
        display: inline-block;
        width: 40%;
        white-space: normal;
        border: 0;
        text-decoration: underline; }
        .count-pass-nav a:last-child {
          text-align: right; }
          .count-pass-nav a:last-child em {
            float: right;
            margin-left: 3px;
            margin-right: -21px;
            position: relative;
            top: -22px; } }
    .count-pass-nav a:hover {
      text-decoration: none;
      border-bottom-color: transparent; }
    .count-pass-nav a i {
      font-style: normal; }
      @media (max-width: 767px) {
        .count-pass-nav a i {
          display: block; } }
    .count-pass-nav a em {
      text-decoration: none;
      font-style: normal;
      position: relative;
      top: -2px; }
      @media (max-width: 767px) {
        .count-pass-nav a em {
          float: left;
          margin-left: -21px;
          margin-right: 3px;
          text-decoration: none; } }

.count-pass-ul {
  font-size: 18px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 57px;
  margin-right: 0; }
  @media (max-width: 1210px) {
    .count-pass-ul {
      flex-flow: column nowrap;
      margin: 0; } }
  @media (max-width: 767px) {
    .count-pass-ul {
      margin-bottom: 70px; } }
  .count-pass-ul li {
    padding-right: 15px;
    padding-left: 62px;
    position: relative; }
    @media (max-width: 1210px) {
      .count-pass-ul li {
        margin-bottom: 51px;
        padding-right: 40px; }
        .count-pass-ul li:last-child {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .count-pass-ul li {
        margin-bottom: 27px;
        padding-left: 90px; }
        .count-pass-ul li:last-child {
          margin-bottom: 0; } }
    .count-pass-ul li::before {
      font-size: 36px;
      font-weight: bold;
      line-height: 1;
      content: attr(data-attr) "";
      border-radius: 100%;
      margin-left: -61px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      float: left;
      width: 50px;
      height: 50px;
      background-color: var(--ice-blue);
      color: var(--hight--green); }
      @media (max-width: 1210px) {
        .count-pass-ul li::before {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          margin: 0; } }
      @media (max-width: 767px) {
        .count-pass-ul li::before {
          font-size: 24px;
          margin-left: 20px; } }
    .count-pass-ul li:nth-child(2) {
      left: -10px; }
      @media (max-width: 1210px) {
        .count-pass-ul li:nth-child(2) {
          left: auto; } }
      .count-pass-ul li:nth-child(2)::before {
        background-color: var(--green-grey); }
    .count-pass-ul li:nth-child(3)::before {
      background-color: #e7f4f6; }

.count-pass-label {
  font-style: italic;
  line-height: 1;
  display: inline-flex;
  position: relative;
  margin-left: 70px;
  color: var(--main-gray);
  font-size: 24px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .count-pass-label {
      display: none; } }
  .count-pass-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -31px;
    transform: translateY(-50%);
    border-radius: 100%;
    width: 63px;
    height: 63px;
    background-color: var(--ice-blue); }
  .count-pass-label span {
    position: relative; }

.count-pass-text {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  max-width: 542px; }
  @media (max-width: 1210px) {
    .count-pass-text {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .count-pass-text {
      font-size: 18px;
      margin-bottom: 25px; } }

.count-pass-subtitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--almoste-black);
  margin-bottom: 34px;
  font-style: italic; }
  @media (max-width: 1210px) {
    .count-pass-subtitle {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .count-pass-subtitle {
      font-size: 24px;
      margin-bottom: 21px; } }

.count-pass-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  color: var(--almoste-black);
  margin-bottom: 12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 767px) {
    .count-pass-title {
      font-size: 30px;
      margin-bottom: 8px; } }

.count-pass-right {
  padding: 54px 31px 15px;
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 0;
  width: 35%;
  min-width: 35%; }
  @media (max-width: 1210px) {
    .count-pass-right {
      width: 400px;
      min-width: 400px;
      padding: 43px 15px 26px 31px; } }
  @media (max-width: 767px) {
    .count-pass-right {
      width: 100%;
      min-width: 0;
      border-radius: 20px;
      padding: 31px 26px 37px; } }
  .count-pass-right::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 9px;
    border-radius: 100%;
    width: 177px;
    height: 193px;
    opacity: 0.72;
    background-color: var(--ice-blue);
    pointer-events: none; }
  .count-pass-right::before {
    content: "";
    position: absolute;
    right: -124px;
    top: -314px;
    border-radius: 100%;
    width: 450px;
    height: 450px;
    opacity: 0.42;
    background-color: var(--green-grey);
    pointer-events: none; }

.count-pass-left {
  width: 65%;
  padding: 42px 82px 20px 0; }
  @media (max-width: 1210px) {
    .count-pass-left {
      width: 100%;
      padding: 15px 15px 15px 0;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 767px) {
    .count-pass-left {
      display: none; } }

.count-pass-circle {
  position: absolute;
  top: -4px;
  right: 412px;
  width: 59px;
  height: 34px;
  overflow: hidden;
  pointer-events: none; }
  @media (max-width: 1210px) {
    .count-pass-circle {
      right: 402px; } }
  @media (max-width: 767px) {
    .count-pass-circle {
      display: none; } }
  .count-pass-circle.-ps {
    top: auto;
    bottom: -4px; }
    .count-pass-circle.-ps::after {
      top: 0;
      bottom: auto; }
  .count-pass-circle::after {
    content: "";
    border-radius: 100%;
    border: solid 4px var(--green-grey);
    background-color: var(--white);
    width: 100%;
    height: calc(100% * 2);
    position: absolute;
    bottom: 0;
    left: 0; }

.entry {
  padding-bottom: 162px;
  padding-top: 92px;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (max-width: 1024px) {
    .entry {
      padding-top: 50px;
      padding-bottom: 52px; } }
  @media (max-width: 767px) {
    .entry {
      padding-top: 8px;
      padding-bottom: 47px; } }
  .entry.-mod {
    margin-bottom: -60px; }
    .entry.-mod .entry__btn {
      min-width: auto; }
      @media (max-width: 767px) {
        .entry.-mod .entry__btn {
          min-width: 200px; } }
    @media (max-width: 1024px) {
      .entry.-mod {
        padding-bottom: 48vw;
        justify-content: flex-start;
        min-height: 94vh;
        margin-bottom: -30px; } }
    @media (max-width: 767px) {
      .entry.-mod {
        min-height: 94vh;
        padding-bottom: 81vw;
        margin-bottom: 19px; } }
  .entry .entry-circle {
    display: none; }
    @media (max-width: 1024px) {
      .entry .entry-circle {
        display: block;
        background-color: rgba(211, 247, 193, 0.22);
        border-radius: 100%;
        bottom: -12vw;
        height: 46vw;
        pointer-events: none;
        position: absolute;
        right: -14vw;
        width: 46vw; }
        .entry .entry-circle.-mod {
          display: none; } }
    @media (max-width: 767px) {
      .entry .entry-circle {
        display: none; } }
  .entry .entry-map {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    height: 100%;
    pointer-events: none; }
    @media (max-width: 767px) {
      .entry .entry-map.-shadow {
        bottom: -17px; } }
    .entry .entry-map.-shadow::after {
      content: "";
      background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, 0));
      position: absolute;
      top: 0;
      bottom: 0;
      left: -19vw;
      width: 100%; }
      @media (max-width: 1024px) {
        .entry .entry-map.-shadow::after {
          background-image: linear-gradient(to bottom, var(--white) 74%, rgba(255, 255, 255, 0));
          left: 0;
          top: -64%;
          height: 100%; } }
      @media (max-width: 767px) {
        .entry .entry-map.-shadow::after {
          background-image: linear-gradient(to bottom, var(--white) 74%, rgba(255, 255, 255, 0)); } }
    @media (max-width: 1024px) {
      .entry .entry-map {
        width: 100%;
        left: 0;
        top: auto;
        bottom: 5vw;
        height: 64vw;
        overflow: hidden; }
        .entry .entry-map::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 50%;
          background-image: linear-gradient(to bottom, var(--white) 30%, rgba(255, 255, 255, 0)); } }
    @media (max-width: 767px) {
      .entry .entry-map {
        height: 93vw; } }
    .entry .entry-map .entry-map-logo {
      position: absolute;
      top: 5.5vw;
      right: 9vw;
      width: 6.9vw; }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-logo {
          right: 6vw;
          top: 13vw;
          width: 11.9vw;
          z-index: 1; } }
      @media (max-width: 767px) {
        .entry .entry-map .entry-map-logo {
          right: 5vw;
          top: 24vw;
          width: 21.9vw; } }
    .entry .entry-map .entry-map-train {
      position: static;
      right: -45vw;
      top: 29vw;
      height: 10vw;
      max-width: 100%;
      visibility: hidden; }
      .entry .entry-map .entry-map-train.lazyloaded {
        visibility: visible;
        position: absolute;
        max-width: none; }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-train {
          bottom: 9vw;
          height: 17vw;
          right: -63vw;
          top: auto; } }
      @media (max-width: 767px) {
        .entry .entry-map .entry-map-train {
          height: 25vw;
          right: -124vw; } }
    .entry .entry-map .entry-map-label {
      position: absolute;
      right: 16vw;
      top: 21vw;
      width: 15vw; }
      .entry .entry-map .entry-map-label.-ps {
        right: 17vw;
        top: 26vw;
        transform: rotate(22deg); }
        @media (max-width: 1024px) {
          .entry .entry-map .entry-map-label.-ps {
            right: 34vw;
            top: 19vw; } }
        @media (max-width: 767px) {
          .entry .entry-map .entry-map-label.-ps {
            left: 4vw;
            right: auto;
            top: 44vw;
            width: 52vw;
            z-index: 1; } }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-label {
          right: 35vw;
          top: 22vw;
          width: 25vw; } }
      @media (max-width: 767px) {
        .entry .entry-map .entry-map-label {
          right: 26vw;
          top: 35vw;
          width: 40vw; } }
    .entry .entry-map .entry-map-circle2 {
      position: absolute;
      right: 26vw;
      width: 4.5vw;
      height: 4.5vw;
      border-radius: 100%;
      background-color: rgba(211, 247, 193, 0.5);
      bottom: 6vw; }
      .entry .entry-map .entry-map-circle2.-ps {
        top: 30vw;
        bottom: auto;
        right: 29vw; }
        @media (max-width: 1024px) {
          .entry .entry-map .entry-map-circle2.-ps {
            width: 101px;
            height: 101px;
            top: auto;
            bottom: 0;
            right: 29vw; } }
        @media (max-width: 767px) {
          .entry .entry-map .entry-map-circle2.-ps {
            bottom: 5vw;
            height: 101px;
            right: 54vw;
            width: 101px; } }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-circle2 {
          bottom: 4vw;
          height: 7.5vw;
          right: 43vw;
          width: 7.5vw;
          z-index: 1; } }
    .entry .entry-map .entry-map-circle1 {
      position: absolute;
      right: 5vw;
      top: 20vw;
      width: 7vw;
      height: 7vw;
      border-radius: 100%;
      background-color: rgba(211, 247, 193, 0.5); }
      .entry .entry-map .entry-map-circle1.-ps {
        right: 10vw;
        top: 21vw; }
        @media (max-width: 1024px) {
          .entry .entry-map .entry-map-circle1.-ps {
            width: 219px;
            height: 219px;
            right: 7vw;
            top: 22vw; } }
        @media (max-width: 767px) {
          .entry .entry-map .entry-map-circle1.-ps {
            height: 61px;
            right: 21vw;
            top: 38vw;
            width: 61px; } }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-circle1 {
          height: 16vw;
          right: 32vw;
          top: 12vw;
          width: 16vw;
          z-index: 1; } }
      @media (max-width: 767px) {
        .entry .entry-map .entry-map-circle1 {
          height: 45vw;
          right: -16vw;
          top: 33vw;
          width: 45vw;
          z-index: auto; } }
    .entry .entry-map .entry-map-circle3 {
      position: absolute;
      right: 28vw;
      top: -12vw;
      width: 22vw;
      height: 22vw;
      border-radius: 0 0 100% 79%;
      background-color: rgba(240, 245, 246, 0.5); }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-circle3 {
          display: none; } }
    .entry .entry-map .entry-map-circle {
      position: absolute;
      right: -11vw;
      top: -27vw;
      width: 44vw;
      height: 44vw;
      border-radius: 0 0 100% 79%;
      background-color: rgba(211, 247, 193, 0.5); }
      .entry .entry-map .entry-map-circle.-ps {
        right: -4vw;
        top: -29vw; }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-circle {
          border-radius: 100%;
          bottom: 32vw;
          height: 8.5vw;
          left: 10vw;
          right: auto;
          top: auto;
          width: 8.5vw;
          z-index: 1; } }
    .entry .entry-map .entry-map-item {
      position: static;
      right: -12vw;
      top: -12vw;
      max-width: 100%;
      width: 62vw;
      max-height: 114vh;
      visibility: hidden; }
      .entry .entry-map .entry-map-item.-ps {
        max-height: 114vh;
        max-width: none;
        right: -15.5vw;
        top: -8.5vw;
        width: 82vw; }
        @media (max-width: 1024px) {
          .entry .entry-map .entry-map-item.-ps {
            bottom: 0;
            width: 100%;
            right: 0;
            left: auto;
            max-width: none;
            position: absolute;
            top: auto;
            visibility: visible; } }
        @media (max-width: 767px) {
          .entry .entry-map .entry-map-item.-ps {
            bottom: 0;
            right: -36vw;
            width: 154%; } }
      .entry .entry-map .entry-map-item.lazyloaded {
        visibility: visible;
        position: absolute;
        max-width: none; }
      @media (max-width: 1024px) {
        .entry .entry-map .entry-map-item {
          width: 100%;
          bottom: -2vw;
          left: 4vw;
          top: auto; } }
      @media (max-width: 767px) {
        .entry .entry-map .entry-map-item {
          bottom: -5vw;
          left: -7vw;
          top: auto;
          width: 115%; } }
  .entry .entry-container {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .entry .entry-container {
        flex-flow: column nowrap; } }
  .entry .entry-swiper {
    position: relative;
    display: none;
    opacity: 0;
    transition: visibility 0.4s ease-out;
    transition-delay: 1s; }
    .entry .entry-swiper.swiper-container-initialized {
      opacity: 1; }
    @media (max-width: 767px) {
      .entry .entry-swiper {
        width: 302px;
        display: block;
        margin: 0 auto;
        overflow: visible; } }
    .entry .entry-swiper .swiper-slide {
      position: relative;
      opacity: 0.69;
      transition: transform 0.4s ease-out;
      transform: scale(0.85); }
      .entry .entry-swiper .swiper-slide.swiper-slide-active {
        opacity: 1;
        transform: none;
        z-index: 1; }
    .entry .entry-swiper .entry-swiper-next {
      transform: translateX(-50%);
      bottom: 0;
      cursor: pointer;
      position: absolute;
      z-index: 1;
      width: 26px;
      height: 26px;
      background-color: var(--hight-yellow);
      border-radius: 100%;
      font-size: 13px;
      line-height: 1;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      left: 52%; }
    .entry .entry-swiper .entry-swiper-prev {
      left: 52%;
      transform: translateX(-50%) rotate(-180deg);
      top: 0;
      cursor: pointer;
      position: absolute;
      z-index: 1;
      width: 26px;
      height: 26px;
      background-color: var(--hight-yellow);
      border-radius: 100%;
      font-size: 13px;
      line-height: 1;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center; }
  .entry .entry__btn-wrapper {
    white-space: nowrap; }
    @media (max-width: 1260px) {
      .entry .entry__btn-wrapper {
        white-space: normal; }
        .entry .entry__btn-wrapper .entry__btn {
          margin-bottom: 15px; }
          .entry .entry__btn-wrapper .entry__btn:last-child {
            margin-bottom: 0; } }
    @media (max-width: 1024px) {
      .entry .entry__btn-wrapper {
        text-align: center; } }
    @media (max-width: 767px) {
      .entry .entry__btn-wrapper {
        white-space: normal; }
        .entry .entry__btn-wrapper .entry__btn {
          margin-bottom: 11px;
          margin-left: 0;
          margin-right: 0; }
          .entry .entry__btn-wrapper .entry__btn:last-child {
            margin-right: 0; } }
  .entry .entry__btn {
    margin-right: 25px;
    min-width: 260px; }
    .entry .entry__btn:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .entry .entry__btn {
        margin: 0 12px; } }
    @media (max-width: 767px) {
      .entry .entry__btn {
        margin-bottom: 12px;
        min-width: 200px; }
        .entry .entry__btn:last-child {
          margin-right: 12px; } }
  .entry .entry__subtitle {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .entry .entry__subtitle {
        font-size: 14px;
        margin-bottom: 22px;
        line-height: 1.29; }
        .entry .entry__subtitle a {
          display: inline-block; } }
    .entry .entry__subtitle a {
      text-decoration: underline; }
      .entry .entry__subtitle a:hover {
        text-decoration: none; }
  .entry .entry__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    color: var(--main-gray);
    max-width: 452px;
    margin-bottom: 48px; }
    @media (max-width: 1024px) {
      .entry .entry__text {
        max-width: 559px; } }
    @media (max-width: 767px) {
      .entry .entry__text {
        font-size: 18px;
        line-height: 1.5;
        font-weight: normal;
        margin-bottom: 22px; } }
  .entry .entry__link {
    text-decoration: underline; }
    .entry .entry__link:hover {
      text-decoration: none; }
  .entry h1 {
    font-size: 48px;
    margin: 0 0 21px;
    line-height: 1.17; }
    @media (max-width: 767px) {
      .entry h1 {
        font-size: 30px;
        margin: 0 0 27px; } }
  .entry .entry__left {
    width: 50%;
    position: relative;
    z-index: 1; }
    @media (max-width: 1260px) {
      .entry .entry__left {
        width: 44%; } }
    @media (max-width: 1120px) {
      .entry .entry__left {
        width: 40%; } }
    @media (max-width: 1024px) {
      .entry .entry__left {
        width: 100%;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .entry .entry__left {
        margin-bottom: 6px; } }
  .entry .entry__right {
    width: 50%;
    position: relative; }
    .entry .entry__right::before {
      content: "";
      position: absolute;
      top: -35vw;
      left: -3vw;
      border-radius: 100%;
      background-color: var(--ice-blue);
      width: 76vw;
      height: 61vw; }
      @media (max-width: 1024px) {
        .entry .entry__right::before {
          height: 101vw;
          left: 5vw;
          top: -31vw;
          width: 101vw; } }
      @media (max-width: 767px) {
        .entry .entry__right::before {
          display: none; } }
    .entry .entry__right::after {
      content: "";
      position: absolute;
      top: 14vw;
      left: 24vw;
      width: 22vw;
      height: 21vw;
      border-radius: 100%;
      background-color: var(--very-pale-green);
      opacity: .5; }
      @media (max-width: 1024px) {
        .entry .entry__right::after {
          height: 64vw;
          left: 48vw;
          top: -35vw;
          width: 69vw; } }
      @media (max-width: 767px) {
        .entry .entry__right::after {
          display: none; } }
    @media (max-width: 1024px) {
      .entry .entry__right {
        width: 100%; } }

.tickers {
  position: relative;
  height: 450px;
  z-index: 1; }
  @media (max-width: 1024px) {
    .tickers {
      margin: 22px auto 0;
      max-width: 597px;
      transform: none; } }
  @media (max-width: 767px) {
    .tickers {
      display: none; } }
  .tickers.-zindex-last .tickers-item:last-child {
    z-index: 1000; }
  .tickers.-zindex .tickers-item {
    z-index: 1; }
    .tickers.-zindex .tickers-item:last-child {
      z-index: auto; }
  .tickers.-last .tickers-item {
    animation: none; }
    .tickers.-last .tickers-item:last-child {
      animation: ticker-b-move .5s ease-out; }
  .tickers.-first .tickers-item {
    animation: ticker-top-move .5s ease-out; }
    .tickers.-first .tickers-item:last-child {
      animation: none; }
  .tickers .tickers-arr {
    visibility: hidden;
    user-select: none;
    position: absolute;
    transform: translateX(-50%) rotate(-180deg);
    top: 0;
    cursor: pointer;
    z-index: 1;
    width: 26px;
    height: 26px;
    background-color: var(--hight-yellow);
    border-radius: 100%;
    font-size: 13px;
    line-height: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    left: 55%; }
    .tickers .tickers-arr.-active {
      visibility: visible; }
    .tickers .tickers-arr:hover {
      box-shadow: 0 0 12px 0 var(--shadow-gray); }
    .tickers .tickers-arr.-bottom {
      top: auto;
      bottom: 0;
      transform: translateX(-50%); }
      @media (max-width: 1024px) {
        .tickers .tickers-arr.-bottom {
          top: auto;
          bottom: 23px; } }
    @media (max-width: 1024px) {
      .tickers .tickers-arr {
        left: 51%;
        top: -19px; } }
  .tickers .tickers-item {
    position: absolute;
    top: 89px;
    left: -9px;
    transform: rotate(12deg);
    transform-origin: 100% 0;
    transition: all 0.4s ease-out;
    will-change: transform;
    pointer-events: none; }
    .tickers .tickers-item:last-child {
      transform: translate(-31px, 12px) rotate(-4deg); }

.ticker {
  position: relative;
  width: 673px;
  height: 287px;
  padding: 56px 40px 56px 62px; }
  .ticker.-active {
    visibility: visible; }
  .ticker .ticker-price {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    white-space: nowrap; }
  .ticker .ticker-subtitle {
    font-size: 18px;
    color: #000;
    margin-top: 40px; }
  .ticker .ticker-footer {
    text-align: center;
    font-weight: 500;
    color: var(--almoste-black);
    line-height: 1.29;
    margin-top: 23px; }
  .ticker .ticker-icon {
    font-size: 45px;
    line-height: 1;
    margin-right: 17px;
    width: 50px;
    text-align: center; }
    .ticker .ticker-icon.-fz {
      font-size: 36px; }
  .ticker .ticker-text {
    line-height: 1.14;
    color: var(--almoste-black); }
    .ticker .ticker-text i {
      font-size: 12px; }
  .ticker .ticker-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px; }
  .ticker .ticker-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--almoste-black);
    margin-bottom: 17px; }
  .ticker .ticker-col {
    position: relative;
    pointer-events: auto; }
  .ticker .ticker-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ticker .ticker-logo {
    width: 52px;
    position: absolute;
    top: 43px;
    right: 50px; }

.ticker-mobile {
  position: relative;
  width: 302px;
  height: 421px;
  padding: 52px 39px 38px 47px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  .ticker-mobile .ticker-price {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    white-space: nowrap; }
  .ticker-mobile .ticker-subtitle {
    font-size: 18px;
    color: #000;
    margin-right: 16px; }
  .ticker-mobile .ticker-icon {
    font-size: 30px;
    line-height: 1;
    margin-right: 22px;
    width: 35px;
    text-align: center; }
    .ticker-mobile .ticker-icon.-fz {
      font-size: 25px; }
  .ticker-mobile .ticker-text {
    line-height: 1.14;
    color: var(--almoste-black); }
    .ticker-mobile .ticker-text i {
      font-size: 12px; }
  .ticker-mobile .ticker-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px; }
  .ticker-mobile .ticker-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--almoste-black);
    margin-bottom: 21px;
    line-height: 1; }
  .ticker-mobile .ticker-mobile-body {
    position: relative;
    height: 280px; }
  .ticker-mobile .ticker-mobile-footer {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0 0 0 15px; }
  .ticker-mobile .ticker-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ticker-mobile .ticker-logo {
    width: 52px;
    position: absolute;
    right: 68px;
    bottom: 136px; }

.hamburger {
  display: none;
  cursor: pointer;
  margin-left: 35px;
  padding: 11px;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }
  @media (max-width: 1024px) {
    .hamburger {
      display: block; } }
  @media (max-width: 767px) {
    .hamburger {
      margin-left: 0;
      margin-right: 12px; } }
  .hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 12px; }
  .hamburger .hamburger-inner {
    position: absolute;
    width: 18px;
    height: 2px;
    transition-property: transform;
    border-radius: 4px;
    background-color: var(--hight--green);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-duration: 0.22s;
    top: 50%;
    display: block; }
  .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--hight--green); }
  .hamburger .hamburger-inner:before {
    width: 18px;
    top: -5px;
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in; }
  .hamburger .hamburger-inner:after {
    width: 18px;
    transition: bottom 0.1s ease-in 0.25s, width 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -5px; }
  .hamburger[data-expanded=true] .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(225deg); }
  .hamburger[data-expanded=true] .hamburger-inner:before {
    top: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    opacity: 0; }
  .hamburger[data-expanded=true] .hamburger-inner:after {
    width: 18px;
    bottom: 0;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg); }

.help {
  position: relative;
  margin-bottom: 75px;
  background-color: var(--green-grey);
  padding: 43px 0 71px; }
  @media (max-width: 1024px) {
    .help {
      margin-bottom: 73px;
      padding: 26px 0 50px; } }
  @media (max-width: 767px) {
    .help {
      margin-bottom: 50px;
      padding: 28px 0 55px; } }
  @media (max-width: 767px) {
    .help .help-col {
      display: block; }
      .help .help-col > .flex-row-item {
        width: 100%;
        margin-bottom: 25px; }
        .help .help-col > .flex-row-item:last-child {
          margin-bottom: 0; } }
  .help .help-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .help .help-title {
        font-size: 18px; } }
  .help .help-icon {
    text-align: center;
    font-size: 100px;
    line-height: 1;
    padding-top: 5px;
    padding-left: 22%; }
    @media (max-width: 1024px) {
      .help .help-icon {
        font-size: 50px;
        text-align: left;
        padding-left: 0;
        display: block; } }
    @media (max-width: 767px) {
      .help .help-icon {
        text-align: center; } }
  .help .help-item {
    line-height: 1.33;
    font-size: 18px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch; }
    @media (max-width: 1024px) {
      .help .help-item .flex-row-item {
        width: 82%; } }
  @media (max-width: 1024px) and (max-width: 767px) {
    .help .help-item .flex-row-item {
      width: 77%; } }
    @media (max-width: 1024px) {
        .help .help-item .flex-row-item:first-child {
          width: 18%; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      .help .help-item .flex-row-item:first-child {
        width: 23%; } }
    .help .help-item .btn {
      min-width: 235px; }
      @media (max-width: 1024px) {
        .help .help-item .btn {
          min-width: 200px; } }
    .help .help-item .flex-row {
      flex: 1;
      margin-bottom: 28px; }
      @media (max-width: 1024px) {
        .help .help-item .flex-row {
          margin-bottom: 18px; } }
      @media (max-width: 767px) {
        .help .help-item .flex-row {
          margin-bottom: 14px; } }
    .help .help-item p {
      margin: 0; }
  .help h3, .help h2, .help h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--almoste-black);
    margin: 0 0 59px; }
    @media (max-width: 1024px) {
      .help h3, .help h2, .help h4 {
        font-size: 30px;
        margin-bottom: 31px;
        line-height: 1.33; } }
    @media (max-width: 767px) {
      .help h3, .help h2, .help h4 {
        font-size: 24px;
        line-height: 1.25;
        color: var(--main-gray);
        margin-bottom: 27px; } }

.how-it-works {
  margin-bottom: 75px;
  position: relative; }
  @media (max-width: 767px) {
    .how-it-works {
      margin-bottom: 50px; } }
  .how-it-works .steps {
    position: relative;
    margin-top: 172px;
    margin-bottom: 103px; }
    @media (max-width: 1024px) {
      .how-it-works .steps {
        margin-top: 157px;
        margin-bottom: 146px; } }
    @media (max-width: 767px) {
      .how-it-works .steps {
        margin-top: 48px;
        margin-bottom: 48px; } }
    .how-it-works .steps .steps-content {
      overflow: hidden;
      position: relative;
      height: 132px; }
      @media (max-width: 1024px) {
        .how-it-works .steps .steps-content {
          height: 138px; } }
      @media (max-width: 767px) {
        .how-it-works .steps .steps-content {
          height: 101px; } }
      .how-it-works .steps .steps-content .steps-content-inner {
        display: table-cell;
        vertical-align: middle;
        height: 132px; }
        @media (max-width: 1024px) {
          .how-it-works .steps .steps-content .steps-content-inner {
            height: 138px; } }
        @media (max-width: 767px) {
          .how-it-works .steps .steps-content .steps-content-inner {
            height: 101px; } }
    .how-it-works .steps .steps-line-sm {
      display: none; }
      @media (max-width: 767px) {
        .how-it-works .steps .steps-line-sm {
          display: block;
          position: absolute;
          pointer-events: none;
          max-width: none;
          width: 50px;
          opacity: 0;
          left: 0;
          top: -31px; }
          .how-it-works .steps .steps-line-sm.lazyloaded {
            width: 376px;
            opacity: 1;
            left: 50%;
            transform: translateX(-51%); } }
    .how-it-works .steps .steps-line-md {
      display: none; }
      @media (max-width: 1024px) {
        .how-it-works .steps .steps-line-md {
          display: block;
          position: absolute;
          pointer-events: none;
          left: 50%;
          transform: translateX(-51%);
          max-width: none;
          width: 681px;
          top: -53px; } }
      @media (max-width: 767px) {
        .how-it-works .steps .steps-line-md {
          display: none; } }
    .how-it-works .steps .steps-line {
      position: absolute;
      pointer-events: none;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      max-width: none;
      width: 1175px; }
      @media (max-width: 1024px) {
        .how-it-works .steps .steps-line {
          display: none; } }
    .how-it-works .steps .steps-train {
      position: absolute;
      top: -107px;
      left: 11px;
      height: 40px; }
      @media (max-width: 1024px) {
        .how-it-works .steps .steps-train {
          left: 18px;
          top: -103px; } }
      @media (max-width: 767px) {
        .how-it-works .steps .steps-train {
          display: none; } }
      .how-it-works .steps .steps-train.-ps {
        bottom: 5px;
        left: auto;
        right: 15px;
        top: auto; }
        @media (max-width: 1024px) {
          .how-it-works .steps .steps-train.-ps {
            bottom: -63px;
            right: 38px;
            transform: scale(1, -1); } }
    .how-it-works .steps .steps-circle {
      position: absolute;
      top: -144px;
      right: 50%;
      pointer-events: none;
      width: 397px;
      height: 397px;
      border-radius: 100%;
      background-color: rgba(211, 247, 193, 0.22);
      margin-right: -241px;
      transform: translateX(50%); }
      @media (max-width: 767px) {
        .how-it-works .steps .steps-circle {
          height: 200px;
          top: 78px;
          transform: translateX(-127%);
          width: 200px;
          opacity: 0.25;
          border-radius: 100%;
          background-color: rgba(211, 247, 193, 0.5); } }
      .how-it-works .steps .steps-circle.-ps {
        width: 539px;
        height: 539px;
        border-radius: 1287px;
        background-color: rgba(240, 245, 246, 0.55);
        right: auto;
        top: auto;
        bottom: -191px;
        left: -319px;
        margin: 0; }
        @media (max-width: 1024px) {
          .how-it-works .steps .steps-circle.-ps {
            bottom: -216px;
            left: -502px; } }
        @media (max-width: 767px) {
          .how-it-works .steps .steps-circle.-ps {
            width: 300px;
            height: 300px;
            opacity: 0.25;
            background-color: var(--ice-blue);
            left: auto;
            right: -52px;
            bottom: auto;
            top: 150px;
            transform: none; } }
    .how-it-works .steps .steps-title {
      font-weight: bold;
      margin-bottom: 12px; }
      @media (max-width: 1024px) {
        .how-it-works .steps .steps-title {
          font-size: 24px;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .how-it-works .steps .steps-title {
          font-size: 18px;
          margin-bottom: 5px; } }
    .how-it-works .steps .steps-item {
      font-size: 24px;
      margin: 0 auto 55px;
      max-width: 651px;
      padding-right: 181px;
      position: relative;
      top: -13px; }
      @media (max-width: 1024px) {
        .how-it-works .steps .steps-item {
          font-size: 18px;
          max-width: 496px;
          padding-right: 110px;
          top: -20px; } }
      @media (max-width: 767px) {
        .how-it-works .steps .steps-item {
          font-size: 14px;
          padding-right: 88px;
          margin-bottom: 39px;
          max-width: 311px;
          top: -9px; } }
      .how-it-works .steps .steps-item::after {
        content: attr(data-num) "";
        position: absolute;
        right: 43px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 100%;
        width: 96px;
        height: 96px;
        background-color: var(--ice-blue);
        display: inline-flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        font-size: 48px;
        font-weight: bold;
        color: var(--hight--green); }
        @media (max-width: 1024px) {
          .how-it-works .steps .steps-item::after {
            right: -31px; } }
        @media (max-width: 767px) {
          .how-it-works .steps .steps-item::after {
            width: 50px;
            height: 50px;
            font-size: 24px;
            right: 12px; } }
      .how-it-works .steps .steps-item:nth-child(2) {
        margin-bottom: 62px; }
        @media (max-width: 1024px) {
          .how-it-works .steps .steps-item:nth-child(2) {
            margin-bottom: 52px; } }
        @media (max-width: 767px) {
          .how-it-works .steps .steps-item:nth-child(2) {
            margin-bottom: 39px; } }
        .how-it-works .steps .steps-item:nth-child(2)::after {
          background-color: var(--green-grey); }
      .how-it-works .steps .steps-item:nth-child(3) {
        margin-bottom: 59px; }
        @media (max-width: 1024px) {
          .how-it-works .steps .steps-item:nth-child(3) {
            margin-bottom: 51px; } }
        @media (max-width: 767px) {
          .how-it-works .steps .steps-item:nth-child(3) {
            margin-bottom: 39px; } }
        .how-it-works .steps .steps-item:nth-child(3)::after {
          background-color: #e7f4f6; }
      .how-it-works .steps .steps-item:nth-child(4) {
        margin-bottom: 0; }
        .how-it-works .steps .steps-item:nth-child(4)::after {
          background-color: var(--very-pale-green); }
      .how-it-works .steps .steps-item:nth-child(2n) {
        padding-right: 0;
        padding-left: 111px; }
        @media (max-width: 1024px) {
          .how-it-works .steps .steps-item:nth-child(2n) {
            padding-left: 97px; } }
        @media (max-width: 767px) {
          .how-it-works .steps .steps-item:nth-child(2n) {
            padding-left: 68px; } }
        .how-it-works .steps .steps-item:nth-child(2n)::after {
          right: auto;
          left: -50px; }
          @media (max-width: 767px) {
            .how-it-works .steps .steps-item:nth-child(2n)::after {
              left: 4px; } }
      .how-it-works .steps .steps-item a {
        text-decoration: underline; }
        .how-it-works .steps .steps-item a:hover {
          text-decoration: none; }
      .how-it-works .steps .steps-item p {
        margin: 0; }
  @media (max-width: 767px) {
    .how-it-works .how-it-works-line-sm {
      display: block;
      left: -25px;
      position: absolute;
      top: 7px; } }
  .how-it-works .how-it-works-line-md {
    pointer-events: none; }
    @media (max-width: 1230px) {
      .how-it-works .how-it-works-line-md {
        display: block;
        left: -52px;
        max-width: none;
        position: absolute;
        top: -18px;
        width: 710px; } }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-line-md {
        display: none; } }
  @media (max-width: 1230px) {
    .how-it-works .how-it-works-body {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      max-width: 624px; } }
  @media (max-width: 767px) {
    .how-it-works .how-it-works-body {
      max-width: 311px; } }
  .how-it-works .how-it-works-circle {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 96px;
    height: 96px;
    background-color: var(--ice-blue);
    position: absolute;
    top: 148px;
    left: 102px;
    color: var(--hight--green);
    font-size: 48px;
    line-height: 1;
    font-weight: bold; }
    @media (max-width: 1230px) {
      .how-it-works .how-it-works-circle {
        left: -8px;
        top: 203px; } }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-circle {
        width: 50px;
        height: 50px;
        font-size: 24px;
        left: 11px;
        top: 45px; } }
    .how-it-works .how-it-works-circle.-ps {
      left: 403px;
      background-color: var(--green-grey); }
      @media (max-width: 1230px) {
        .how-it-works .how-it-works-circle.-ps {
          left: 166px; } }
      @media (max-width: 767px) {
        .how-it-works .how-it-works-circle.-ps {
          top: 166px;
          left: 11px; } }
    .how-it-works .how-it-works-circle.-ps1 {
      left: 704px;
      background-color: #e7f4f6; }
      @media (max-width: 1230px) {
        .how-it-works .how-it-works-circle.-ps1 {
          left: 346px; } }
      @media (max-width: 767px) {
        .how-it-works .how-it-works-circle.-ps1 {
          top: 286px;
          left: 11px; } }
    .how-it-works .how-it-works-circle.-ps2 {
      left: 1003px;
      background-color: var(--very-pale-green); }
      @media (max-width: 1230px) {
        .how-it-works .how-it-works-circle.-ps2 {
          left: 520px; } }
      @media (max-width: 767px) {
        .how-it-works .how-it-works-circle.-ps2 {
          top: 410px;
          left: 11px; } }
  .how-it-works .how-it-works-train {
    position: absolute;
    bottom: 176px;
    left: 30px;
    pointer-events: none;
    width: 250px; }
    @media (max-width: 1230px) {
      .how-it-works .how-it-works-train {
        bottom: auto;
        left: auto;
        right: 3px;
        top: -72px; } }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-train {
        display: none; } }
    .how-it-works .how-it-works-train.-ps {
      bottom: 176px;
      left: auto;
      right: 337px; }
      @media (max-width: 1230px) {
        .how-it-works .how-it-works-train.-ps {
          bottom: 124px;
          left: 23px;
          right: auto;
          top: auto;
          transform: scale(1, -1); } }
  .how-it-works .how-it-works-line {
    position: absolute;
    top: 84px;
    left: -5px;
    pointer-events: none; }
    @media (max-width: 1230px) {
      .how-it-works .how-it-works-line {
        display: none; } }
  .how-it-works .how-it-works-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-title {
        font-size: 18px;
        margin-bottom: 11px; } }
    @media (max-width: 374px) {
      .how-it-works .how-it-works-title {
        font-size: 15px; } }
  .how-it-works .how-it-works-item {
    width: calc(25% - 49px);
    font-size: 24px; }
    @media (max-width: 1230px) {
      .how-it-works .how-it-works-item {
        width: calc(50% - 49px);
        margin-bottom: 242px;
        font-size: 18px;
        position: relative; }
        .how-it-works .how-it-works-item:last-child {
          margin-bottom: 0; }
        .how-it-works .how-it-works-item:nth-child(1) {
          order: 1; }
        .how-it-works .how-it-works-item:nth-child(2) {
          order: 3;
          left: 58px;
          margin-bottom: 0; }
        .how-it-works .how-it-works-item:nth-child(3) {
          margin-bottom: 0;
          order: 2;
          left: -48px; }
        .how-it-works .how-it-works-item:nth-child(4) {
          margin-bottom: 0;
          order: 4;
          left: 15px; } }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-item {
        font-size: 14px;
        position: static;
        order: inherit !important;
        margin-bottom: 25px !important;
        width: 100%;
        padding-left: 118px; }
        .how-it-works .how-it-works-item br {
          display: none; } }
    @media (max-width: 374px) {
      .how-it-works .how-it-works-item {
        font-size: 13px; } }
    @media (max-width: 359px) {
      .how-it-works .how-it-works-item {
        margin-bottom: 15px !important; } }
    .how-it-works .how-it-works-item a {
      text-decoration: underline; }
      .how-it-works .how-it-works-item a:hover {
        text-decoration: none; }
    .how-it-works .how-it-works-item p {
      margin: 0; }
  .how-it-works .how-it-works-col {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 224px;
    margin-bottom: 169px;
    padding: 0 16px; }
    @media (max-width: 1230px) {
      .how-it-works .how-it-works-col {
        flex-flow: row wrap;
        max-width: 624px;
        padding: 0;
        margin: 99px auto 141px; } }
    @media (max-width: 767px) {
      .how-it-works .how-it-works-col {
        margin-bottom: 9px;
        margin-top: 28px; } }

.know {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .know {
      margin-bottom: 50px; } }
  .know .know-icon {
    font-size: 118px;
    line-height: 1;
    margin-right: 33px; }
    @media (max-width: 1024px) {
      .know .know-icon {
        font-size: 81px; } }
    @media (max-width: 767px) {
      .know .know-icon {
        font-size: 60px; } }
  .know .know-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    width: 50%; }
    @media (max-width: 1024px) {
      .know .know-title {
        font-size: 24px;
        width: auto; } }
    @media (max-width: 767px) {
      .know .know-title {
        font-size: 18px; } }
  .know .know-head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    margin-top: -5px; }
    @media (max-width: 767px) {
      .know .know-head {
        margin-bottom: 15px; } }
  .know .know-item {
    position: relative;
    border-radius: 15px;
    background-color: var(--ice-blue);
    padding: 35px;
    line-height: 1.33;
    font-size: 24px;
    margin: 0 12px;
    width: calc(33.333333% - 24px);
    margin-bottom: 24px;
    height: auto; }
    @media (max-width: 1024px) {
      .know .know-item {
        font-size: 18px;
        padding: 33px;
        margin: 0 7px;
        margin-bottom: 14px;
        width: calc(50% - 14px); } }
    @media (max-width: 767px) {
      .know .know-item {
        font-size: 14px;
        line-height: normal;
        padding: 25px;
        margin: 0;
        width: 100%; } }
    .know .know-item p {
      margin: 0; }
  .know .know-body {
    display: flex;
    margin-bottom: 26px;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    margin-left: -12px;
    margin-right: -12px;
    position: relative; }
    @media (max-width: 1024px) {
      .know .know-body {
        margin-left: 0;
        margin-right: 0;
        flex-flow: row wrap; } }
    @media (max-width: 767px) {
      .know .know-body {
        flex-flow: row nowrap;
        margin-left: 0;
        margin-right: 0;
        justify-content: flex-start; } }
  @media (max-width: 1024px) {
    .know .know-slider {
      margin-left: -72px;
      margin-right: -72px; } }
  @media (max-width: 767px) {
    .know .know-slider {
      overflow: visible;
      width: 240px;
      margin-left: auto;
      margin-right: auto; } }

.need-more {
  background-color: var(--ice-blue);
  padding: 41px 0 50px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1024px) {
    .need-more {
      padding: 25px 0 50px; } }
  @media (max-width: 767px) {
    .need-more {
      background: none;
      padding: 0;
      margin-bottom: 15px; } }
  .need-more .need-more-slide-icon {
    display: none; }
    @media (max-width: 767px) {
      .need-more .need-more-slide-icon {
        bottom: -47px;
        color: var(--green-grey);
        display: block;
        font-size: 282px;
        line-height: 1;
        opacity: 0.44;
        pointer-events: none;
        position: absolute;
        right: -45px;
        transform: rotate(-12deg); } }
  .need-more .need-more-next, .need-more .need-more-prev {
    z-index: 2;
    user-select: none;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: var(--white);
    display: none;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: var(--hight--green);
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    cursor: pointer;
    padding-top: 4px; }
    .need-more .need-more-next:active, .need-more .need-more-next:focus, .need-more .need-more-prev:active, .need-more .need-more-prev:focus {
      outline: none; }
    .need-more .need-more-next:hover, .need-more .need-more-prev:hover {
      box-shadow: 0 0 8px 0 var(--shadow-gray); }
    @media (max-width: 1024px) {
      .need-more .need-more-next, .need-more .need-more-prev {
        display: none; } }
    @media (max-width: 767px) {
      .need-more .need-more-next, .need-more .need-more-prev {
        display: flex;
        top: auto;
        bottom: 22px;
        right: 22px;
        transform: none;
        width: auto;
        height: auto;
        background-color: transparent;
        padding: 0; }
        .need-more .need-more-next::before, .need-more .need-more-prev::before {
          display: none; }
        .need-more .need-more-next svg, .need-more .need-more-prev svg {
          width: 70px;
          height: 32px;
          display: none; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .need-more .need-more-next svg, .need-more .need-more-prev svg {
        display: block; } }
  .need-more .need-more-prev {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(90deg); }
    @media (max-width: 767px) {
      .need-more .need-more-prev {
        transform: rotate(180deg);
        padding: 0;
        left: 22px; } }
  @media (max-width: 767px) {
    .need-more .need-more-slider {
      margin-left: -32px;
      margin-right: -32px;
      padding-left: 13px;
      padding-right: 13px;
      margin-top: -8px; } }
  .need-more .need-more-icon {
    color: var(--green-grey);
    position: absolute;
    pointer-events: none;
    right: -3vmin;
    bottom: -72%;
    font-size: 758px;
    line-height: 1;
    opacity: 0.44; }
    @media (max-width: 1024px) {
      .need-more .need-more-icon {
        bottom: -33%;
        font-size: 412px;
        right: 5vmin; } }
    @media (max-width: 767px) {
      .need-more .need-more-icon {
        bottom: -23%;
        font-size: 365px;
        right: -26vmin;
        transform: rotate(-13deg);
        display: none; } }
  .need-more .need-more-link {
    line-height: 1.33;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 500;
    display: inline-flex;
    margin-bottom: 15px; }
    .need-more .need-more-link:hover {
      text-decoration: none; }
    @media (max-width: 1024px) {
      .need-more .need-more-link {
        font-size: 18px;
        margin-bottom: 7px; } }
    @media (max-width: 767px) {
      .need-more .need-more-link {
        font-size: 18px;
        margin-bottom: 14px; } }
  .need-more .need-more-info {
    margin-bottom: 21px;
    line-height: 1;
    font-size: 18px; }
    @media (max-width: 1024px) {
      .need-more .need-more-info {
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 13px; } }
    @media (max-width: 767px) {
      .need-more .need-more-info {
        font-size: 14px;
        margin-bottom: 20px;
        position: relative; } }
  .need-more .need-more-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1; }
    @media (max-width: 1024px) {
      .need-more .need-more-title {
        font-size: 18px;
        margin-bottom: 29px; } }
    @media (max-width: 767px) {
      .need-more .need-more-title {
        text-align: center;
        font-size: 21px;
        margin-bottom: 28px; } }
  .need-more .need-more-item {
    width: 40%;
    position: relative; }
    @media (max-width: 1024px) {
      .need-more .need-more-item {
        width: 48%; } }
    @media (max-width: 767px) {
      .need-more .need-more-item {
        width: 100%;
        min-width: 100%;
        padding: 32px;
        background-color: var(--ice-blue);
        border-radius: 15px;
        padding-bottom: 62px;
        overflow: hidden; } }
  .need-more .need-more-body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 42px auto 0;
    max-width: 987px; }
    @media (max-width: 1024px) {
      .need-more .need-more-body {
        margin-top: 37px; } }
    @media (max-width: 767px) {
      .need-more .need-more-body {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        overflow: visible;
        position: relative;
        width: auto; } }

.partners {
  position: relative;
  margin-bottom: 26px; }
  @media (max-width: 1024px) {
    .partners {
      margin-bottom: 28px; } }
  @media (max-width: 767px) {
    .partners {
      margin-bottom: 38px; } }
  @media (max-width: 1024px) {
    .partners .container {
      padding-left: 37px;
      padding-right: 37px; } }
  @media (max-width: 767px) {
    .partners .container {
      padding-left: 31px;
      padding-right: 31px; } }
  .partners .partners-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    .partners .partners-logos .partners-item {
      margin: 0 30px 67px;
      min-width: 55px;
      vertical-align: middle;
      min-height: 23px; }
      @media (max-width: 1024px) {
        .partners .partners-logos .partners-item {
          margin: 0 20px 48px; } }
      @media (max-width: 767px) {
        .partners .partners-logos .partners-item {
          min-width: auto;
          min-height: auto;
          max-width: 60px;
          max-height: 30px;
          margin: 0 10px 15px; } }
  .partners h3, .partners h2, .partners h4, .partners h5, .partners h6 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--almoste-black);
    margin: 0 0 67px; }
    .partners h3 span, .partners h2 span, .partners h4 span, .partners h5 span, .partners h6 span {
      color: var(--hight--green); }
    @media (max-width: 1024px) {
      .partners h3, .partners h2, .partners h4, .partners h5, .partners h6 {
        font-size: 30px;
        margin-bottom: 27px;
        line-height: 1.33; } }
    @media (max-width: 767px) {
      .partners h3, .partners h2, .partners h4, .partners h5, .partners h6 {
        font-size: 24px;
        line-height: 1.25;
        color: var(--main-gray);
        margin-bottom: 20px; } }

.pass-prices {
  margin-bottom: 75px;
  position: relative; }
  @media (max-width: 767px) {
    .pass-prices {
      margin-bottom: 50px; } }
  .pass-prices .pass-prices-slider-next, .pass-prices .pass-prices-slider-prev {
    z-index: 2;
    user-select: none;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: var(--white);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: var(--hight--green);
    position: absolute;
    right: -63px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    cursor: pointer;
    padding-top: 4px; }
    .pass-prices .pass-prices-slider-next:active, .pass-prices .pass-prices-slider-next:focus, .pass-prices .pass-prices-slider-prev:active, .pass-prices .pass-prices-slider-prev:focus {
      outline: none; }
    .pass-prices .pass-prices-slider-next:hover, .pass-prices .pass-prices-slider-prev:hover {
      box-shadow: 0 0 8px 0 var(--shadow-gray); }
    @media (max-width: 1024px) {
      .pass-prices .pass-prices-slider-next, .pass-prices .pass-prices-slider-prev {
        display: none; } }
    .pass-prices .pass-prices-slider-next svg, .pass-prices .pass-prices-slider-prev svg {
      width: 70px;
      height: 32px;
      display: none; }
      @media (max-width: 767px) {
        .pass-prices .pass-prices-slider-next svg, .pass-prices .pass-prices-slider-prev svg {
          display: block; } }
  .pass-prices .pass-prices-slider-prev {
    right: auto;
    left: -63px;
    transform: translateY(-50%) rotate(90deg); }
  .pass-prices .pass-prices-item-flag {
    width: 40px;
    height: 30px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-item-flag {
        width: 30px;
        height: 20px;
        margin-right: 10px; } }
  .pass-prices .pass-prices-item-country {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: var(--almoste-black);
    font-size: 30px;
    font-weight: 500;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-item-country {
        font-size: 14px;
        margin: 0 0 5px; } }
  .pass-prices .pass-prices-item-price {
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    color: var(--almoste-black);
    margin-right: 18px;
    white-space: nowrap;
    flex: 1; }
    @media (max-width: 1024px) {
      .pass-prices .pass-prices-item-price {
        align-self: flex-end;
        margin-right: 8px;
        margin-top: 4px; } }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-item-price {
        font-size: 20px;
        margin-right: 0; } }
    .pass-prices .pass-prices-item-price i {
      font-weight: normal;
      font-size: 18px;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .pass-prices .pass-prices-item-price i {
          font-size: 14px;
          margin-right: 5px; } }
  .pass-prices .pass-prices-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 0 2px 0 rgba(193, 197, 206, 0.5);
    border: solid 1px var(--green-grey);
    padding: 21px 25px;
    margin-bottom: 10px;
    width: calc(50% - 8px);
    text-decoration: none; }
    .pass-prices .pass-prices-item:hover {
      box-shadow: 0 0 12px 0 #e4e3e4; }
    @media (max-width: 1024px) {
      .pass-prices .pass-prices-item {
        width: calc(50% - 5px);
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-item {
        margin-bottom: 5px;
        padding: 12px; } }
  .pass-prices .pass-prices-slide {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch; }
  .pass-prices .pass-prices-slider-wrapper {
    position: relative;
    margin-bottom: 80px;
    overflow: visible; }
    @media (max-width: 1024px) {
      .pass-prices .pass-prices-slider-wrapper {
        margin-right: -72px;
        margin-left: -72px;
        box-shadow: 0 0 9px 0 rgba(193, 197, 206, 0.5);
        padding: 20px 7px 75px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-slider-wrapper {
        margin-right: -32px;
        margin-left: -32px;
        padding: 10px 12px 45px;
        margin-bottom: 25px; } }
    .pass-prices .pass-prices-slider-wrapper .swiper-pagination {
      bottom: -39px; }
      @media (max-width: 1024px) {
        .pass-prices .pass-prices-slider-wrapper .swiper-pagination {
          bottom: 29px; } }
      @media (max-width: 767px) {
        .pass-prices .pass-prices-slider-wrapper .swiper-pagination {
          bottom: 16px; } }
      .pass-prices .pass-prices-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
        width: 17px;
        height: 17px;
        border: solid 2px var(--hight--green);
        background-color: var(--white);
        cursor: pointer;
        margin: 0 15px;
        opacity: 1; }
        @media (max-width: 767px) {
          .pass-prices .pass-prices-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            margin: 0 7px;
            border-width: 1px; } }
        .pass-prices .pass-prices-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: var(--hight--green);
          pointer-events: none; }
  .pass-prices .pass-prices-cart-price {
    position: absolute;
    right: 18px;
    bottom: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    color: var(--almoste-black); }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-cart-price {
        font-size: 18px;
        right: 5px;
        bottom: 5px; } }
    .pass-prices .pass-prices-cart-price::before {
      content: "";
      position: absolute;
      right: -46px;
      bottom: -60px;
      border-radius: 100%;
      width: 140px;
      height: 140px;
      background-color: rgba(240, 245, 246, 0.8); }
      @media (max-width: 767px) {
        .pass-prices .pass-prices-cart-price::before {
          width: 70px;
          height: 70px;
          bottom: -29px;
          right: -16px; } }
    .pass-prices .pass-prices-cart-price div {
      position: relative; }
    .pass-prices .pass-prices-cart-price i {
      position: relative;
      font-weight: normal;
      font-size: 18px; }
      @media (max-width: 767px) {
        .pass-prices .pass-prices-cart-price i {
          font-size: 10px; } }
  .pass-prices .pass-prices-cart-title {
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 36px;
    line-height: 1.1;
    color: var(--almoste-black); }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-cart-title {
        font-size: 18px;
        top: 10px;
        left: 15px; } }
    .pass-prices .pass-prices-cart-title::before {
      content: "";
      position: absolute;
      left: -84px;
      top: -218px;
      border-radius: 100%;
      width: 300px;
      height: 300px;
      background-color: rgba(240, 245, 246, 0.7); }
      @media (max-width: 767px) {
        .pass-prices .pass-prices-cart-title::before {
          width: 140px;
          height: 140px;
          left: -37px;
          top: -95px; } }
    .pass-prices .pass-prices-cart-title span {
      position: relative; }
  .pass-prices .pass-prices-cart {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin-left: 25px;
    margin-bottom: 25px;
    height: 248px;
    border-radius: 15px;
    box-shadow: 0 2px 12px 0 #e4e3e4;
    background-color: #eee;
    width: calc(33.33333% - 25px); }
    .pass-prices .pass-prices-cart::before {
      content: "";
      position: absolute;
      right: 36px;
      bottom: -49px;
      border-radius: 100%;
      width: 114px;
      height: 114px;
      background-color: rgba(211, 247, 193, 0.6); }
      @media (max-width: 767px) {
        .pass-prices .pass-prices-cart::before {
          width: 57px;
          height: 57px;
          bottom: -20px;
          right: 14px; } }
    .pass-prices .pass-prices-cart:hover {
      box-shadow: 0 2px 12px 0 rgba(193, 197, 206, 0.9); }
    @media (max-width: 1024px) {
      .pass-prices .pass-prices-cart {
        margin-bottom: 10px;
        margin-left: 15px;
        width: calc(50% - 15px); } }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-cart {
        margin-bottom: 10px;
        margin-left: 10px;
        width: calc(50% - 10px);
        height: 115px; } }
    .pass-prices .pass-prices-cart img {
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      height: 100%;
      border-radius: 15px; }
  .pass-prices .pass-prices-pics {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -25px; }
    @media (max-width: 1024px) {
      .pass-prices .pass-prices-pics {
        margin-right: -65px;
        margin-left: -80px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .pass-prices .pass-prices-pics {
        margin-right: -20px;
        margin-left: -30px;
        margin-bottom: 0; } }

.plan {
  position: relative;
  margin-bottom: 88px; }
  @media (max-width: 1024px) {
    .plan {
      margin-bottom: 78px; } }
  @media (max-width: 767px) {
    .plan {
      position: relative; }
      .plan::after {
        content: "";
        position: absolute;
        right: -31%;
        top: 26%;
        background-color: rgba(211, 247, 193, 0.5);
        width: 236px;
        height: 236px;
        border-radius: 100%;
        pointer-events: none; }
      .plan::before {
        content: "";
        position: absolute;
        top: 35%;
        right: -50%;
        background-color: var(--ice-blue);
        width: 372px;
        height: 372px;
        border-radius: 100%;
        pointer-events: none; } }
  @media (max-width: 1133px) {
    .plan .container {
      padding-left: 55px;
      padding-right: 55px; } }
  @media (max-width: 767px) {
    .plan .container {
      position: relative;
      z-index: 1;
      padding-left: 32px;
      padding-right: 32px; } }
  .plan .plan-item-circle {
    display: none; }
    @media (max-width: 767px) {
      .plan .plan-item-circle {
        position: absolute;
        top: 0;
        left: -11px;
        border-radius: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        width: 52px;
        height: 52px;
        border: solid 6px var(--very-pale-green);
        background-color: var(--white);
        font-size: 24px;
        font-weight: bold;
        color: var(--main-gray);
        text-align: center; } }
  .plan .plan-subtitle1 {
    font-size: 30px;
    line-height: 1.2;
    color: var(--main-gray);
    font-weight: bold;
    width: 283px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(68%); }
    @media (max-width: 1133px) {
      .plan .plan-subtitle1 {
        bottom: -27px;
        font-size: 24px;
        line-height: 1.25;
        transform: translateX(29%);
        width: 202px; } }
    @media (max-width: 767px) {
      .plan .plan-subtitle1 {
        text-align: center;
        position: static;
        line-height: 1.25;
        font-size: 24px;
        transform: none;
        margin-bottom: 14px;
        width: auto;
        margin-top: 32px; } }
  .plan .plan-btn {
    width: 338px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .plan .plan-btn {
        width: auto; } }
  .plan .plan-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-gray);
    margin-bottom: 4px; }
    @media (max-width: 1133px) {
      .plan .plan-subtitle {
        line-height: 1.2;
        margin-bottom: 8px; } }
    @media (max-width: 767px) {
      .plan .plan-subtitle {
        font-size: 18px;
        margin-bottom: 15px; } }
  .plan .plan-item {
    text-align: left;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(3%);
    line-height: 1.5;
    color: var(--main-gray);
    width: 334px; }
    @media (max-width: 1133px) {
      .plan .plan-item {
        top: -4%;
        transform: translateX(64%);
        width: 214px; } }
    .plan .plan-item.-mod {
      top: 190px;
      transform: translateX(-170%); }
      @media (max-width: 1133px) {
        .plan .plan-item.-mod {
          top: 120px;
          transform: translateX(-204%);
          width: 172px; } }
      @media (max-width: 767px) {
        .plan .plan-item.-mod {
          position: relative;
          padding-left: 83px;
          transform: none;
          left: auto;
          width: auto;
          margin-bottom: 20px; } }
    .plan .plan-item.-mod1 {
      top: 190px;
      transform: translateX(54%); }
      @media (max-width: 1133px) {
        .plan .plan-item.-mod1 {
          top: 231px;
          transform: translateX(81%);
          width: 196px; } }
      @media (max-width: 767px) {
        .plan .plan-item.-mod1 {
          position: relative;
          padding-left: 83px;
          transform: none;
          left: auto;
          width: auto;
          margin-bottom: 20px; } }
    .plan .plan-item.-mod2 {
      top: 368px;
      transform: translateX(-128%); }
      @media (max-width: 1133px) {
        .plan .plan-item.-mod2 {
          top: 361px;
          transform: translateX(-177%);
          width: 196px; } }
      @media (max-width: 767px) {
        .plan .plan-item.-mod2 {
          position: relative;
          padding-left: 83px;
          transform: none;
          left: auto;
          width: auto;
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .plan .plan-item {
        position: relative;
        padding-left: 22vw !important;
        transform: none;
        left: auto;
        width: auto;
        top: auto !important;
        text-align: left !important;
        margin-bottom: 29px !important; } }
    .plan .plan-item.text-right {
      text-align: right; }
    .plan .plan-item a {
      text-decoration: underline; }
      .plan .plan-item a:hover {
        text-decoration: none; }
    .plan .plan-item p {
      margin: 0; }
  .plan .plan-bg {
    max-width: 100%; }
    @media (max-width: 1133px) {
      .plan .plan-bg {
        display: none; } }
    .plan .plan-bg.-mob {
      display: none; }
      @media (max-width: 1133px) {
        .plan .plan-bg.-mob {
          display: inline; } }
      @media (max-width: 767px) {
        .plan .plan-bg.-mob {
          display: none; } }
    .plan .plan-bg.-mob1 {
      display: none; }
      @media (max-width: 767px) {
        .plan .plan-bg.-mob1 {
          display: block;
          width: 100%;
          margin-top: 46px; } }
  .plan .plan-content {
    position: relative;
    margin-bottom: 62px;
    text-align: center; }
    @media (max-width: 1133px) {
      .plan .plan-content {
        margin-bottom: 78px; } }
    @media (max-width: 767px) {
      .plan .plan-content {
        margin-bottom: 35px; }
        .plan .plan-content::before {
          background-color: var(--very-pale-green);
          bottom: 23%;
          content: "";
          left: 11px;
          position: absolute;
          top: 0;
          width: 8px; } }
  .plan h3, .plan h2, .plan h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--almoste-black);
    margin: 0 0 58px; }
    @media (max-width: 1024px) {
      .plan h3, .plan h2, .plan h4 {
        font-size: 30px;
        margin-bottom: 70px;
        line-height: 1.33; } }
    @media (max-width: 767px) {
      .plan h3, .plan h2, .plan h4 {
        font-size: 24px;
        line-height: 1.25;
        color: var(--main-gray);
        margin-bottom: 53px; } }

.prices {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .prices {
      margin-bottom: 50px; } }

.prices-note {
  text-align: center;
  margin-bottom: 50px;
  font-style: italic;
  font-size: 18px; }
  @media (max-width: 1024px) {
    .prices-note {
      font-size: 14px;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .prices-note {
      font-size: 12px; } }
  .prices-note a {
    text-decoration: underline; }
    .prices-note a:hover {
      text-decoration: none; }

.prices-table {
  position: relative;
  margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .prices-table {
      margin-bottom: 15px;
      margin-left: -65px;
      margin-right: -65px; } }
  @media (max-width: 767px) {
    .prices-table {
      margin-left: -18px;
      margin-right: -18px; } }
  .prices-table .prices-table-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 15px;
    border: solid 1px var(--green-grey);
    background-color: var(--white);
    margin-bottom: 5px;
    text-decoration: none;
    color: var(--almoste-black); }
    @media (max-width: 1024px) {
      .prices-table .prices-table-row {
        margin-bottom: 2px; } }
    @media (max-width: 767px) {
      .prices-table .prices-table-row {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        margin-bottom: 0; } }
    .prices-table .prices-table-row:hover {
      box-shadow: 0 0 5px 0 rgba(193, 197, 206, 0.5); }
    .prices-table .prices-table-row .prices-table-row-price {
      white-space: nowrap; }
      @media (max-width: 1024px) {
        .prices-table .prices-table-row .prices-table-row-price {
          font-weight: bold; } }
      @media (max-width: 767px) {
        .prices-table .prices-table-row .prices-table-row-price {
          font-size: 18px; } }
    .prices-table .prices-table-row .prices-table-row-type {
      position: relative;
      font-style: italic;
      color: var(--main-gray); }
      @media (max-width: 1024px) {
        .prices-table .prices-table-row .prices-table-row-type {
          font-size: 18px;
          font-weight: bold; } }
      @media (max-width: 767px) {
        .prices-table .prices-table-row .prices-table-row-type {
          font-size: 14px; } }
      .prices-table .prices-table-row .prices-table-row-type::before {
        top: 50%;
        transform: translateY(-50%);
        left: -18px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: var(--ice-blue);
        position: absolute;
        content: ""; }
        @media (max-width: 1024px) {
          .prices-table .prices-table-row .prices-table-row-type::before {
            width: 35px;
            height: 35px;
            left: -10px; } }
        @media (max-width: 767px) {
          .prices-table .prices-table-row .prices-table-row-type::before {
            width: 25px;
            height: 25px;
            left: -8px; } }
      .prices-table .prices-table-row .prices-table-row-type.-mod::before {
        background-color: var(--green-grey); }
      .prices-table .prices-table-row .prices-table-row-type span {
        position: relative; }
    .prices-table .prices-table-row .prices-table-row-title {
      color: var(--main-gray);
      width: 60%; }
      @media (max-width: 1024px) {
        .prices-table .prices-table-row .prices-table-row-title {
          min-width: 78%;
          width: 78%; } }
      @media (max-width: 767px) {
        .prices-table .prices-table-row .prices-table-row-title {
          min-width: 70%;
          width: 70%; } }
      .prices-table .prices-table-row .prices-table-row-title i {
        font-weight: normal;
        font-size: 18px;
        display: inline-block; }
        @media (max-width: 767px) {
          .prices-table .prices-table-row .prices-table-row-title i {
            font-size: 14px;
            display: block; } }
    .prices-table .prices-table-row .prices-table-row-item {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      flex: 1;
      padding: 19px 12px;
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 1024px) {
        .prices-table .prices-table-row .prices-table-row-item {
          padding: 18px; } }
      @media (max-width: 767px) {
        .prices-table .prices-table-row .prices-table-row-item {
          padding: 12px;
          font-size: 14px;
          display: none; } }
      .prices-table .prices-table-row .prices-table-row-item.-mobile {
        display: none; }
        @media (max-width: 767px) {
          .prices-table .prices-table-row .prices-table-row-item.-mobile {
            display: flex; } }
      .prices-table .prices-table-row .prices-table-row-item:first-child {
        width: 60%;
        min-width: 60%;
        justify-content: flex-start;
        padding-left: 40px; }
        @media (max-width: 1024px) {
          .prices-table .prices-table-row .prices-table-row-item:first-child {
            padding-left: 35px;
            width: 53%;
            min-width: 53%; } }
        @media (max-width: 767px) {
          .prices-table .prices-table-row .prices-table-row-item:first-child {
            padding-left: 12px;
            display: flex;
            width: 65%;
            min-width: 65%; } }
  .prices-table .prices-table-head-use {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    width: 100%; }
    @media (max-width: 1024px) {
      .prices-table .prices-table-head-use {
        padding: 0 29px; } }
    @media (max-width: 767px) {
      .prices-table .prices-table-head-use {
        padding: 0; } }
  .prices-table .prices-table-head-title {
    font-weight: 500;
    font-size: 24px;
    margin-right: 10px; }
    @media (max-width: 1024px) {
      .prices-table .prices-table-head-title {
        display: none; } }
  .prices-table .prices-table-head-range {
    font-size: 24px;
    font-weight: 300;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .prices-table .prices-table-head-range {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .prices-table .prices-table-head-range {
        font-size: 20px; } }
  .prices-table .prices-table-head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 5px; }
    @media (max-width: 1024px) {
      .prices-table .prices-table-head {
        border-radius: 15px;
        border: solid 3px var(--hight--green); } }
    @media (max-width: 767px) {
      .prices-table .prices-table-head {
        border: 0;
        margin-bottom: 0;
        border-bottom: solid 1px var(--green-grey);
        padding-bottom: 10px;
        border-radius: 0; } }
    .prices-table .prices-table-head .prices-table-head-item {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      flex: 1;
      padding: 11px 0;
      border-radius: 15px;
      border: solid 3px var(--hight--green);
      margin-left: 5px; }
      @media (max-width: 1024px) {
        .prices-table .prices-table-head .prices-table-head-item {
          border: 0; } }
      @media (max-width: 767px) {
        .prices-table .prices-table-head .prices-table-head-item {
          padding: 0;
          display: none; } }
      .prices-table .prices-table-head .prices-table-head-item:first-child {
        width: 60%;
        min-width: 60%;
        margin-left: 0;
        display: flex; }
        @media (max-width: 1024px) {
          .prices-table .prices-table-head .prices-table-head-item:first-child {
            width: 53%;
            min-width: 53%; } }
        @media (max-width: 767px) {
          .prices-table .prices-table-head .prices-table-head-item:first-child {
            padding: 0; } }
  .prices-table .prices-table-head-select {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    align-items: center;
    border-radius: 17.5px;
    border: solid 2px var(--hight--green);
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .prices-table .prices-table-head-select.-active .prices-table-head-select-drop {
      visibility: visible;
      opacity: 1;
      transform: none; }
    .prices-table .prices-table-head-select b {
      font-size: 14px; }
    .prices-table .prices-table-head-select.hidden {
      display: none; }
      @media (max-width: 767px) {
        .prices-table .prices-table-head-select.hidden {
          display: flex; } }
    .prices-table .prices-table-head-select .icon {
      color: var(--hight--green);
      cursor: pointer;
      margin-left: 5px; }
    .prices-table .prices-table-head-select .prices-table-head-select-drop {
      visibility: hidden;
      opacity: 0;
      transform: translateY(5px);
      transition: all 0.4s ease-out;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border-radius: 17.5px;
      border: solid 2px var(--hight--green);
      z-index: 10;
      margin-top: 4px;
      background-color: var(--white);
      overflow: hidden; }
      .prices-table .prices-table-head-select .prices-table-head-select-drop li {
        padding: 10px 12px; }
        .prices-table .prices-table-head-select .prices-table-head-select-drop li:hover {
          background-color: var(--hight--green);
          color: var(--white); }

.prices-table-head-switch {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border: solid 3px var(--green-grey);
  background-color: var(--white);
  border-radius: 26px; }
  @media (max-width: 767px) {
    .prices-table-head-switch {
      border: solid 2px var(--hight--green);
      margin-right: 5px;
      width: 100%; } }
  .prices-table-head-switch .prices-table-head-switch-item {
    font-size: 21px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
    padding: 12px;
    border-radius: 26px;
    cursor: pointer;
    text-align: center;
    min-width: 140px;
    text-decoration: none;
    color: var(--main-gray); }
    @media (max-width: 767px) {
      .prices-table-head-switch .prices-table-head-switch-item {
        font-size: 14px;
        padding: 8px 12px;
        min-width: auto;
        width: 50%; } }
    .prices-table-head-switch .prices-table-head-switch-item:not(.-active):hover {
      text-decoration: none;
      background-color: var(--green-grey); }
    .prices-table-head-switch .prices-table-head-switch-item.-active {
      background-color: var(--green-grey);
      cursor: default; }
      @media (max-width: 767px) {
        .prices-table-head-switch .prices-table-head-switch-item.-active {
          background-color: var(--hight--green);
          color: var(--white); } }

.ready {
  position: relative;
  margin-bottom: 75px; }
  @media (max-width: 1024px) {
    .ready {
      margin-bottom: 78px; } }
  @media (max-width: 767px) {
    .ready {
      margin-bottom: 50px; } }
  @media (max-width: 1024px) {
    .ready .ready-col-wrapper {
      padding-left: 9px;
      padding-right: 9px;
      max-width: none; } }
  @media (max-width: 767px) {
    .ready .ready-col-wrapper {
      padding-left: 12px;
      padding-right: 12px; } }
  .ready .ready-btn {
    width: 338px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .ready .ready-btn {
        width: auto; } }
  .ready .ready-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .ready .ready-title {
        font-size: 18px; } }
  .ready .ready-pic {
    font-size: 169px;
    margin-bottom: -2px;
    line-height: 1; }
    @media (max-width: 1024px) {
      .ready .ready-pic {
        float: left;
        font-size: 169px;
        margin-right: 78px;
        margin-top: -12px;
        margin-bottom: 19px; } }
    @media (max-width: 767px) {
      .ready .ready-pic {
        font-size: 110px;
        margin-bottom: 59px;
        margin-right: 33px;
        margin-top: 17px; } }
  .ready .ready-item {
    padding: 27px 36px;
    line-height: 1.56;
    font-size: 18px;
    border-radius: 15px;
    background-color: var(--ice-blue);
    height: 100%; }
    @media (max-width: 1024px) {
      .ready .ready-item {
        margin-bottom: 15px;
        padding: 32px 71px 8px; } }
    @media (max-width: 767px) {
      .ready .ready-item {
        margin-bottom: 10px !important;
        padding: 20px 11px 32px 32px;
        line-height: 1.33; } }
    .ready .ready-item.-green {
      background-color: var(--very-pale-green); }
    .ready .ready-item.-mod {
      line-height: 1.33;
      padding: 30px;
      margin-bottom: 26px;
      height: calc(50% - 13px); }
      @media (max-width: 1024px) {
        .ready .ready-item.-mod {
          margin-bottom: 15px; } }
      .ready .ready-item.-mod:last-child {
        margin-bottom: 0; }
      .ready .ready-item.-mod .ready-pic {
        float: left;
        font-size: 82px;
        margin-right: 17px;
        margin-top: -11px;
        width: 93px; }
        .ready .ready-item.-mod .ready-pic.i_headset {
          font-size: 71px;
          margin-top: -1px;
          padding-left: 3px; }
          @media (max-width: 767px) {
            .ready .ready-item.-mod .ready-pic.i_headset {
              font-size: 49px; } }
        @media (max-width: 767px) {
          .ready .ready-item.-mod .ready-pic {
            font-size: 59px;
            margin-right: 0;
            width: 85px;
            margin-bottom: 0; } }
      .ready .ready-item.-mod .ready-title {
        font-size: 24px;
        margin-bottom: 26px; }
        @media (max-width: 767px) {
          .ready .ready-item.-mod .ready-title {
            font-size: 18px;
            margin-bottom: 21px;
            margin-right: 20%;
            line-height: 1.2;
            margin-top: -4px; } }
    .ready .ready-item p {
      margin: 0;
      clear: left; }
  .ready .ready-col {
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .ready .ready-col {
        margin-left: -8px;
        margin-right: -8px; } }
    @media (max-width: 767px) {
      .ready .ready-col {
        display: block;
        margin-bottom: 25px; }
        .ready .ready-col .flex-row-item {
          width: 100% !important; } }
    .ready .ready-col .flex-row-item {
      padding-left: 13px;
      padding-right: 13px; }
      @media (max-width: 1024px) {
        .ready .ready-col .flex-row-item {
          padding-left: 8px;
          padding-right: 8px;
          width: 50%; }
          .ready .ready-col .flex-row-item:first-child {
            width: 100%;
            margin-bottom: 15px; }
            .ready .ready-col .flex-row-item:first-child p {
              clear: none; } }
      @media (max-width: 767px) {
        .ready .ready-col .flex-row-item:first-child {
          width: 100%;
          margin-bottom: 0; } }
  .ready h3, .ready h2, .ready h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--almoste-black);
    margin: 0 0 27px; }
    @media (max-width: 1024px) {
      .ready h3, .ready h2, .ready h4 {
        font-size: 30px;
        margin-bottom: 23px;
        line-height: 1.33; } }
    @media (max-width: 767px) {
      .ready h3, .ready h2, .ready h4 {
        font-size: 24px;
        line-height: 1.25;
        color: var(--main-gray);
        margin-bottom: 29px; } }
    .ready h3 span, .ready h2 span, .ready h4 span {
      color: var(--hight--green); }

.types {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .types {
      margin-bottom: 50px; } }
  .types .types-circle {
    position: absolute;
    top: -381px;
    border-radius: 100%;
    opacity: 0.42;
    background-color: var(--green-grey);
    width: 500px;
    height: 500px;
    right: -53px;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .types .types-circle {
        width: 300px;
        height: 300px;
        top: -229px; } }
    @media (max-width: 767px) {
      .types .types-circle {
        width: 200px;
        height: 200px;
        top: -138px;
        left: 0;
        right: auto; } }
    .types .types-circle.-ps {
      right: 109px;
      top: 7px;
      width: 181px;
      height: 175px;
      opacity: 0.72;
      background-color: var(--ice-blue); }
      @media (max-width: 1024px) {
        .types .types-circle.-ps {
          height: 148px;
          right: -18px;
          top: -15px;
          width: 148px; } }
      @media (max-width: 767px) {
        .types .types-circle.-ps {
          width: 121px;
          height: 121px;
          top: -18px;
          left: auto;
          right: -13px; } }
    .types .types-circle.-ps1 {
      right: 60px;
      top: auto;
      bottom: -40px;
      width: 92px;
      height: 92px;
      opacity: 0.72;
      background-color: var(--ice-blue); }
      @media (max-width: 1024px) {
        .types .types-circle.-ps1 {
          bottom: -32px;
          right: 158px; } }
      @media (max-width: 767px) {
        .types .types-circle.-ps1 {
          bottom: -22px;
          height: 80px;
          left: -17px;
          right: auto;
          top: auto;
          width: 80px; } }
    .types .types-circle.-ps2 {
      bottom: -326px;
      height: 450px;
      left: -111px;
      right: auto;
      top: auto;
      width: 450px; }
      @media (max-width: 1024px) {
        .types .types-circle.-ps2 {
          bottom: -229px;
          height: 300px;
          left: -54px;
          width: 300px; } }
      @media (max-width: 767px) {
        .types .types-circle.-ps2 {
          bottom: -147px;
          height: 200px;
          left: -97px;
          width: 200px; } }
    .types .types-circle.-ps3 {
      background-color: var(--ice-blue);
      bottom: -89px;
      height: 210px;
      left: 185px;
      opacity: 0.72;
      right: auto;
      top: auto;
      width: 210px; }
      @media (max-width: 1024px) {
        .types .types-circle.-ps3 {
          bottom: -60px;
          height: 126px;
          left: 115px;
          width: 126px; } }
      @media (max-width: 767px) {
        .types .types-circle.-ps3 {
          bottom: -74px;
          height: 126px;
          left: 27px;
          width: 126px; } }
    .types .types-circle.-ps4 {
      bottom: auto;
      height: 450px;
      left: auto;
      right: -75px;
      top: -420px;
      width: 450px; }
      @media (max-width: 1024px) {
        .types .types-circle.-ps4 {
          height: 162px;
          right: 39px;
          top: -109px;
          width: 162px; } }
      @media (max-width: 767px) {
        .types .types-circle.-ps4 {
          bottom: auto;
          top: -19px;
          height: 79px;
          left: auto;
          right: 10px;
          width: 79px; } }
    .types .types-circle.-ps5 {
      bottom: auto;
      height: 450px;
      left: auto;
      right: -217px;
      top: -320px;
      width: 450px;
      opacity: 0.72;
      background-color: var(--ice-blue); }
      @media (max-width: 1024px) {
        .types .types-circle.-ps5 {
          width: 140px;
          height: 140px;
          right: 0;
          top: -26px; } }
      @media (max-width: 767px) {
        .types .types-circle.-ps5 {
          bottom: auto;
          height: 91px;
          left: auto;
          right: 29px;
          top: -68px;
          width: 91px; } }
  .types .types-icon {
    width: 115px;
    height: 100px;
    margin-left: 39px;
    position: relative; }
    @media (max-width: 1024px) {
      .types .types-icon {
        width: 91px;
        height: 80px;
        min-width: 91px; } }
    @media (max-width: 767px) {
      .types .types-icon {
        height: 52px;
        min-width: auto;
        position: absolute;
        right: 19px;
        top: 19px;
        width: 59px; } }
  .types .types-head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px; }
    @media (max-width: 1024px) {
      .types .types-head {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .types .types-head {
        margin-bottom: 0; } }
  .types .types-title {
    font-size: 42px;
    font-weight: bold;
    color: var(--main-gray);
    line-height: 1.1;
    position: relative; }
    @media (max-width: 1024px) {
      .types .types-title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .types .types-title {
        font-size: 17px;
        margin-bottom: 14px; } }
  .types .types-item {
    width: calc(50% - 15px);
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(193, 197, 206, 0.5);
    border: solid 1px var(--green-grey);
    background-color: var(--white);
    font-size: 30px;
    color: var(--almoste-black);
    padding: 57px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .types .types-item {
        width: calc(50% - 7px);
        padding: 35px 35px 54px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .types .types-item {
        width: calc(50% - 5px);
        font-size: 14px;
        padding: 85px 19px 30px; } }
    .types .types-item p {
      margin: 0;
      position: relative; }
  .types .types-body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .types .types-body {
        margin-left: -64px;
        margin-right: -64px; } }
    @media (max-width: 767px) {
      .types .types-body {
        margin-bottom: 25px;
        margin-left: -20px;
        margin-right: -20px; } }

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