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

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

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

*:focus, *:active {
  outline: none;
}

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

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

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

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

body {
  color: #231f20;
  font-size: 16px;
  font-family: "MyriadPro";
  line-height: 1.5;
}

.two-column {
  columns: 290px 2;
  column-gap: 30px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0s;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0s;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0s;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0s;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0s;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0s;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0s;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0s;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0s;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0s;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0s;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0s;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0s;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0s;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0s;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0s;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0s;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0s;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0s;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0s;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0s;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0s;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0s;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0s;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0s;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0s;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0s;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0s;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0s;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0s;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0s;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0s;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0s;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0s;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0s;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0s;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0s;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0s;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0s;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0s;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0s;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0s;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0s;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0s;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0s;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0s;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0s;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0s;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0s;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0s;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0s;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0s;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0s;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0s;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0s;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0s;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0s;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0s;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0s;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0s;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos='fade-up'] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down'] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos='fade-right'] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-left'] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-up-left'] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-left'] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos='zoom-in'] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-up'] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-down'] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-left'] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-out'] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-up'] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-down'] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-left'] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-up'] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos='slide-down'] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos='slide-right'] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-left'] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

.card {
  padding: 25px 40px 33px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

@media all and (max-width: 1199px) {
  .card {
    padding: 15px 20px 20px;
  }
}

.card .card__icon-box {
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}

.card .card__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.card .card__title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  margin-bottom: 6px;
  color: #231f20;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.card .card__title span {
  max-height: 64px;
  margin: auto;
}

@media all and (max-width: 1199px) {
  .card .card__title {
    font-size: 24px;
    line-height: 24px;
  }
  .card .card__title span {
    max-height: 48px;
  }
}

.card .card__text {
  color: #5c5c5c;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.card .card__link {
  text-decoration: none;
}

.card.card_about {
  background-color: #fff;
  border: none;
}

.card.card_about .card__text {
  text-indent: 5px;
}

.card.card_about .card__long-title {
  height: 96px;
}

.card.card_about .card__long-title span {
  max-height: 96px;
}

.card.card_step {
  position: relative;
  border: none;
  padding: 0;
}

.card.card_step .card__circle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #231f20;
}

.card.card_step .card__circle span {
  display: block;
  margin: auto;
  color: #ed0068;
  font-size: 32px;
  font-weight: 700;
}

.card.card_step .card__title {
  display: block;
  height: auto;
  color: #ed0068;
}

.card.card_step .card__icon_1 {
  top: 50%;
  right: -68px;
  transform: translateY(-50%);
}

.card.card_step .card__icon_2 {
  top: 50%;
  right: -72px;
  transform: translateY(-50%);
}

.card.card_step .card__icon_3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card.card_step .card__icon {
  position: absolute;
}

.card.card_step .card__text {
  color: #231f20;
  text-indent: 8px;
}

.card.card_step.card_with-arrow {
  position: relative;
}

.card.card_step.card_with-arrow:after {
  content: '';
  position: absolute;
  top: 37px;
  right: -82px;
  width: 117px;
  height: 15px;
  background: url("../images/step/arrow.svg") 0 0 no-repeat;
}

@media all and (max-width: 991px) {
  .card.card_step.card_with-arrow:after {
    display: none;
  }
}

