@charset "UTF-8";
/* -------------------------------------
	Font face
	------------------------------------- */
@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

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

/* -------------------------------------
	Libs
	------------------------------------- */
/* ----- magnific-popup.css ----- */
/* 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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  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;
  -webkit-box-shadow: none;
          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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* ----- owl-slider.css----- */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ----- simplebar.css----- */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* -------------------------------------
	Reset
	------------------------------------- */
article, aside, dialog, figcaption, figure, footer, header, main, nav, section, details, menu {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

body {
  margin: 0;
  position: relative;
  font: 1rem/1.3 "Circe", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #393939;
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
}

p {
  margin: 0;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}

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

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

blockquote {
  color:#FFF;
  background: #7d7e7d; /* Old browsers */
  background: -moz-linear-gradient(top,  #7d7e7d 0%, #ca1717 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#cc2121)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7d7e7d 0%,#9e1616 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7d7e7d 0%,#d10d0d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7d7e7d 0%,#b92323 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 1px 1px 1px #ccc;
  }
  blockquote cite:before {
  content: "2014 2009";
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

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

a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #393939;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[role="button"] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.mfp-bg {
  background: #090000;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.page {
  padding-top: 55px;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

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

.color-accent {
  color: #db0404 !important;
}

.text-bold {
  font-weight: 700;
}

/* ---------- Titles & text ---------- */
.h2 {
  font-size: 36px;
  margin-bottom: .2em;
  font-weight: 700;
  line-height: 1;
  color: #db0404;
}

.h3 {
  font-size: 18px;
  font-weight: 700;
  color: #434343;
}

.upper {
  text-transform: uppercase;
}

.text-list li {
  padding-left: 18px;
  position: relative;
}

.text-list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #db0404;
  position: absolute;
  left: 0;
  top: .5em;
  z-index: 0;
}

/* ----- Кнопки ----- */
.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 252px;
  height: 52px;
  padding-top: 2px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.button::after {
  content: "";
  height: -webkit-calc(100% + 5px);
  height: calc(100% + 5px);
  width: 15%;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: skewX(-45deg) translateX(0);
      -ms-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: moving 2s ease-in infinite;
          animation: moving 2s ease-in infinite;
}

.button:hover::after {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.button--red {
  background: #db0404;
  color: #fff;
}

.button--red::after {
  background: rgba(255, 255, 255, 0.3);
}

.button--red:hover {
  background-color: #a90303;
}

.button--white {
  background: #fff;
  color: #db0404;
  border: 1px solid #db0404;
}

.button--white::after {
  background: rgba(219, 4, 4, 0.1);
}

.button--white:hover {
  background-color: #db0404;
  color: #fff;
}

.button--white:hover::after {
  background: rgba(255, 255, 255, 0.3);
}

.button .ic-email-white {
  margin-right: 20px;
}

.button .ic-check-white {
  margin-right: 12px;
}

@-webkit-keyframes moving {
  30% {
    -webkit-transform: skewX(-45deg) translateX(500px);
            transform: skewX(-45deg) translateX(500px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(500px);
            transform: skewX(-45deg) translateX(500px);
  }
}

@keyframes moving {
  30% {
    -webkit-transform: skewX(-45deg) translateX(500px);
            transform: skewX(-45deg) translateX(500px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(500px);
            transform: skewX(-45deg) translateX(500px);
  }
}

.close-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  z-index: 1001;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.close-btn::before, .close-btn::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: currentColor;
}

.close-btn::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.owl-prev, .owl-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 0;
  color: transparent;
  background: #db0404;
}

.owl-prev span, .owl-next span {
  display: block;
  width: 18px;
  height: 18px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.owl-prev:hover, .owl-next:hover {
  background: #c20404;
}

.owl-prev.disabled, .owl-next.disabled {
  background: #434343;
}

.owl-prev.disabled span, .owl-next.disabled span {
  border-color: rgba(255, 255, 255, 0.28);
}

.owl-prev span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
}

.owl-prev.disabled span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.owl-next span {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 10px;
}

.owl-next.disabled span {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.ic {
  display: inline-block;
  background: url("../img/sprite.png") no-repeat;
}

.ic-email-white {
  width: 29px;
  height: 21px;
  background-position: -58px 0px;
}

.ic-geo-white {
  width: 22px;
  height: 22px;
  background-position: 0 0;
}

.ic-tel-white {
  width: 22px;
  height: 22px;
  background-position: -28px 0px;
}

.ic-check-white {
  width: 20px;
  height: 18px;
  background-position: -99px 0;
}

.ic-like {
  width: 18px;
  height: 18px;
  background-position: -163px 0;
}

.ic-geo-red {
  width: 23px;
  height: 24px;
  background-position: 1px -30px;
}

.ic-email-red {
  width: 22px;
  height: 15px;
  background-position: -57px -31px;
}

.ic-tel-red {
  width: 22px;
  height: 23px;
  background-position: -27px -31px;
}

.ic-time-red {
  width: 22px;
  height: 22px;
  background-position: -89px -31px;
}

.readmore-content {
  display: none;
  margin-top: 1.5em;
}

.readmore-btn {
  margin-top: 20px;
  border-bottom: 1px dotted #db0404;
  color: #db0404;
}

.readmore-btn.active {
  font-size: 0;
}

.readmore-btn.active span::after {
  content: 'Скрыть';
  font-size: 15px;
}

.breakpoint-indicator {
  max-width: 1200px;
}

.modal-call {
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .h2 {
    font-size: 32px;
  }
  .breakpoint-indicator {
    max-width: 991px;
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .page {
    padding-top: 46px;
  }
  .button {
    font-size: 14px;
  }
}

/* -------------------------------------
	Modules
	------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: #898888;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: #898888;
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: #898888;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: #898888;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::placeholder {
  color: #898888;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  -webkit-box-shadow: 0 5px 18px rgba(219, 4, 4, 0.14) !important;
          box-shadow: 0 5px 18px rgba(219, 4, 4, 0.14) !important;
  border-color: #d80404 !important;
  color: #393939;
}

body input:required:valid, body textarea:required:valid {
  color: #393939;
}

.form {
  padding: 35px;
}

.input {
  display: block;
  width: 100%;
  min-width: 1px;
  height: 47px;
  margin-bottom: 23px;
  padding: 16px 15px 14px 15px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.11);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.11);
  border: 1px solid #f4f4f4;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.input:focus {
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tel-novalid {
  -webkit-box-shadow: 0 5px 18px rgba(219, 4, 4, 0.14) !important;
          box-shadow: 0 5px 18px rgba(219, 4, 4, 0.14) !important;
  border-color: #d80404 !important;
}

.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  margin-top: 33px;
}

.form-hint {
  margin: 1em 0 0;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  color: #636262;
  opacity: 0.9;
  letter-spacing: -.03em;
}

@media screen and (max-width: 1199px) {
  .form {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .form {
    padding: 15px;
  }
  .input {
    height: 44px;
    padding: 14px 15px 12px 15px;
  }
}

.modal {
  max-width: 728px;
  margin: 0 auto;
  background: url("../img/bg-form.jpg") no-repeat 50% 50%/cover;
  position: relative;
}

.modal .close-btn {
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  opacity: 1;
  color: #fff;
}

.modal-form {
  max-width: 293px;
  color: #fff;
  text-align: center;
}

.modal-form__title {
  max-width: 220px;
  margin: 0 auto 1em;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.modal-form__cta {
  font-size: 20px;
  margin-bottom: 1em;
}

.modal-form .submit {
  background: -o-linear-gradient(330deg, #4c0081 0%, #f00 50%, #feb500 100%);
  background: linear-gradient(120deg, #4c0081 0%, #f00 50%, #feb500 100%);
}

.modal-form .form-hint {
  color: #fff;
}

.modal-callback {
  padding: 35px;
}

.modal-thanks {
  background: #fff;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

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

.thanks-img {
  width: 320px;
  height: 320px;
  background: url("../img/bg-modal-thanks.jpg") no-repeat 50% 50%/cover;
}

.thanks-content {
  position: relative;
  border: 20px solid #fff;
  padding: 40px 15px;
  background: #db0404;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}

.thanks-title {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 991px) {
  .modal {
    max-width: 320px;
  }
  .modal-callback {
    padding: 30px 15px;
    background-position-x: 65%;
  }
  .thanks-img {
    display: none;
  }
  .thanks-content {
    border-width: 10px;
    font-size: 20px;
  }
  .thanks-txt {
    font-size: 16px;
  }
}

/* ----- policy -----*/
.policy {
  padding: 5vh 5vw;
  line-height: 1.4;
}

.policy__content {
  position: relative;
  padding: 2.2vw;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

.policy__title {
  font-size: 1.5em;
  font-weight: 700;
}

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

.policy__list > li {
  margin-bottom: 20px;
}

.policy__list ol {
  list-style: none;
  padding: 0;
}

.policy .close-btn {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .policy {
    padding: 15px 0 6px;
    font-size: 14px;
  }
  .policy .modal {
    padding-top: 20px;
  }
  .policy__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .policy .mfp-close {
    position: fixed !important;
    top: 25px !important;
  }
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ----- header ----- */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  height: 55px;
  border-bottom: 3px solid #db0404;
  background: #fff;
}

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

.header-button {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(219, 4, 4, 0.4);
          box-shadow: 0 2px 4px rgba(219, 4, 4, 0.4);
}

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

.header-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  white-space: nowrap;
  line-height: 1;
}

.header-info__item .ic {
  margin: -4px 5px 0 0;
}

@media screen and (max-width: 1199px) {
  .header-info {
    display: none;
  }
  .header-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 575px) {
  .header {
    height: 46px;
  }
  .header-button {
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
    margin-left: 15px;
  }
}

.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 245px;
      -ms-flex: 0 0 245px;
          flex: 0 0 245px;
  max-width: 245px;
  margin: 0 auto;
  padding-top: 2px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.logo-text-1 {
  color: #db0404;
}

.logo-text-2 {
  color: #292929;
}

@media screen and (max-width: 1199px) {
  .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    padding: 2px 15px 0 157px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .logo {
    font-size: 16px;
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  .logo {
    font-size: 11px;
    padding: 0;
  }
}

.menu {
  font-size: 14px;
  font-weight: 700;
}

.menu a {
  display: block;
}

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

.descktop-menu a {
  color: #db0404;
  position: relative;
  overflow: hidden;
}

.descktop-menu a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 0;
  background: -o-linear-gradient(330deg, #4c0081 0%, #f00 50%, #feb500 100%);
  background: linear-gradient(120deg, #4c0081 0%, #f00 50%, #feb500 100%);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.descktop-menu a:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.descktop-menu-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.descktop-menu-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
  margin-right: 3%;
}

.mob-menu {
  display: none;
  position: relative;
}

.mob-menu ul {
  display: none;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 2;
  min-width: 195px;
  padding: 10px 0;
  background-color: #bb0c0c;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
}

.mob-menu ul.menu-open {
  display: block;
}

.mob-menu a {
  padding: 7px 12px;
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
}

.menu-ic {
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  border-radius: 15px;
  background-color: #db0404;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before, .menu-ic::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  background-color: #db0404;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before {
  top: -9px;
}

.menu-ic::after {
  top: 9px;
}

@media screen and (max-width: 1199px) {
  .descktop-menu {
    display: none;
  }
  .mob-menu {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .menu-toggle {
    width: 26px;
  }
  .mob-menu ul {
    left: -14px;
    top: -10px;
  }
}

.page-nav {
  width: 163px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 163px;
      -ms-flex: 0 0 163px;
          flex: 0 0 163px;
  height: 52px;
  margin-left: auto;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #db0404;
  border-bottom: none;
}

.page-nav__trigger {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #db0404;
  letter-spacing: 0.14px;
  cursor: pointer;
}

.page-nav__trigger span {
  border-bottom: 1px solid #db0404;
}

.page-nav__trigger::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px 10px 0;
  border-right: 1px solid #db0404;
  border-bottom: 1px solid #db0404;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.page-nav__trigger.active::before {
  margin-bottom: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.page-nav__list {
  display: none;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.page-nav__list a {
  display: block;
  padding: 10px 15px;
  color: #db0404;
}

.page-nav__list a:hover {
  background-color: #db0404;
  color: #fff;
}

.page-nav__list.active {
  display: block;
}

@media screen and (max-width: 575px) {
  .page-nav {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 42px;
    margin-top: 1px;
    margin-right: 0;
    font-size: 12px;
    border: none;
  }
  .page-nav__trigger {
    font-size: 12px;
  }
}

/* ----- hero ----- */
.hero {
  padding: 72px 0 72px;
  background: url("../img/bg-hero.jpg") no-repeat;
  background-position: -webkit-calc(50% + 330px) 50%;
  background-position: calc(50% + 330px) 50%;
}

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

.hero-slider-box {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 680px;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
  max-width: 680px;
  margin-left: 100px;
}

.hero-slider-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.hero-slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-slider-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 15px;
  bottom: 59px;
}

.hero-slider-count span {
  display: inline-block;
  line-height: .9;
  color: #cac8c8;
}

.hero-slider-count span:first-child {
  font-size: 24px;
  font-weight: 700;
  color: #db0404;
}

.hero-slider-count span:last-child {
  font-size: 16px;
}

.hero-slider-count .count-divider {
  margin: 0 .2em;
  font-size: 20px;
  font-weight: 700;
  color: #db0404;
}

.hero-form {
  max-width: 359px;
  background: #fff;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  position: relative;
}

.hero-form::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: -o-linear-gradient(330deg, #4c0081 0%, #f00 50%, #feb500 100%);
  background: linear-gradient(120deg, #4c0081 0%, #f00 50%, #feb500 100%);
}

.hero-form .input {
  border-color: #7dff64;
}

.hero-form-title {
  margin-bottom: 1.3em;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #db0404;
}

.zaim {
  position: relative;
}

.zaim-car {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  width: 47em;
  height: 26.9em;
  position: absolute;
  top: 10em;
  left: 20em;
}

.zaim-title {
  display: inline-block;
  padding: .5em 1.2em .5em .8em;
  color: #fff;
  background: -o-linear-gradient(330deg, #4c0081 0%, #f00 50%, #feb500 100%);
  background: linear-gradient(120deg, #4c0081 0%, #f00 50%, #feb500 100%);
  font-weight: 700;
  line-height: 1;
}

.zaim-title-top {
  font-size: 22px;
}

.zaim-title-bottom {
  margin-top: .4em;
  font-size: 20px;
}

.zaim-block {
  margin: 30px 0 212px;
}

.zaim-data {
  margin-bottom: 12px;
  color: #383838;
}

.badge {
  width: 186px;
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 2;
}

.badge-row {
  position: relative;
}

.badge-body {
  padding: 5px 0;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  background-color: #db0404;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.badge-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 16px;
}

.badge .button {
  width: 100%;
  height: 41px;
  border-width: 0px;
  border-bottom-width: 2px;
  font-weight: 700;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
}

.badge .button:hover {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 575px) {
  .badge {
    width: 160px;
    right: -14px;
  }
  .badge-body {
    font-size: 15px;
  }
  .badge-item {
    padding: 3px 10px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-form {
    max-width: 320px;
  }
  .hero-slider-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 580px;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    max-width: 580px;
    margin-left: 30px;
  }
  .zaim-car {
    font-size: 8.5px;
    top: 17em;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding: 151px 0 11px;
    background-image: url("../img/bg-hero-768.jpg");
    background-position: 50% 100%;
  }
  .hero-slider-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 382px;
        -ms-flex: 0 0 382px;
            flex: 0 0 382px;
    max-width: 382px;
  }
  .zaim {
    padding-top: 230px;
  }
  .zaim-car {
    font-size: 7px;
    top: 3em;
    left: 3em;
  }
  .zaim-block {
    margin: 0;
  }
  .zaim-title {
    padding: 0.3em 1.2em 0.3em .8em;
  }
  .zaim-title-top {
    margin-bottom: 20px;
  }
  .zaim-data {
    margin-bottom: 7px;
  }
  .hero-slider-controls {
    bottom: 168px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 30px 0 0;
    background-size: 100% 440px;
    background-position: 50% 0;
  }
  .hero-row {
    display: block;
  }
  .hero-slider-box {
    max-width: 100%;
    margin-left: 0;
  }
  .hero-form {
    margin: 30px auto 0;
  }
  .zaim {
    padding-top: 247px;
  }
  .zaim-data {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .zaim-title {
    font-size: 18px;
  }
  .zaim-title-top {
    margin-bottom: 10px;
  }
  .zaim-car {
    font-size: 5.6px;
    top: 24em;
    left: 57%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 575px) {
  .hero {
    background-size: 100% 489px;
    background-position: 50% 0;
  }
  .zaim {
    padding-top: 296px;
  }
  .zaim-car {
    font-size: 5.6px;
    top: 28em;
    left: 55%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 440px) {
  .hero {
    background-image: url("../img/bg-hero-320.jpg");
    background-size: 100% 437px;
  }
  .zaim {
    padding-top: 244px;
  }
  .zaim-car {
    top: 16em;
  }
  .hero-slider-controls {
    bottom: 134px;
  }
  .hero-slider-count {
    bottom: 48px;
  }
}

/* ----- how ----- */
.how {
  margin-top: 45px;
  padding-bottom: 150px;
}

.how-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.how-col {
  width: 20%;
}

.how-item {
  height: 383px;
  padding-left: 30px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}

.how-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  opacity: .42;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.how-item-1 {
  padding-top: 157px;
  top: 42px;
}

.how-item-2 {
  padding-top: 112px;
}

.how-item-3 {
  padding-top: 34px;
  top: 78px;
}

.how-item-4 {
  padding-top: 34px;
}

.how-item-5 {
  background: #db0404;
  top: -100px;
  padding-top: 75px;
}

.how-item-5::after {
  display: none;
}

.how-item-5 .how-item__title::before {
  background: #fff;
}

.how-item.current::after {
  background: #db0404;
  opacity: .74;
  -webkit-box-shadow: 0 3px 8px rgba(219, 4, 4, 0.8);
          box-shadow: 0 3px 8px rgba(219, 4, 4, 0.8);
}

.how-item.current .how-item__title::before {
  background: #fff;
}

.how-item__title {
  display: inline-block;
  margin-bottom: 1.7em;
  font-size: 24px;
  line-height: 1.25;
  position: relative;
}

.how-item__title::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -.3em;
  z-index: 0;
  background: #db0404;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.how-item__txt {
  font-size: 18px;
  line-height: 1.1;
}

.how-item .button {
  width: 100%;
  margin-top: 50px;
  border: 1px solid #fff;
}

.how-item .button:hover {
  background-color: #fff;
  color: #db0404;
}

.how-item .button:hover .ic-check-white {
  background-position: -189px 0;
}

.how-item .button:hover::after {
  background: rgba(219, 4, 4, 0.1);
}

@media screen and (max-width: 1199px) {
  .how {
    padding-bottom: 100px;
  }
  .how-item {
    height: 257px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .how-item::after {
    opacity: .62;
  }
  .how-item-1 {
    padding-top: 105px;
    top: 28px;
  }
  .how-item-2 {
    padding-top: 78px;
  }
  .how-item-3 {
    padding-top: 25px;
    top: 50px;
  }
  .how-item-4 {
    padding-top: 25px;
  }
  .how-item-5 {
    top: -65px;
  }
  .how-item__title {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .how-item__title::before {
    top: -.6em;
  }
  .how-item__txt {
    font-size: 13px;
    line-height: 1.2;
  }
  .how-item .button {
    height: 34px;
    margin-top: 20px;
    font-size: 11px;
  }
  .how-item .button .ic-check-white {
    margin-right: 6px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 991px) {
  .how-row {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .how {
    padding-bottom: 50px;
  }
  .how-row {
    width: 100%;
    margin: 40px 0 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .how-col {
    width: 50%;
  }
  .how-col:nth-child(2n) {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .how-item {
    height: auto;
    min-height: 190px;
    margin-bottom: 26px;
    padding: 50px 15px 15px;
    top: 0;
  }
  .how-item__title {
    font-size: 20px;
  }
  .how-item__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .how-item__title {
    font-size: 16px;
  }
  .how-item__txt {
    font-size: 13px;
  }
}

/* ----- types ----- */
.types {
  padding: 120px 0 100px;
  background: url("../img/bg-types.jpg") no-repeat 50% 50%/cover;
}

.types-box {
  position: relative;
}

.types-box .button {
  position: absolute;
  top: 0;
  right: 0;
}

.types-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.types-item {
  width: 25%;
}

.types-item:not(:last-child) .types-item__content {
  border-right: 1px solid #e8e8e8;
}

.types-item__img {
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16.1em;
  max-width: 26em;
  margin: 0 auto -30px;
  position: relative;
  z-index: 1;
}

.types-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.types-item__content {
  padding: 2.2em 1em 1.4em;
  font-size: 18px;
  text-align: center;
  background: #f0f0f0;
  position: relative;
  z-index: 0;
}

.types-item__content::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  background: #f0f0f0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.types-item:hover {
  color: #fff;
  z-index: 2;
}

.types-item:hover .types-item__img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.types-item:hover .types-item__content::after {
  background-image: -o-linear-gradient(315deg, #ae003b, #f50007);
  background-image: linear-gradient(135deg, #ae003b, #f50007);
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-box-shadow: 0 5px 21px rgba(219, 4, 4, 0.43);
          box-shadow: 0 5px 21px rgba(219, 4, 4, 0.43);
}

@media screen and (max-width: 1199px) {
  .types {
    padding: 50px 0;
  }
  .types-item__img {
    font-size: 8px;
  }
  .types-item__content {
    font-size: 15px;
  }
  .types-box .button {
    width: 186px;
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .types-row {
    overflow: hidden;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .types-item__img {
    font-size: 6px;
  }
  .types-item__content {
    padding-top: 3em;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .types-box .owl-prev, .types-box .owl-next {
    height: 35px;
    background: #db0404;
    position: absolute;
    top: 50%;
    z-index: 2;
  }
  .types-box .owl-prev.disabled, .types-box .owl-next.disabled {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .types-box .owl-prev {
    left: 0;
  }
  .types-box .owl-next {
    right: 0;
  }
  .types-row {
    width: 100%;
    margin: 40px 0 0;
  }
  .types-item {
    width: 100%;
  }
  .types-item:hover {
    color: #fff;
  }
  .types-item__img {
    font-size: 7px;
  }
  .types-item__content {
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
    background-image: -o-linear-gradient(330deg, #4c0081 0%, #f00 50%, #feb500 100%);
    background-image: linear-gradient(120deg, #4c0081 0%, #f00 50%, #feb500 100%);
    color: #fff;
  }
  .types-item__content::after {
    display: none;
  }
  .types-box .button {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .types-item__img {
    font-size: 8.5px;
  }
  .types-item__content {
    font-size: 16px;
    border: none;
  }
}

/* ----- about ----- */
.about {
  padding: 80px 0 70px;
  background-color: #fbfbfb;
}

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

.about-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  padding-top: 40px;
  font-size: 15px;
}

.about-content__section:not(:last-child) {
  margin-bottom: 30px;
}

.about-content__section.animate {
  will-change: transform;
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
  -webkit-transition: -webkit-transform 1.5s 0s ease;
  transition: -webkit-transform 1.5s 0s ease;
  -o-transition: transform 1.5s 0s ease;
  transition: transform 1.5s 0s ease;
  transition: transform 1.5s 0s ease, -webkit-transform 1.5s 0s ease;
}

.about-content__section.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.about-content .text-list, .about-content p {
  line-height: 1.7;
}

.about-title {
  display: inline-block;
  min-width: 26em;
  font-size: 18px;
  margin-bottom: 1.2em;
  padding: 1.1em 3em 0.8em 3em;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  background: -o-linear-gradient(330deg, #4c0081 0%, #f00 50%, #feb500 100%);
  background: linear-gradient(120deg, #4c0081 0%, #f00 50%, #feb500 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 1s 1.5s ease;
  -o-transition: color 1s 1.5s ease;
  transition: color 1s 1.5s ease;
}

.about-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
  background-color: #f4f4f4;
  -webkit-transition: top 1s 1.5s ease;
  -o-transition: top 1s 1.5s ease;
  transition: top 1s 1.5s ease;
}

.about-title.animated {
  color: #fff;
}

.about-title.animated::after {
  top: 100%;
}

.about-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 375px;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px;
  max-width: 375px;
  margin-left: 15px;
}

.about-img .img {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-img__bottom {
  padding: 1em 2em 1em 1.2em;
  font-size: 20px;
  background-color: #db0404;
  color: #fff;
}

.about-img__bottom .data-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-img__bottom .data-row .data-val {
  font-size: 3em;
  line-height: .4;
  font-weight: 700;
}

.about-img__bottom .data-row .about-img__title {
  padding-top: 0;
  margin-left: 1em;
}

.about-img__bottom .data-row .about-img__title::after {
  display: none;
}

.about-img__title {
  position: relative;
  padding-top: 10px;
}

.about-img__title::after {
  content: '';
  display: block;
  width: 166px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #fff;
}

.about-img:first-child {
  border-top: 8px solid #db0404;
}

.about-btn {
  width: 295px;
  margin: 60px auto 0;
}

.about-btn .button {
  width: 100%;
  height: 47px;
}

.about-btn .form-hint {
  line-height: 1.1;
}

.about .readmore-content {
  margin-top: 30px;
}

.about .readmore-content .img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .about {
    position: relative;
    padding-bottom: 150px;
  }
  .about-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about-title {
    font-size: 16px;
    padding: 1.1em 2em 0.8em 2em;
  }
  .about-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
  }
  .about-img .img {
    height: 220px;
  }
  .about-img__bottom {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .about {
    padding: 40px 0 118px;
  }
  .about-btn {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
  .about-row {
    display: block;
  }
  .about-content {
    padding-top: 25px;
  }
  .about-sidebar {
    display: none;
  }
  .about-btn {
    margin-top: 30px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 575px) {
  .about-title {
    min-width: 1px;
    padding: 0.9em 1em 0.8em 1em;
    font-size: 14px;
  }
  .about-content {
    font-size: 14px;
  }
  .about-content__section.animate {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .about-btn {
    width: 100%;
    max-width: 295px;
  }
}

@media screen and (max-width: 359px) {
  .about-title {
    font-size: 13px;
  }
  .about-content {
    font-size: 13px;
  }
}

/* ----- Калькулятор займов ----- */
.calculation {
  padding: 60px 0;
}

.calculation-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  background-color: #fbfbfb;
}

@media screen and (max-width: 1199px) {
  .calculation-row {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .calculation-row {
    margin-top: 30px;
  }
}

/* ----- Калькулятор ----- */
.calc {
  width: 50%;
  padding: 30px 35px 20px;
  border-right: 1px solid #eeeded;
  background-color: #fff;
}

.calc .relative-box {
  position: relative;
  margin-bottom: 0.9em;
  padding-bottom: 2em;
}

.calc-title {
  margin-bottom: 2.6em;
}

.calc-title, .calc-val {
  padding-left: 1em;
}

.calc-val {
  margin-bottom: 1em;
}

.calc-val .js-sum-input, .calc-val .js-payment-value {
  color: #db0404;
}

.calc-val .js-sum-input, .calc-val .js-payment-value {
  display: inline-block;
  margin: 0 .2em;
  font-size: 1.375em;
  font-weight: 700;
}

.calc-val .js-payment-value {
  margin-left: 0.4em;
}

.calc-line {
  position: relative;
  height: 3px;
  background-color: #a4a3a3;
}

.calc-min, .calc-max {
  position: absolute;
  font-size: 12px;
  bottom: 0;
}

.calc-min {
  left: -4%;
}

.calc-max {
  right: -4%;
}

.calc .ui-slider-range {
  height: 3px;
  background: #db0404;
}

.calc .ui-slider-handle {
  display: block;
  width: 51px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -22.5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: ew-resize;
}

.calc .ui-slider-handle::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  z-index: 0;
  background: #db0404;
}

.calc .ui-slider-handle:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.calc .ui-slider-handle:focus {
  outline: none;
}

.calc-form {
  margin-top: 3em;
}

.calc-form .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calc-form .input {
  margin-bottom: 26px;
  width: -webkit-calc(50% - 9px);
  width: calc(50% - 9px);
}

.calc-form-btn {
  margin: 15px auto 0;
  max-width: 300px;
  text-align: center;
}

.calc-form-btn .submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  width: 240px;
}

@media screen and (max-width: 1199px) {
  .calc {
    width: 100%;
    padding: 40px 75px 40px;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #ededed;
    background-color: #fff;
  }
  .calc-title, .calc-val {
    padding-left: 0;
  }
  .calc-form .input {
    width: -webkit-calc(50% - 29px);
    width: calc(50% - 29px);
  }
}

@media screen and (max-width: 575px) {
  .calc {
    padding: 30px;
  }
  .calc-form .input {
    width: -webkit-calc(50% - 9px);
    width: calc(50% - 9px);
  }
}

@media screen and (max-width: 480px) {
  .calc {
    padding: 20px 15px;
  }
  .calc-val .js-sum-input, .calc-val .js-payment-value {
    font-size: 1em;
  }
  .calc-form .input {
    width: 100%;
  }
  .calc-min {
    left: 0;
  }
  .calc-max {
    right: 0;
  }
  .calc-form {
    margin-top: 2em;
  }
}

/* ----- Отзывы ----- */
.feeds {
  width: 50%;
  position: relative;
}

.feeds-title {
  font-size: 20px;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 30px;
}

.feeds-list {
  padding: 35px 40px;
  max-height: 442px;
}

.feeds-list .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0;
}

.feeds-item {
  margin-bottom: 18px;
  padding: 16px 40px 16px 20px;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
}

.feeds-item::before, .feeds-item::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.feeds-item::before {
  width: 15px;
  height: 15px;
  left: -7px;
  top: 50%;
  margin-top: -10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.09);
}

.feeds-item::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}

.feeds-item p {
  margin-bottom: 0;
}

.feeds-item__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3px;
  color: #db0404;
}

.feeds-likes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}

.feeds-likes-quantity {
  display: inline-block;
  line-height: .9;
  margin-left: .4em;
}

.feeds-likes-quantity.counted {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .feeds {
    width: 100%;
    margin-top: 80px;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    background-color: #fbfbfb;
  }
  .feeds-list {
    padding: 40px 75px 40px;
  }
}

@media screen and (max-width: 767px) {
  .feeds-list {
    max-height: none;
  }
  .feeds-list .simplebar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feeds-list .feeds-item {
    min-width: 290px;
    margin: 0 30px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feeds-list .feeds-item p {
    margin-bottom: 10px;
  }
  .feeds-list .feeds-item__footer {
    margin-top: auto;
  }
}

@media screen and (max-width: 575px) {
  .feeds-list {
    padding: 30px;
  }
  .feeds-item {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.14);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.14);
  }
  .feeds-item::before {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  }
  .feeds-title {
    font-size: 16px;
    left: 0;
    top: -35px;
  }
}

@media screen and (max-width: 480px) {
  .feeds-list {
    padding: 20px 15px;
  }
}

/* -----  Контакты ----- */
.contacts {
  padding: 45px 0 75px;
  background-color: #fbfbfb;
}

.contacts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.contacts-map {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.contacts-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 390px;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
  max-width: 390px;
  padding: 30px 50px 20px;
  background: url("../img/bg-contacts.jpg") no-repeat;
  background-size: cover;
}

.contacts-block__form {
  margin-top: 20px;
  text-align: center;
}

.contacts-block__form .button {
  height: 45px;
}

.contacts-block__form .form-hint {
  max-width: 260px;
  margin: 1em auto 0;
}

.contacts-cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  padding: 5px 15px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.11);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.11);
}

.contacts-cities .page-nav {
  margin-left: 0;
  border: none;
}

.contacts-cities .page-nav__title {
  font-size: 15px;
}

.contacts-cities .page-nav__trigger {
  font-size: 18px;
  padding-top: .3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contacts-cities .page-nav__trigger::before {
  margin-left: 1em;
}

.contacts-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
}

.contacts-line .ic {
  margin-right: 30px;
}

.contacts-line .ic-email-red {
  margin-top: .2em;
}

.map {
  height: 485px;
  overflow: hidden;
}

.map .ymaps-2-1-75-map-copyrights-promo, .map .ymaps-2-1-75-copyright {
  display: none;
}

@media screen and (max-width: 1199px) {
  .contacts {
    padding-bottom: 50px;
  }
  .contacts-map {
    background: url("../img/map.jpg") no-repeat 50% 50%/cover;
  }
}

@media screen and (max-width: 991px) {
  .contacts-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
  }
  .contacts-cities .nav-title {
    font-size: 13px;
  }
  .contacts-cities .page-nav__trigger {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-row {
    display: block;
    margin-top: 30px;
  }
  .contacts-map {
    height: 300px;
  }
  .contacts-block {
    max-width: 100%;
    padding: 30px 20px 20px;
  }
  .mfp-content .map {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .contacts-cities {
    margin-bottom: 30px;
  }
  .contacts-line {
    padding: 0;
  }
  .contacts-block {
    padding: 30px 15px 15px;
  }
  .contacts-line .ic {
    margin-right: 20px;
  }
}
/* ----- warning__box ----- */
.warning__box {
    margin-top: 20px;
    padding: 5%;
    border: thin solid #db0404;
    border-radius: 4px;
}
/* ----- footer ----- */
.footer {
  padding: 20px 0 5px;
  background-color: #545454;
  color: #fff;
}

.footer .logo-text-1, .footer .logo-text-2, .footer .descktop-menu a {
  color: #fff;
}

.footer .header-row {
  padding-bottom: 15px;
}

.footer .social-links {
  width: 184px;
}

.footer-bottom {
  padding: 15px 0;
/*  font-size: 12px; */
  color: #bab8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom a:hover {
    opacity: 50%;
}
.footer-bottom__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          
}

.privacy-link {
  display: inline-block;
/*  font-size: 14px;
  color: #bab8b8;
  border-bottom: 1px solid #fff; */
}

.privacy-link:hover {
  border-bottom-color: transparent;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social-link {
  display: block;
  background: url("../img/sprite.png") no-repeat;
  margin-left: 13px;
}

.social-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.social-vk {
  width: 26px;
  height: 20px;
  background-position: -120px -29px;
}

.social-tw {
  width: 20px;
  height: 20px;
  background-position: -157px -29px;
}

.social-fb {
  width: 20px;
  height: 20px;
  background-position: -188px -29px;
}

@media screen and (max-width: 1199px) {
  .footer .logo {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .footer-bottom__row {
    display: block;
  }
}

@media (min-width: 768px) {
  .show-on-mobile {
    display: none;
  }
}


.pp-btn-mob {
	display: none;
}
@media (max-width: 1199px) {
	.pp-btn-desktop {
		display: none !important;
	}
	.pp-btn-mob {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

	
/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
#cookies-msg {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	z-index: 999999;
	background-color: #DCDCDC;
	opacity: 0.8;
}
.cookies-msg__hide {
	display: none;
}

.cookie-notification__buttons .btn {
	background-color: #FF0000;
	color: #fff;
	padding: 5px 25px;
	border: none;
	margin-top: 10px;
	/*	font-size: 12px;	 */
}

/*--------------------------------------------------------------
# Whatsapp widget
--------------------------------------------------------------*/
.whatsapp__link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 45px;
	bottom: 30px;
	width: 55px;
	height: 55px;
	background-color: #2ca5e0;
	border-radius: 50%;
	z-index: 999;
}
.whatsapp__img {
	display: inline-block;
	height: 35px;
	width: 35px;
	background-image: url(../img/tg-widget.png);
	background-size: cover;
	background-position: center;
}
.whatsapp__link::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #2ca5e0;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate-circle 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

@keyframes animate-circle {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.form-hint a, 
.cookies-msg__body a,
.form-hint a:hover, 
.cookies-msg__body a:hover {
  text-decoration: underline;
}