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

*,
*::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;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background-color: #0C0C0D;
  font-family: 'Gilroy';
  color: #fff;
}

body.lock {
  overflow: hidden;
}

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

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy-Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy-Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy-ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

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

.btn {
  padding: 14.5px 32px;
  height: 48px;
  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;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border-radius: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.btn img,
.btn svg {
  margin: 0 0 0 10px;
}

.btn svg path {
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.btn--header {
  color: #fff;
  border: 2px solid #46EDA2;
}

.btn--header:hover {
  color: #0F0E0E;
  background-color: #DDA564;
  border-color: #DDA564;
}

.btn--yellow {
  position: relative;
  color: #0F0E0E;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA564), to(#DE933C));
  background: -o-linear-gradient(top, #DDA564 0%, #DE933C 100%);
  background: linear-gradient(180deg, #DDA564 0%, #DE933C 100%);
}

.btn--yellow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #46EDA2;
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.btn--yellow:hover::before {
  opacity: 1;
}

.btn--white {
  position: relative;
  background-color: #fff;
  color: #3B4653;
}

.btn--white::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA564), to(#DE933C));
  background: -o-linear-gradient(top, #DDA564 0%, #DE933C 100%);
  background: linear-gradient(180deg, #DDA564 0%, #DE933C 100%);
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.btn--white:hover::before {
  opacity: 1;
}

/*start header==========*/
.header__inner {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  position: relative;
  z-index: 999;
  margin: 0 70px 0 0;
  display: block;
  width: 130px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.header__nav {
  width: 100%;
}

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

.header__nav li {
  margin: 0 12px 0 0;
}

.header__nav a:not(.header__link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header__nav a:not(.header__link):hover {
  border-color: #46EDA2;
}

.header__btn {
  display: none;
}

.header__social {
  display: none !important;
}

.header__link {
  margin: 0 0 0 auto;
}

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

.intro.margin-top {
  margin: 0;
}

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

/*end header==========*/
/*start intro================*/
.intro {
  margin: -90px 0 0 0;
  padding: 220px 0 73px;
  background-image: url("../images/dest/content/intro-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.intro__inner {
  max-width: 590px;
  width: 100%;
}

.intro h1 {
  margin: 0 0 18px 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
}

.intro h1 span {
  color: #46EDA2;
}

.intro p {
  margin: 0 0 70px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.intro .btn {
  margin: 0 0 70px 0;
  padding: 16px 30px;
  font-weight: 500;
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  font-size: 20px;
}

.intro ul {
  margin: 0 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro li {
  margin: 0 20px 0 0;
  width: 20px;
  height: 20px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.intro li:hover {
  opacity: .7;
}

.intro a {
  display: block;
  width: 100%;
  height: 100%;
}

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

/*end intro================*/
/*start info============*/
.info {
  padding: 130px 0 55px;
}

.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info p {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.info__left {
  position: relative;
  padding: 0 0 0 100px;
  margin: 0 125px 0 0;
  max-width: 600px;
  width: 100%;
}

.info__left::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #46EDA2;
}

.info__right {
  position: relative;
  margin: 0 0 -30px 0;
  padding: 0 0 0 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.info__right::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #DDA564;
}

.info__right p {
  color: #DDA564;
  font-size: 20px;
}

/*end info============*/
/*start excellence============*/
.excellence {
  padding: 95px 0 45px;
  background-image: url("../images/dest/content/excellence-bg.png");
  background-repeat: no-repeat;
  background-position: left 35%;
  background-size: 50%;
}

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

.excellence__top h2 {
  padding: 7% 0 0 8%;
}

.excellence__top h2 span {
  color: #46EDA2;
  font-size: 80px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 2.4px;
}

.excellence__top h2 p {
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 1.38px;
}

.excellence__top h2 p:last-child {
  text-align: right;
}

.excellence__top p {
  max-width: 496px;
  margin: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

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

.excellence__box {
  margin: 0 0 25px 25px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(33.33333% - 25px);
}

.excellence__box:nth-child(2) {
  margin: 0 0 85px 25px;
}

.excellence__box:nth-child(3) {
  margin: 0 0 130px 25px;
}

.excellence__item {
  position: relative;
  margin: 0 0 25px 0;
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(59, 70, 83, 0.4);
  z-index: 2;
}

.excellence__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#46EDA2), color-stop(0.01%, #46EDA2), to(#15201B));
  background: -o-linear-gradient(top, #46EDA2 0%, #46EDA2 0.01%, #15201B 100%);
  background: linear-gradient(180deg, #46EDA2 0%, #46EDA2 0.01%, #15201B 100%);
  opacity: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.excellence__item h5 {
  margin: 0 0 30px 0;
  color: #FF8E0C;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.excellence__item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #D9D9D9;
}

.excellence__item li {
  margin: 0 0 6px 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.excellence__item .btn {
  margin: 50px 0 0 0;
  background-color: #E0E0E0;
  color: #3B4653;
}

.excellence__item:hover::before {
  opacity: 1;
}

.excellence__item:hover .excellence__icon {
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: #123420;
}

.excellence__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100%;
}

.excellence__icon {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 12px;
  background: rgba(70, 237, 162, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

/*end excellence============*/
.statistic {
  padding: 30px 0 0 0;
  background-image: url("../images/dest/content/service-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}

.statistic::before {
  content: "";
  position: absolute;
  top: -209px;
  left: 0;
  width: 595px;
  height: 1399px;
  background-image: url("../images/dest/icons/service.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.statistic__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 90px 0;
}

.statistic__top h3 {
  margin: 0 6% 0 0;
  max-width: 545px;
  width: 100%;
  color: #FFF;
  font-size: 46px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 1.38px;
}

.statistic__top h3 strong {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FF8E0C;
  margin: 25px 0 0 0;
  display: block;
  text-align: right;
  font-size: 80px;
}

.statistic__top p {
  max-width: 495px;
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.statistic__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.statistic__item {
  text-align: center;
  margin: 0 15px 45px 15px;
}

.statistic__item p {
  max-width: 185px;
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.42px;
}

.statistic__item:nth-child(1) strong {
  width: 94.81px;
}

.statistic__item:nth-child(2) strong {
  width: 143.61px;
}

.statistic__item:nth-child(3) strong {
  width: 91.77px;
}

.statistic__item:nth-child(4) strong {
  width: 87.45px;
}

.statistic__item:nth-child(5) strong {
  width: 242.97px;
}

.statistic__box {
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-linear-gradient(268deg, #FFF 22.2%, rgba(255, 255, 255, 0) 80.63%);
  background: linear-gradient(182deg, #FFF 22.2%, rgba(255, 255, 255, 0) 80.63%);
  background-position: center;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 80px;
  font-weight: 500;
  line-height: 120%;
}

.statistic__box strong {
  display: block;
  font-weight: 500;
}

/*start service===============*/
.service {
  padding: 90px 0 65px;
  position: relative;
}

.service::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;
  width: 360px;
  height: 600px;
  background-image: url("../images/dest/icons/social.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service__inner {
  padding: 0 0 260px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../images/dest/content/service.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 510px;
}

.service__left {
  max-width: 360px;
  width: 100%;
}

.service__left h3 {
  margin: 0 0 60px 55px;
  padding: 10px 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: center;
  color: #0F0E0E;
  height: 49px;
  border-radius: 50px;
  background-color: rgba(70, 237, 162, 0.8);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.service__left h4 {
  margin: 0 0 0 80px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.service__left h4 span {
  color: #0F0E0E;
}

.service__right {
  padding: 71px 35px 0 60px;
  max-width: 800px;
  width: 100%;
}

.service__right p {
  margin: 0 0 10px 0;
  color: #0F0E0E;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.42px;
}

.service__item p {
  width: 270px;
  color: #C5C5C5;
}

/*end service===============*/
/*start contacts===============*/
.contacts {
  padding: 140px 0 130px;
}

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

.contacts__left {
  margin: 0 8% 0 5%;
  max-width: 430px;
  width: 100%;
}

.contacts__left h5 {
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.contacts__left h5 span {
  color: #46EDA2;
}

.contacts__left p {
  margin: 0 0 60px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.contacts__left ul {
  max-width: 225px;
}

.contacts__left li {
  margin: 0 0 20px 0;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.contacts__left li:hover {
  opacity: .7;
}

.contacts__left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.contacts__left img {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}

.contacts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contacts__right-img {
  margin: 0 30px 0 0;
  width: 38px;
}

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

.contacts .form {
  max-width: 480px;
}

.form {
  width: 100%;
}

.form__group {
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.form__group label {
  margin: 0 0 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.form__group input {
  height: 50px;
  padding: 15px 15px 15px 24px;
  border-radius: 50px;
  background-color: rgba(59, 70, 83, 0.4);
  outline: none;
  border: none;
  color: #fff;
}

.form__group input::-webkit-input-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group input::-moz-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group input:-ms-input-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group input::-ms-input-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group input::placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group textarea {
  height: 185px;
  resize: none;
  padding: 15px 15px 15px 24px;
  border-radius: 26px;
  background-color: rgba(59, 70, 83, 0.4);
  outline: none;
  border: none;
  color: #fff;
}

.form__group textarea::-webkit-input-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group textarea::-moz-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group textarea:-ms-input-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group textarea::-ms-input-placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group textarea::placeholder {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
}

.form__group.error * {
  color: #F90000;
}

.form__group.error input {
  border: 1px solid #F90000;
}

.form__group.error input::-webkit-input-placeholder {
  color: #F90000;
}

.form__group.error input::-moz-placeholder {
  color: #F90000;
}

.form__group.error input:-ms-input-placeholder {
  color: #F90000;
}

.form__group.error input::-ms-input-placeholder {
  color: #F90000;
}

.form__group.error input::placeholder {
  color: #F90000;
}

.form__group.error span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 24px;
  color: #F90000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.form p {
  margin: -15px 0 10px 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.form .btn {
  border: none;
}

.form .btn:hover {
  color: #fff;
}

.form .btn:hover svg path {
  fill: #fff;
}

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

.footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 700px;
  background-image: url("../images/dest/icons/contacts-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  z-index: -1;
}

.footer__inner {
  border-top: 1px solid #fff;
  padding: 20px 0 33px;
}

.footer p {
  margin: 0;
  color: #FFF;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

/*end footer=============*/
.modal {
  padding: 90px 30px 30px 30px;
  display: none;
  max-width: 737px;
  width: 100%;
  border-radius: 30px;
  background-color: #0F0E0E;
  background-image: url("../images/dest/content/modal-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.fancybox-slide--html .fancybox-close-small {
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  opacity: 1;
}

@media (min-width: 1101px) {
  .service__box {
    margin: -245px 0 0 -25px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: linear .6s;
    -o-transition: linear .6s;
    transition: linear .6s;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .service .service__item-inner {
    border-radius: 30px;
    background-color: rgba(34, 53, 36, 0.6);
    padding: 30px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: linear .8s;
    -o-transition: linear .8s;
    transition: linear .8s;
    max-height: 580px;
  }
  .service__item {
    border-radius: 30px;
    width: 258.5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding: 0 0 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 300px !important;
  }
  .service__item h5 {
    height: 48px;
    padding: 0 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 176px;
    -webkit-transition: linear .5s !important;
    -o-transition: linear .5s !important;
    transition: linear .5s !important;
  }
  .service__item .title-desk {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    opacity: 0;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
  }
  .service__item .title-mob {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
    width: 176px;
    text-align: center;
  }
  .service__item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    height: auto;
    max-height: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
    opacity: 0;
  }
  .service__item ul {
    height: auto;
    max-height: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
    opacity: 0;
  }
  .service__item li {
    margin: 0 0 6px 0;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .service__item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../images/dest/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    -webkit-transition: linear .9s;
    -o-transition: linear .9s;
    transition: linear .9s;
  }
  .service__item .btn {
    margin: 30px 0 0 0;
    -webkit-transition: linear .6s;
    -o-transition: linear .6s;
    transition: linear .6s;
    background: #FF8E0C;
    max-width: 181px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
  }
  .service__item .btn::before {
    background-color: #fff;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;
  }
  .service__item:hover .excellence__icon {
    -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25);
    background-color: #123420;
  }
  .service__item .service__item-box {
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
    position: relative;
    height: 125px;
  }
  .service__item .service__icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .service__item:hover {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 375px;
  }
  .service__item:hover .service__item-inner {
    background-color: rgba(59, 70, 83, 0.4);
    padding: 40px;
  }
  .service__item:hover .title-desk {
    opacity: 1;
  }
  .service__item:hover .title-mob {
    right: -10px;
    bottom: 100px;
    opacity: 0;
  }
  .service__item:hover .service__item-box {
    position: relative;
    height: 45px;
  }
  .service__item:hover h5 {
    padding: 0;
    height: auto;
    color: #DDA564;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 65px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 84%;
  }
  .service__item:hover .service__icon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .service__item:hover p {
    max-height: 1000px;
    -webkit-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
    opacity: 1;
  }
  .service__item:hover ul {
    max-height: 1000px;
    -webkit-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
    opacity: 1;
  }
  .service__item:hover li {
    margin: 0 0 6px 0;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .service__item:hover li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../images/dest/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
  }
  .service__item:hover .btn {
    margin: 50px 0 0 0;
    width: 182px;
  }
  .service__item:hover .btn::before {
    background-color: #fff;
    opacity: 1 !important;
  }
  .service__item.active {
    width: 375px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service__item.active .title-desk {
    opacity: 1;
  }
  .service__item.active .title-mob {
    right: -100px;
    bottom: 100px;
    opacity: 0;
  }
  .service__item.active .service__item-inner {
    background-color: rgba(59, 70, 83, 0.4);
    padding: 40px;
  }
  .service__item.active .service__item-box {
    height: 45px;
  }
  .service__item.active h5 {
    padding: 0;
    height: auto;
    color: #DDA564;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 65px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 84%;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
  }
  .service__item.active .service__icon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .service__item.active p {
    max-height: 1000px;
    opacity: 1;
  }
  .service__item.active ul {
    max-height: 1000px;
    opacity: 1;
  }
  .service__item.active li {
    margin: 0 0 6px 0;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .service__item.active li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../images/dest/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;
  }
  .service__item.active .btn {
    margin: 50px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .service__item.active .btn::before {
    background-color: #fff;
    opacity: 1 !important;
  }
  .service__item-inner {
    position: relative;
    z-index: 1;
  }
  .service__item-box {
    margin: 0 0 30px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service__icon {
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 12px;
    background: #123420;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
  }
}

@media (max-width: 1300px) {
  .service__box {
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service__item.active,
  .service__item:hover {
    width: 340px;
  }
  .service__item {
    width: 238.5px;
  }
  .service__item p {
    width: 235px;
  }
}

@media (max-width: 1100px) {
  .contacts__left {
    margin: 0 8% 0 0;
  }
  .service__right {
    padding: 0 35px 0 60px;
    max-width: 800px;
    width: 100%;
  }
  .service__inner {
    padding: 30px 0 260px 0;
  }
  .statistic__top h3 {
    margin: 0 5% 0 0;
  }
  .title-desk {
    display: none;
  }
  .header__btn {
    margin: 0 0 0 auto;
    padding: 0;
    display: block;
    width: 20px;
    height: 17px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 999;
  }
  .header__btn span {
    margin: 0 0 0 auto;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    border-radius: 4px;
    opacity: 1;
  }
  .header__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;
    border-radius: 4px;
  }
  .header__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;
    border-radius: 4px;
  }
  .header__btn.open span {
    opacity: 0;
  }
  .header__btn.open::before {
    top: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__btn.open::after {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__nav {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 110vh;
    z-index: 998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 115px 0 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    overflow: auto;
    background-color: #0C0C0D;
    background-image: url("../images/dest/icons/mob-menu.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
  }
  .header__nav > ul {
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
  }
  .header__nav > ul > li {
    margin: 0 0 10px 0;
    background-color: rgba(59, 70, 83, 0.4);
  }
  .header__nav > ul > li a {
    padding: 20px 24px;
  }
  .header__link {
    margin: 60px 0 25px 15px;
  }
  .header__nav a:not(.header__link) {
    padding: 10px 10px;
  }
  .header__nav.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__social {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .intro {
    padding: 210px 0 70px;
    background-size: 100%;
    background-position: right top;
  }
  .service__box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -245px 0 0 -20px;
    padding: 0 10px;
    width: calc(100% + 20px);
  }
  .service__item {
    margin: 0 0 20px 20px;
    width: calc(50% - 20px) !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service__item .service__item-inner {
    background-color: rgba(59, 70, 83, 0.4);
    padding: 40px;
    border-radius: 20px;
  }
  .service__item .service__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service__item .service__icon {
    margin: 0 30px 0 0;
  }
  .service__item h5 {
    padding: 0;
    height: auto;
    color: #DDA564;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
  }
  .service__item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    opacity: 1;
  }
  .service__item li {
    margin: 0 0 6px 0;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .service__item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../images/dest/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;
  }
  .service__item .btn {
    margin: 50px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .service__item .btn::before {
    background-color: #fff;
    opacity: 1 !important;
  }
  .service__left h3 {
    width: calc(100vw - 170px);
    position: absolute;
    top: -60px;
    left: 0;
    margin: 0;
  }
  .service__inner {
    position: relative;
    background-image: none;
    border-radius: 20px 0px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#46EDA2), color-stop(0.01%, #42dd98), to(#15201B));
    background: -o-linear-gradient(top, #46EDA2 0%, #42dd98 0.01%, #15201B 100%);
    background: linear-gradient(180deg, #46EDA2 0%, #42dd98 0.01%, #15201B 100%);
  }
  .service__inner::before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    width: 124px;
    height: 61px;
    background-image: url("../images/dest/content/serbice-mob.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .contacts {
    padding: 60px 0 90px;
  }
  .service__item .service__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 12px;
    background: #46eda24d;
    margin: 0 0 30px 0;
  }
  .service__item-box.service__item-box--hover {
    display: none;
  }
  .service__item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__item p {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .statistic__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .statistic__top h3 {
    margin: 0 0 35px 0;
  }
  .statistic__top p {
    max-width: 100%;
    font-size: 12px;
  }
  .statistic__top {
    margin: 0 0 30px 0;
  }
  .header__inner {
    height: 70px;
  }
  .header__logo {
    width: 60px;
  }
  .intro {
    margin: -70px 0 0 0;
    padding: 115px 0 30px;
  }
  .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__left {
    position: relative;
    padding: 0 0 0 100px;
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
  }
  .excellence__top {
    margin: 0 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .excellence__top h2 {
    max-width: 700px;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .excellence__top p {
    margin: 0 0 10px 0;
    max-width: 100%;
  }
  .excellence__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 !important;
  }
  .excellence__box {
    margin: 0 0 25px -25px !important;
    width: calc(100% + 25px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .excellence__item {
    padding: 16px;
    margin: 0 0 0 25px;
    width: calc(50% - 25px);
  }
  .service__inner {
    padding: 27px 14px 260px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__left h4 {
    margin: 0 0 20px 0;
    max-width: 350px;
  }
  .service__right {
    padding: 0;
    max-width: 850px;
    width: 100%;
  }
  .contacts__left {
    margin: 0 4% 0 0;
    max-width: 320px;
    width: 100%;
  }
  .header__link {
    width: calc(100% - 30px);
  }
  .header__nav li {
    margin: 0 0px 0 0;
  }
}

@media (max-width: 700px) {
  .statistic__top h3 {
    font-size: 30px;
    max-width: 280px;
    margin: 0 0 20px 0;
  }
  .statistic__top h3 strong {
    margin: 20px 0 0 0;
    font-size: 46px;
  }
  .statistic__top p {
    max-width: 100%;
  }
  .statistic__item {
    font-size: 12px;
    width: 50%;
    margin: 0 0 25px 0;
  }
  .statistic__top {
    margin: 0 0 15px 0;
  }
  .statistic {
    padding: 0 0 5px 0;
  }
  .statistic::before {
    width: 310px;
    height: 609px;
    top: auto;
    bottom: -240px;
    z-index: 1;
    display: block;
    background-image: url("../images/dest/icons/service-1.svg");
  }
  .statistic__item p {
    font-size: 10px;
  }
  .statistic__box {
    margin: 0;
    font-size: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .statistic .container::before {
    display: none;
  }
  .header__nav > ul > li a {
    padding: 20px 24px !important;
    font-size: 14px !important;
  }
  .intro {
    background-size: 790px;
    background-position: top 0px right -148px;
  }
  .intro h1 {
    margin: 0 0 10px 0;
    font-size: 46px;
  }
  .intro p {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 16px;
  }
  .intro .btn {
    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;
    margin: 0 0 45px 0;
    padding: 10px 18px !important;
    height: 39px;
    font-size: 16px;
  }
  .info {
    padding: 70px 0 30px;
  }
  .info__left {
    padding: 0 0 0 60px;
    margin: 0 0 10px 0;
  }
  .info__left p {
    font-size: 20px;
  }
  .info__left::after {
    width: 40px;
  }
  .info__right {
    padding: 0 0 0 36px;
    width: 128px;
  }
  .info__right p {
    font-size: 16px;
  }
  .info__right::after {
    width: 30px;
  }
  .excellence {
    padding: 65px 0 65px;
    background-position: left -73px top 18%;
    background-size: 435px;
  }
  .excellence__box {
    margin: 0 0 0 -25px !important;
  }
  .excellence__item {
    padding: 16px;
    margin: 0 0 20px 25px;
    width: 100%;
  }
  .excellence__top h2 {
    max-width: 400px;
  }
  .excellence__top h2 p {
    font-size: 30px;
    letter-spacing: 0.9px;
  }
  .excellence__top h2 p:last-child {
    max-width: 250px;
    margin: 0 0 0 auto;
  }
  .excellence__top h2 span {
    font-size: 46px;
    letter-spacing: 1.38px;
  }
  .excellence__top p {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  .excellence__item h5 {
    margin: 0 0 15px 0;
  }
  .excellence__item p {
    font-size: 12px;
    line-height: 120%;
  }
  .excellence__item li,
  .service__item li {
    font-size: 12px;
  }
  .service__item p {
    font-size: 12px;
  }
  .excellence__item .btn {
    margin: 25px 0 0 0;
  }
  .btn {
    padding: 17px 26px !important;
    font-size: 12px !important;
  }
  .btn img,
  .btn svg {
    width: 14px;
    height: 14px;
  }
  .service__item {
    width: calc(100% - 20px) !important;
  }
  .service__left h3 {
    height: 42px;
    width: calc(100vw - 160px);
    padding: 10px 18px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
  .service__left h4 {
    font-size: 26px;
    line-height: 120%;
  }
  .service__right p {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.36px;
  }
  .service__item .service__item-inner {
    padding: 16px;
  }
  .service__item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__item .btn {
    margin: 20px 0 0 0;
  }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__left {
    margin: 0 0 30px 0;
    max-width: 100%;
    width: 100%;
  }
  .service {
    padding: 130px 0 0;
  }
  .contacts {
    padding: 70px 0 60px;
  }
  .contacts__left h5 {
    margin: 0 0 15px 0;
    font-size: 26px;
    line-height: 120%;
  }
  .contacts__left p {
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 130%;
  }
  .contacts__left a {
    font-size: 12px;
  }
  .contacts__left li {
    margin: 0 0 5px 0;
  }
  .contacts__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__right-img {
    margin: 0 0 10px 0;
    position: relative;
    height: 38px;
    width: 22px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .contacts__right-img img {
    position: absolute;
    bottom: 8px;
  }
  .form__group input {
    height: 40px;
    padding: 10px 12px 10px 12px;
    color: #fff;
    font-size: 12px;
  }
  .form__group input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .form__group input::-moz-placeholder {
    font-size: 12px;
  }
  .form__group input:-ms-input-placeholder {
    font-size: 12px;
  }
  .form__group input::-ms-input-placeholder {
    font-size: 12px;
  }
  .form__group input::placeholder {
    font-size: 12px;
  }
  .form__group textarea {
    height: 135px;
    padding: 10px 12px 10px 12px;
    font-size: 12px;
    border-radius: 18px;
  }
  .form__group textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .form__group textarea::-moz-placeholder {
    font-size: 12px;
  }
  .form__group textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .form__group textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .form__group textarea::placeholder {
    font-size: 12px;
  }
  .form__group label {
    margin: 0 0 5px 12px;
    font-size: 12px;
  }
  .form__group {
    margin: 0 0 20px 0;
  }
  .form p {
    margin: -2px 0 20px 10px;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
  }
  .footer__inner {
    padding: 6px 0 25px;
  }
  .footer p {
    font-size: 10px;
  }
  .footer::after {
    background-image: url("../images/dest/icons/mob-menu.svg");
    background-position: bottom 0 right -110px;
    background-size: 320px 615px;
  }
  .intro {
    padding: 115px 0 0;
  }
  .statistic {
    background-image: url("../images/dest/content/excellence-bg2.png");
    background-size: 164px;
    background-position: top 42px right;
  }
  .statistic__item p {
    margin: 0 auto;
  }
}
