/*! 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 {
  min-width: 320px;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #000;
}

body.white {
  background-color: #fff;
}

body.white .header {
  background-color: #000;
}

body.lock {
  overflow: hidden;
}

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

.title {
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
}

/*start pin footer to bottom*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

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

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

/*end pin footer to bottom*/
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social li {
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.social li:hover {
  opacity: .8;
}

.social li + li {
  margin: 0 0 0 30px;
}

.breadcrumbs {
  background-color: transparent;
  margin: 55px 0 10px;
}

.breadcrumbs__inner {
  overflow: hidden;
  max-width: 100%;
}

.breadcrumbs__list li {
  display: inline;
  position: relative;
  font-size: 12px;
  line-height: 140%;
}

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

.breadcrumbs__list li + li::before {
  content: "/";
  position: absolute;
  left: 8px;
  top: 0;
  width: 5px;
  height: 8px;
}

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

.breadcrumbs--white li {
  color: #fff;
}

.breadcrumbs--white li:last-child {
  color: #BFBFBF;
}

.breadcrumbs--white li::before {
  color: #BFBFBF;
}

.breadcrumbs--black {
  margin: 40px 0 10px;
}

.breadcrumbs--black li {
  color: #000;
}

.breadcrumbs--black li:last-child {
  color: #BFBFBF;
}

.pagination {
  margin: 10px 0 0 0;
}

.pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: 1px solid #FFFFFF;
}

.pagination li {
  padding: 0 0 10px 0;
}

.pagination li + li {
  margin-left: 20px;
}

.pagination li.active {
  border-bottom: 2px solid #FFFFFF;
}

.pagination a,
.pagination span {
  width: 20px;
  height: 20px;
  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-color: transparent;
  border-radius: 5px;
  border: 2px solid transparent;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.pagination__last {
  opacity: .9;
  pointer-events: none;
}

.error input {
  border-bottom: 1px solid #FF0000 !important;
}

.error input::-webkit-input-placeholder {
  color: #FF0000 !important;
}

.error input::-moz-placeholder {
  color: #FF0000 !important;
}

.error input:-ms-input-placeholder {
  color: #FF0000 !important;
}

.error input::-ms-input-placeholder {
  color: #FF0000 !important;
}

.error input::placeholder {
  color: #FF0000 !important;
}

.error span {
  font-size: 10px;
  line-height: 140%;
  color: #FF0000;
}

.btn {
  padding: 10px 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.btn--white {
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
}

.btn--white:hover {
  color: #000;
  background-color: #fff;
}

.btn--white-bg {
  background-color: #fff;
  color: #000;
}

.btn--white-bg:hover {
  color: #fff;
  background-color: #000;
}

.btn--black {
  color: #000;
  border: 1px solid #000;
}

.btn--black:hover {
  color: #fff;
  background-color: #000;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.slick-arrow svg path {
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.slick-disabled {
  border: none !important;
  pointer-events: none;
}

.slider__left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form {
  max-width: 455px;
  width: 100%;
}

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

.form__input-wrap input {
  padding: 2px 10px 10px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
}

.form__input-wrap input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 140%;
  color: #BFBFBF;
}

.form__input-wrap input::-moz-placeholder {
  font-size: 14px;
  line-height: 140%;
  color: #BFBFBF;
}

.form__input-wrap input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 140%;
  color: #BFBFBF;
}

.form__input-wrap input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 140%;
  color: #BFBFBF;
}

.form__input-wrap input::placeholder {
  font-size: 14px;
  line-height: 140%;
  color: #BFBFBF;
}

.form .btn {
  margin: 30px 0 0 0;
  background-color: transparent;
}

.form .btn:hover {
  background-color: #000;
}

.accordeon {
  padding: 88px 0 100px;
}

.accordeon dl {
  margin: 0 0 10px 0;
}

