body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p, .fancybox-error .hero-list li, .hero-list .fancybox-error li {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p, .fancybox-share .hero-list li, .hero-list .fancybox-share li {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.psd, .contact:before, .swiper-button-prev:before, .swiper-button-next:before, .our-works-card a:before, .ch-item label:after, .ch-item label:before, .check-list li:before, .proposal-text:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .backdrop, .nav-ico span, .our-works-card-text, .our-works-card a:before, .ch-item label:after, .ch-item label:before, .form-control, .head-nav ul li a, .head-contact-item.viber a, a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn {
  border: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background: #FF725E;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  background: #327BFC;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #263238;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  color: #263238;
}

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

a {
  color: #263238;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #263238;
}

p, .hero-list li {
  font-size: 14px;
  line-height: 21px;
  color: #263238;
  margin-top: 0;
  margin-bottom: 21px;
}

.align, .contact-item a, .head-contact-item a, .logo, svg {
  display: inline-block;
  vertical-align: top;
}

svg {
  width: 100%;
  height: 100%;
}

.no-shadow, .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

img {
  vertical-align: top;
}

.container {
  padding: 0 12px;
  margin: 0px auto;
}

@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1238px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding: 0 10px;
}

.header {
  position: relative;
  z-index: 10;
  margin-bottom: 23px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 0 32px;
}

.logo img {
  max-width: 100%;
}

.head-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #455A64;
}
.head-contact-item .ico {
  margin-right: 10px;
}
.head-contact-item span {
  display: block;
}
.head-contact-item a {
  color: #455A64;
  text-decoration: none;
}
.head-contact-item.phone {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}
.head-contact-item.phone .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
  height: 26px;
}
.head-contact-item.viber .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  max-width: 38px;
  height: 38px;
}
.head-contact-item.viber a {
  border-bottom: 1px dashed #455A64;
}
.head-contact-item.viber a:hover {
  border-bottom-color: transparent;
}
.head-contact-item.adress .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  max-width: 26px;
  height: 32px;
}

.head-nav {
  padding: 44px 0;
}
.head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
.head-nav ul li {
  padding: 0 25px;
}
.head-nav ul li a {
  display: block;
  text-decoration: none;
}
.head-nav ul li a:hover {
  color: #FF725E;
}

.hero {
  margin-bottom: 43px;
  min-height: 380px;
}
.hero .container {
  background: url(../images/hero.jpg) right center no-repeat;
}

.hero-text {
  max-width: 550px;
}
.hero-text p, .hero-text .hero-list li, .hero-list .hero-text li {
  max-width: 457px;
}

h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #263238;
}
h1 span {
  display: block;
  color: #FF725E;
}

h2 {
  font-weight: 900;
  font-size: 44px;
  line-height: 120%;
  margin-bottom: 45px;
  text-align: center;
}

.hero-list {
  margin: 0 -17px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-list li {
  padding: 0 17px;
}
.hero-list .ico {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.proposal {
  padding: 80px 0 72px;
  background: url(../images/proposal-bg.png) 110% bottom no-repeat #FF725E;
}
.proposal h2 {
  color: #fff;
}
.proposal .btn {
  background: #327BFC;
}
.proposal .btn:hover {
  background: #FAC917;
}

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

.proposal-list {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 816px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-bottom: 87px;
}
.proposal-list li {
  padding: 0 10px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
.proposal-list li:first-child svg {
  width: 88px;
  height: 40px;
}
.proposal-list li:nth-child(2) svg {
  width: 80px;
  height: 51px;
}
.proposal-list li:nth-child(3) svg {
  width: 55px;
  height: 55px;
}
.proposal-list li:nth-child(4) svg {
  width: 58px;
  height: 51px;
}
.proposal-list li:nth-child(5) svg {
  width: 55px;
  height: 55px;
}
.proposal-list li:nth-child(6) svg {
  width: 60px;
  height: 59px;
}
.proposal-list li:nth-child(7) svg {
  width: 60px;
  height: 57px;
}
.proposal-list li:nth-child(8) svg {
  width: 60px;
  height: 47px;
}
.proposal-list li:nth-child(9) svg {
  width: 60px;
  height: 60px;
}
.proposal-list li:nth-child(10) svg {
  width: 82px;
  height: 32px;
}
.proposal-list li:nth-child(11) svg {
  width: 60px;
  height: 55px;
}
.proposal-list .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  max-width: 88px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}

.proposal-text {
  max-width: 919px;
  margin: 0px auto 26px;
  background: #FAC917;
  border-radius: 25px;
  padding: 43px 70px 32px;
  text-align: center;
  position: relative;
}
.proposal-text:before {
  z-index: 2;
  pointer-events: none;
  width: 255px;
  height: 89px;
  background: url(../images/car.png) 0 0 no-repeat;
  background-size: 100%;
  left: -96px;
  bottom: -54px;
}
.proposal-text p, .proposal-text .hero-list li, .hero-list .proposal-text li, .proposal-text h3 {
  color: #fff;
}

h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 15px;
}

.content {
  padding: 62px 0 82px;
}

.where-we-work {
  margin-bottom: 82px;
}

.work-map {
  text-align: center;
}
.work-map img {
  max-width: 100%;
}

.services {
  margin-bottom: 56px;
}
.services .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.services p, .services .hero-list li, .hero-list .services li {
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 210%;
}
.services p strong, .services .hero-list li strong, .hero-list .services li strong {
  font-weight: 700;
}

.services-card {
  margin-bottom: 20px;
  background: #FBF9F9;
  border-radius: 25px;
  padding: 23px 30px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 20px);
}

