/*! 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Lato';
  src: url("Lato-Light.eot");
  src: url("Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("Lato-Regular.eot");
  src: url("Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("Lato-SemiboldItalic.eot");
  src: url("Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("Lato-Bold.eot");
  src: url("Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("Lato-Black.eot");
  src: url("Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #242424;
  background-color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.wrapper {
  overflow: hidden;
}

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

.title-wrap {
  text-align: center;
  margin-bottom: 58px;
}

@media (max-width: 1200px) {
  .title-wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .title-wrap {
    margin-bottom: 15px;
  }
}

@media (max-width: 560px) {
  .title-wrap {
    text-align: center;
  }
}

.title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#35BEDA), color-stop(#06B0D2), color-stop(#62CDE3), to(#08B1D2));
  background: -o-linear-gradient(left, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background: linear-gradient(to right, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
}

@media (max-width: 1200px) {
  .title {
    font-size: 40px;
  }
}

@media (max-width: 990px) {
  .title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 23px;
  }
}

@media (max-width: 560px) {
  .title {
    text-align: center;
  }
}

.title.main {
  color: #fff;
}

.subtitle {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#35BEDA), color-stop(#06B0D2), color-stop(#62CDE3), to(#08B1D2));
  background: -o-linear-gradient(left, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background: linear-gradient(to right, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}

.subtitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../img/line-dashed-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -13px;
}

@media (max-width: 1200px) {
  .subtitle {
    font-size: 40px;
  }
}

@media (max-width: 990px) {
  .subtitle {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 18px;
  }
  .subtitle::after {
    bottom: -6px;
  }
}

@media (max-width: 560px) {
  .subtitle {
    text-align: center;
  }
}

.subtitle.main {
  color: #fff;
  margin-bottom: 25px;
}

.subtitle.main::after {
  background-image: url(../img/line-dashed.svg);
}

@media (max-width: 768px) {
  .subtitle.main {
    margin-bottom: 0;
  }
}

/*--------------header-----------*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}

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

@media (max-width: 990px) {
  .header__inner {
    padding: 20px 0;
  }
}

@media (max-width: 990px) {
  .header__nav {
    width: 100%;
    height: 100vh;
    background-color: #06B0D2;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding-top: 60px;
  }
}

.header__nav.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.header__nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media (max-width: 990px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header__nav-list-item {
  margin: 0 26px 0 26px;
}

@media (max-width: 990px) {
  .header__nav-list-item {
    margin: 0 26px 20px 26px;
  }
}

.header__nav-list-link {
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  position: relative;
}

@media (max-width: 990px) {
  .header__nav-list-link {
    font-size: 30px;
  }
}

.header__nav-list-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header__nav-list-link:hover::after {
  width: 100%;
}

.header__nav .button-close {
  display: none;
}

@media (max-width: 990px) {
  .header__nav .button-close {
    display: block;
    font-size: 48px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 10px;
  }
}

.header__contacts {
  padding-top: 3px;
}

.header__contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 21px;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
}

.header__contacts-phone:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .header__contacts-phone {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .header__contacts-phone {
    font-weight: 400;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header__contacts-icon {
  width: 11px;
  height: 11px;
  margin-right: 15px;
}

@media (max-width: 990px) {
  .header__contacts-icon {
    width: 22px;
    height: 22px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

@media (max-width: 990px) {
  .header__contacts .mobile-hide {
    display: none;
  }
}

.header__contacts .mobile-show {
  display: none;
}

@media (max-width: 990px) {
  .header__contacts .mobile-show {
    display: block;
  }
}

@media (max-width: 1200px) {
  .header .logo__img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 990px) {
  .header .logo__img {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .header .logo__description {
    font-size: 12px;
    line-height: 1.3;
    padding: 3px 0 0 10px;
  }
  .header .logo__description::before {
    height: 43px;
  }
}

@media (max-width: 1060px) {
  .header .logo__description {
    display: none;
  }
}

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

.logo__img {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 13px;
}

.logo__description {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  color: #fff;
  padding: 3px 0 0 13px;
  position: relative;
}

.logo__description::before {
  content: "";
  width: 2px;
  height: 62px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
}

.burger {
  width: 35px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  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;
  padding: 0;
  display: none;
}

.burger__item {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
}

.burger__item:nth-child(3) {
  margin-bottom: 9px;
}

@media (max-width: 990px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*--------------top-banner-----------*/
.top-banner {
  min-height: 114vh;
  background-image: url(../img/top-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.top-banner__inner {
  padding-top: 180px;
}

@media (max-width: 1200px) {
  .top-banner__inner {
    padding-top: 135px;
  }
}

@media (max-width: 768px) {
  .top-banner__inner {
    padding-top: 112px;
  }
}

/*---------------quiz------------*/
.quiz-wrap {
  width: 885px;
  height: 545px;
  border-radius: 30px;
  background-image: url(../img/qwiz-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .quiz-wrap {
    width: 660px;
    /* height: 410px; */
    height: 500px;
  }
}

@media (max-width: 768px) {
  .quiz-wrap {
    width: 420px;
    min-height: 560px;
    background-image: url(../img/quiz-bg-mobile.png);
  }
}

@media (max-width: 560px) {
  .quiz-wrap {
    width: 320px;
    min-height: 445px;
  }
}

.quiz-form {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 45px 30px 45px;
}

@media (max-width: 990px) {
  .quiz-form {
    padding: 25px 35px 30px 35px;
  }
}

@media (max-width: 768px) {
  .quiz-form {
    padding: 35px 35px 30px 35px;
  }
}

@media (max-width: 560px) {
  .quiz-form {
    padding: 35px 25px 30px 25px;
  }
}

.quiz-form__header {
  width: 100%;
}

.quiz-form__header-steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

@media (max-width: 990px) {
  .quiz-form__header-steps-wrap {
    margin-bottom: 5px;
  }
}

.quiz-form__header-steps-item {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.05;
  color: #242424;
  white-space: nowrap;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media (max-width: 990px) {
  .quiz-form__header-steps-item {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .quiz-form__header-steps-item {
    font-size: 15px;
  }
}

.quiz-form__header-steps-item.active {
  font-weight: 400;
}

.quiz-form__header-progress {
  width: 100%;
  height: 14px;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

@media (max-width: 768px) {
  .quiz-form__header-progress {
    height: 9px;
  }
}

.quiz-form__header-progress-indicator {
  width: 30%;
  height: 100%;
  border-radius: 18px;
  background: -o-linear-gradient(359.89deg, #06B0D2 0.09%, #058FAB 83.87%, #035566 100%);
  background: linear-gradient(90.11deg, #06B0D2 0.09%, #058FAB 83.87%, #035566 100%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.quiz-form__tab {
  display: none;
  padding-top: 30px;
}

@media (max-width: 990px) {
  .quiz-form__tab {
    padding-top: 25px;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab {
    padding-top: 30px;
  }
}

@media (max-width: 560px) {
  .quiz-form__tab {
    padding-top: 20px;
  }
}

.quiz-form__tab-title {
  font-weight: 400;
  font-size: 27px;
  line-height: 1.05;
  color: #242424;
  margin: 0;
  margin-bottom: 10px;
}

@media (max-width: 990px) {
  .quiz-form__tab-title {
    font-size: 21px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.quiz-form__tab-title.period {
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .quiz-form__tab-title.period {
    margin-bottom: 10px;
  }
}

.quiz-form__tab-title.hotel {
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .quiz-form__tab-title.hotel {
    margin-bottom: 15px;
  }
}

.quiz-form__tab-title.finish {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 990px) {
  .quiz-form__tab-title.finish {
    margin-bottom: 30px;
  }
}

.quiz-form__tab-title.finish::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../img/quiz-dashed-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media (max-width: 990px) {
  .quiz-form__tab-title.finish::after {
    width: 85%;
    left: 40px;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab-title.finish::after {
    width: 100%;
    left: 0;
    bottom: -5px;
  }
}

.quiz-form__tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px 0 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .quiz-form__tab-content {
    margin-bottom: 50px;
    padding: 0 0 0 0;
  }
}

@media (max-width: 560px) {
  .quiz-form__tab-content {
    margin-bottom: 10px;
  }
}

.quiz-form__tab-content-period {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz-form__tab-content-people {
  margin-bottom: 0;
}

.quiz-form__tab-content-people .quiz-form__tab-content-item {
  width: 135px;
}

@media (max-width: 990px) {
  .quiz-form__tab-content-people .quiz-form__tab-content-item {
    width: 120px;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab-content-people .quiz-form__tab-content-item {
    width: 150px;
  }
}

@media (max-width: 560px) {
  .quiz-form__tab-content-people .quiz-form__tab-content-item {
    width: 56px;
  }
}

@media (max-width: 990px) {
  .quiz-form__tab-content-children {
    margin-bottom: 10px;
  }
}

.quiz-form__tab-content-children .quiz-form__tab-content-item {
  width: 135px;
}

@media (max-width: 990px) {
  .quiz-form__tab-content-children .quiz-form__tab-content-item {
    width: 120px;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab-content-children .quiz-form__tab-content-item {
    width: 150px;
  }
}

@media (max-width: 560px) {
  .quiz-form__tab-content-children .quiz-form__tab-content-item {
    width: 56px;
  }
}

@media (max-width: 990px) {
  .quiz-form__tab-content-hotel {
    margin-bottom: 10px;
  }
}

.quiz-form__tab-content-hotel .quiz-form__tab-content-item {
  width: 135px;
}

@media (max-width: 768px) {
  .quiz-form__tab-content-hotel .quiz-form__tab-content-item {
    width: 150px;
  }
}

@media (max-width: 560px) {
  .quiz-form__tab-content-hotel .quiz-form__tab-content-item {
    width: 75px;
  }
}

.quiz-form__tab-content-budget {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz-form__tab-content-budget .quiz-form__tab-content-item {
  width: 250px;
}

@media (max-width: 990px) {
  .quiz-form__tab-content-budget .quiz-form__tab-content-item {
    width: 175px;
  }
}

.quiz-form__tab-content-finish {
  -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;
  padding: 0 90px 0 90px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .quiz-form__tab-content-finish {
    padding: 0 0 0 0;
  }
}

.quiz-form__tab-content-item {
  width: 215px;
  margin: 10px 10px 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 990px) {
  .quiz-form__tab-content-item {
    width: 162px;
    margin: 10px 10px 0 0;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab-content-item {
    width: 155px;
    margin: 7px 10px 0 0;
  }
}

@media (max-width: 560px) {
  .quiz-form__tab-content-item {
    width: 123px;
  }
}

.quiz-form .tab-content-period-wrap .quiz-form__tab-content-item {
  width: 283px;
}

@media (max-width: 990px) {
  .quiz-form .tab-content-period-wrap .quiz-form__tab-content-item {
    width: 185px;
  }
}

.quiz-form__tab-content-item.last {
  margin-left: auto;
  margin-right: 79px;
}

@media (max-width: 990px) {
  .quiz-form__tab-content-item.last {
    margin-right: 34px;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab-content-item.last {
    margin-left: unset;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .quiz-form__tab-content-item.last .label-show-desktop {
    display: none;
  }
}

.quiz-form__tab-content-item.last .label-show-mobile {
  display: none;
}

@media (max-width: 768px) {
  .quiz-form__tab-content-item.last .label-show-mobile {
    display: inline-block;
  }
}

.quiz-form input.quiz-radio {
  position: absolute;
  opacity: 0;
}

.quiz-form input.quiz-radio + .quiz-radio__label {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.05;
  color: #242424;
  white-space: nowrap;
  position: relative;
  padding-left: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media (max-width: 990px) {
  .quiz-form input.quiz-radio + .quiz-radio__label {
    font-size: 18px;
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .quiz-form input.quiz-radio + .quiz-radio__label {
    font-size: 16px;
    padding-left: 25px;
  }
}

.quiz-form input.quiz-radio + .quiz-radio__label::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #ECECEC;
  -webkit-box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 990px) {
  .quiz-form input.quiz-radio + .quiz-radio__label::before {
    width: 18px;
    height: 18px;
  }
}

.quiz-form input.quiz-radio:checked + .quiz-radio__label::before {
  border: 7px solid #DFDFDF;
  background-color: #06B0D2;
}

@media (max-width: 990px) {
  .quiz-form input.quiz-radio:checked + .quiz-radio__label::before {
    border: 5px solid #DFDFDF;
  }
}

.quiz-form .quiz-form__input {
  width: 100%;
  height: 58px;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.05;
  border-radius: 10px;
  border: none;
  background-color: #F2F2F2;
  -webkit-box-shadow: inset 0px 0px 4.64px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 4.64px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 0 10px 0 35px;
}

@media (max-width: 990px) {
  .quiz-form .quiz-form__input {
    height: 50px;
    font-size: 24px;
    padding: 0 10px 0 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .quiz-form .quiz-form__input {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .quiz-form .quiz-form__input {
    height: 45px;
    padding: 0 10px 0 20px;
  }
}

.quiz-form .quiz-form__input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.05;
  color: #828282;
}

.quiz-form .quiz-form__input::-moz-placeholder {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.05;
  color: #828282;
}

.quiz-form .quiz-form__input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.05;
  color: #828282;
}

.quiz-form .quiz-form__input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.05;
  color: #828282;
}

.quiz-form .quiz-form__input::placeholder {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.05;
  color: #828282;
}

@media (max-width: 990px) {
  .quiz-form .quiz-form__input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .quiz-form .quiz-form__input::-moz-placeholder {
    font-size: 24px;
  }
  .quiz-form .quiz-form__input:-ms-input-placeholder {
    font-size: 24px;
  }
  .quiz-form .quiz-form__input::-ms-input-placeholder {
    font-size: 24px;
  }
  .quiz-form .quiz-form__input::placeholder {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .quiz-form .quiz-form__input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .quiz-form .quiz-form__input::-moz-placeholder {
    font-size: 18px;
  }
  .quiz-form .quiz-form__input:-ms-input-placeholder {
    font-size: 18px;
  }
  .quiz-form .quiz-form__input::-ms-input-placeholder {
    font-size: 18px;
  }
  .quiz-form .quiz-form__input::placeholder {
    font-size: 18px;
  }
}

.quiz-form .quiz-form__input:focus {
  outline: 1px solid #44dbfa;
}

.custom-choose{
  font-weight: 300;
  font-size: 23px;
  line-height: 1.05;
  color: #242424;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #242424;
}

.custom-choose::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.05;
    color: #242424;
}

.custom-choose::-moz-placeholder {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.05;
    color: #242424;
}

.custom-choose:-ms-input-placeholder {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.05;
    color: #242424;
}

.custom-choose::-ms-input-placeholder {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.05;
    color: #242424;
}

.custom-choose::placeholder {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.05;
    color: #242424;
}

.custom-choose:focus {
  border-radius: 5px;
  outline: 1px solid #44dbfa;
}

@media (max-width: 990px) {
  .quiz-form .custom-choose::-webkit-input-placeholder {
      font-size: 18px;
  }

  .quiz-form .custom-choose::-moz-placeholder {
      font-size: 18px;
  }

  .quiz-form .custom-choose:-ms-input-placeholder {
      font-size: 18px;
  }

  .quiz-form .custom-choose::-ms-input-placeholder {
      font-size: 18px;
  }

  .quiz-form .custom-choose::placeholder {
      font-size: 18px;
  }
}

@media (max-width: 768px) {
  .quiz-form .custom-choose::-webkit-input-placeholder {
      font-size: 16px;
  }

  .quiz-form .custom-choose::-moz-placeholder {
      font-size: 16px;
  }

  .quiz-form .custom-choose:-ms-input-placeholder {
      font-size: 16px;
  }

  .quiz-form .custom-choose::-ms-input-placeholder {
      font-size: 16px;
  }

  .quiz-form .custom-choose::placeholder {
      font-size: 16px;
  }
}

.quiz-form textarea.quiz-form__input {
  min-height: 58px;
  resize: vertical;
  padding-top: 13px;
  position: relative;
  z-index: 5;
}

@media (max-width: 990px) {
  .quiz-form textarea.quiz-form__input {
    padding-top: 17px;
  }
}

@media (max-width: 768px) {
  .quiz-form textarea.quiz-form__input {
    padding-top: 20px;
  }
}

@media (max-width: 560px) {
  .quiz-form textarea.quiz-form__input {
    min-height: 45px;
    padding-top: 15px;
  }
}

.quiz-form__submit {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background: url(../img/arrow-submit.svg), -o-linear-gradient(33.81deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #FFC749;
  background: url(../img/arrow-submit.svg), linear-gradient(56.19deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #FFC749;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.quiz-form__submit:hover {
  background: url(../img/arrow-submit.svg), -o-linear-gradient(33.81deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #F0AD11;
  background: url(../img/arrow-submit.svg), linear-gradient(56.19deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #F0AD11;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 990px) {
  .quiz-form__submit {
    width: 85px;
    height: 85px;
    bottom: -40px;
  }
}

@media (max-width: 768px) {
  .quiz-form__submit {
    width: 80px;
    height: 80px;
    bottom: -35px;
  }
}

@media (max-width: 560px) {
  .quiz-form__submit {
    width: 65px;
    height: 65px;
    bottom: -28px;
  }
}

.quiz-form__submit.send {
  background: url(../img/check-icon.svg), -o-linear-gradient(33.81deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #F0AD11;
  background: url(../img/check-icon.svg), linear-gradient(56.19deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #F0AD11;
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------offer------------*/
.offer {
  background-image: url(../img/offer-bg.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding-top: 285px;
  padding-bottom: 88px;
  margin-top: -220px;
}

@media (max-width: 768px) {
  .offer {
    padding-top: 260px;
  }
}

.offer__gallery {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .offer__gallery {
    width: 900px;
    height: 540px;
  }
}

@media (max-width: 990px) {
  .offer__gallery {
    width: 700px;
    height: 440px;
  }
}

@media (max-width: 768px) {
  .offer__gallery {
    display: none;
  }
}

.offer__gallery-item {
  position: absolute;
}

.offer__gallery-item img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.offer__gallery-item:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.offer__gallery-item .offer__gallery-label {
  width: 279px;
  height: 52px;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#35BEDA), color-stop(#06B0D2), color-stop(#62CDE3), to(#08B1D2));
  background: -o-linear-gradient(left, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background: linear-gradient(to right, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  position: absolute;
  padding-top: 8px;
  z-index: 10;
}

@media (max-width: 1240px) {
  .offer__gallery-item .offer__gallery-label {
    width: 180px;
    height: 35px;
    font-size: 24px;
    padding-top: 5px;
  }
}

.offer__gallery-item.item-1 {
  width: 395px;
  height: 700px;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 65% 50%);
  clip-path: polygon(0 0, 0% 100%, 65% 50%);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-1 {
    width: 320px;
    height: 540px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-1 {
    width: 250px;
    height: 440px;
  }
}

.offer__gallery-item.item-1 img {
  width: 65%;
  height: 100%;
  margin-right: auto;
}

.offer__gallery-item.item-1 .offer__gallery-label {
  top: 50%;
  left: -115px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-1 .offer__gallery-label {
    left: -73px;
  }
}

.offer__gallery-item.item-2 {
  width: 495px;
  height: 595px;
  top: 0;
  left: 42px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 56%);
  clip-path: polygon(100% 0, 0 0, 50% 56%);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-2 {
    width: 385px;
    height: 455px;
    left: 33px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-2 {
    width: 310px;
    height: 375px;
    left: 22px;
  }
}

.offer__gallery-item.item-2 img {
  width: 100%;
}

.offer__gallery-item.item-2 .offer__gallery-label {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.offer__gallery-item.item-3 {
  width: 495px;
  height: 334px;
  top: 0;
  left: 333px;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 0);
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
  overflow: hidden;
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-3 {
    width: 385px;
    height: 255px;
    left: 258px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-3 {
    width: 310px;
    height: 209px;
    left: 196px;
  }
}

.offer__gallery-item.item-3 img {
  width: 100%;
}

.offer__gallery-item.item-3 .offer__gallery-label {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.offer__gallery-item.item-4 {
  width: 495px;
  height: 595px;
  top: 0;
  left: 625px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 56%);
  clip-path: polygon(100% 0, 0 0, 50% 56%);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-4 {
    width: 385px;
    height: 455px;
    left: 483px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-4 {
    width: 310px;
    height: 375px;
    left: 371px;
  }
}

.offer__gallery-item.item-4 img {
  width: 100%;
}

.offer__gallery-item.item-4 .offer__gallery-label {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.offer__gallery-item.item-5 {
  width: 395px;
  height: 700px;
  top: 0;
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(100% 100%, 35% 50%, 100% 0);
  clip-path: polygon(100% 100%, 35% 50%, 100% 0);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-5 {
    width: 320px;
    height: 540px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-5 {
    width: 250px;
    height: 440px;
  }
}

.offer__gallery-item.item-5 img {
  width: 65%;
  height: 100%;
  margin-left: auto;
}

.offer__gallery-item.item-5 .offer__gallery-label {
  top: 50%;
  right: -115px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-5 .offer__gallery-label {
    right: -73px;
  }
}

.offer__gallery-item.item-6 {
  width: 495px;
  height: 335px;
  top: auto;
  bottom: 0;
  left: 42px;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 0);
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-6 {
    width: 385px;
    height: 255px;
    left: 33px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-6 {
    width: 309px;
    height: 209px;
    left: 22px;
  }
}

.offer__gallery-item.item-6 img {
  width: 100%;
}

.offer__gallery-item.item-6 .offer__gallery-label {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.offer__gallery-item.item-7 {
  width: 495px;
  height: 595px;
  top: auto;
  bottom: -260px;
  left: 333px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 56%);
  clip-path: polygon(100% 0, 0 0, 50% 56%);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-7 {
    width: 385px;
    height: 450px;
    left: 258px;
    bottom: -196px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-7 {
    width: 310px;
    height: 369px;
    left: 196px;
    bottom: -161px;
  }
}

.offer__gallery-item.item-7 img {
  width: 100%;
}

.offer__gallery-item.item-7 .offer__gallery-label {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.offer__gallery-item.item-8 {
  width: 495px;
  height: 335px;
  top: auto;
  bottom: 0;
  left: 625px;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 0);
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
}

@media (max-width: 1240px) {
  .offer__gallery-item.item-8 {
    width: 385px;
    height: 255px;
    top: auto;
    bottom: 0;
    left: 483px;
  }
}

@media (max-width: 990px) {
  .offer__gallery-item.item-8 {
    width: 309px;
    height: 209px;
    left: 371px;
  }
}

.offer__gallery-item.item-8 img {
  width: 100%;
}

.offer__gallery-item.item-8 .offer__gallery-label {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.offer .gallery__slider {
  width: 420px;
  margin: 0 auto;
  display: none;
}

@media (max-width: 768px) {
  .offer .gallery__slider {
    display: block;
  }
}

@media (max-width: 560px) {
  .offer .gallery__slider {
    width: 320px;
  }
}

.offer .gallery__slider .slick-prev,
.offer .gallery__slider .slick-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.28);
  border: none;
  outline: none;
  position: absolute;
  bottom: -55px;
  z-index: 10;
}

.offer .gallery__slider .slick-prev {
  background-image: url(../img/arrow-prev.svg);
  left: 112px;
}

.offer .gallery__slider .slick-next {
  background-image: url(../img/arrow-next.svg);
  right: 112px;
}

.offer .gallery__slider-slide {
  width: 420px;
  height: 560px;
  position: relative;
}

@media (max-width: 560px) {
  .offer .gallery__slider-slide {
    width: 320px;
    height: 430px;
  }
}

.offer .gallery__slider-triangle {
  position: absolute;
}

.offer .gallery__slider-triangle img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.offer .gallery__slider-triangle:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.offer .gallery__slider-triangle .gallery__slider-triangle-label {
  width: 175px;
  height: 35px;
  font-weight: 300;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#35BEDA), color-stop(#06B0D2), color-stop(#62CDE3), to(#08B1D2));
  background: -o-linear-gradient(left, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background: linear-gradient(to right, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  position: absolute;
  padding-top: 5px;
  z-index: 10;
}

.offer .gallery__slider-triangle.triangle-1 {
  width: 317px;
  height: 560px;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 65% 50%);
  clip-path: polygon(0 0, 0% 100%, 65% 50%);
}

@media (max-width: 560px) {
  .offer .gallery__slider-triangle.triangle-1 {
    width: 242px;
    height: 430px;
  }
}

.offer .gallery__slider-triangle.triangle-1 img {
  width: 100%;
  height: 100%;
  margin-right: auto;
}

.offer .gallery__slider-triangle.triangle-1 .gallery__slider-triangle-label {
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.offer .gallery__slider-triangle.triangle-2 {
  width: 408px;
  height: 490px;
  top: 0;
  left: 6px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 56%);
  clip-path: polygon(100% 0, 0 0, 50% 56%);
}

@media (max-width: 560px) {
  .offer .gallery__slider-triangle.triangle-2 {
    width: 309px;
    height: 375px;
    left: 5px;
  }
}

.offer .gallery__slider-triangle.triangle-2 img {
  width: 100%;
}

.offer .gallery__slider-triangle.triangle-2 .gallery__slider-triangle-label {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.offer .gallery__slider-triangle.triangle-3 {
  width: 317px;
  height: 560px;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 100%, 35% 50%, 100% 0);
  clip-path: polygon(100% 100%, 35% 50%, 100% 0);
}

@media (max-width: 560px) {
  .offer .gallery__slider-triangle.triangle-3 {
    width: 242px;
    height: 430px;
  }
}

.offer .gallery__slider-triangle.triangle-3 img {
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.offer .gallery__slider-triangle.triangle-3 .gallery__slider-triangle-label {
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.offer .gallery__slider-triangle.triangle-4 {
  width: 408px;
  height: 275px;
  bottom: 0;
  left: 6px;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 0);
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
}

@media (max-width: 560px) {
  .offer .gallery__slider-triangle.triangle-4 {
    width: 310px;
    height: 209px;
    left: 5px;
  }
}

.offer .gallery__slider-triangle.triangle-4 img {
  width: 100%;
}

.offer .gallery__slider-triangle.triangle-4 .gallery__slider-triangle-label {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

/*---------------benefits------------*/
.benefits {
  position: relative;
  padding-bottom: 40px;
  z-index: 4;
}

@media (max-width: 560px) {
  .benefits {
    padding-bottom: 20px;
  }
}

.benefits .title-wrap {
  margin-bottom: 43px;
}

@media (max-width: 768px) {
  .benefits .title-wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .benefits .title-wrap {
    margin-bottom: 10px;
  }
}

.benefits__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 990px) {
  .benefits__item-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.benefits__item {
  width: 25%;
  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;
  margin-bottom: 25px;
}

@media (max-width: 990px) {
  .benefits__item {
    width: 33%;
  }
}

@media (max-width: 768px) {
  .benefits__item {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .benefits__item {
    margin-bottom: 20px;
  }
}

.benefits__item-circle {
  width: 234px;
  height: 234px;
  background-image: url(../img/dashed-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
}

@media (max-width: 1200px) {
  .benefits__item-circle {
    width: 175px;
    height: 175px;
  }
}

@media (max-width: 560px) {
  .benefits__item-circle {
    width: 140px;
    height: 140px;
  }
}

.benefits__item-image {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .benefits__item-image {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 560px) {
  .benefits__item-image {
    width: 128px;
    height: 128px;
  }
}

.benefits__item-num {
  width: 100%;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 75px;
  line-height: 1;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#35BEDA), color-stop(#06B0D2), color-stop(#62CDE3), to(#08B1D2));
  background: -o-linear-gradient(left, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background: linear-gradient(to right, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-left: 30px;
  margin: -35px 0 0 0;
}

@media (max-width: 1200px) {
  .benefits__item-num {
    font-size: 60px;
    padding-left: 20px;
    margin: -25px 0 0 0;
  }
}

@media (max-width: 560px) {
  .benefits__item-num {
    font-size: 44px;
    padding-left: 10px;
    margin: -20px 0 0 0;
  }
}

.benefits__item-description {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.05;
  color: #242424;
  margin: 0;
  padding-right: 15px;
  padding-left: 30px;
}

@media (max-width: 1200px) {
  .benefits__item-description {
    font-size: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 560px) {
  .benefits__item-description {
    font-size: 16px;
    padding-right: 0;
    padding-left: 10px;
  }
}

.benefits .text-bold {
  font-weight: 400;
}

/*---------------about------------*/
.about {
  padding-top: 58px;
  padding-bottom: 180px;
}

@media (max-width: 1200px) {
  .about {
    padding-bottom: 110px;
  }
}

@media (max-width: 990px) {
  .about {
    padding-bottom: 90px;
  }
}

@media (max-width: 560px) {
  .about {
    padding-top: 0;
  }
}

.about .title-wrap {
  margin-bottom: 43px;
}

@media (max-width: 768px) {
  .about .title-wrap {
    margin-bottom: 60px;
  }
}

.about .earth-block {
  width: 698px;
  height: 698px;
  background-image: url(../img/earth-desctop-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1200px) {
  .about .earth-block {
    width: 520px;
    height: 520px;
  }
}

@media (max-width: 990px) {
  .about .earth-block {
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 768px) {
  .about .earth-block {
    width: 320px;
    height: 320px;
    background-image: url(../img/earth-mobile-img.png);
  }
}

@media (max-width: 560px) {
  .about .earth-block {
    width: 275px;
    height: 275px;
  }
}

.about .earth-block__item {
  position: absolute;
}

.about .earth-block__item.block-1 {
  max-width: 190px;
  text-align: right;
  top: 60px;
  left: -165px;
}

@media (max-width: 1200px) {
  .about .earth-block__item.block-1 {
    max-width: 160px;
    top: 45px;
    left: -125px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item.block-1 {
    max-width: 120px;
    top: 35px;
    left: -95px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item.block-1 {
    max-width: 100px;
    text-align: center;
    top: -20px;
    left: -40px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item.block-1 {
    max-width: 80px;
    top: -5px;
    left: -20px;
  }
}

.about .earth-block__item.block-2 {
  max-width: 245px;
  text-align: right;
  top: 288px;
  left: -257px;
}

@media (max-width: 1200px) {
  .about .earth-block__item.block-2 {
    max-width: 180px;
    top: 220px;
    left: -190px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item.block-2 {
    max-width: 140px;
    top: 175px;
    left: -150px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item.block-2 {
    max-width: 130px;
    text-align: center;
    top: -20px;
    left: auto;
    right: -50px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item.block-2 {
    max-width: 90px;
    top: -5px;
    right: -25px;
  }
}

.about .earth-block__item.block-3 {
  max-width: 255px;
  text-align: right;
  top: 516px;
  left: -230px;
}

@media (max-width: 1200px) {
  .about .earth-block__item.block-3 {
    max-width: 195px;
    top: 385px;
    left: -175px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item.block-3 {
    max-width: 150px;
    top: 310px;
    left: -130px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item.block-3 {
    max-width: 145px;
    text-align: center;
    top: 265px;
    left: -50px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item.block-3 {
    max-width: 100px;
    top: 230px;
    left: -25px;
  }
}

.about .earth-block__item.block-4 {
  max-width: 248px;
  text-align: center;
  bottom: -145px;
  left: 224px;
}

@media (max-width: 1200px) {
  .about .earth-block__item.block-4 {
    max-width: 195px;
    bottom: -105px;
    left: 165px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item.block-4 {
    max-width: 145px;
    bottom: -85px;
    left: 135px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item.block-4 {
    display: none;
  }
}

.about .earth-block__item.block-5 {
  max-width: 248px;
  text-align: left;
  top: 516px;
  right: -200px;
}

@media (max-width: 1200px) {
  .about .earth-block__item.block-5 {
    max-width: 170px;
    top: 385px;
    right: -145px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item.block-5 {
    max-width: 125px;
    top: 310px;
    right: -100px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item.block-5 {
    max-width: 125px;
    text-align: center;
    top: 325px;
    right: auto;
    left: 97px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item.block-5 {
    max-width: 90px;
    top: 280px;
    left: 93px;
  }
}

.about .earth-block__item.block-6 {
  max-width: 248px;
  text-align: left;
  top: 288px;
  right: -270px;
}

@media (max-width: 1200px) {
  .about .earth-block__item.block-6 {
    max-width: 170px;
    top: 220px;
    right: -185px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item.block-6 {
    max-width: 140px;
    top: 175px;
    right: -150px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item.block-6 {
    max-width: 115px;
    text-align: center;
    top: 265px;
    right: -35px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item.block-6 {
    max-width: 100px;
    top: 230px;
    right: -25px;
  }
}

.about .earth-block__item.block-7 {
  max-width: 248px;
  text-align: left;
  top: 60px;
  right: -200px;
}

@media (max-width: 1200px) {
  .about .earth-block__item.block-7 {
    max-width: 185px;
    top: 45px;
    right: -145px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item.block-7 {
    max-width: 140px;
    top: 36px;
    right: -115px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item.block-7 {
    max-width: 130px;
    text-align: center;
    top: -65px;
    right: auto;
    left: 95px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item.block-7 {
    max-width: 90px;
    top: -43px;
    left: 93px;
  }
}

.about .earth-block__item-count {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 58px;
  line-height: 1.05;
  background: -webkit-gradient(linear, left top, right top, from(#35BEDA), color-stop(#06B0D2), color-stop(#62CDE3), to(#08B1D2));
  background: -o-linear-gradient(left, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background: linear-gradient(to right, #35BEDA, #06B0D2, #62CDE3, #08B1D2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 1200px) {
  .about .earth-block__item-count {
    font-size: 42px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item-count {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item-count {
    font-size: 26px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item-count {
    font-size: 21px;
  }
}

.about .earth-block__item-text {
  display: block;
  font-weight: 300;
  font-size: 33px;
  line-height: 1.05;
  color: #242424;
}

@media (max-width: 1200px) {
  .about .earth-block__item-text {
    font-size: 24px;
  }
}

@media (max-width: 990px) {
  .about .earth-block__item-text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .about .earth-block__item-text {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .about .earth-block__item-text {
    font-size: 12px;
  }
}

/*---------------team------------*/
.team {
  background-image: url(../img/team-bg.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
  -webkit-box-shadow: 0px 40px 20px -15px white inset;
  box-shadow: 0px 40px 20px -15px white inset;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-top: 65px;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .team .title-wrap {
    margin-bottom: 30px;
  }
}

.team__content-wrap {
  min-width: 100%;
  position: relative;
  padding-top: 18px;
  padding-bottom: 173px;
  border-bottom-right-radius: 100% 345px;
  border-bottom-left-radius: 100% 345px;
  overflow: hidden;
}

@media (max-width: 1650px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 265px;
    border-bottom-left-radius: 100% 265px;
  }
}

@media (max-width: 1470px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 215px;
    border-bottom-left-radius: 100% 215px;
  }
}

@media (max-width: 1320px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 165px;
    border-bottom-left-radius: 100% 165px;
  }
}

@media (max-width: 1240px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 140px;
    border-bottom-left-radius: 100% 140px;
  }
}

@media (max-width: 1040px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 120px;
    border-bottom-left-radius: 100% 120px;
  }
}

@media (max-width: 840px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 95px;
    border-bottom-left-radius: 100% 95px;
  }
}

@media (max-width: 670px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 75px;
    border-bottom-left-radius: 100% 75px;
  }
}

@media (max-width: 590px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 55px;
    border-bottom-left-radius: 100% 55px;
  }
}

@media (max-width: 460px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 30px;
    border-bottom-left-radius: 100% 30px;
  }
}

@media (max-width: 400px) {
  .team__content-wrap {
    border-bottom-right-radius: 100% 20px;
    border-bottom-left-radius: 100% 20px;
  }
}

.team__slider {
  width: 700px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .team__slider {
    width: 560px;
    height: 360px;
  }
}

@media (max-width: 990px) {
  .team__slider {
    width: 460px;
    height: 270px;
  }
}

@media (max-width: 768px) {
  .team__slider {
    width: 350px;
    height: 160px;
  }
}

.team__slider .slick-prev,
.team__slider .slick-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  position: absolute;
  top: 52%;
  z-index: 10;
}

@media (max-width: 560px) {
  .team__slider .slick-prev,
  .team__slider .slick-next {
    top: 100%;
  }
}

.team__slider .slick-prev {
  background-image: url(../img/arrow-prev.svg);
  left: -125px;
}

@media (max-width: 1200px) {
  .team__slider .slick-prev {
    left: -100px;
  }
}

@media (max-width: 768px) {
  .team__slider .slick-prev {
    left: -70px;
  }
}

@media (max-width: 560px) {
  .team__slider .slick-prev {
    left: 0;
  }
}

.team__slider .slick-next {
  background-image: url(../img/arrow-next.svg);
  right: -125px;
}

@media (max-width: 1200px) {
  .team__slider .slick-next {
    right: -100px;
  }
}

@media (max-width: 768px) {
  .team__slider .slick-next {
    right: -70px;
  }
}

@media (max-width: 560px) {
  .team__slider .slick-next {
    right: 0;
  }
}

.team__slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -75px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}

@media (max-width: 1200px) {
  .team__slider .slick-dots {
    bottom: -100px;
  }
}

@media (max-width: 990px) {
  .team__slider .slick-dots {
    bottom: -125px;
  }
}

@media (max-width: 768px) {
  .team__slider .slick-dots {
    bottom: -145px;
  }
}

.team__slider .slick-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .team__slider .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.team__slider .slick-active button {
  width: 23px;
  height: 23px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .team__slider .slick-active button {
    width: 18px;
    height: 18px;
  }
}

.team__tablet-img {
  width: 1190px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1200px) {
  .team__tablet-img {
    width: 940px;
  }
}

@media (max-width: 990px) {
  .team__tablet-img {
    width: 780px;
  }
}

@media (max-width: 768px) {
  .team__tablet-img {
    width: 590px;
  }
}

/*---------------reviews------------*/
.reviews {
  background-image: url(../img/reviews-bg.png);
  background-repeat: no-repeat;
  background-position: center 95%;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding: 202px 0 100px 0;
  margin-top: -120px;
}

@media (max-width: 1200px) {
  .reviews {
    padding: 202px 0 85px 0;
  }
}

@media (max-width: 990px) {
  .reviews {
    padding: 202px 0 75px 0;
  }
}

@media (max-width: 768px) {
  .reviews {
    padding: 202px 0 65px 0;
  }
}

@media (max-width: 560px) {
  .reviews {
    padding: 202px 0 85px 0;
  }
}

.reviews .title-wrap {
  margin-bottom: 0;
}

.reviews__slider {
  width: 100%;
}

.reviews__slider .slick-prev {
  display: none !important;
}

.reviews__slider .slick-next {
  font-size: 0;
  border-radius: 50px;
  background: -o-linear-gradient(33.81deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #FFC749;
  background: linear-gradient(56.19deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #FFC749;
  -webkit-box-shadow: 1px -12px 0px -6px rgba(226, 156, 0, 0.8) inset;
  box-shadow: 1px -12px 0px -6px rgba(226, 156, 0, 0.8) inset;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 35px 73px;
}

@media (max-width: 1200px) {
  .reviews__slider .slick-next {
    padding: 30px 50px;
  }
}

@media (max-width: 768px) {
  .reviews__slider .slick-next {
    padding: 25px 25px;
  }
}

@media (max-width: 560px) {
  .reviews__slider .slick-next {
    bottom: -80px;
  }
}

.reviews__slider .slick-next::before {
  content: "Отзывы с других площадок";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .reviews__slider .slick-next::before {
    font-size: 14px;
  }
}

.reviews__slider .slick-next::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/black-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .reviews__slider .slick-next::after {
    display: none;
  }
}

.reviews__slider .slick-next:hover {
  background: -o-linear-gradient(33.81deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #ffb307;
  background: linear-gradient(56.19deg, rgba(255, 255, 255, 0) 14.37%, rgba(255, 255, 255, 0.2) 33.86%, rgba(255, 255, 255, 0) 57.37%), #ffb307;
}

.reviews .reviews-slide {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 560px) {
  .reviews .reviews-slide {
    height: 285px;
  }
}

@media (max-width: 460px) {
  .reviews .reviews-slide {
    height: 230px;
  }
}

.reviews .reviews-slide img {
  display: inline-block;
  width: 1280px;
}

@media (max-width: 1300px) {
  .reviews .reviews-slide img {
    width: 1160px;
  }
}

@media (max-width: 1200px) {
  .reviews .reviews-slide img {
    width: 1060px;
  }
}

@media (max-width: 1090px) {
  .reviews .reviews-slide img {
    width: 970px;
  }
}

@media (max-width: 990px) {
  .reviews .reviews-slide img {
    width: 840px;
  }
}

@media (max-width: 890px) {
  .reviews .reviews-slide img {
    width: 740px;
  }
}

@media (max-width: 768px) {
  .reviews .reviews-slide img {
    width: 620px;
  }
}

@media (max-width: 640px) {
  .reviews .reviews-slide img {
    width: 520px;
  }
}

@media (max-width: 560px) {
  .reviews .reviews-slide img {
    width: 520px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 460px) {
  .reviews .reviews-slide img {
    width: 430px;
  }
}

.reviews .reviews-slide__inner {
  width: 865px;
  height: 545px;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 35px;
  z-index: 20;
}

@media (max-width: 1300px) {
  .reviews .reviews-slide__inner {
    width: 786px;
    height: 494px;
    top: 72px;
  }
}

@media (max-width: 1200px) {
  .reviews .reviews-slide__inner {
    width: 718px;
    height: 453px;
    top: 65px;
  }
}

@media (max-width: 1090px) {
  .reviews .reviews-slide__inner {
    width: 657px;
    height: 413px;
    top: 60px;
  }
}

@media (max-width: 990px) {
  .reviews .reviews-slide__inner {
    width: 568px;
    height: 358px;
    top: 52px;
    padding-left: 15px;
  }
}

@media (max-width: 890px) {
  .reviews .reviews-slide__inner {
    width: 500px;
    height: 316px;
    top: 45px;
  }
}

@media (max-width: 768px) {
  .reviews .reviews-slide__inner {
    width: 420px;
    height: 265px;
    top: 38px;
  }
}

@media (max-width: 640px) {
  .reviews .reviews-slide__inner {
    width: 352px;
    height: 221px;
    top: 32px;
  }
}

@media (max-width: 560px) {
  .reviews .reviews-slide__inner {
    height: 223px;
  }
}

@media (max-width: 460px) {
  .reviews .reviews-slide__inner {
    width: 292px;
    height: 184px;
    top: 26px;
  }
}

.reviews .reviews-slide__inner-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
  padding: 20px 0 0 0;
}

@media (max-width: 990px) {
  .reviews .reviews-slide__inner-content {
    padding: 0 0 0 0;
  }
}

.reviews .reviews-slide__item {
  width: 50%;
  padding: 11px 0 0 0;
}

@media (max-width: 640px) {
  .reviews .reviews-slide__item {
    width: 100%;
  }
}

.reviews .reviews-slide__item-title-wrap {
  padding-left: 60px;
  position: relative;
  margin-bottom: 9px;
}

@media (max-width: 990px) {
  .reviews .reviews-slide__item-title-wrap {
    padding-left: 45px;
  }
}

.reviews .reviews-slide__item-title-wrap::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../img/reviews-icon-user.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media (max-width: 990px) {
  .reviews .reviews-slide__item-title-wrap::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
}

.reviews .reviews-slide__item-title {
  max-width: 80%;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.05;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 0 0 0;
}

@media (max-width: 1160px) {
  .reviews .reviews-slide__item-title {
    font-size: 30px;
  }
}

@media (max-width: 990px) {
  .reviews .reviews-slide__item-title {
    font-size: 20px;
  }
}

.reviews .reviews-slide__item-raiting {
  width: 90px;
  height: 17px;
  background-image: url(../img/star-icon.svg);
  background-repeat: repeat-x;
  background-size: contain;
}

@media (max-width: 990px) {
  .reviews .reviews-slide__item-raiting {
    width: 60px;
    height: 11px;
  }
}

.reviews .reviews-slide__item-text {
  font-size: 15px;
  line-height: 1.07;
  text-align: left;
  padding-right: 92px;
  margin: 0 0 15px 0;
}

@media (max-width: 1160px) {
  .reviews .reviews-slide__item-text {
    padding-right: 60px;
  }
}

@media (max-width: 990px) {
  .reviews .reviews-slide__item-text {
    font-size: 13px;
    padding-right: 40px;
    margin: 0 0 7px 0;
  }
}

@media (max-width: 640px) {
  .reviews .reviews-slide__item-text {
    padding-right: 15px;
  }
}

/*------------proposition----------*/
.proposition {
  background-image: url(../img/proposition-bg.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
  -webkit-box-shadow: 0px 120px 20px -15px white inset;
  box-shadow: 0px 120px 20px -15px white inset;
  position: relative;
  padding-top: 72px;
  padding-bottom: 155px;
  z-index: 5;
}

@media (max-width: 560px) {
  .proposition {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

@media (max-width: 768px) {
  .proposition .title-wrap {
    margin-bottom: 35px;
  }
}

/*-----------------map---------------*/
.map-block {
  height: 940px;
  background-color: #eee;
  position: relative;
  z-index: 4;
  margin-top: -120px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .map-block {
    height: 820px;
  }
}

@media (max-width: 560px) {
  .map-block {
    height: 790px;
  }
}

.map-contacts {
  width: 575px;
  border-radius: 26px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(153, 153, 153, 0.5);
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 57px 50px 10px 75px;
}

@media (max-width: 1200px) {
  .map-contacts {
    width: 420px;
    top: 25%;
    padding: 40px 40px 10px 40px;
  }
}

@media (max-width: 990px) {
  .map-contacts {
    width: 320px;
    border-radius: 15px;
    padding: 30px 30px 10px 40px;
  }
}

@media (max-width: 680px) {
  .map-contacts {
    top: auto;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.map-contacts__title {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.05;
  text-align: center;
  color: #242424;
  position: relative;
  margin: 0 0 50px 0;
}

@media (max-width: 1200px) {
  .map-contacts__title {
    font-size: 32px;
  }
}

@media (max-width: 990px) {
  .map-contacts__title {
    font-size: 23px;
    margin: 0 0 30px 0;
  }
}

.map-contacts__title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(../img/map-contacts-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 3px;
  bottom: -10px;
}

@media (max-width: 990px) {
  .map-contacts__title::after {
    bottom: -7px;
  }
}

.map-contacts__name {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.05;
  color: #999999;
  position: relative;
  padding-left: 35px;
  margin: 0 0 22px 0;
}

@media (max-width: 1200px) {
  .map-contacts__name {
    font-size: 16px;
    padding-left: 25px;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 990px) {
  .map-contacts__name {
    font-size: 15px;
    padding-left: 20px;
  }
}

.map-contacts__name::before {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}

@media (max-width: 1200px) {
  .map-contacts__name::before {
    width: 15px;
    height: 15px;
    top: 0;
  }
}

.map-contacts__name.phone::before {
  background-image: url(../img/map-icon-phone.svg);
}

.map-contacts__name.address::before {
  background-image: url(../img/map-icon-location.svg);
}

.map-contacts__name.schedule::before {
  background-image: url(../img/map-icon-time.svg);
}

.map-contacts__item {
  margin-bottom: 45px;
}

@media (max-width: 1200px) {
  .map-contacts__item {
    margin-bottom: 25px;
  }
}

@media (max-width: 990px) {
  .map-contacts__item {
    margin-bottom: 16px;
  }
}

.map-contacts__info {
  display: block;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.23;
}

@media (max-width: 1200px) {
  .map-contacts__info {
    font-size: 22px;
  }
}

@media (max-width: 990px) {
  .map-contacts__info {
    font-size: 19px;
  }
}

#map {
  width: 100%;
  height: 100%;
}

#map .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll {
  top: -170px !important;
  left: 75px !important;
}

#map .ymaps-2-1-79-balloon {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#map .ymaps-2-1-79-balloon__layout {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.5);
}

#map .ymaps-2-1-79-balloon_to_top .ymaps-2-1-79-balloon__tail {
  display: none;
}

#map .balloon__address {
  font-weight: 700;
  font-size: 12px;
}

#map .balloon__contacts {
  font-weight: 700;
  font-size: 12px;
}

#map [class*="copyrights-pane"] {
  display: none !important;
}

#map [class*="balloon__close-button"] {
  width: 10px !important;
  height: 13px !important;
  opacity: 1 !important;
  margin: 10px 10px 0 0;
}

/*----------------footer--------------*/
.footer {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 68px;
}

@media (max-width: 560px) {
  .footer {
    padding-top: 22px;
    padding-bottom: 30px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 990px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .footer__inner {
    margin-bottom: 10px;
  }
}

.footer__copyright {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

@media (max-width: 990px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.footer-logo {
  width: 35%;
}

@media (max-width: 1140px) {
  .footer-logo {
    width: 30%;
  }
}

@media (max-width: 990px) {
  .footer-logo {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    width: 100%;
  }
}

@media (max-width: 1140px) {
  .footer-logo .logo__img {
    width: 125px;
    height: 55px;
  }
}

@media (max-width: 1140px) {
  .footer-logo .logo__description {
    font-size: 12px;
    line-height: 1.3;
    padding: 3px 0 0 10px;
  }
  .footer-logo .logo__description::before {
    height: 43px;
  }
}

@media (max-width: 990px) {
  .footer-logo .footer-social {
    display: none;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}

.footer-social__link {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 17px;
}

.footer-social__link.fb {
  background-image: url(../img/icon-fb.svg);
}

.footer-social__link.in {
  background-image: url(../img/icon-in.svg);
}

.footer-social__link.vk {
  background-image: url(../img/icon-vk.svg);
}

.footer-social__link.od {
  background-image: url(../img/icon-od.svg);
}

.footer-menu {
  width: 15%;
  padding: 25px 10px 0 13px;
}

@media (max-width: 990px) {
  .footer-menu {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .footer-menu {
    width: 100%;
    padding: 25px 10px 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.footer-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 990px) {
  .footer-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-menu__list-item {
  margin-bottom: 18px;
}

@media (max-width: 990px) {
  .footer-menu__list-item {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}

.footer-menu__list-link {
  font-size: 21px;
  line-height: 1;
  color: #fff;
  position: relative;
}

.footer-menu__list-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.footer-menu__list-link:hover::after {
  width: 100%;
}

.footer-menu .footer-social {
  display: none;
}

@media (max-width: 990px) {
  .footer-menu .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .footer-menu .footer-social {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .footer-menu .footer-social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8px;
  }
}

.footer-menu .footer-social__link {
  width: 60px;
  height: 60px;
  margin-right: 0;
}

.footer-requisites {
  width: 30%;
  padding: 25px 10px 0 20px;
}

@media (max-width: 1140px) {
  .footer-requisites {
    width: 35%;
  }
}

@media (max-width: 990px) {
  .footer-requisites {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .footer-requisites {
    width: 100%;
    padding: 25px 0 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer-requisites__title {
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  .footer-requisites__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.footer-requisites__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-requisites__list-item {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 990px) {
  .footer-requisites__list-item {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.footer-contacts {
  width: 20%;
  text-align: right;
  padding: 25px 0 0 20px;
}

@media (max-width: 990px) {
  .footer-contacts {
    width: 50%;
    text-align: center;
    padding: 80px 0 0 0;
  }
}

@media (max-width: 768px) {
  .footer-contacts {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px 0 0 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 560px) {
  .footer-contacts {
    text-align: left;
  }
}

.footer-contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.footer-contacts__phone:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 990px) {
  .footer-contacts__phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .footer-contacts__phone {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-contacts__icon {
  width: 11px;
  height: 11px;
  margin-right: 15px;
}

/*--------------thanks-----------*/
.thanks {
  height: 100vh;
  background-image: url(../img/thanks-bg.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 180px;
}

@media (max-width: 768px) {
  .thanks {
    background-size: contain;
  }
}

.thanks__title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 47px;
  line-height: 1.05;
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .thanks__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .thanks__title {
    font-size: 25px;
    margin-bottom: 35px;
  }
}

.thanks__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/map-contacts-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.thanks__subtitle {
  display: inline-block;
  max-width: 430px;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.05;
  color: #242424;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .thanks__subtitle {
    max-width: 340px;
    font-size: 24px;
  }
}

.thanks__home-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 25px;
}

.thanks__home-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 25px;
}

@media (max-width: 768px) {
  .thanks__home-link {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  [name='country_custom'] , [name='period_custom'] {
    width: 100%;
  }
}