.accordeon dt {
  position: relative;
  padding: 20px 65px 20px 24px;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  cursor: pointer;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.accordeon dt::after, .accordeon dt::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 22px;
  border-radius: 20px;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.accordeon dt::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordeon dt:hover {
  background-color: #000;
  color: #fff;
}

.accordeon dt:hover::after, .accordeon dt:hover::before {
  background-color: #fff;
}

.accordeon dt.active {
  background-color: #EFEFEF;
  color: #000;
}

.accordeon dt.active::after, .accordeon dt.active::before {
  background-color: #000;
}

.accordeon dd {
  padding: 15px 30px 30px 55px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.list-decimal {
  counter-reset: counter;
  margin: 0 0 0 -60px;
  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;
}

.list-decimal li {
  margin: 0 0 52px 60px;
  width: calc(25% - 60px);
  counter-increment: counter;
  position: relative;
  z-index: 2;
  font-size: 14px;
  letter-spacing: 0;
}

.list-decimal li::before {
  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;
  content: counter(counter);
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -45px;
  top: -18px;
  text-align: center;
  width: 54px;
  height: 45px;
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  font-size: 30px;
  line-height: 140%;
  z-index: -1;
}

.list-decimal--black li::before {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.list-decimal--grey li::before {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.list-decimal--white li::before {
  background-color: #fff;
  color: #000;
}

.modal {
  display: none;
  padding: 90px 40px 40px 40px;
  max-width: 540px;
  width: 100%;
  overflow: visible;
}

.modal h6 {
  margin: 0 0 50px 0;
  font-family: 'Yeseva One', cursive;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0;
}

.modal__form {
  margin: 0 0 10px 0;
}

.modal__form-wrap {
  width: 100%;
  margin: 0 0 15px 0;
}

.modal__form-wrap input {
  width: 100%;
  padding: 2px 10px 10px 0;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
}

.modal__form-wrap input::-webkit-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.modal__form-wrap input::-moz-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.modal__form-wrap input:-ms-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.modal__form-wrap input::-ms-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.modal__form-wrap input::placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.modal p {
  margin: 5px 0 30px;
  font-size: 10px;
  line-height: 140%;
  color: #BFBFBF;
}

.modal .btn {
  margin: 30px 0 0 0;
  background-color: transparent;
}

.modal .btn:hover {
  background-color: #000;
}

.modal .fancybox-button {
  width: 25px;
  height: 25px;
  top: -45px;
  opacity: 1;
  background-image: url("../images/dest/icons/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.modal .fancybox-button svg {
  display: none;
}

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

.modal ::-webkit-scrollbar {
  height: 10px;
  width: 6px;
}

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

.modal ::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
}

.modal h3 {
  font-family: 'Yeseva One', cursive;
  margin: 0 0 15px 0;
  font-size: 30px;
  line-height: 140%;
}

.modal__left {
  margin: 0 25px 0 0;
  max-width: 480px;
}

.modal__text {
  max-height: 490px;
  overflow: auto;
  padding: 0 25px 0 0;
}

.modal__text p {
  margin: 0 0 15px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000;
}

.modal__img {
  max-width: 480px;
  width: 100%;
}

.modal__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal--two {
  max-width: 1065px;
  padding: 50px 40px;
}

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

/*start header====================*/
.header__mob-btn {
  display: none;
}

.header {
  position: relative;
  z-index: 100;
  padding: 30px 0 15px 0;
  color: #fff;
  height: 98px;
  background-color: #000;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header--transparent {
  background-color: transparent;
}

.header--transparent.active {
  background-color: #000;
}

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

.header__logo {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 99999;
}

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

.header__list-close {
  display: none;
}

.header__menu {
  margin: 0 0 0 60px;
  width: 100%;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header__list li + li {
  margin: 0 0 0 24px;
}

.header__list span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.header__list a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.header__list a::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  background-color: #fff;
  width: 0;
  height: 1px !important;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

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

.header__item-child {
  position: relative;
}

.header__item-child ul {
  width: 225px;
  padding: 33px 0 24px 33px;
  position: absolute;
  top: 22px;
  left: -36px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}

.header__item-child ul li {
  padding: 0 15px 0 0;
  margin: 0 0 13px 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.header__item-child ul a,
.header__item-child ul span {
  text-transform: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.header__item-child ul a::before,
.header__item-child ul span::before {
  background-color: #000;
}

.header ul .header__submenu-2 {
  position: absolute;
  top: 0;
  left: 225px;
}

.header li.header__modal-cal {
  margin: 0 0 0 auto;
}

.header li.header__modal-cal a::before {
  display: none;
}

.header__social {
  display: none;
}

.header__social a::before {
  display: none;
}

.header__modal-btn {
  padding: 8px 20px;
  font-size: 12px;
}

.header__menu-btn {
  display: none;
}

/*end header====================*/
/*start intro==========*/
.intro {
  max-width: 1920px;
  width: 100%;
  margin: -98px auto 0;
  color: #fff;
  overflow-x: hidden;
}

.intro__item {
  padding: 228px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.intro__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro__item-box:first-child {
  margin: 0 0 60px 0;
}

.intro__item-box:last-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__left {
  margin: 0 9.5% 0 0;
  max-width: 470px;
}

.intro__left h1 {
  font-family: 'Yeseva One', cursive;
  font-size: 48px;
  line-height: 140%;
  text-transform: uppercase;
}

.intro__right {
  max-width: 455px;
  width: 100%;
}

.intro__right p {
  font-size: 18px;
  line-height: 140%;
}

.intro__btn {
  margin: 0 0 65px 0;
  padding: 16px 40px;
  letter-spacing: 0;
  font-weight: 500;
}

.intro__info-wrapper {
  margin: 0 -130px 0 50px;
  margin-right: -130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__info {
  padding: 30px 0 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.intro__info h4 {
  padding: 0 0 30px 0;
  max-width: 170px;
  font-size: 18px;
  line-height: 140%;
  border-bottom: 2px solid #fff;
}

.intro__info p {
  padding: 0 10px 30px 25px;
  max-width: 262px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
}

.intro__img {
  max-width: 325px;
  width: 100%;
}

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

.intro .slick-list {
  overflow: visible;
}

.intro .slick-arrow {
  z-index: 10;
  top: 290px;
  border: 1px solid #FFFFFF;
}

.intro .slick-arrow:hover {
  border-color: #3F80FF;
}

.intro .slick-arrow:hover svg path {
  fill: #3F80FF;
}

.intro .slider__left {
  left: 100px;
}

.intro .slider__right {
  right: 100px;
}

/*end intro==========*/
/*start service===============*/
.service {
  padding: 85px 0 100px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

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

.service__img-swipe {
  display: none;
}

.service__buttons {
  border-bottom: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
}

.service__btn {
  white-space: nowrap;
  padding: 0 0 17px 0;
  font-size: 18px;
  color: #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  border: none;
  letter-spacing: 1px;
}

.service .service__btn + .service__btn {
  margin: 0 0 0 54px;
}

.service__btn.active {
  border-bottom: 2px solid #FFFFFF;
}

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

.service__img {
  margin: 0 70px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 480px;
  width: 100%;
  height: 510px;
}

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

.service__text h4 {
  margin: 0 0 40px 0;
  font-family: 'Yeseva One', cursive;
  font-size: 30px;
  line-height: 140%;
  font-weight: 300;
}

.service__text p {
  margin: 0 0 10px 0;
}

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

/*end service===============*/
/*start preference===============*/
.preference {
  padding: 100px 0 155px;
  background-color: #fff;
}

.preference__top {
  margin: 0 0 88px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preference__top p {
  margin: 0 19% 0 6%;
  max-width: 550px;
  font-size: 14px;
  width: 100%;
  font-weight: 300;
  letter-spacing: 0;
}

.preference .container {
  position: relative;
}

.preference .btn {
  position: absolute;
  right: 15px;
  top: 0;
}

.preference__list {
  margin: 0 0 0 -35px;
  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 {
  margin: 0 0 0 35px;
  width: calc(20% - 35px);
}

.preference__list-img {
  padding: 0 0 17px 0;
  margin: 0 0 29px 0;
  display: inline-block;
  border-bottom: 1px solid #BFBFBF;
}

/*end preference===============*/
/*start about=========*/
.about {
  padding: 100px 0 100px;
  background-color: #EFEFEF;
}

.about__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;
}

.about__text {
  max-width: 550px;
  margin: 0 80px 0 0;
}

.about__text h2 {
  margin: 0 0 25px 0;
}

.about__text p {
  margin: 0 0 10px 0;
}

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

.about__img {
  max-width: 480px;
  width: 100%;
  height: 510px;
}

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

/*end about=========*/
/*start reviews============*/
.reviews-slider {
  margin: 60px 0 0 0;
}

.reviews {
  padding: 85px 0 100px;
  background-color: #fff;
}

.reviews .title {
  max-width: 560px;
  margin: 0 0 10px 0;
}

.reviews p {
  max-width: 560px;
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 5;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

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

.reviews__item .jq-ry-container {
  margin: 0 0 0 -5px;
}

.reviews__item a {
  font-size: 14px;
  color: #BFBFBF;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.reviews__item a:hover {
  color: #000;
}

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

.reviews__avatar {
  margin: 0 20px 0 0;
  width: 168px;
  height: 209px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.reviews__top {
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews__top span {
  font-size: 26px;
  line-height: 120%;
}

.reviews__date {
  margin: 10px 15px 0 0;
  font-size: 12px !important;
  color: #BFBFBF;
}

.reviews .slick-arrow {
  top: -145px;
  background-color: #000;
}

.reviews .slick-arrow:hover {
  border: 1px solid #000;
  background-color: #fff;
}

.reviews .slick-arrow:hover svg path {
  fill: #000;
}

.reviews .slider__left {
  right: 70px;
}

.reviews .slider__right {
  right: 5px;
}

.reviews .slick-arrow.slick-disabled {
  background-color: #fff;
}

.reviews .slick-arrow.slick-disabled svg path {
  fill: #BFBFBF;
}

/*start reviews============*/
/*start blog===========*/
.blog {
  padding: 90px 0 60px;
  background-color: #000;
  color: #fff;
}

.blog .container {
  position: relative;
}

.blog .btn {
  position: absolute;
  top: 0;
  right: 15px;
}

.blog__top {
  margin: 0 0 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog__top p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}

.blog h2 {
  margin: 0 0 5px 0;
}

.blog__box {
  max-width: 560px;
}

.blog__list {
  margin: 0 0 0 -30px;
  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;
}

.blog__item {
  margin: 0 0 40px 30px;
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog__item h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
}

.blog__item p {
  margin: 0 0 28px 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.blog__item a {
  font-size: 14px;
}

.blog__item a:hover {
  text-decoration: underline;
}

.blog__img {
  margin: 0 0 17px 0;
  width: 100%;
  height: 195px;
}

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

.blog__date {
  display: block;
  margin: 0 0 10px 0;
  letter-spacing: 0;
  font-size: 12px;
}

.blog--news {
  padding: 0;
}

.blog--news .title {
  margin: 0 0 35px 0;
  font-size: 40px;
}

/*end blog===========*/
/*start team===============*/
.team {
  padding: 100px 0 75px;
  background-color: #000;
}

.team h2 {
  margin: 0 0 10px 0;
}

.team__inner {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team__inner p {
  max-width: 260px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}

.team__box {
  margin: 0 20px 0 0;
  color: #fff;
  max-width: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.team__item {
  position: relative;
  max-width: 744px;
  width: 100%;
  height: 390px;
}

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

.team__info {
  max-width: 255px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px;
  background-color: #fff;
  opacity: .9;
}

.team__name {
  margin: 0 0 5px 0;
}

.team__marge {
  letter-spacing: 0;
  font-size: 12px;
}

.team__list {
  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;
}

.team__list li {
  height: 390px;
  position: relative;
  margin: 0 0 25px 25px;
  width: calc(33.33333% - 25px);
}

.team__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/*end team===============*/
/*start documentation==========*/
.documentation {
  padding: 100px 0 100px;
  background-color: #fff;
  overflow: hidden;
}

.documentation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documentation__box {
  max-height: 205px;
  overflow: hidden;
}

.documentation__text {
  padding: 35px 0 0 0;
  height: 100%;
}

.documentation__text h2 {
  margin: 0 0 20px 0;
}

.documentation__text span {
  margin: 0 0 10px 0;
  display: block;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.documentation__text p {
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.documentation__text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 45px 0 0 0;
  font-size: 14px;
  color: #BFBFBF;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.documentation__text a:hover {
  color: #000;
}

.documentation__item {
  height: 510px;
  width: 384px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documentation__item img {
  width: 85%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

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

.documentation-slider__top {
  margin: 0 70px 0 0;
  max-width: 385px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.documentation-slider__top .slick-arrow {
  bottom: 40px;
  background-color: #000;
}

.documentation-slider__top .slick-arrow:hover {
  border: 1px solid #000;
  background-color: #fff;
}

.documentation-slider__top .slick-arrow:hover svg path {
  fill: #000;
}

.documentation-slider__top .slider__left {
  right: 55px;
}

.documentation-slider__top .slider__right {
  right: -0;
}

.documentation-slider__top .slick-arrow.slick-disabled {
  background-color: #fff;
}

.documentation-slider__top .slick-arrow.slick-disabled svg path {
  fill: #BFBFBF;
}

.documentation-slider__top .slick-list,
.documentation-slider__top .slick-track {
  height: 100%;
}

.documentation-slider__bottom {
  max-width: 830px;
  width: 100%;
  height: 510px;
}

.documentation-slider__bottom .slick-current img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*end documentation==========*/
/*start article========== */
.article {
  padding: 0 0 90px 0;
}

.article__img {
  margin: 40px 0 30px 0;
  width: 100%;
  height: 393px;
}

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

.article__inner {
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
}

.article__inner span {
  margin: 0 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #BFBFBF;
}

.article__inner h4 {
  margin: 0 0 40px 0;
  font-family: 'Yeseva One', cursive;
  font-size: 30px;
  line-height: 140%;
  color: #000;
  letter-spacing: 0;
}

.article__inner h5 {
  font-weight: 400;
  margin: 20px 0 25px;
  font-size: 26px;
  line-height: 120%;
  color: #000;
}

.article__inner p {
  margin: 0 0 10px 0;
  color: #000;
}

.article__inner img {
  margin: 20px 0 20px;
  width: 100%;
  height: auto;
}

.article__inner ul {
  margin: 0 0 25px 0;
}

.article__inner ul li {
  margin: 0 0 15px 0;
  position: relative;
  padding: 0 0 0 28px;
}

.article__inner ul li::before {
  position: absolute;
  top: 9px;
  left: 14px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

/*end article========== */
/*start contacts=================*/
.contacts {
  overflow: hidden;
}

.contacts h2 {
  margin: 0 0 40px 0;
  font-size: 40px;
  line-height: 140%;
}

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

.contacts__left {
  margin: 0 22px 0 0;
  max-width: 745px;
  width: 100%;
}

.contacts__left h6 {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;
}

.contacts__left-inner {
  margin: 0 0 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__left-inner h6 {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;
}

.contacts__left-inner p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}

.contacts__text {
  margin: 0 25px 0 0;
  max-width: 265px;
  width: 100%;
}

.contacts__map {
  height: 255px;
}

.contacts__right {
  max-width: 360px;
  width: 100%;
  color: #fff;
  padding: 40px 20px 40px 40px;
  background-color: #000;
}

.contacts__box {
  padding: 0 0 0 40px;
  border-left: 1px solid #fff;
  letter-spacing: 0;
}

.contacts__box p {
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}

.contacts__box h6 {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #FFFFFF;
}

.contacts__phone {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 15px 0;
}

.contacts__phone a:hover {
  text-decoration: underline;
}

.contacts__phone li {
  margin: 0 0 8px 0;
  font-weight: 400;
  font-size: 14px;
}

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

.contacts__mail, .contacts__map-mark {
  display: block;
  padding: 0 0 0 24px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

.contacts__mail:hover, .contacts__map-mark:hover {
  text-decoration: underline;
}

.contacts__mail::before, .contacts__map-mark::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts__mail {
  margin: 0 0 20px 0;
}

.contacts__mail::before {
  background-image: url("../images/dest/icons/mail.svg");
}

.contacts__map-mark {
  margin: 0 0 53px 0;
}

.contacts__map-mark::before {
  background-image: url("../images/dest/icons/marker.svg");
}

.contacts__timetable {
  margin: 0 0 60px 0;
  padding: 0 0 0 24px;
  position: relative;
}

.contacts__timetable li {
  margin: 0 0 10px 0;
}

.contacts__timetable span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.contacts__timetable strong {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

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

/*end contacts=================*/
/*start question===========*/
.question {
  padding: 55px 0 60px;
  background-color: #000;
  color: #fff;
}

.question__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;
}

.question h5 {
  margin: 0 0 15px 0;
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0;
}

.question p {
  margin: 0 0 35px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
}

.question__info {
  margin: 0 20px 0 0;
}

.question__img {
  width: 285px;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

/*end question===========*/
/*start portfolio============*/
.portfolio {
  padding: 0 0 100px 0;
}

.portfolio .title {
  margin: 0 0 40px 0;
  color: #fff;
  font-size: 40px;
}

.portfolio__list {
  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;
}

.portfolio__list li {
  margin: 0 0 25px 20px;
  width: calc(33.33333% - 20px);
  height: 245px;
}

.portfolio__list a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.portfolio__list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.portfolio__list a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.portfolio__info {
  max-width: 260px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  background-color: #000;
  color: #fff;
}

.portfolio__info h6 {
  margin: 0 0 5px 0;
  font-size: 16px;
  letter-spacing: 0;
}

.portfolio__info p {
  font-size: 12px;
  letter-spacing: 0;
}

/*end portfolio============*/
/*start card-info===========*/
.card-info {
  padding: 0 0 80px 0;
}

.card-info h2 {
  margin: 0 0 40px 0;
  font-size: 40px;
}

.card-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-info__left {
  max-width: 650px;
  margin: 0 20px 0 0;
}

.card-info__left h4 {
  max-width: 460px;
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 140%;
  color: #000;
  letter-spacing: 0;
  text-transform: inherit;
}

.card-info__left blockquote {
  margin: 0 0 20px 0;
  padding: 25px 25px 25px 95px;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  background-color: #EFEFEF;
}

.card-info__left blockquote span {
  font-weight: 500;
  text-decoration: underline;
}

.card-info__left blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 34px;
  height: 26px;
  background-image: url("../images/dest/icons/brackets.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.card-info__text {
  margin: 0 0 30px 0;
  position: relative;
  max-height: 140px;
  overflow: hidden;
}

.card-info__text strong {
  font-weight: 700;
  padding: 0;
  display: inline;
  background-color: transparent;
  font-size: 14px;
}

.card-info__text strong::before {
  display: none;
}

.card-info__text p {
  font-weight: 500;
  margin: 0 0 10px 0;
  font-size: 14px;
  letter-spacing: 0;
}

.card-info__text::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.card-info__text.open {
  max-height: 100%;
}

.card-info__text.open::before {
  display: none;
}

.card-info__read-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 14px;
  color: #BFBFBF;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.card-info__read-more:hover {
  color: #000;
}

.card-info__read-more span:last-child {
  display: none;
}

.card-info__read-more.active span:first-child {
  display: none;
}

.card-info__read-more.active span:last-child {
  display: block;
}

.card-info__img {
  max-width: 454px;
  width: 100%;
  height: 483px;
}

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

/*end card-info===========*/
/*start benefit=============*/
.benefit {
  padding: 100px 0 50px;
  background-color: #000;
  color: #fff;
}

.benefit h4 {
  max-width: 735px;
  margin: 0 0 10px 0;
  font-size: 30px;
  color: #FFFFFF;
  text-transform: inherit;
  letter-spacing: 0;
}

.benefit p {
  max-width: 580px;
  margin: 0 0 70px 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}

/*end benefit=============*/
/*start works==============*/
.works {
  padding: 155px 0 102px;
  overflow: hidden;
}

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

.works-slider__top {
  margin: 0 25px 0 0;
  max-width: 640px;
  width: 100%;
}

.works-slider__item h4 {
  max-width: 600px;
  margin: 0 0 15px 0;
  font-size: 30px;
  text-transform: inherit;
  letter-spacing: 0;
}

.works-slider__item h5 {
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 120%;
}

.works-slider__item p {
  max-height: 155px;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.works-slider__bottom {
  max-width: 740px;
  width: 100%;
}

.works-slider__img {
  margin: 0 20px 0 0;
  max-width: 360px;
  width: 100%;
}

.works-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-slider .slick-arrow {
  bottom: 0;
  background-color: #000;
}

.works-slider .slick-arrow:hover {
  border: 1px solid #000;
  background-color: #fff;
}

.works-slider .slick-arrow:hover svg path {
  fill: #000;
}

.works-slider .slider__left {
  right: 55px;
}

.works-slider .slider__right {
  right: 0px;
}

.works-slider .slick-arrow.slick-disabled {
  background-color: #fff;
}

.works-slider .slick-arrow.slick-disabled svg path {
  fill: #BFBFBF;
}

/*end works==============*/
/*start example=============*/
.example {
  padding: 100px 0 90px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.example__inner {
  margin: 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.example__inner h4 {
  margin: 0 0 10px 0;
  font-size: 30px;
  color: #FFFFFF;
  text-transform: inherit;
  letter-spacing: 0;
}

.example__inner p {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
}

.example__box {
  margin: 0 20px 0 0;
}

.example__item {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.example__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.example__item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.example__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  max-width: 260px;
  width: 100%;
  background-color: #000;
}

.example__info h6 {
  font-size: 16px;
}

.example__info p {
  font-size: 12px;
  letter-spacing: 0;
}

.example .slick-slide {
  margin: 0 10px;
}

.example .slick-arrow {
  z-index: 10;
  top: calc(50% - 40px);
  border: 1px solid #FFFFFF;
}

.example .slick-arrow:hover {
  border-color: #3F80FF;
}

.example .slick-arrow:hover svg path {
  fill: #3F80FF;
}

.example .slider__left {
  left: -60px;
}

.example .slider__right {
  right: -60px;
}

/*end example=============*/
/*start cost============*/
.cost {
  padding: 100px 0 100px;
}

.cost__inner {
  margin: 0 0 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cost__box h4 {
  margin: 0 0 10px 0;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: inherit;
}

.cost__box p {
  font-size: 14px;
  letter-spacing: 0;
}

.cost .list-decimal {
  margin: 0 0 -15px -60px;
}

.cost .list-decimal li {
  width: calc(33.33333% - 60px);
}

.cost .list-decimal ~ p {
  margin: 0 0 10px 0;
  font-size: 14px;
  letter-spacing: 0;
}

.cost__answer {
  margin: 100px 0 0;
  position: relative;
  padding: 25px 25px 15px 93px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
}

.cost__answer p {
  margin: 0 0 10px 0;
}

.cost__answer::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 34px;
  height: 26px;
  background-image: url("../images/dest/icons/brackets.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*end cost============*/
/*start time============*/
.time {
  padding: 100px 0 45px;
  background-color: #EFEFEF;
}

.time h4 {
  margin: 0 0 10px 0;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: inherit;
}

.time p {
  margin: 0 0 55px 0;
  font-size: 14px;
  letter-spacing: 0;
}

.time li {
  width: calc(50% - 60px);
}

/*end time============*/
/*start footer==============*/
.footer {
  padding: 100px 0 30px;
  background-color: #000;
  color: #fff;
}

.footer .container {
  position: relative;
}

.footer .arrow-up {
  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;
  position: fixed;
  bottom: 55px;
  right: 5%;
  width: 41px;
  height: 41px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
  border: 1px solid #000;
}

.footer .arrow-up svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.footer .arrow-up svg path {
  -webkit-transition: linear .1s;
  -o-transition: linear .1s;
  transition: linear .1s;
}

.footer .arrow-up:hover {
  background-color: #000;
  border: 1px solid #fff;
}

.footer .arrow-up:hover svg path {
  fill: #fff;
}

.footer__top {
  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;
}

.footer__top h3 {
  margin: 0 0 15px 0;
  font-size: 30px;
  text-transform: inherit;
  letter-spacing: 0;
}

.footer__top p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}

.footer__box {
  margin: 0 25px 0 0;
  max-width: 465px;
}

.footer__form {
  position: relative;
  max-width: 550px;
  width: 100%;
}

.footer__form .btn {
  padding: 7px 30px 12px 30px;
  position: absolute;
  top: 3px;
  right: 5px;
  bottom: 3px;
  font-size: 10px;
  line-height: 22px;
}

.footer__input-wrap {
  width: 100%;
}

.footer__input-wrap input {
  padding: 10px 140px 10px 20px;
  width: 100%;
  outline: none;
}

.footer__input-wrap input::-webkit-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.footer__input-wrap input::-moz-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.footer__input-wrap input:-ms-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.footer__input-wrap input::-ms-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.footer__input-wrap input::placeholder {
  font-size: 14px;
  color: #BFBFBF;
}

.footer__mid {
  margin: 95px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__mid ul:not(.social) {
  margin: 0 15px;
  display: inline;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

.footer__mid ul:not(.social) li {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.footer__mid ul:not(.social) li:hover {
  text-decoration: underline;
}

.footer__logo {
  width: 41px;
  height: 50px;
}

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

.footer__social span {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.footer__bottom {
  padding: 10px 0 0 0;
  border-top: 1px solid #FFFFFF;
  font-size: 10px;
  letter-spacing: 0;
}

.footer .btn {
  height: 36px;
}

/*end footer==============*/
@media (min-width: 1001px) {
  .header__item-child ul,
  .header__item-child-2 ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: -1px 5px 8px 0px rgba(34, 60, 80, 0.2);
            box-shadow: -1px 5px 8px 0px rgba(34, 60, 80, 0.2);
  }
  .header__item-child:hover > ul,
  .header__item-child-2:hover > ul {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-box-shadow: -1px 5px 8px 0px rgba(34, 60, 80, 0.2);
            box-shadow: -1px 5px 8px 0px rgba(34, 60, 80, 0.2);
  }
  .header__list span {
    position: relative;
    cursor: pointer;
  }
  .header__list span::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    background-color: #fff;
    width: 0;
    height: 1px;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s;
  }
  .header__list span:hover::before {
    width: 50%;
  }
}

@media (max-width: 1500px) {
  .intro .slider__left {
    left: 10px;
  }
  .intro .slider__right {
    right: 10px;
  }
  .example .slick-arrow {
    display: none;
  }
}

@media (max-width: 1250px) {
  .intro .slick-arrow {
    top: 150px;
  }
  .intro .slider__left {
    left: auto;
    right: 80px;
  }
  .intro .slider__right {
    right: 15px;
  }
}

@media (max-width: 1000px) {
  .header__social {
    position: relative;
    z-index: 99998;
    margin-top: auto !important;
  }
  .header__list-inner {
    position: relative;
    max-width: 370px;
    width: 100%;
  }
  .header__list-close {
    background-color: red;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    background-image: url("../images/dest/icons/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99999;
  }
  .header__mob-btn {
    display: block;
  }
  .header__mob-btn span {
    text-transform: uppercase !important;
  }
  .footer .arrow-up {
    display: none;
  }
  body {
    letter-spacing: 0;
    font-size: 14px;
  }
  .title {
    letter-spacing: 0;
  }
  .btn {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 22px;
  }
  .header {
    padding: 15px 0 15px 0;
    height: 80px;
  }
  .header__item-child ul {
    position: static !important;
    display: block !important;
  }
  .header__menu-btn {
    margin: 0 0 25px 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 17px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 9999;
  }
  .header__menu-btn span {
    margin: 0 0 0 auto;
    display: block;
    width: 70%;
    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-btn.active::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
  }
  .header__menu-btn.active span {
    opacity: 0;
  }
  .header__menu-btn.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
  }
  .header__list,
  .header__item-child,
  .header__item-child-2 {
    margin: 0 !important;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 10px 30px 19px !important;
    -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-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;
  }
  .header__item-child,
  .header__item-child-2 {
    height: 100vh;
    top: 0;
    max-width: 100% !important;
  }
  .header__list .header__item-child--open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__list .header__item-child--open span::before {
    display: none;
  }
  .header__list .header__item-child--open .header__item-child-2 span {
    text-transform: uppercase;
  }
  .header__list .header__item-child--open .header__item-child-2 span::before {
    display: block;
  }
  .header__list .header__item-child--open .header__submenu span::before {
    display: block;
  }
  .header__list .header__item-child--open .header__item-child-2 span::before {
    display: none;
  }
  .header__menu > ul {
    text-transform: uppercase;
  }
  .header__item-child + li {
    text-transform: inherit;
  }
  .header__list.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__item-child ul.sub-menu--active {
    display: block;
    position: initial;
  }
  .header__list span {
    display: block;
    max-width: 250px;
    width: 100%;
    position: relative;
  }
  .header__list span::before, .header__list span::after {
    content: "";
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    background-color: #fff;
    width: 12px;
    height: 1px;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s;
  }
  .header__list span::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header__list span.active::before {
    opacity: 0;
  }
  .header__item-child ul {
    background-color: #000;
  }
  .header__item-child ul li {
    color: #fff;
  }
  .header__item-child ul a::before,
  .header__item-child ul span::before {
    background-color: #fff;
  }
  .header li.header__modal-cal {
    margin: 60px 0 105px 0;
  }
  .header li.header__modal-cal a {
    font-size: 10px;
  }
  .header__social {
    display: block;
  }
  .header__social .social li {
    max-width: 5px;
  }
  .header__social .social li + li {
    margin: 0 0 0 25px;
  }
  .header__list li {
    max-width: 320px;
    width: 100%;
  }
  .header__list li + li {
    margin: 13px 0 0 0;
  }
  .header__item-child ul {
    padding: 10px 15px 10px 15px;
  }
  .intro__left h1 {
    font-size: 28px;
  }
  .intro__left {
    margin: 0 0 15px 0;
  }
  .intro__btn {
    margin: 0 0 88px 0;
    padding: 8px 20px;
    font-size: 12px;
  }
  .intro__right p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .service__img {
    margin: 0 20px 20px 0;
    max-width: 280px;
    width: 100%;
    height: 307px;
  }
  .service__buttons {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
  .service .title {
    margin: 0 0 20px 0;
    font-size: 24px;
  }
  .service__btn {
    font-size: 16px;
  }
  .service .service__btn + .service__btn {
    margin: 0 0 0 20px;
  }
  .service__text h4 {
    margin: 0 0 18px 0;
    font-size: 22px;
  }
  .service__text p {
    margin: 0;
    font-size: 14px;
    line-height: 140%;
  }
  .service__text .btn {
    margin: 35px 0 0 0;
  }
  .preference__top {
    margin: 0 0 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .preference__top p {
    margin: 0;
    font-size: 12px;
    line-height: 140%;
  }
  .preference h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
  .preference .btn {
    position: absolute;
    right: auto;
    left: 15px;
    top: auto;
    bottom: -80px;
  }
  .service {
    padding: 50px 0 50px;
  }
  .about__text {
    max-width: 100%;
    margin: 0 40px 0 0;
  }
  .about__img {
    max-width: 320px;
    height: 350px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about__text h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .reviews .title {
    margin: 0 0 15px 0;
    max-width: 350px;
    font-size: 24px;
  }
  .reviews p {
    max-width: 100%;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .reviews__avatar {
    margin: 0 15px 0 0;
    width: 85px;
    height: 110px;
  }
  .reviews__top span {
    font-size: 20px;
  }
  .reviews__inner {
    position: relative;
  }
  .reviews__date {
    position: absolute;
    left: 0;
    top: 110px;
  }
  .reviews__item a {
    font-size: 12px;
  }
  .blog__item {
    margin: 0 0 40px 30px;
    width: calc(50% - 30px);
  }
  .blog h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
  .blog__top p {
    font-size: 12px;
    max-width: 500px;
  }
  .blog__item h4 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .blog__item p {
    margin: 0 0 10px 0;
  }
  .blog__item a {
    font-size: 12px;
  }
  .team__item {
    height: 300px;
  }
  .team__list li {
    height: 250px;
  }
  .team h2 {
    font-size: 24px;
  }
  .team__inner p {
    font-size: 12px;
    max-width: 100%;
  }
  .team__info {
    padding: 5px 15px 5px 5px;
  }
  .team__name {
    font-size: 14px;
  }
  .documentation__text h2 {
    font-size: 24px;
  }
  .documentation-slider__top {
    margin: 0 30px 0 0;
  }
  .documentation-slider__bottom {
    max-width: 630px;
    width: 100%;
    height: 380px;
  }
  .documentation__item {
    width: 250px;
    height: 380px;
  }
  .footer__top h3 {
    font-size: 22px;
  }
  .footer__top p {
    font-size: 12px;
  }
  .footer__mid ul:not(.social) {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .footer__form .btn {
    padding: 6px 16px;
  }
  .footer__mid ul:not(.social) li {
    font-size: 12px;
  }
  .blog--news .title {
    margin: 0 0 20px 0;
    font-size: 26px;
  }
  .contacts h2 {
    margin: 0 0 30px 0;
    font-size: 26px;
    text-transform: inherit;
  }
  .contacts__left-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__text {
    margin: 0 0 18px 0;
    max-width: 100%;
  }
  .contacts__right {
    padding: 40px 15px 40px 15px;
  }
  .accordeon dt {
    padding: 20px 50px 20px 18px;
    font-size: 20px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .accordeon {
    padding: 47px 0 35px;
  }
  .accordeon dt::after,
  .accordeon dt::before {
    right: 11px;
  }
  .accordeon dd {
    padding: 15px 10px 30px 0px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1px;
  }
  .question h5 {
    font-size: 22px;
  }
  .question p {
    font-size: 12px;
  }
  .portfolio .title {
    font-size: 24px;
  }
  .card-info h2 {
    margin: 0 0 30px 0;
    font-size: 26px;
    text-transform: inherit;
  }
  .card-info__left h4 {
    font-size: 22px;
  }
  .card-info__left {
    max-width: 450px;
    margin: 0 20px 0 0;
  }
  .card-info__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 290px;
    height: 307px;
  }
  .benefit h4 {
    font-size: 22px;
  }
  .benefit p {
    font-size: 12px;
  }
  .list-decimal li {
    font-size: 12px;
  }
  .works-slider__item h4 {
    max-width: 320px;
    font-size: 22px;
  }
  .works-slider__item h5 {
    max-width: 320px;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
  }
  .works-slider__top {
    max-width: 340px;
  }
  .works-slider__item p {
    max-width: 340px;
  }
  .example__inner h4 {
    font-size: 22px;
  }
  .cost__box h4 {
    font-size: 22px;
  }
  .cost__box {
    margin: 0 25px 0 0;
  }
  .cost__box p {
    font-size: 12px;
  }
  .cost .list-decimal ~ p {
    font-size: 12px;
    margin: 0;
  }
  .time h4 {
    font-size: 22px;
  }
  .time p {
    font-size: 12px;
  }
  .modal--two {
    padding: 20px;
  }
  .modal__left {
    max-width: 60%;
  }
  .modal__img {
    max-width: 400%;
  }
  .modal h3 {
    font-weight: 400;
    font-size: 22px;
  }
  .modal__text p {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  .documentation__box {
    max-height: 105px;
  }
  .header__item-child ul a,
  .header__item-child ul span {
    font-size: 14px;
    text-transform: capitalize;
  }
  .article {
    padding: 0 0 50px 0;
  }
  .footer .btn {
    height: 34px;
  }
}

@media (max-width: 700px) {
  .works-slider__item p {
    font-weight: 300;
    font-size: 12px;
  }
  .preference {
    padding: 50px 0 128px;
  }
  .about {
    padding: 53px 0 50px;
  }
  .reviews {
    padding: 50px 0 100px;
  }
  .blog {
    padding: 50px 0 60px;
  }
  .intro__item {
    padding: 165px 0 45px 0;
  }
  .intro__item-box {
    -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;
  }
  .intro__info-wrapper {
    display: none;
  }
  .intro__item-box:first-child {
    margin: 0 0 38px 0;
  }
  .intro .slick-arrow {
    top: auto;
    bottom: 38px;
  }
  .service__item {
    -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;
    padding: 20px 0 0 0;
  }
  .preference__list li {
    margin: 0 0 30px 35px;
    width: calc(50% - 35px);
  }
  .preference__list li p {
    max-width: 170px;
  }
  .preference__list-img {
    width: 40px;
    padding: 0 0 8px 0;
    margin: 0 0 18px 0;
  }
  .preference__list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about__inner {
    position: relative;
    -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;
  }
  .about__text h2 {
    margin: 0 0 335px 0;
  }
  .about__img {
    width: 290px;
    height: 305px;
    position: absolute;
    top: 45px;
    left: 0;
  }
  .about__text {
    margin: 0;
  }
  .about__text p {
    margin: 0;
  }
  .about__text .btn {
    margin: 30px 0 0 0;
  }
  .reviews .slick-arrow {
    top: auto;
    bottom: -75px;
    right: auto;
  }
  .reviews .slider__left {
    left: 0;
  }
  .reviews .slider__right {
    left: 60px;
  }
  .reviews-slider {
    margin: 30px 0 0 0;
  }
  .reviews__top {
    margin: 0 0 15px 0;
  }
  .reviews p {
    -ms-line-clamp: 6;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  .blog.blog--news,
  .portfolio {
    padding: 0 0 50px 0;
  }
  .blog .btn {
    top: auto;
    bottom: -40px;
    right: auto;
    left: 15px;
  }
  .blog__top {
    margin: 0 0 15px 0;
  }
  .blog__img {
    height: 215px;
  }
  .team__marge {
    font-size: 10px;
  }
  .team__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__box {
    margin: 0 0 15px 0;
  }
  .team__list li {
    width: calc(50% - 25px);
  }
  .team {
    padding: 79px 0 35px;
  }
  .documentation__text span {
    font-size: 18px;
  }
  .documentation__text p {
    margin: 0 0 0 0;
    font-size: 12px;
  }
  .documentation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .documentation-slider__bottom {
    max-width: 300px;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
  .documentation__item img {
    width: 100%;
    height: 100%;
  }
  .documentation__item {
    width: 290px;
    margin: 0 10px 0 0;
  }
  .documentation {
    padding: 50px 0 63px;
  }
  .documentation__text h2 {
    margin: 0 0 410px 0;
  }
  .documentation__text span {
    max-width: 250px;
  }
  .documentation__text p {
    max-width: 280px;
  }
  .documentation-slider__top {
    max-width: 280px;
  }
  .documentation__text a {
    font-size: 12px;
    bottom: 13px;
    margin: 0;
  }
  .documentation-slider__top .slick-arrow {
    bottom: 5px;
  }
  .footer__top {
    -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 {
    padding: 50px 0 0;
  }
  .footer__box {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
  .footer__mid ul:not(.social) {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .modal {
    padding: 20px;
  }
  .modal h6 {
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 22px;
  }
  .article__img {
    margin: 30px 0 15px 0;
    height: 250px;
  }
  .article__inner span {
    margin: 0 0 15px 0;
  }
  .article__inner h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
  }
  .article__inner img {
    margin: 10px 0 10px;
  }
  .article__inner h5 {
    font-size: 20px;
  }
  .contacts__inner {
    padding: 0 0 300px 0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__map-wrap {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
  }
  .contacts__map {
    height: 200px;
  }
  .breadcrumbs--black {
    margin: 24px 0 3px;
  }
  .contacts__left-inner h6 {
    margin: 0px 0 10px 0;
    font-size: 18px;
  }
  .contacts__left-inner p {
    font-size: 12px;
    line-height: 140%;
  }
  .form__input-wrap {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .contacts__right {
    max-width: 700px;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }
  .contacts__box {
    padding: 0 0 0 30px;
  }
  .contacts__phone li {
    margin: 0 0 3px 0;
    font-size: 12px;
  }
  .contacts__mail,
  .contacts__map-mark {
    font-size: 12px;
  }
  .contacts__phone {
    margin: 0 0 9px 0;
  }
  .contacts__mail {
    margin: 0 0 6px 0;
  }
  .contacts__map-mark {
    margin: 0 0 29px 0;
  }
  .contacts__box h6 {
    margin: 0 0 12px 0;
    font-size: 20px;
  }
  .contacts__timetable span {
    font-size: 12px;
  }
  .contacts__timetable strong {
    font-size: 12px;
  }
  .contacts__timetable li {
    margin: 0 0 3px 0;
  }
  .contacts__timetable {
    margin: 0 0 25px 0;
  }
  .question__img {
    display: none;
  }
  .question {
    padding: 50px 0 50px;
    border-bottom: 5px solid #fff;
  }
  .portfolio__list li {
    width: calc(50% - 20px);
  }
  .card-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .card-info__left {
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .card-info__img {
    margin: 0 0 22px 0;
  }
  .card-info__left blockquote {
    margin: 0 0 10px 0;
    padding: 14px 9px 13px 45px;
    font-size: 14px;
  }
  .card-info__left h4 {
    margin: 0 0 10px 0;
  }
  .card-info__left blockquote::before {
    top: 11px;
    left: 17px;
    width: 22px;
    height: 25px;
  }
  .card-info__text p {
    font-size: 12px;
  }
  .card-info__read-more {
    margin: -20px 0 0 auto;
    font-size: 12px;
  }
  .card-info {
    padding: 0 0 50px 0;
  }
  .card-info .btn {
    padding: 8px 30px;
  }
  .list-decimal li {
    width: calc(50% - 60px) !important;
  }
  .benefit {
    padding: 50px 0 0;
  }
  .works-slider {
    position: relative;
  }
  .works-slider__item h4 {
    height: 92px;
    margin: 0 0 340px 0;
  }
  .works-slider__bottom {
    position: absolute;
    top: 110px;
    left: 0;
    max-width: 290px;
    height: 307px;
    margin: 0;
  }
  .works-slider__img {
    height: 307px;
    max-width: 290px;
    width: 100%;
  }
  .works {
    padding: 50px 0 50px;
  }
  .example .container {
    position: relative;
  }
  .example .btn {
    padding: 8px 30px;
    bottom: -50px;
    left: 15px;
    position: absolute;
  }
  .example__info {
    max-width: 205px;
  }
  .example__info h6 {
    font-weight: 400;
    font-size: 14px;
  }
  .example__info p {
    font-weight: 400;
    font-size: 10px;
  }
  .example {
    padding: 50px 0 100px;
  }
  .example__box {
    margin: 0 0 10px 0;
  }
  .example__inner {
    margin: 0;
  }
  .example__inner p {
    font-size: 8px;
  }
  .cost .container {
    position: relative;
  }
  .cost .container .btn {
    position: absolute;
    left: 15px;
    bottom: -70px;
  }
  .cost {
    padding: 50px 0 50px;
  }
  .cost__inner {
    margin: 0 0 45px 0;
  }
  .cost__answer {
    margin: 120px 0 10px 0;
    padding: 14px 9px 13px 45px;
    font-size: 14px;
  }
  .cost__answer::before {
    top: 11px;
    left: 17px;
    width: 22px;
    height: 25px;
  }
  .time {
    padding: 50px 0 0;
    background-color: #EFEFEF;
  }
  .service__img-swipe {
    display: block;
    width: 30px;
    height: 30px;
    margin: -25px 35px 25px auto;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes bounce {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .documentation__box {
    max-height: 185px;
  }
  .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal__left {
    max-width: 100%;
    margin: 0 0 25px 0;
  }
  .modal__img {
    max-width: 300px;
    height: 200px;
  }
  .modal__img img {
    height: 100%;
  }
  .modal__text {
    max-height: 170px;
  }
  .documentation__text {
    padding: 0 0 80px 0;
    height: 100%;
  }
}

@media (max-width: 468px) {
  .service__img-swipe {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 25px 25px auto;
  }
  .card-info__text {
    max-height: 199px;
  }
  .team__item {
    height: 150px;
  }
  .team__item .team__info {
    max-width: 175px;
  }
  .team__list li {
    margin: 0 0 15px 25px;
    width: calc(100% - 25px);
    height: 315px;
  }
  .documentation__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .documentation-slider__bottom {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .footer__mid {
    margin: 50px 0 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__mid ul:not(.social) {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    width: 100%;
    margin: 0 0 0 0;
  }
  .footer__logo {
    margin: 0 0 23px 0;
  }
  .footer__social {
    margin: 30px 0 -3px;
  }
  .footer__social span {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .footer__bottom {
    font-size: 8px;
  }
  .blog__item {
    width: calc(100% - 30px);
  }
  .portfolio__list li {
    width: calc(100% - 20px);
  }
  .portfolio__info h6 {
    font-size: 14px;
    font-weight: 400;
  }
  .portfolio__info p {
    font-size: 10px;
  }
  .list-decimal ul {
    margin: 0 0 0 -67px;
  }
  .list-decimal li {
    width: calc(100% - 67px) !important;
  }
  .list-decimal li {
    margin: 0 0 43px 67px;
  }
  .example__item {
    height: 204px;
  }
  .example-slider {
    margin-left: -10px;
  }
}