.services-card-title {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  min-height: 63px;
}

.services-card-img {
  margin-bottom: 44px;
  text-align: center;
}
.services-card-img img {
  max-width: 100%;
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 10px;
}
.price-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
}
.price-list li span {
  font-size: 20px;
  color: #FF725E;
}

.services-note {
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}
.services-note span {
  font-family: 700;
  color: #FF725E;
}

.green-btn {
  background: #2D9E87;
}
.green-btn:hover {
  background: #FF725E;
}

.yellow-btn {
  background: #FAC816;
}
.yellow-btn:hover {
  background: #FF725E;
}

.check-list {
  max-width: 330px;
  margin: 0px auto 10px;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
}
.check-list li {
  display: block;
  position: relative;
  padding-left: 25px;
}
.check-list li:before {
  left: 0;
  top: 13px;
  width: 14px;
  height: 11px;
  background: url(../images/check.jpg) 0 0 no-repeat;
  background-size: 100%;
}

.harakteristick {
  margin-bottom: 62px;
}
.harakteristick .col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  max-width: 66%;
}
.harakteristick .col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.harakteristick-img {
  margin-bottom: 38px;
}
.harakteristick-img img {
  max-width: 100%;
}

.harakteristick-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.harakteristick-row p, .harakteristick-row .hero-list li, .hero-list .harakteristick-row li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 358px;
          flex: 0 0 358px;
  max-width: 358px;
  padding-left: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.harakteristick-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  max-width: 250px;
}
.harakteristick-num li {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}
.harakteristick-num li span {
  display: block;
  font-weight: 700;
  font-size: 24px;
}

.form {
  background: url(../images/form-bg.png) center bottom no-repeat #F9F9F9;
  border-radius: 25px;
  padding: 23px 40px 209px;
}
.form p, .form .hero-list li, .hero-list .form li {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 13px;
}

.form-title {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.form-group {
  margin-bottom: 13px;
}

.form-control {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #BACCD5;
  border-radius: 25px;
  height: 42px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #263238;
}
.form-control:focus {
  border-color: #327BFC;
}

.ch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1px;
  margin: 0 -10px;
}
.ch-list .ch-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin: 0 10px 17px;
}

.ch-item {
  margin-bottom: 17px;
  position: relative;
}
.ch-item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.ch-item label {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 26px;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #263238;
  cursor: pointer;
}
.ch-item label:before {
  top: 0;
  left: 0;
  border: 2px solid #8C9599;
  width: 18px;
  height: 18px;
}
.ch-item label:after {
  top: 6px;
  left: 5px;
  width: 14px;
  height: 11px;
  background: url(../images/check.jpg) 0 0 no-repeat;
  background-size: 100%;
  opacity: 0;
}
.ch-item input:checked + label:before {
  border-color: #FF725E;
}
.ch-item input:checked + label:after {
  opacity: 1;
}

.our-works {
  margin-bottom: 71px;
}

.our-works-slider-wrapper {
  padding: 0 90px;
  position: relative;
}

.our-works-card {
  display: block;
  overflow: hidden;
}
.our-works-card a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  height: 314px;
}
.our-works-card a:before {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.our-works-card a img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-works-card a:hover:before {
  top: 100%;
}
.our-works-card a:hover .our-works-card-text {
  bottom: -250px;
}

.our-works-card-text {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 12px;
  right: 12px;
  min-height: 82px;
}
.our-works-card-text span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev:before, .swiper-button-next:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100%;
}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
  -webkit-filter: invert(56%) sepia(54%) saturate(5246%) hue-rotate(162deg) brightness(96%) contrast(101%);
          filter: invert(56%) sepia(54%) saturate(5246%) hue-rotate(162deg) brightness(96%) contrast(101%);
}

.swiper-button-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-slider {
  overflow: hidden;
}

.nav-ico {
  display: none;
  width: 30px;
  height: 26px;
  position: relative;
  overflow: hidden;
  margin: 15px 25px 0 0;
}
.nav-ico span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  left: 0;
}
.nav-ico span:first-child {
  top: 0;
}
.nav-ico span:nth-child(2) {
  top: 12px;
}
.nav-ico span:nth-child(3) {
  top: 24px;
}

.backdrop {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
}

.js-open {
  overflow: hidden;
}
.js-open .header .backdrop {
  opacity: 0.3;
  visibility: visible;
}

.contact {
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
  min-height: 270px;
}
.contact:before {
  z-index: -1;
  bottom: 68px;
  height: 242px;
  left: 0;
  right: 0;
  background: #FF725E;
}
.contact .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contact .col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 64%;
}
.contact .col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
.contact h2 {
  text-align: left;
  margin-bottom: 62px;
}

