/*! 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 {
  -webkit-box-sizing: content-box;
          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: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

p {
  margin: 0;
}

body {
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  background-color: #080311;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1255px;
  padding: 0px 15px;
  margin: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  overflow: hidden;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*start breadcrumbs=========*/
.breadcrumbs {
  margin: 65px 0 5px;
  background-color: transparent;
}

.breadcrumbs__inner {
  padding: 10px 0px;
  overflow: hidden;
  max-width: 1400px;
}

.breadcrumbs__list li {
  display: inline;
  position: relative;
  color: #50C6FF;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.breadcrumbs__list li + li {
  padding-left: 12px;
}

.breadcrumbs__list li + li::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 6px;
  background-color: #50C6FF;
}

.breadcrumbs__list li:last-child span {
  color: #fff;
}

.breadcrumbs__list li a:hover {
  text-decoration: underline;
}

.breadcrumbs__list li:last-child {
  color: #fff;
}

/*end breadcrumbs=========*/
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social a {
  display: block;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.social a:hover {
  opacity: .6;
}

.social li {
  margin: 0 16px 0 0;
}

.title {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.title strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0 0 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 93%;
  background-color: #50C6FF;
}

.title--page {
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  line-height: 75%;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0 0;
}

.slick-dots li {
  cursor: pointer;
}

.slick-dots li + li {
  margin: 0 0 0 6px;
}

.slick-dots .slick-active button {
  width: 30px;
  background: -o-linear-gradient(333deg, #FC466B 0%, #3F5EFB 100%);
  background: linear-gradient(117deg, #FC466B 0%, #3F5EFB 100%);
}

.slick-dots button {
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 15px;
  height: 3px;
  border-radius: 50px;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.arrow-up {
  position: fixed;
  bottom: 100px;
  right: 5%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  background: -o-linear-gradient(310deg, rgba(17, 8, 35, 0.7) 0%, rgba(106, 66, 138, 0.7) 21.67%, rgba(80, 198, 255, 0.7) 43.54%, rgba(80, 198, 255, 0.7) 58.65%, rgba(106, 66, 138, 0.7) 80.92%, rgba(17, 8, 35, 0.7) 100%);
  background: linear-gradient(140deg, rgba(17, 8, 35, 0.7) 0%, rgba(106, 66, 138, 0.7) 21.67%, rgba(80, 198, 255, 0.7) 43.54%, rgba(80, 198, 255, 0.7) 58.65%, rgba(106, 66, 138, 0.7) 80.92%, rgba(17, 8, 35, 0.7) 100%);
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.arrow-up:hover {
  opacity: .8;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 10px;
  margin-top: 40px;
}

.pagination__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/dest/content/pagination-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
}

.pagination__list li::after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.pagination__list li:hover {
  background-image: none;
}

.pagination__list li:hover::after {
  opacity: 1;
}

.pagination__list li + li {
  margin-left: 15px;
}

.pagination__list li.active {
  cursor: inherit;
}

.pagination__list li.active:hover {
  background-image: url("../images/dest/content/pagination-bg.png");
}

.pagination__list li.active:hover::after {
  opacity: 0;
}

.pagination__list li.active a,
.pagination__list li.active span {
  background-color: transparent;
}

.pagination__list li.active a.active,
.pagination__list li.active span.active {
  background-color: transparent;
}

.pagination__list a,
.pagination__list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  background-color: #080311;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.pagination__list a.active,
.pagination__list span.active {
  background-color: transparent;
}

.pagination__list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  background-color: #080311;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}

.pagination__list li:last-child button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal__parallax-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal__parallax {
  position: absolute;
  z-index: -1;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.24px;
  border-radius: 3px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.btn--header {
  position: relative;
  padding: 15.5px 32px 15.5px 57px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  border-radius: 5px;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
}

.btn--blue {
  color: #2E1644;
  -webkit-box-shadow: 3px 5px 0px 0px #2E1644;
          box-shadow: 3px 5px 0px 0px #2E1644;
  background-color: #50C6FF;
}

.btn--blue:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.btn--gradient {
  background: -o-linear-gradient(333deg, #FC466B 0%, #3F5EFB 100%);
  background: linear-gradient(117deg, #FC466B 0%, #3F5EFB 100%);
  -webkit-box-shadow: 3px 5px 0px 0px #2E1644;
          box-shadow: 3px 5px 0px 0px #2E1644;
}

.btn--gradient:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.btn--white {
  padding: 26px 70px;
  color: #110823;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  background-color: #fff;
  -webkit-box-shadow: 5px 7px 0px 0px rgba(46, 22, 68, 0.8);
          box-shadow: 5px 7px 0px 0px rgba(46, 22, 68, 0.8);
  border-radius: 10px;
}

.btn--white:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(5px, 5px);
      -ms-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.list li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../images/dest/icons/kacke.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}

.form {
  max-width: 500px;
  padding: 30px 38px 44px 19px;
  position: relative;
  border-radius: 15px;
  background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
}

.form::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -17px;
  right: 0;
  bottom: 0;
  left: -22px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
}

.form::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url("../images/dest/icons/border-form.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  z-index: -1;
}

.form h6 {
  position: relative;
  padding: 0 0 0 15px;
  border-left: 2px solid #50C6FF;
  margin: 0 0 25px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.form h6::before {
  position: absolute;
  top: -187px;
  right: -165px;
  z-index: -1;
  content: "";
  width: 330px;
  height: 330px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.form h6::after {
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: -1;
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("../images/dest/icons/form-cup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.form p {
  margin: 0 0 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  max-width: 310px;
}

.form__input-wrap {
  margin: 0 0 10px 0;
  width: 100%;
}

.form__input-wrap + p {
  max-width: 100%;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1px;
}

.form input {
  padding: 10px 0;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.form input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.form input::-moz-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.form input:-ms-input-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.form input::-ms-input-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.form input::placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.form .btn {
  color: #fff;
}

.form .error span {
  display: block;
  margin: 4px 0 0 0;
  font-size: 12px;
  color: red;
}

.form .error input {
  border-color: red;
}

.form .error input::-webkit-input-placeholder {
  color: red;
}

.form .error input::-moz-placeholder {
  color: red;
}

.form .error input:-ms-input-placeholder {
  color: red;
}

.form .error input::-ms-input-placeholder {
  color: red;
}

.form .error input::placeholder {
  color: red;
}

.modal {
  display: none;
  padding: 0;
  max-width: 450px;
  width: 100%;
  overflow: visible;
  border-radius: 15px;
}

.modal__form {
  position: relative;
  padding: 40px 37px 40px 40px;
  background-color: #080311;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.modal__form::before {
  position: absolute;
  top: -77px;
  right: -106px;
  content: "";
  width: 260px;
  height: 260px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .7;
}

.modal__form::after {
  position: absolute;
  top: 18px;
  right: 25px;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../images/dest/icons/form-cup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.modal h6 {
  position: relative;
  padding: 0 0 0 12px;
  border-left: 2px solid #50C6FF;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.modal p {
  margin: 0 0 25px 0;
  max-width: 315px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}

.modal__input-wrap {
  margin: 0 0 10px 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

.modal__input-wrap input {
  padding: 8px 0;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.modal__input-wrap input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.modal__input-wrap input::-moz-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.modal__input-wrap input:-ms-input-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.modal__input-wrap input::-ms-input-placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.modal__input-wrap input::placeholder {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.modal .error span {
  display: block;
  margin: 4px 0 0 0;
  font-size: 12px;
  color: red;
}

.modal .error input {
  border-color: red;
}

.modal .error input::-webkit-input-placeholder {
  color: red;
}

.modal .error input::-moz-placeholder {
  color: red;
}

.modal .error input:-ms-input-placeholder {
  color: red;
}

.modal .error input::-ms-input-placeholder {
  color: red;
}

.modal .error input::placeholder {
  color: red;
}

.modal__input-wrap + p {
  max-width: 100%;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1px;
}

.modal .btn {
  margin: 35px 0 0 0;
  color: #fff;
}

.fancybox-slide--html {
  padding: 70px 10px 40px 10px;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: -10px;
  top: -50px;
}

.reviews__item-inner.fancybox-content {
  position: relative;
  max-width: 590px;
  width: 100%;
  background-color: #080311;
  border-radius: 15px;
  padding: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

.reviews__item-inner.fancybox-content::before {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "";
  width: 52px;
  height: 52px;
  background-image: url("../images/dest/icons/review-modal-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reviews__item-inner.fancybox-content .reviews__read {
  display: none;
}

.reviews__item-inner.fancybox-content .reviews__text {
  -ms-line-clamp: 100;
  -webkit-line-clamp: 100;
  line-clamp: 100;
}

.reviews__item-inner.fancybox-content::after {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  width: 100.5%;
  height: 101%;
  z-index: 1;
  opacity: 1;
}

/*start header=================*/
.header {
  background-color: #080311;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
}

.header__col {
  margin: 0 15px 0 0;
}

.header__col span {
  font-size: 10px;
  font-weight: 800;
  line-height: 100%;
}

.header__logo {
  display: block;
  width: 107px;
  height: 37px;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__languege {
  width: 76px;
  margin: 0 24px 0 auto;
}

.header__languege-child {
  padding: 0 20px 0 13px;
  position: relative;
  height: 48px;
  cursor: pointer;
}

.header__languege-child::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-image: url("../images/dest/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
}

.header__languege-child:hover .header__languege-dropdown {
  z-index: 10;
  width: 100%;
  left: 0;
  top: 48px;
  padding: 0 0 0 13px;
}

.header__languege-child:hover .header__languege-dropdown li {
  padding: 5px 0;
}

.header__languege-child:hover .header__languege-dropdown-wrap {
  background-color: #110823;
  display: block;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 39px;
  padding: 13px 0 13px 0;
  border-radius: 0 0 5px 5px;
}

.header__languege-child > span {
  line-height: 48px;
}

.header__languege-dropdown-wrap {
  position: absolute;
  display: none;
}

.header__languege-dropdown li:hover {
  color: #50C6FF;
}

.header .btn {
  margin: 0 30px 0 0;
}

.header__btn-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
  width: 15px;
  height: 15px;
}

.header__btn-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__menu-btn {
  padding: 0;
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__menu-btn span {
  margin: 0 0 0 auto;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header__menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header__menu-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header__menu {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  max-width: 420px;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 165px 44px 5px 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow: auto;
  background-image: url("../images/dest/content/menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header__menu .social {
  position: relative;
  padding: 25px 0 0 0;
  width: 100%;
}

.header__menu .social::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(333deg, #FC466B 0%, #3F5EFB 100%);
  background: linear-gradient(117deg, #FC466B 0%, #3F5EFB 100%);
}

.header ::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.header ::-webkit-scrollbar-thumb {
  background-color: #ada3be;
  border-radius: 5px;
}

.header ::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid #838383;
  border-radius: 5px;
  max-height: 80px;
  background-clip: content-box;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.header__menu-shadow {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.header__menu-shadow.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 9999;
}

.header__menu.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header__menu-close {
  margin: -85px 0 50px -36px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}

.header__list {
  margin: 0 0 115px 0;
}

.header__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 15px 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.header__list a::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 2px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header__list a:hover::before {
  width: 110%;
}

.header__list a.active::before {
  width: 110%;
}

.header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  z-index: 999;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

.margin-top {
  margin: 86px 0 0 0;
}

/*end header=================*/
/*start intro==================*/
.intro {
  background-image: url("../images/dest/content/intro-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  overflow: hidden;
}

.intro__inner {
  min-height: 720px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__left {
  position: relative;
  z-index: 10;
  padding: 150px 0 50px;
  max-width: 636px;
  width: 100%;
}

.intro__left h1 {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.intro__left h1 strong {
  font-size: 80px;
  font-weight: 800;
  line-height: 120%;
}

.intro__left h1::before {
  position: absolute;
  top: -152px;
  left: -118px;
  z-index: -1;
  content: "";
  width: 464px;
  height: 464px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.intro__left p {
  margin: 0 0 60px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.intro__left .social {
  margin: 105px 0 0 0;
}

.intro__left .social a {
  width: 25px;
  height: 25px;
  display: block;
}

.intro__left .social a img,
.intro__left .social a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.intro__right {
  position: absolute;
  top: 0;
  right: 0;
  margin: -45px -115px 0 0;
  max-width: 900px;
  width: 100%;
  overflow: hidden;
}

.intro__right img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*end intro==================*/
/*start about=================*/
.about {
  padding: 65px 0 25px;
  overflow: hidden;
}

.about__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__inner .registration__paralax-1 {
  top: 113px;
  right: -80px;
}

.about__inner .registration__paralax-2 {
  bottom: 73px;
  left: 43%;
}

.about__left {
  margin: -30px 15px 0 -75px;
  max-width: 640px;
  width: 100%;
}

.about__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about .title {
  margin: 0 0 34px 0;
}

.about__right {
  position: relative;
  margin: 0 0 0 30px;
  padding: 90px 0 0 0;
  width: 100%;
}

.about__right p {
  padding: 0 40px 0 0;
  margin: 0 0 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.about__right::before {
  position: absolute;
  content: "";
  border-radius: 25px;
  background: -o-linear-gradient(259deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(191deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  top: 160px;
  left: -30px;
  right: 0;
  width: 104%;
  height: 500px;
  z-index: -1;
}

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

.about__item {
  max-width: 340px;
  width: 100%;
  margin: 23px 0 0 0;
  padding: 29px 26px 39px 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.66%);
  border: 1px solid #4d296f;
  border-radius: 15px;
}

.about__item p {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 118%;
}

.about__item span {
  color: #50C6FF;
}

.about__box-img {
  position: absolute;
  bottom: -35px;
  right: 0;
  max-width: 405px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*end about=================*/
/*start change============*/
.change {
  padding: 0 0 10px;
}

.change .title {
  margin: 0 0 35px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.change .title strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -15px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.change__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 110px 30px 30px 125px;
  min-height: 474px;
}

.change__inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/dest/icons/change-box.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
}

.change .registration__paralax-1 {
  bottom: 26%;
  left: -118px;
}

.change .registration__paralax-2 {
  top: 36%;
  left: -10px;
}

.change .registration__paralax-3 {
  right: 20px;
  bottom: 40%;
}

.change__left {
  max-width: 435px;
  width: 100%;
}

.change__left .list {
  margin: 0 0 0 20px;
}

.change__right {
  margin: 0 0 0 6%;
  padding: 23px 20px 0 0;
}

.change__right .list {
  max-width: 452px;
}

.change__right-box {
  max-width: 452px;
  width: 100%;
  margin: 63px 0 0 5px;
  padding: 27px 23px 27px 27px;
  background: -o-linear-gradient(310deg, rgba(46, 22, 68, 0.6) 0%, rgba(106, 66, 138, 0.6) 21.67%, rgba(80, 198, 255, 0.6) 43.54%, rgba(80, 198, 255, 0.6) 58.65%, rgba(106, 66, 138, 0.6) 80.92%, rgba(46, 22, 68, 0.6) 100%);
  background: linear-gradient(140deg, rgba(46, 22, 68, 0.6) 0%, rgba(106, 66, 138, 0.6) 21.67%, rgba(80, 198, 255, 0.6) 43.54%, rgba(80, 198, 255, 0.6) 58.65%, rgba(106, 66, 138, 0.6) 80.92%, rgba(46, 22, 68, 0.6) 100%);
  border: 1px solid #4d296f;
  border-radius: 15px;
}

.change__right-box p {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.change__right-box p span {
  color: #50C6FF;
}

/*end change============*/
/*start menu===================*/
.menu {
  padding: 95px 0 100px;
  overflow: hidden;
}

.menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .registration__paralax-1 {
  top: 31%;
  left: -48px;
}

.menu .registration__paralax-2 {
  bottom: -47px;
  left: 13%;
}

.menu__left {
  margin: 0 25px 0 0;
  max-width: 387px;
  width: 100%;
}

.menu__left .btn {
  margin: 0 0 0 25px;
}

.menu .title {
  margin: 0 0 20px 0;
}

.menu .list {
  margin: 0 0 30px 25px;
}

.menu__right {
  margin: 0 -110px 0 0;
  width: 920px;
}

.menu__right-slider {
  width: 100%;
}

.menu__right-slider .slick-slide {
  margin: 0 25px 0 0;
  height: auto;
}

.menu__right-slider .slick-track {
  margin: 0 0 0 -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.card-item {
  position: relative;
  padding: 10px 10px 35px 10px;
  border-radius: 15px;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  overflow: hidden;
}

.card-item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/dest/content/card-item-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.card-item:hover::before {
  opacity: 1;
}

.card-item__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-item__img {
  margin: 0 0 25px 0;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 182px;
  overflow: hidden;
}

.card-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-item h6 {
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-item p {
  padding: 0 0 0 5px;
  position: relative;
  margin: 0 0 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-item__bottom {
  position: relative;
  padding: 22px 0 0 0;
}

.card-item__bottom::before {
  position: absolute;
  content: "";
  left: 5px;
  right: 5px;
  width: 97%;
  top: 0;
  height: 1px;
  background: -o-linear-gradient(271deg, #FC466B 0%, #3F5EFB 100%);
  background: linear-gradient(179deg, #FC466B 0%, #3F5EFB 100%);
}

.card-item a {
  margin: auto 0 0 5px;
}

.card-item--catalog {
  margin: 0 0 25px 25px;
  width: calc(25% - 25px);
}

.card-item--catalog .card-item__img {
  height: 220px;
  margin: 0 0 30px 0;
}

.card-item--catalog .card-item__bottom {
  padding: 35px 0 0 0;
}

/*end menu===================*/
/*start banner==========*/
.banner {
  padding: 100px 0 35px;
  overflow: hidden;
}

.banner__inner {
  position: relative;
  z-index: 1;
  padding: 45px 475px 44px 104px;
  border-radius: 15px;
  background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
}

.banner__inner::before {
  position: absolute;
  content: "";
  width: 445px;
  height: 340px;
  right: 75px;
  bottom: -5px;
  background-image: url("../images/dest/content/banner-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.banner__inner::after {
  position: absolute;
  z-index: -2;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-image: url("../images/dest/icons/banner-border.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.banner p {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

/*end banner==========*/
/*start preference==========*/
.preference {
  padding: 90px 0 20px;
}

.preference .container {
  position: relative;
}

.preference .registration__paralax-1 {
  top: 20%;
  left: -13px;
  opacity: .1;
}

.preference .registration__paralax-2 {
  top: 12%;
  right: 31px;
  opacity: .1;
}

.preference .registration__paralax-3 {
  top: -7%;
  right: 41%;
}

.preference .title {
  margin: 0 0 22px 0;
}

.preference .title::after {
  position: absolute;
  top: -70px;
  left: -93px;
  z-index: -1;
  content: "";
  width: 370px;
  height: 370px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .8;
}

.preference .container > p {
  margin: 0 0 80px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  max-width: 625px;
}

.preference__list {
  margin: 0 0 0 -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.preference__list li {
  padding: 23px 30px 35px 30px;
  margin: 0 0 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(25% - 24px);
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), color-stop(99.66%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  color: #fff;
}

.preference__list h6 {
  max-width: 180px;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.preference__list p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.preference__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: -o-linear-gradient(310deg, rgba(17, 8, 35, 0.7) 0%, rgba(106, 66, 138, 0.7) 21.67%, rgba(80, 198, 255, 0.7) 43.54%, rgba(80, 198, 255, 0.7) 58.65%, rgba(106, 66, 138, 0.7) 80.92%, rgba(17, 8, 35, 0.7) 100%);
  background: linear-gradient(140deg, rgba(17, 8, 35, 0.7) 0%, rgba(106, 66, 138, 0.7) 21.67%, rgba(80, 198, 255, 0.7) 43.54%, rgba(80, 198, 255, 0.7) 58.65%, rgba(106, 66, 138, 0.7) 80.92%, rgba(17, 8, 35, 0.7) 100%);
  width: 56px;
  height: 56px;
  margin: 0 auto 33px;
}

/*end preference==========*/
/*start cost==============*/
.cost {
  padding: 120px 0 10px;
  overflow: hidden;
}

.cost .container {
  position: relative;
}

.cost .registration__paralax-1 {
  top: 35%;
  left: -105px;
}

.cost .title {
  position: relative;
  z-index: 1;
  margin: 0 0 -65px 25px;
}

.cost .title strong {
  margin: 12px 0 0 0;
}

.cost__inner {
  position: relative;
  padding: 94px 460px 50px 45px;
  border-radius: 15px;
  background-image: url("../images/dest/content/cost-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.cost__inner::before {
  position: absolute;
  bottom: 0;
  right: -116px;
  z-index: 1;
  content: "";
  width: 542px;
  height: 558px;
  background-image: url("../images/dest/content/cost-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cost__inner p {
  margin: 0 0 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.cost__inner .btn {
  margin: 60px 0 0 0;
  padding: 8px 22px;
}

/*end cost==============*/
/*start reviews========*/
.reviews {
  padding: 90px 0 65px;
}

.reviews .title {
  margin: 0 0 30px 0;
}

.reviews .container {
  position: relative;
}

.reviews .registration__paralax-1 {
  opacity: .1;
  top: 10%;
  right: 29%;
}

.reviews .registration__paralax-2 {
  opacity: .1;
  top: 18%;
  right: 48px;
}

.reviews .container > p {
  margin: 0 0 60px 0;
  max-width: 610px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.reviews__slider {
  width: calc(100% + 24px);
  margin: 0 -12px 0 -12px;
}

.reviews__slider .slick-slide {
  margin: 0 12px 0 12px;
  height: auto;
}

.reviews__slider .slick-slide.slick-center .reviews__item-inner::after {
  opacity: 1;
}

.reviews__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reviews__item {
  height: 100%;
  max-width: 392px;
  width: 100%;
}

.reviews__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  padding: 30px 30px 30px 30px;
  border-radius: 15px;
  background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
}

.reviews__item-inner::after {
  position: absolute;
  content: "";
  top: 1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: 100%;
  height: 99%;
  background-image: url("../images/dest/icons/border.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  z-index: -1;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  opacity: 0;
}

.reviews__item-inner:hover::after {
  opacity: 1;
}

.reviews__text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 6;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.reviews__text p {
  margin: 0 0 15px 0 !important;
}

.reviews__item-box {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__item-avatar {
  margin: 0 20px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews__item-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews__item-info span {
  margin: 0 0 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
}

.reviews__item-info p {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.reviews__read {
  padding: 0;
  margin: 31px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}

.reviews__read:hover {
  text-decoration: none;
}

/*end reviews========*/
/*start info=============*/
.info {
  padding: 50px 0 10px;
}

.info .container {
  position: relative;
}

.info .registration__paralax-1 {
  top: 16%;
  right: 7%;
}

.info .registration__paralax-2 {
  top: 0%;
  right: 3%;
}

.info .registration__paralax-3 {
  top: -11%;
  left: 32%;
}

.info .title {
  margin: 0 0 30px 0;
  position: relative;
}

.info .title::after {
  position: absolute;
  top: -70px;
  left: -93px;
  z-index: -1;
  content: "";
  width: 370px;
  height: 370px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.info .container > p {
  max-width: 610px;
  margin: 0 0 60px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.info__slider {
  width: calc(100% + 24px);
  margin: 0 -12px 0 -12px;
}

.info__slider .slick-slide {
  margin: 0 12px 0 12px;
  height: auto;
}

.info__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 10px 10px 25px 10px;
  height: 100%;
  border-radius: 15px;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
}

.info-card__inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/dest/content/card-item-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.info-card__inner:hover::before {
  opacity: 1;
}

.info-card__img {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  height: 180px;
  width: 100%;
}

.info-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-card__date {
  height: 22px;
  position: relative;
  z-index: 1;
  margin: -11px 0 30px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
  border-radius: 53px;
  background: -o-linear-gradient(333deg, #FC466B 0%, #3F5EFB 100%);
  background: linear-gradient(117deg, #FC466B 0%, #3F5EFB 100%);
}

.info-card h6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.info-card p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
  margin: 0 0 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.info-card__bottom {
  position: relative;
  padding: 20px 10px 0 10px;
}

.info-card__bottom::before {
  position: absolute;
  content: "";
  left: 5px;
  right: 5px;
  width: 97%;
  top: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.info-card__bottom a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.info-card__bottom a:hover {
  text-decoration: none;
}

.info-card--blog {
  margin: 0 0 25px 25px;
  width: calc(25% - 25px);
}

.info-card .info-card__img {
  height: 185px;
}

/*end info=============*/
/*start questions=========*/
.questions {
  padding: 90px 0 10px;
}

.questions .container {
  position: relative;
}

.questions .registration__paralax-1 {
  top: 42%;
  left: -10%;
}

.questions .registration__paralax-2 {
  top: 25%;
  left: -1%;
}

.questions .registration__paralax-3 {
  top: -4%;
  right: 14%;
}

.questions .title {
  margin: 0 0 25px 0;
}

.questions .title::after {
  position: absolute;
  top: -70px;
  left: -93px;
  z-index: -1;
  content: "";
  width: 370px;
  height: 370px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.questions .container > p {
  margin: 0 0 55px 0;
  max-width: 610px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.accordeon {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
}

.accordeon dl {
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 30px 15px 30px;
  border-radius: 15px;
  background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
}

.accordeon dl::before {
  position: absolute;
  z-index: -2;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-image: url("../images/dest/icons/banner-border.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  opacity: 0;
}

.accordeon dl.open::before {
  opacity: 1;
}

.accordeon dt {
  position: relative;
  padding: 0 50px 0 0;
}

.accordeon dt::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 35px;
  width: 13px;
  height: 13px;
  background-image: url("../images/dest/icons/accordeon-arrow-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.accordeon dt::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 35px;
  width: 13px;
  height: 13px;
  background-image: url("../images/dest/icons/accordeon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.accordeon dt h6 {
  position: relative;
  padding: 30px 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  cursor: pointer;
}

.accordeon dt h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.accordeon dt.active::after {
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordeon dt.active::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.accordeon dd {
  padding: 15px 15px 15px 0;
  margin: 0;
}

.accordeon dd p {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.accordeon dd p + p {
  margin: 15px 0 0 0;
}

/*end questions=========*/
/*start contacts==========*/
.contacts {
  padding: 90px 0 50px;
  overflow: hidden;
}

.contacts__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts .registration__paralax-1 {
  bottom: 33%;
  left: -9%;
}

.contacts__left {
  margin: 0 45px 0 0;
  max-width: 620px;
  width: 100%;
}

.contacts__left .title {
  margin: 0 0 20px 0;
}

.contacts__left > p {
  margin: 0 0 50px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.contacts__list {
  max-width: 625px;
  margin: 0 0 0 -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.contacts__list > li {
  padding: 24px 24px 24px 24px;
  margin: 0 0 24px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 48px);
  border-radius: 10px;
  background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
}

.contacts__list > li p {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.contacts__list > li a,
.contacts__list > li span {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 4px 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.contacts__list > li a:hover {
  text-decoration: underline;
}

.contacts__img {
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contacts__img img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts__soc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none !important;
  border-left: 2px solid #50C6FF;
  border-radius: 0 !important;
  padding: 0 24px 0 24px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contacts__soc li {
  width: 18px;
  height: 18px;
}

.contacts__soc li img,
.contacts__soc li svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts__right {
  max-width: 520px;
  width: 100%;
}

/*end contacts==========*/
/*start catalog================*/
.catalog .container {
  position: relative;
}

.catalog .container .registration__paralax-1 {
  top: 43%;
  left: -7%;
}

.catalog .container .registration__paralax-2 {
  bottom: 28%;
  right: -5%;
}

.catalog .container::after {
  position: absolute;
  top: -63px;
  right: -145px;
  z-index: -1;
  content: "";
  width: 470px;
  height: 470px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.catalog__list {
  padding: 60px 0 0;
  margin: 0 0 0 -25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
}

/*end catalog================*/
/*start blog==============*/
.blog {
  padding: 0 0 56px 0;
}

.blog .container {
  position: relative;
}

.blog .container .registration__paralax-1 {
  top: 34%;
  left: -7%;
}

.blog .container .registration__paralax-2 {
  bottom: 42%;
  right: -5%;
}

.blog .container::after {
  position: absolute;
  top: -63px;
  right: -145px;
  z-index: -1;
  content: "";
  width: 470px;
  height: 470px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.blog__list {
  padding: 50px 0 0;
  margin: 0 0 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*end blog==============*/
/*start article===========*/
.article {
  padding: 45px 0 15px;
}

.article .container {
  position: relative;
  max-width: 1045px;
}

.article .container::after {
  position: absolute;
  top: -145px;
  right: -185px;
  z-index: -1;
  content: "";
  width: 370px;
  height: 370px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .8;
}

.article .container .registration__paralax-1 {
  top: 34%;
  left: -7%;
}

.article .container .registration__paralax-2 {
  bottom: 42%;
  right: -5%;
}

.article .container > img {
  height: auto !important;
  border-radius: 20px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article span {
  position: relative;
  height: 29px;
  z-index: 1;
  margin: -17px 1px 0 104px;
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  border-radius: 53px;
  background: -o-linear-gradient(333deg, #FC466B 0%, #3F5EFB 100%);
  background: linear-gradient(117deg, #FC466B 0%, #3F5EFB 100%);
}

.article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}

.article .social {
  height: 100%;
  margin: 0 50px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article .social li {
  width: 20px;
  height: 20px;
  margin: 0 0 24px 0;
}

.article .social li a {
  width: 100%;
  height: 100%;
}

.article .social li a svg,
.article .social li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.article__content {
  max-width: 810px;
}

.article__content img {
  margin: 24px 0;
  height: auto !important;
  border-radius: 20px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__content ul {
  margin: 22px 0 40px;
}

.article__content ul li {
  margin: 0 0 15px 0;
  position: relative;
  padding: 0 0 0 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.article__content ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../images/dest/icons/kacke.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}

.article h1,
.article h2,
.article h3,
.article h4 {
  position: relative;
  padding: 0 0 0 20px;
}

.article h1::before,
.article h2::before,
.article h3::before,
.article h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 93%;
  background-color: #50C6FF;
}

.article h1 {
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.article h2 {
  margin: 35px 0 20px 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.article h3 {
  margin: 40px 0 20px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.article h4 {
  margin: 50px 0 20px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.article p {
  margin: 0 0 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.article blockquote {
  margin: 0 0 40px 0;
  position: relative;
  padding: 24px 24px 24px 98px;
  border-radius: 10px;
  background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
}

.article blockquote::after {
  position: absolute;
  z-index: -2;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url("../images/dest/icons/banner-border.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.article blockquote::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 24px;
  left: 23px;
  width: 50px;
  height: 50px;
  background-image: url("../images/dest/icons/brackets.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*end article===========*/
/*start card===========*/
.card {
  padding: 46px 0 102px;
}

.card__inner {
  position: relative;
  padding: 34px 20px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  background: -o-linear-gradient(289deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  background: linear-gradient(161deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
}

.card__inner .registration__paralax-1 {
  bottom: 34%;
  left: -12%;
}

.card__inner::before {
  position: absolute;
  top: -180px;
  right: -195px;
  z-index: -1;
  content: "";
  width: 400px;
  height: 400px;
  background-image: url("../images/dest/icons/intro-title-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.card__left {
  margin: 0 60px 0 0;
  position: relative;
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
}

.card__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.card__left::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -9px;
  bottom: -8px;
  left: -9px;
  width: calc(100% + 18px);
  height: calc(100% + 16px);
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  border-radius: 20px;
  z-index: -1;
}

.card__left::after {
  position: absolute;
  content: "";
  right: -29px;
  bottom: -28px;
  width: 98%;
  height: 96%;
  background-image: url("../images/dest/icons/card-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.card__right {
  width: 100%;
}

.card .title {
  margin: 0 0 20px 0;
  max-width: 470px;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.card strong {
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.card p {
  margin: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
}

.card .btn {
  margin: 60px 0 0 0;
}

/*end card===========*/
/*start footer=============*/
.footer {
  padding: 70px 0 24px;
}

.footer__inner {
  padding: 0 0 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 9% 0 auto;
}

.footer__inner ul li {
  margin: 0 15px 0 0;
}

.footer__inner ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__inner ul a::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 2px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.footer__inner ul a:hover::before {
  width: 100%;
}

.footer__logo {
  margin: 0 25px 0 0;
  width: 107px;
  height: 37px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__bottom {
  position: relative;
}

.footer__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(341deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
  background: linear-gradient(109deg, rgba(252, 70, 107, 0.2) 0%, rgba(63, 94, 251, 0.2) 100%);
}

.footer__bottom-inner {
  padding: 23px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__bottom-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom-inner ul li {
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
}

.footer__bottom-inner ul li img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1px;
}

/*end footer=============*/
@media (max-width: 1200px) {
  .about__box-img {
    max-width: 300px;
  }
  .about__left {
    margin: -30px 15px 0 -55px;
    max-width: 480px;
  }
  .menu__right {
    width: 620px;
    margin: 0 -15px 0 auto;
  }
  .contacts__right {
    max-width: 400px;
  }
  .footer__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__inner ul {
    display: inline;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
  .reviews__item {
    max-width: 100%;
    width: 100%;
  }
  .reviews__item-inner::after {
    opacity: 1;
    height: 99%;
  }
  .intro {
    background-image: none;
  }
  .intro__right {
    max-width: 700px;
  }
  .intro__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1100px) {
  .intro__left h1 {
    font-size: 40px;
    line-height: 100%;
  }
  .intro__left h1 strong {
    font-size: 50px;
  }
  .intro__left p {
    font-size: 18px;
    margin: 0 0 40px 0;
  }
  .btn--white {
    padding: 20px 50px;
    font-size: 16px;
  }
  .intro__inner {
    min-height: 615px;
  }
  .about__box-img {
    display: none;
  }
  .change__inner {
    max-width: 550px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 67px 30px 70px 50px;
    min-height: 474px;
  }
  .change__left .list {
    margin: 0;
  }
  .change__left,
  .change__right .list {
    max-width: 100%;
  }
  .change__right {
    margin: 0 0 0 0;
    padding: 0;
  }
  .change__inner::before {
    background-image: url("../images/dest/icons/change-box-mob.svg");
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }
  .change__right-box {
    max-width: 452px;
    width: 100%;
    margin: 35px 15px 16px 5px;
  }
  .change {
    padding: 80px 0 80px;
  }
  .banner__inner {
    padding: 45px 350px 44px 30px;
  }
  .banner__inner::before {
    width: 327px;
    height: 273px;
    right: 25px;
  }
  .preference__list li {
    width: calc(33.33333% - 24px);
  }
  .cost__inner::before {
    width: 420px;
    height: 455px;
  }
  .cost__inner {
    padding: 94px 325px 50px 45px;
  }
  .cost .title strong,
  .reviews .title strong,
  .info .title strong {
    letter-spacing: 0;
  }
  .contacts__list > li {
    width: calc(100% - 48px);
  }
  .footer__inner ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .card-item--catalog,
  .info-card--blog {
    width: calc(33.33333% - 25px);
  }
  .preference .registration__paralax-1 {
    width: 70px;
  }
  .preference .registration__paralax-2 {
    width: 100px;
  }
  .reviews .registration__paralax-2 {
    top: 12%;
  }
}

@media (max-width: 900px) {
  .about {
    padding: 30px 0 50px;
  }
  .about__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__right {
    margin: 0;
  }
  .about__right::before {
    top: 130px;
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
  }
  .about__left {
    margin: 0 0 -50px -30px;
    max-width: 270px;
  }
  .about__box-img {
    margin: 0 0 0 15px;
    display: block;
    position: inherit;
  }
  .title {
    font-size: 26px;
  }
  .title strong {
    font-size: 38px;
  }
  .menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__left {
    margin: 0 0 40px 0;
    max-width: 100%;
    width: 100%;
  }
  .menu__right {
    width: 100%;
    margin: 0;
  }
  .card-item__img {
    height: 140px;
    margin: 0 0 15px 0;
  }
  .card-item {
    padding: 10px 10px 20px 10px;
  }
  .menu__right-slider .slick-slide {
    margin: 0 10px 0 10px;
  }
  .menu {
    padding: 95px 0 50px;
  }
  .banner {
    padding: 50px 0;
  }
  .preference__list li {
    width: calc(50% - 24px);
  }
  .cost {
    padding: 100px 0 50px;
  }
  .cost .title {
    margin: 0 0 -45px 25px;
  }
  .questions .title::after {
    width: 335px;
    height: 275px;
  }
  .footer__inner ul {
    margin: 0 0 0 auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .card-item--catalog,
  .info-card--blog {
    width: calc(50% - 25px);
  }
  .title.title--page {
    font-size: 36px;
    line-height: 100%;
  }
  .card {
    padding: 60px 0 90px;
  }
  .card .title {
    font-size: 34px;
  }
  .menu__right-slider .slick-track {
    margin: 0;
  }
  .menu .registration__paralax-2 {
    bottom: auto;
    top: 35%;
    left: 15%;
  }
  .accordeon dl::before {
    background-image: url("../images/dest/icons/border-form.svg");
  }
}

@media (max-width: 700px) {
  .intro__inner {
    min-height: auto;
  }
  .intro__left {
    padding: 120px 0 50px;
  }
  .intro__left h1 {
    font-size: 25px;
    line-height: 100%;
  }
  .intro__left h1 strong {
    font-size: 30px;
  }
  .btn.btn--header {
    display: none;
  }
  .intro__left h1::before {
    width: 250px;
    height: 250px;
    top: -98px;
    left: -66px;
  }
  .intro__right {
    max-width: auto;
    width: 150%;
  }
  .about__left {
    position: inherit;
  }
  .about__item {
    padding: 25px 26px 25px 25px;
    max-width: 100%;
  }
  .about__item p {
    margin: 0 0 8px 0;
    font-size: 18px;
  }
  .change {
    padding: 50px 0 40px;
  }
  .change__inner {
    padding: 67px 35px 70px 20px;
  }
  .change__right-box {
    padding: 20px 15px 20px 15px;
  }
  .change__right-box p {
    margin: 0 0 8px 0;
    font-size: 16px;
  }
  .menu .list {
    margin: 0 0 30px 0;
  }
  .banner__inner {
    padding: 45px 15px 44px 15px;
  }
  .banner__inner::before {
    z-index: -1;
    opacity: .7;
    right: -25px;
  }
  .preference__list li {
    padding: 23px 10px 35px 10px;
  }
  .preference .title::after,
  .info .title::after {
    width: 250px;
    height: 250px;
    top: -65px;
    left: -66px;
  }
  .cost__inner::before {
    width: 290px;
    height: 315px;
  }
  .cost__inner {
    padding: 70px 180px 50px 25px;
  }
  .reviews .container > p {
    margin: 0 0 40px 0;
  }
  .about__item {
    max-width: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about__box-img {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordeon dl {
    margin: 0 0 15px 0;
    padding: 0 30px 15px 15px;
  }
  .contacts__left {
    margin: 0 0 80px 0;
    max-width: 100%;
    width: 100%;
  }
  .contacts__list > li {
    padding: 15px 15px 15px 15px;
  }
  .form {
    margin: 0 0 0 20px;
  }
  .contacts__right,
  .form {
    max-width: 100%;
  }
  .form h6::before {
    top: -136px;
    right: -113px;
    width: 250px;
    height: 250px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner ul {
    margin: 20px 0 0 0;
  }
  .footer__inner ul a {
    padding: 10px 10px 10px 0;
  }
  .footer__inner ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .card-item--catalog,
  .info-card--blog {
    width: calc(100% - 25px);
  }
  .card-item--catalog .card-item__img {
    height: 180px;
    margin: 0 0 30px 0;
  }
  .arrow-up {
    bottom: 50px;
  }
  .pagination__list li + li {
    margin-left: 5px;
  }
  .article__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article .social {
    margin: 0 0 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
  }
  .article .social li {
    margin: 0 24px 0 0;
  }
  .article span {
    margin: -17px 1px 0 20px;
  }
  .article h1 {
    font-size: 30px;
  }
  .article h2 {
    font-size: 28px;
  }
  .article h3 {
    font-size: 24px;
  }
  .article blockquote {
    margin: 0 0 30px 0;
    padding: 24px 20px 24px 20px;
  }
  .breadcrumbs {
    margin: 35px 0 5px;
  }
  .catalog .container::after,
  .blog .container::after {
    position: absolute;
    top: -63px;
    right: -145px;
    z-index: -1;
    content: "";
    width: 320px;
    height: 320px;
  }
  .card {
    padding: 60px 0 40px;
  }
  .card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card__left {
    max-width: 300px;
    margin: 0 40px 80px 20px;
  }
  .card .title {
    font-size: 26px;
  }
  .card strong {
    margin: 0 0 28px 0;
    font-size: 16px;
  }
  .card__inner::before {
    top: -123px;
    right: -145px;
    width: 290px;
    height: 290px;
  }
  .about__left {
    max-width: 100%;
  }
  .menu .registration__paralax-2 {
    width: 65px;
    bottom: 2px;
    left: 26%;
  }
  .banner__inner::after {
    background-image: url("../images/dest/icons/border.svg");
  }
  .preference .registration__paralax-1 {
    top: 0;
  }
  .preference .registration__paralax-2 {
    top: -20px;
  }
  .reviews .registration__paralax-1 {
    top: -1%;
    right: auto;
    left: 3%;
  }
  .reviews .registration__paralax-2 {
    top: -18%;
  }
  .preference .registration__paralax-3 {
    width: 80px;
    top: 0;
  }
}

@media (max-width: 420px) {
  .header__menu {
    padding: 165px 44px 65px 30px;
  }
  .header__menu-close {
    margin: -85px 0 50px -20px;
  }
  .preference__list li {
    width: 100%;
  }
  .cost__inner::before {
    display: none;
  }
  .cost__inner {
    padding: 94px 25px 50px 25px;
  }
  .cost .title::after {
    position: absolute;
    top: -70px;
    right: -85px;
    z-index: -1;
    content: "";
    width: 250px;
    height: 250px;
    background-image: url("../images/dest/icons/intro-title-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__item {
    max-width: 100%;
  }
  .footer__inner ul a {
    font-size: 14px;
  }
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__copyright {
    margin: 0 0 15px 0;
  }
  .footer__bottom-inner ul li {
    margin: 0 10px 0 0;
  }
}