.card.card_service {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

.card.card_service.card_service-link {
  padding: 0;
}

.card.card_service .card__link {
  display: block;
  min-height: 490px;
  padding: 15px 40px 20px;
  transition: all 0.35s ease;
}

.card.card_service .card__link:hover {
  background-color: #ed0068;
}

.card.card_service .card__link:hover .card__icon_base {
  display: none;
}

.card.card_service .card__link:hover .card__icon_hover {
  display: block;
}

.card.card_service .card__link:hover .card__title,
.card.card_service .card__link:hover .card__text {
  color: #fff;
}

.card.card_service .card__icon-box {
  margin-bottom: 7px;
}

.card.card_service .card__icon_hover {
  display: none;
}

.card.card_service .card__text {
  text-indent: 22px;
}

.card.card_specialist {
  border: none;
  padding: 25px 0 0;
}

.card.card_specialist .card__title {
  display: block;
  height: auto;
  font-size: 32px;
}

@media all and (max-width: 1199px) {
  .card.card_specialist .card__title {
    font-size: 24px;
  }
}

.card.card_specialist .card__icon-box {
  margin-bottom: 12px;
}

.card.card_service_other {
  border: none;
  padding: 0;
}

.card.card_service_other .card__text {
  color: #231f20;
  font-size: 22px;
  line-height: 24px;
  text-indent: 10px;
  text-align:center;
}

.client-card {
  background-color: #fff;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.client-card .client-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.client-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-grid .client-grid__sizer,
.client-grid .client-grid__item {
  width: 25%;
  padding: 0 15px 25px;
}

@media all and (max-width: 1199px) {
  .client-grid .client-grid__sizer,
  .client-grid .client-grid__item {
    width: 33.33%;
  }
}

@media all and (max-width: 1199px) {
  .client-grid .client-grid__sizer,
  .client-grid .client-grid__item {
    width: 50%;
  }
}

@media all and (max-width: 375px) {
  .client-grid .client-grid__sizer,
  .client-grid .client-grid__item {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .client-grid .client-grid__item_review {
    width: 100%;
  }
}

.form .form__field {
  position: relative;
  margin-bottom: 20px;
}

.form .form__input,
.form .form__textarea {
  width: 100%;
  height: 30px;
  padding: 6px 0;
  font-size: 18px;
  line-height: 18px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c4c4c4;
}

.form .form__input.parsley-error,
.form .form__textarea.parsley-error {
  border-bottom-color: red;
}

.form .form__input::-webkit-input-placeholder,
.form .form__textarea::-webkit-input-placeholder {
  color: #A5A5A5;
  font-size: 18px;
}

.form .form__input::-moz-placeholder,
.form .form__textarea::-moz-placeholder {
  color: #A5A5A5;
  font-size: 18px;
}

.form .form__input:-moz-placeholder,
.form .form__textarea:-moz-placeholder {
  color: #A5A5A5;
  font-size: 18px;
}

.form .form__input:-ms-input-placeholder,
.form .form__textarea:-ms-input-placeholder {
  color: #A5A5A5;
  font-size: 18px;
}

.form .form__textarea {
  height: 32px;
  resize: none;
}

.form .form__text {
  color: #8B8585;
  font-size: 12px;
  line-height: 14px;
}

.form .form__text a {
  color: #4A69C4;
  text-decoration: none;
}

.form .form__text a:hover {
  text-decoration: underline;
}

.form .form__btn {
  display: block;
  width: 280px;
  padding: 17px 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ed0068;
  border-radius: 5px;
  border: 1px solid #ed0068;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  transition: all 0.35s ease;
}

.form .form__btn:hover {
  background-color: #fff;
  color: #ed0068;
}

.form.form_send .form__text {
  margin-top: 8px;
  margin-bottom: 13px;
  color: #8B8585;
  font-size: 12px;
  line-height: 14px;
}

.form.form_send .form__text a {
  color: #4A69C4;
  text-decoration: none;
}

.form.form_send .form__text a:hover {
  text-decoration: underline;
}

.button_load {
  position: relative;
  overflow: hidden;
}

.button_load::before, .button_load::after {
  content: "";
  position: absolute;
}

.button_load::before {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white;
}

.button_load::after {
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 50%;
  border: 5px solid;
  border-color: #ed0068 transparent #ed0068 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.parsley-errors-list {
  position: absolute;
  top: 100%;
  left: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  color: red;
}

.menu {
  width: 100%;
}

.menu .menu__item {
  position: relative;
  padding: 8px 0;
}

.menu .menu__item:hover .menu-sub {
  display: block;
}

.menu .menu__link {
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.menu.menu_top .menu__link {
  color: #5c5c5c;
}

.menu.menu_top .menu__link:hover {
  color: #ed0068;
}

.menu.menu_bottom .menu__link {
  color: #231f20;
}

.menu.menu_bottom .menu__link:hover {
  color: #ed0068;
}

.menu-sub {
  padding: 13px 20px;
  background-color: #fff;
}

@media all and (min-width: 992px) {
  .menu-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    min-width: 154px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  .menu-sub:before, .menu-sub:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateX(-50%);
  }
  .menu-sub:before {
    top: -7px;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #c4c4c4 transparent;
  }
  .menu-sub:after {
    top: -5px;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .menu-sub .menu__link {
    white-space: nowrap;
  }
}

@media all and (max-width: 991px) {
  .menu-sub .menu__link.menu-sub__link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: #231f20 !important;
  }
}

.menu-sub .menu-sub__item + .menu-sub__item {
  margin-top: 10px;
}

.menu_desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 991px) {
  .menu_desktop {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .menu.menu_mob {
    display: none;
  }
}

.menu.menu_mob .menu__item {
  padding: 0;
}

.menu.menu_mob .menu__link {
  width: 100%;
  color: #fff;
  padding: 5px 25px;
}

.menu.menu_mob .menu__link:hover {
  background-color: #fff;
  color: #ed0068;
}

.menu.menu_mob.menu_bottom > .menu__item {
  border-top: 1px solid #fff;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background-color: #ed0068;
  padding: 15px 0 0;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

@media all and (max-width: 1199px) {
  .slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: transparent;
    /* A background-color is required */
    min-height: 100vh;
  }
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.popup {
  position: relative;
  padding: 31px 40px 40px;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.popup .mfp-close {
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url("../images/icons/modal-close.svg") 0 0 no-repeat;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  text-indent: -999px;
}

.popup .mfp-close:hover {
  opacity: .8;
}

.popup .popup__title {
  margin-bottom: 23px;
  color: #231f20;
  font-size: 36px;
  line-height: 1;
}

.popup .popup__text {
  color: #231f20;
  font-size: 22px;
  line-height: 24px;
}

.popup .popup__text + .popup__text {
  margin-top: 6px;
}

.popup.popup_thanks {
  height: 190px;
  text-align: center;
}

.popup.popup_thanks .popup__title {
  margin-bottom: 13px;
  color: #ed0068;
}

.popup.popup_review {
  padding: 35px 40px 40px;
}

.popup.popup_review .popup__title {
  margin-bottom: 37px;
}

.popup.popup_review .popup__title span {
  position: relative;
}

.popup.popup_review .popup__title span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed0068;
  border-radius: 5px;
}

.popup.popup_review .popup__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.pagination .pagination__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 190px;
  height: 35px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 14px;
  line-height: 15px;
  border: 1px solid #c4c4c4;
}

.pagination .pagination__item {
  color: #727271;
  text-decoration: none;
  text-align: center;
  min-width: 15px;
  height: 15px;
  border-radius: 2px;
}

.pagination .pagination__item:hover {
  color: #ed0068;
}

.pagination .pagination__item.active {
  background-color: #ed0068;
  color: #fff;
}

.pagination .pagination__item + .pagination__item {
  margin-left: 6px;
}

.pagination .pagination__dots {
  margin-left: 6px;
  margin-right: 6px;
}

.pagination .pagination__arrow {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #efefef;
}

.pagination .pagination__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 9px;
  height: 9px;
  transform: translate(0, -50%);
}

.pagination .pagination__arrow:hover {
  opacity: .8;
}

.pagination .pagination__arrow_right {
  margin-left: 10px;
}

.pagination .pagination__arrow_right:before {
  background: url("../images/icons/pagination-right.svg") 0 0 no-repeat;
}

.pagination .pagination__arrow_left {
  margin-right: 10px;
}

.pagination .pagination__arrow_left:before {
  background: url("../images/icons/pagination-left.svg") 0 0 no-repeat;
}

.price-card {
  position: relative;
  width: 100%;
}

.price-card .price-card__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 69px;
  background-color: #efefef;
  color: #231f20;
  font-size: 32px;
}

@media all and (max-width: 991px) {
  .price-card .price-card__title {
    font-size: 24px;
  }
}

.price-card .price-card__body {
  padding: 20px 39px 80px 40px;
}

.price-card .price-card__count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 230px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #ed0068;
  border-bottom: 1px solid #ed0068;
  color: #231f20;
  font-size: 32px;
}