.contact-img img {
  max-width: 100%;
  margin-bottom: -20px;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.contact-item a {
  color: #fff;
  text-decoration: none;
}
.contact-item .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-item.phone {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}
.contact-item.phone span {
  display: block;
}
.contact-item.phone svg {
  width: 32px;
  height: 26px;
}
.contact-item.adress svg {
  width: 26px;
  height: 32px;
}
.contact-item.mail svg {
  width: 26px;
  height: 30px;
}
.contact-item.mail a {
  text-decoration: underline;
}
.contact-item.mail a:hover {
  text-decoration: none;
}
.contact-item.instagram svg {
  width: 25px;
  height: 25px;
}

.contact-text {
  padding-bottom: 40px;
}

.create {
  position: relative;
}
.create a {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 7px;
  right: 0;
}

.swiper-works-pagination {
  display: none;
  position: static;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  left: auto !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

@media (max-width: 1199px) {
  .head-contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .header-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 15px;
  }

  .head-nav {
    padding: 25px 0;
  }

  .hero .container {
    background-size: 470px auto;
  }

  .proposal {
    background-position: 0 bottom;
  }

  .harakteristick .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .harakteristick .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .harakteristick-row p, .harakteristick-row .hero-list li, .hero-list .harakteristick-row li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
    width: 1%;
  }
}
@media (max-width: 992px) {
  .head-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
    width: 1%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .head-contact-item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    max-width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    margin: 0 7px;
  }
  .head-contact-item .ico {
    margin-right: 0;
    width: 100%;
    height: 100%;
  }
  .head-contact-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
  }
  .head-contact-item.adress {
    display: none;
  }
  .head-contact-item.viber a {
    border-bottom: 0;
  }

  .head-contact-item.phone span:nth-child(2) {
    display: none;
  }
  .head-contact-item.phone span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
  }
  .head-contact-item.phone span:first-child a {
    font-size: 0;
  }

  .logo {
    max-width: 110px;
  }

  .nav-ico {
    display: block;
  }

  .header-top .btn {
    margin: 13px 0 0 7px;
  }

  .head-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 500px;
    max-width: 80%;
    height: 100vh;
    overflow: auto;
    padding: 15px 25px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  .head-nav ul {
    display: block;
  }
  .head-nav ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .head-nav ul li a {
    display: block;
    padding: 15px 0;
  }

  .js-open .head-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .header {
    margin-bottom: 0;
  }

  .hero {
    padding: 40px 0;
    text-align: center;
    margin-bottom: 0;
  }

  .hero .container {
    background-size: 300px auto;
    background-position: center bottom;
    padding-bottom: 190px;
  }

  .hero-text {
    max-width: none;
    text-align: center;
  }
  .hero-text p, .hero-text .hero-list li, .hero-list .hero-text li {
    margin: 0px auto 40px;
  }

  .hero-list {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .proposal {
    padding: 40px 0;
  }

  h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .proposal-list .ico {
    margin-right: 10px;
  }

  .proposal-list {
    margin-bottom: 30px;
  }

  .proposal-text:before {
    display: none;
  }

  .proposal-text {
    padding: 40px;
  }

  .content {
    padding: 40px 0;
  }

  .where-we-work {
    margin-bottom: 40px;
  }

  .services .col,
.harakteristick .col:first-child,
.harakteristick .col:nth-child(2),
.contact .col:first-child,
.contact .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .services-card {
    height: auto;
  }

  .check-list {
    margin-bottom: 25px;
  }

  .services {
    margin-bottom: 40px;
  }

  .harakteristick-img {
    text-align: center;
  }
  .harakteristick-img img {
    max-width: 300px;
  }

  .harakteristick-row {
    margin-bottom: 20px;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .our-works-slider-wrapper {
    padding: 0;
  }

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

  .our-works {
    margin-bottom: 0px;
  }

  .contact {
    padding: 40px 0;
    background: #FF725E;
  }
  .contact:before {
    display: none;
  }
  .contact .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact h2 {
    margin-bottom: 25px;
    color: #fff;
  }
  .contact .contact-img {
    text-align: center;
  }
  .contact .contact-img img {
    margin-bottom: 0;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .header-top .btn {
    padding: 6px 10px;
    font-size: 12px;
  }

  .proposal-list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }

  .head-contact-item.phone {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  .hero-list li {
    padding: 0 7px;
  }
  .hero-list li .ico {
    text-align: center;
    width: 100%;
  }

  .proposal-list li:last-child {
    display: none;
  }

  .proposal {
    background-image: none;
  }

  .proposal-text {
    padding: 40px 15px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 0;
  }

  .services-card {
    padding: 20px 15px;
  }

  .price-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .harakteristick-row {
    display: block;
  }
  .harakteristick-row p, .harakteristick-row .hero-list li, .hero-list .harakteristick-row li {
    width: 100%;
    padding-left: 0;
  }

  .form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 360px) {
  .head-contact-item.viber {
    display: none;
  }

  .create {
    margin-top: 25px;
  }
  .create a {
    position: static;
  }
}