.price-card .price-card__list {
  margin: 22px 0 22px;
}

.price-card .price-card__list-item {
  position: relative;
  padding-left: 16px;
  font-size: 22px;
  line-height: 24px;
}

@media all and (max-width: 767px) {
  .price-card .price-card__list-item {
    font-size: 18px;
    line-height: 20px;
  }
}

.price-card .price-card__list-item span {
  font-weight: 700;
}

.price-card .price-card__list-item:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ed0068;
}

.price-card .price-card__list-item + .price-card__list-item {
  margin-top: 15px;
}

.price-card .price-card__btn {
  position: absolute;
  bottom: 41px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 8px 20px;
  background-color: #ed0068;
  border-radius: 5px;
  border: 1px solid #ed0068;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease;
}

.price-card .price-card__btn:hover {
  background-color: #fff;
  color: #ed0068;
}

.review-card {
  width: 100%;
  padding: 20px;
  height: 350px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

@media all and (max-width: 767px) {
  .review-card {
    height: auto;
  }
}

.review-card .review-card__top {
  display: -ms-flexbox;
  display: flex;
}

.review-card .review-card__avatar-box {
  width: 70px;
  height: 70px;
  margin-right: 18px;
  border-radius: 50%;
  overflow: hidden;
}

.review-card .review-card__avatar {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.review-card .review-card__name {
  width: calc(100% - 88px);
  color: #231f20;
  font-size: 22px;
  line-height: 22px;
}

.review-card .review-card__title {
  max-width: 194px;
  height: 51px;
  margin-top: 4px;
  margin-bottom: 17px;
  overflow: hidden;
  color: #231f20;
  font-size: 18px;
  line-height: 17px;
}

.review-card .review-card__text {
  max-width: 230px;
  height: 145px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  color: #5c5c5c;
  font-size: 18px;
  line-height: 21px;
  text-indent: 26px;
  text-align: justify;
}

@media all and (max-width: 767px) {
  .review-card .review-card__text {
    max-width: 100%;
    height: auto;
  }
}

.review-card .review-card__btn-box {
  margin-top: 25px;
  text-align: center;
}

.review-card .review-card__btn {
  display: inline-block;
  width: 170px;
  height: 40px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #ed0068;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.review-card .review-card__btn:hover {
  background-color: #ed0068;
  border-color: #ed0068;
  color: #fff;
}

.slider {
  position: relative;
}

.slider .slider__button {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 40px;
  height: 340px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.35s ease;
}

.slider .slider__button:hover {
  background-color: #F8F8F8;
}

.slider .slider__button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 26px;
}

.slider .slider__button_right {
  right: -40px;
  border-radius: 0 5px 5px 0;
}

.slider .slider__button_right:after {
  background: url("../images/icons/slider-right.svg") 0 0 no-repeat;
}

@media all and (max-width: 870px) {
  .slider .slider__button_right {
    right: 0;
  }
}

.slider .slider__button_left {
  left: -40px;
  border-radius: 5px 0 0 5px;
}

.slider .slider__button_left:after {
  background: url("../images/icons/slider-left.svg") 0 0 no-repeat;
}

@media all and (max-width: 870px) {
  .slider .slider__button_left {
    left: 0;
  }
}

.slider .slider__col {
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (max-width: 767px) {
  .slider.card-slider .slider__button {
    height: 248px;
  }
  .slider.card-slider .slider__button_right {
    right: -15px;
  }
  .slider.card-slider .slider__button_left {
    left: -15px;
  }
}

.slider.team-slider .slider__button {
  height: 388px;
}

@media all and (max-width: 767px) {
  .slider.team-slider .slider__button_right {
    right: -15px;
  }
  .slider.team-slider .slider__button_left {
    left: -15px;
  }
}

.slider-card {
  padding: 0 15px;
  color: #231f20;
  text-align: center;
}

.slider-card .slider-card__img-box {
  display: block;
  width: 370px;
  margin: 0 auto 33px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

@media all and (max-width: 1199px) and (min-width: 992px) {
  .slider-card .slider-card__img-box {
    width: 294px;
    margin-bottom: 18px;
  }
}

@media all and (max-width: 991px) {
  .slider-card .slider-card__img-box {
    width: 345px;
  }
}

@media all and (max-width: 767px) {
  .slider-card .slider-card__img-box {
    width: 270px;
  }
}

.slider-card .slider-card__img-box:hover .slider-card__img {
  transform: scale(1.1);
}

.slider-card .slider-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.slider-card .slider-card__title {
  font-size: 32px;
  line-height: 34px;
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 1199px) {
  .slider-card .slider-card__title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media all and (max-width: 767px) {
  .slider-card .slider-card__title {
    width: 270px;
  }
}

.slider-card .slider-card__desc {
  margin-bottom: 13px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
}

@media all and (max-width: 1199px) {
  .slider-card .slider-card__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .slider-card .slider-card__desc {
    width: 270px;
  }
}

.slider-card .slider-card__text {
  color: #5c5c5c;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.slider-card .slider-card__text p {
  margin: 0;
  text-indent: 10px;
}

@media all and (max-width: 767px) {
  .slider-card .slider-card__text {
    width: 270px;
  }
}

.slider-card.slider-card_list {
  margin-bottom: 33px;
  padding: 0;
}

.slider-card.slider-card_list .slider-card__text {
  height: 220px;
  overflow: hidden;
}

.tabs .tabs__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
}

@media all and (max-width: 767px) {
  .slider-card.slider-card_list .slider-card__text {
    height: auto;
    width: 100%;
  }
  .tabs .tabs__links {
    flex-direction: column;
  }
}

.tabs .tabs__link {
  display: inline-block;
  width: 170px;
  padding: 10px;
  margin: 0 15px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  cursor: pointer;
  color: #231f20;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.tabs .tabs__link.active, .tabs .tabs__link:hover {
  color: #ed0068;
}

.tabs .tabs__elem {
  display: none;
}

.tabs .tabs__elem.active {
  display: block;
}

.team-card {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.team-card .team-card__inner {
  padding: 19px 35px 10px;
  height: 390px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

@media all and (max-width: 767px) {
  .team-card .team-card__inner {
    padding-right: 15px;
    padding-left: 15px;
    width: 270px;
  }
}

.team-card .team-card__img-box {
  width: 176px;
  height: 255px;
  margin: 0 auto 28px;
}

.team-card .team-card__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.team-card .team-card__name {
  color: #231f20;
  font-size: 22px;
}

.team-card .team-card__position {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  color: #5c5c5c;
  font-size: 18px;
  line-height: 18px;
}

.team-card .team-card__position span {
  display: block;
  margin: auto;
}

.wrapper {
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

@media all and (min-width: 1200px) {
  body {
    padding-top: 119px;
  }
}

@media all and (min-width: 1200px) {
  .slideout-open .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }
}

.header {
  width: 100%;
  height: 119px;
  background-color: #fff;
  border-bottom: 1px solid #c4c4c4;
  line-height: 1;
}

@media all and (min-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }
}

@media all and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }
}

.header .header__logo {
  float: left;
  width: 180px;
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .header .header__logo {
    width: 120px;
  }
}

.header .header__panel {
  float: right;
  width: calc(100% - 180px);
}

@media all and (max-width: 767px) {
  .header .header__panel {
    width: calc(100% - 120px);
  }
}

.header .header__panel-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header .header__panel-line + .header__panel-line {
  border-top: 1px solid #c4c4c4;
}

.header .header__panel-top {
  padding: 12px 0;
}

.header .header__panel-bottom {
  padding: 9px 0;
}

.header .header__panel-left {
  width: 400px;
  margin-right: 29px;
}

.header .header__panel-left1 {
  width: 300px;
  margin-right: 29px;
}

@media all and (max-width: 991px) {
  .header .header__panel-left {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .header .header__panel-right {
    width: 170px;
    text-align: left;
  }
}

@media all and (max-width: 991px) {
  .header .header__panel-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header .header__btn {
  width: 170px;
  border-color: #ed0068;
}

.header .header__phone {
  position: relative;
  white-space: nowrap;
  padding-left: 35px;
  color: #231f20;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.header .header__phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icons/phone.svg") 0 0 no-repeat;
}

.header .header__menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 10px;
  background: url("../images/icons/menu.svg") 0 0 no-repeat;
  border: none;
  cursor: pointer;
}

@media all and (min-width: 992px) {
  .header .header__menu {
    display: none;
  }
}

.logo {
  display: block;
  width: 135px;
  height: 66px;
}

@media all and (max-width: 767px) {
  .logo {
    width: 90px;
    height: 47px;
  }
}

.logo.logo_black {
  width: 180px;
  height: 100px;
  
  background: url("../images/logo_2.png") 0 0 no-repeat;
  background-size: contain;
}

.logo.logo_white {
  width: 153px;
  height: 100px;
  background: url("../images/logo_2.png") 0 0 no-repeat;
  background-size: contain;
}

.logo.logo_slideout {
  margin: 0 auto 15px;
}

.footer {
  background-color: #555253;
  border-top: 1px solid #ed0068;
  color: #fff;
  font-size: 18px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .footer__top {
  padding-top: 32px;
  padding-bottom: 13px;
}

.footer .footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #817D7D;
  font-size: 14px;
}

.footer .footer__line-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 991px) {
  .footer .footer__line-top {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer .footer__line-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 567px) {
  .footer .footer__line-bottom > * {
    width: 100%;
    text-align: center;
  }
}

@media all and (max-width: 991px) {
  .footer .footer__logo {
    display: none;
  }
}

.footer .footer__address {
  margin-top: 7px;
  margin-bottom: 20px;
  text-align: center;
}

@media all and (min-width: 992px) {
  .footer .footer__address {
    margin-left: 138px;
  }
}

@media all and (max-width: 767px) {
  .footer .footer__address {
    width: 100%;
  }
}

.footer .footer__address a {
  font-size: 14px;
}

.footer .footer__info {
  margin-top: 7px;
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .footer .footer__info {
    margin-left: 148px;
  }
}

.footer .footer__social {
  margin-top: 7px;
}

@media all and (min-width: 992px) {
  .footer .footer__social {
    margin-left: auto;
  }
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after, .row:before {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

.content-box {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

.content-box h1 {
  margin-top: 0;
  margin-bottom: 31px;
  font-size: 32px;
  font-weight: 400;
}

.content-box [align="left"] {
  margin-top: 16px;
  margin-right: 30px;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .content-box [align="left"] {
    margin-right: 15px;
  }
}

.content-box [align="right"] {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 30px;
}

@media all and (max-width: 767px) {
  .content-box [align="right"] {
    margin-left: 15px;
  }
}

.content-check {
  padding: 31px 10px 0 15px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  color: #231f20;
  font-size: 18px;
  line-height: 20px;
}

.content-check .content-check__btn {
  display: block;
  padding: 17px 15px;
  margin-right: -10px;
  margin-left: -15px;
  background-color: #ed0068;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ed0068;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s ease;
}

.content-check .content-check__btn:hover {
  background-color: #fff;
  color: #ed0068;
}

.content-check .content-check__list {
  margin-top: 13px;
}

.content-check ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content-check li {
  position: relative;
  padding-left: 21px;
}

.content-check li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  width: 12px;
  height: 9px;
  background: url("../images/icons/gray-check.svg") center center no-repeat;
}

.content-check li + li {
  margin-top: 11px;
}

.mark-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mark-ul li {
  position: relative;
  padding-left: 29px;
}

.mark-ul li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: url("../images/icons/romb.svg") center center no-repeat;
}

.mark-ul li + li {
  margin-top: 2px;
}

.section {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.section_bg {
  background: #fff url("../images/vector-bg.svg") center center no-repeat;
}

.section.section_bg-small {
  background: #fff url("../images/vector-bg_small.svg") center center no-repeat;
}

@media all and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.section_gray {
  background-color: #EFEFEF;
}

.section-list {
  margin-top: 40px;
}

.section-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 780px;
  padding: 0;
  margin: 16px auto;
  list-style: none;
}

.section-list li {
  position: relative;
  padding-left: 28px;
  color: #231f20;
  font-size: 22px;
  line-height: 24px;
}

.section-list li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 15px;
  background: url("../images/icons/check-list.svg") 0 0 no-repeat;
}

.section-list li + li {
  margin-top: 6px;
}

.section-btn {
  margin-top: 50px;
  text-align: center;
}

.section-title {
  margin-bottom: 30px;
  color: #231f20;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media all and (max-width: 991px) {
  .section-title {
    font-size: 24px;
  }
}

.section-title span {
  position: relative;
}

.section-title span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed0068;
  border-radius: 5px;
}

.section-text {
  color: #231f20;
  font-size: 22px;
  line-height: 24px;
}

.section-text span {
  color: #ed0068;
}

.section-hr {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  margin-bottom: 5px;
  background-color: #c4c4c4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.btn {
  display: inline-block;
  min-width: 170px;
  height: 40px;
  padding: 10px 18px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #ed0068;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.btn:hover {
  background-color: #ed0068;
  border-color: #ed0068;
  color: #fff;
}

.about .about__text {
  margin-bottom: 37px;
  color: #231f20;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.about .about__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

.about .about__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.33%;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

@media all and (max-width: 991px) {
  .about .about__col {
    width: 50%;
  }
}

@media all and (max-width: 567px) {
  .about .about__col {
    width: 100%;
  }
  .about .about__col + .about__col {
    margin-top: 20px;
  }
  .about .about__col .card__title {
    height: auto;
  }
}

.steps.steps_no-pt {
  padding-top: 0;
}

.steps .steps__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 38px -15px 0;
}

.steps .steps__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (max-width: 991px) {
  .steps .steps__col {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 567px) {
  .steps .steps__col {
    width: 100%;
  }
}

.steps .steps__text {
  margin-top: 40px;
}

.service .service__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 38px -15px 0;
}

.service .service__col {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

@media all and (min-width: 992px) {
  .service .service__col {
    -ms-flex: 1;
    flex: 1;
  }
}

@media all and (max-width: 991px) {
  .service .service__col {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
}

@media all and (max-width: 567px) {
  .service .service__col {
    width: 100%;
    margin-bottom: 0;
  }
  .service .service__col + .service__col {
    margin-top: 20px;
  }
}

.service .service__hr {
  max-width: 430px;
  height: 2px;
  margin: 40px auto 20px;
  border-radius: 5px;
  background-color: #ed0068;
}

.service .service__text {
  margin-bottom: 25px;
  color: #231f20;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.service .service__text span {
  color: #ed0068;
}

.service .service__grid_other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px -15px 0;
}

@media all and (max-width: 991px) {
  .service .service__grid_other {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.service .service__col_other {
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 48px;
}

@media all and (max-width: 991px) {
  .service .service__col_other {
    width: 50%;
  }
}

@media all and (max-width: 567px) {
  .service .service__col_other {
    width: 100%;
  }
}

.specialist .specialist__text {
  max-width: 1100px;
  margin: 0 auto 15px;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.specialist .specialist__text span {
  color: #ed0068;
}

.specialist .specialist__text_after:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 430px;
  height: 2px;
  margin: 0 auto 30px;
  background-color: #ed0068;
  border-radius: 5px;
}

.specialist .specialist__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specialist .specialist__col {
  width: 33.33%;
  margin-bottom: 20px;
}

@media all and (max-width: 991px) {
  .specialist .specialist__col {
    width: 50%;
  }
}

@media all and (max-width: 567px) {
  .specialist .specialist__col {
    width: 100%;
    margin-bottom: 0;
  }
  .specialist .specialist__col + .specialist__col {
    margin-top: 20px;
  }
}

.social .social__item {
  display: inline-block;
}

.social .social__item:hover {
  opacity: 0.8;
}

.social .social__item + .social__item {
  margin-left: 17px;
}

.social .social__fb {
  width: 10px;
  height: 20px;
}

.social .social__fb-black {
  background: url("../images/icons/fb-black.svg") 0 0 no-repeat;
}

.social .social__fb-white {
  background: url("../images/icons/fb-white.svg") 0 0 no-repeat;
}

.social .social__inst {
  width: 20px;
  height: 20px;
}

.social .social__inst-black {
  background: url("../images/icons/inst-black.svg") 0 0 no-repeat;
}

.social .social__inst-white {
  background: url("../images/icons/inst-white.svg") 0 0 no-repeat;
}

.equipment .equipment__text {
  margin-bottom: 30px;
  color: #231f20;
  font-size: 22px;
  text-align: center;
}

.equipment .equipment__text span {
  color: #ed0068;
}

.banner {
  position: relative;
  height: 646px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .banner {
    height: 450px;
  }
}

.banner:before, .banner:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
}

.banner:before {
  top: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(89.96deg, #25F9FD -0.55%, #5718BA 40.13%, #ED0068 68.8%, #FEFEFE 98.25%);
}

.banner:after {
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #ed0068;
}

.banner .banner__social {
  margin-bottom: 111px;
}

@media all and (max-width: 767px) {
  .banner .banner__social {
    margin-bottom: 50px;
  }
}

.banner .banner__title {
  margin-bottom: 85px;
  color: #fff;
  font-size: 60px;
  line-height: 69px;
}

@media all and (max-width: 767px) {
  .banner .banner__title {
    font-size: 36px;
    line-height: 39px;
  }
}

@media all and (max-width: 375px) {
  .banner .banner__title {
    font-size: 30px;
    line-height: 33px;
  }
}

.banner .banner__btn {
  display: block;
  width: 280px;
  padding: 17px 5px;
  background-color: #ed0068;
  border-radius: 5px;
  border: 1px solid #ed0068;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s ease;
}

.banner .banner__btn:hover {
  background-color: #fff;
  color: #ed0068;
}

.banner-line {
  width: 100%;
  height: 70px;
}

.contacts .contacts__title {
  margin-bottom: 14px;
  color: #ed0068;
  font-size: 32px;
  line-height: 1;
}

@media all and (max-width: 1199px) {
  .contacts .contacts__title {
    font-size: 24px;
  }
}

.contacts .contacts__box {
  min-height: 340px;
  padding: 31px 35px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media all and (max-width: 1199px) {
  .contacts .contacts__box {
    padding: 15px 20px;
  }
}

@media all and (max-width: 767px) {
  .contacts .contacts__box {
    margin-bottom: 15px;
  }
}

.contacts .contacts__text {
  color: #231f20;
  font-size: 22px;
  line-height: 1;
}

@media all and (max-width: 1199px) {
  .contacts .contacts__text {
    font-size: 18px;
  }
}

.contacts .contacts__text + .contacts__text {
  margin-top: 9px;
}

.contacts .contacts__text a {
  color: #231f20;
  text-decoration: none;
}

.contacts .contacts__text a:hover {
  color: #ed0068;
}

.contacts .contacts__btn {
  margin: 16px 0 22px;
}

.contacts .contacts__map {
  width: 100%;
  height: 340px;
}

.contacts .contacts__social {
  margin-top: 15px;
}

.ymap-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/yandex-before-load.jpg") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}

#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after, .loader:before {
  box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.made {
  position: relative;
  z-index: 2;
  padding: 39px 0 38px;
  background-color: #fff;
}

.made .made__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
}

.made .made__col {
  width: 33.33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.made .made__col + .made__col {
  position: relative;
}

.made .made__col + .made__col:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: #c4c4c4;
}

@media all and (max-width: 650px) {
  .made .made__col + .made__col:before {
    top: -20px;
    left: 50%;
    width: 140px;
    height: 1px;
    transform: translateX(-50%);
  }
}

@media all and (max-width: 991px) and (min-width: 650px) {
  .made .made__col:nth-child(3):before {
    display: none;
  }
}

@media all and (max-width: 1199px) {
  .made .made__col {
    width: 300px;
    margin-bottom: 40px;
  }
}

.made .made__line {
  display: -ms-flexbox;
  display: flex;
}

.made .made__icon-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #ed0068;
  border-radius: 50%;
}

.made .made__icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.made .made__info {
  padding-top: 8px;
  margin-left: 20px;
}

.made .made__text {
  color: #ed0068;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.made .made__count {
  color: #ed0068;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.made .made__other {
  margin-top: 11px;
  padding-left: 20px;
  color: #231f20;
  font-size: 22px;
  line-height: 22px;
}

.send {
  padding-top: 51px;
  padding-bottom: 60px;
  background-color: #efefef;
}

.send .send__title {
  margin-bottom: 14px;
  color: #ed0068;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media all and (max-width: 1199px) {
  .send .send__title {
    font-size: 24px;
  }
}

.send .send__text {
  color: #231f20;
  font-size: 18px;
  line-height: 22px;
}

@media all and (max-width: 767px) {
  .send .send__text {
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=../scssMaps/style.css.map */
