body.compensate-for-scrollbar {
  overflow: hidden;
}
.client-card img, .tarif-card-img img{height: auto;}
.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 {
  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 {
  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);
  }
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff"), url("../fonts/lato-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff"), url("../fonts/lato-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-extrabold-webfont.woff2") format("woff2"), url("../fonts/lato-extrabold-webfont.woff") format("woff"), url("../fonts/lato-extrabold-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.psd, .accordion .card-header button:before, .step-item:not(.none):before, .info:before, .list li:before, .tarifs:before, .nav-ico:before, .nav-ico:after, .modal-content .close:before, .modal-content .close:after, .articles .our-services-img:before, .comm-text:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .our-work-card a, .breadcrumb .breadcrumb-item a, .nav-tabs .nav-link, .backdrop, .f-list li a, .footer p a, .footer .tel a, .articles .our-services-title a, .articles .our-services-img:before, .more, .our-services-card, .head-contact a.tel, .header, a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-box {
  overflow: hidden;
  position: relative;
}
.btn-box:hover .shine {
  -webkit-transform: skewX(20deg) translateX(300px);
          transform: skewX(20deg) translateX(300px);
}

.shine {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -70px;
  height: 98px;
  width: 50px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: skewX(20deg) translateX(0);
          transform: skewX(20deg) translateX(0);
}

.btn {
  border: 2px solid #27C45F;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #28C460;
  border-style: solid;
  border-color: #28C460;
  padding: 14px 60px;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  background: #27C45F;
}

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

body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #111111;
}

h1, h2, .content h1, h3, h4, h5 {
  margin-top: 0;
}

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

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

p {
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  margin-top: 0;
  margin-bottom: 26px;
}

.align, .contact-item a, .facts-num span, .breadcrumb .breadcrumb-item a, .f-list li a, .footer p a, .footer .tel a, .more, svg, .btn-box {
  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-left: 20px;
  padding-right: 20px;
}

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

div[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}
.header {
  position: fixed;
  z-index: 10;
  padding: 15px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.sticky {
  background: #fff;
}

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

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.main-nav li a.active {
  color: #27C45F;
}

.head-contact {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.head-contact a.tel {
  color: #111111;
  font-size: 26px;
}
.head-contact a.tel:hover {
  color: #27C45F;
}
.head-contact span {
  display: block;
  font-size: 14px;
}

@media (min-width: 992px) {
  .main-nav > li {
    padding: 0 10px;
    position: relative;
  }
  .main-nav > li:hover > a {
    color: #27C45F;
  }
  .main-nav > li:hover ul {
    display: block;
  }
  .main-nav > li > a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #111111;
    padding: 10px 0;
  }
  .main-nav > li > a:hover, .main-nav > li > a.active {
    color: #27C45F;
  }
  .main-nav > li ul {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    background: #27C45F;
    font-size: 14px;
    width: 300px;
    border-radius: 4px;
    padding: 20px 20px 10px;
    text-align: center;
  }
  .main-nav > li ul:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #27C45F;
  }
  .main-nav > li ul li {
    display: block;
    margin-bottom: 10px;
  }
  .main-nav > li ul li a {
    display: block;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .main-nav > li ul li a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
.main, main {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.hero p {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55em;
  margin-bottom: 40px;
}

.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -3em !important;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
  webkit-animation: moving 3s ease-in-out infinite;
  -webkit-animation: moving 3s ease-in-out infinite;
          animation: moving 3s ease-in-out infinite;
}
.btn-shine:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -3em !important;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: moving 3s ease-in-out infinite;
          animation: moving 3s ease-in-out infinite;
}

@-webkit-keyframes shine {
  100% {
    -webkit-transform: translateX(200px) rotate(20deg);
            transform: translateX(200px) rotate(20deg);
  }
}

@keyframes shine {
  100% {
    -webkit-transform: translateX(200px) rotate(20deg);
            transform: translateX(200px) rotate(20deg);
  }
}
@-webkit-keyframes moving {
  30% {
    webkit-transform: skewX(-45deg) translateX(33.5em);
    -webkit-transform: skewX(-45deg) translateX(33.5em);
            transform: skewX(-45deg) translateX(33.5em);
  }
  100% {
    webkit-transform: skewX(-45deg) translateX(33.5em);
    -webkit-transform: skewX(-45deg) translateX(33.5em);
            transform: skewX(-45deg) translateX(33.5em);
  }
}
@keyframes moving {
  30% {
    webkit-transform: skewX(-45deg) translateX(33.5em);
    -webkit-transform: skewX(-45deg) translateX(33.5em);
            transform: skewX(-45deg) translateX(33.5em);
  }
  100% {
    webkit-transform: skewX(-45deg) translateX(33.5em);
    -webkit-transform: skewX(-45deg) translateX(33.5em);
            transform: skewX(-45deg) translateX(33.5em);
  }
}
.hero-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  margin-bottom: 30px;
  color: #111111;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.23em;
  letter-spacing: 1px;
}

h2, .content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.top-text {
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-text p {
  font-size: 18px;
  line-height: 1.55em;
  max-width: 960px;
  margin: 0 auto 30px;
  text-align: center;
}

.our-services {
  padding: 50px 0;
}

.top-title {
  text-align: center;
  margin: 0px auto 60px;
  max-width: 940px;
  font-size: 18px;
  line-height: 1.55em;
}

.our-services-card {
  margin-bottom: 40px;
  height: calc(100% - 40px);
  cursor: default;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
}
.our-services-card:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.our-services-img {
  height: 270px;
}
.our-services-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-services-body {
  text-align: center;
  padding: 27px;
}

.our-services-title {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55em;
  color: #444444;
}

.more {
  text-decoration: none;
  border: 3px solid #28C460;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  margin: 0 2px 8px;
  font-size: 14px;
  padding: 10px 32px;
  text-align: center;
}
.more:hover, .more:focus {
  color: #fff;
  background: #27C45F;
  text-decoration: none;
}

.white {
  white-space: nowrap;
  border-color: #fff;
  position: relative;
  z-index: 1;
  padding: 15px 40px;
}

.why-we {
  padding: 50px 0 10px;
}
.why-we h2, .why-we .content h1, .content .why-we h1 {
  margin-bottom: 60px;
}

.why-we-card {
  margin-bottom: 40px;
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55em;
}

.why-we-img {
  width: 100px;
  height: 100px;
  margin: 0px auto 37px;
}
.why-we-img img {
  max-width: 100%;
  max-height: 100px;
}

.why-we-title {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.17em;
  margin-bottom: 25px;
}

.portfolio {
  padding: 50px 0;
  background: #F5F5F5;
}
.portfolio .row {
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio div[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.porfolio-card {
  margin-bottom: 20px;
  height: 206px;
}
.porfolio-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team {
  padding: 50px 0;
}

.team-card {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
}
.team-card p {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55em;
  margin: 0;
}

.team-photo {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 30px;
  border-radius: 50%;
}
.team-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments {
  padding: 50px 0;
  background: #F5F5F5;
}

.comm-rate {
  margin-bottom: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm-rate-img {
  text-align: center;
  margin-bottom: 20px;
}
.comm-rate-img img{
    height: auto;
}

.rating {
  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-bottom: 30px;
}
.rating img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
    height: auto;
}

.rate-num {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding: 0px 0px 0px 10px;
}

.comm-item {
  margin-bottom: 40px;
}

.comm-text {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  padding: 35px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.comm-text:before {
  left: 35px;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
}
.comm-text p {
  font-size: 16px;
}

.comm-name {
  padding-left: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.clients {
  padding: 50px 0;
}

.clients-slider-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 30px;
  text-align: center;
  margin-bottom: 40px;
}
.clients-slider-wrapper img {
  max-width: 100%;
  max-height: 200px;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #27C45F;
  font-weight: 900;
}

.promo {
  background: #27C45F;
  padding: 40px 0;
}
.promo .container {
  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;
}
.promo .btn-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 314px;
          flex: 0 0 314px;
  max-width: 314px;
}
.promo .btn-box .white {
  color: #fff;
  margin: 0;
  width: 100%;
}
.promo .btn-box:hover:hover .shine {
  -webkit-transform: skewX(20deg) translateX(400px);
          transform: skewX(20deg) translateX(400px);
}

.promo-text {
  padding: 0 40px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55em;
}

.articles {
  padding: 50px 0;
  background: #F5F5F5;
}
.articles .our-services-img {
  position: relative;
}
.articles .our-services-img:before {
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
}
.articles .our-services-img:hover:before {
  height: 0px;
}
.articles .our-services-img img {
  position: relative;
  z-index: 1;
}
.articles .our-services-title a {
  color: #111111;
}
.articles .our-services-title a:hover {
  color: #27C45F;
}

.footer {
  padding: 50px 0;
  background: #F5F5F5;
}
.footer .tel {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.footer .tel a {
  color: #111111;
  text-decoration: none;
}
.footer .tel a:hover {
  color: #27C45F;
}
.footer p {
  margin-bottom: 0;
}
.footer p a {
  color: #111111;
  text-decoration: underline;
}
.footer p a:hover {
  color: #27C45F;
}
.footer .btn-box {
  margin-top: 40px;
}

.f-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35em;
  margin-bottom: 14px;
}

.f-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55em;
}
.f-list li {
  display: block;
  margin-bottom: 10px;
}
.f-list li a {
  color: #1A1A1A;
}
.f-list li a:hover {
  color: #27C45F;
}

.copy {
  text-align: center;
  margin-top: 20px;
  position: relative;
  top: 10px;
  font-size: 14px;
  text-align: center;
}

.thank-modal {
  text-align: center;
}
.thank-modal .btn-box {
  border-radius: 4px;
  margin-top: 20px;
}

.modal-content {
  padding: 50px 30px;
  display: block;
  position: relative;
}
.modal-content .btn-box:hover .shine {
  -webkit-transform: skewX(20deg) translateX(430px);
          transform: skewX(20deg) translateX(430px);
}
.modal-content p {
  margin-bottom: 1.75em;
  font-size: 18px;
}
.modal-content .close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
  opacity: 1 !important;
}
.modal-content .close:before, .modal-content .close:after {
  left: 50%;
  top: 50%;
  width: 22px;
  height: 3px;
  background: #27C45F;
  border-radius: 2px;
}
.modal-content .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-title {
  font-size: 28px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.nav-ico {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  max-width: 28px;
  width: 28px;
  height: 22px;
  position: relative;
  margin-left: 20px;
  z-index: 101;
}
.nav-ico:before, .nav-ico:after {
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #000;
}
.nav-ico:before {
  top: 5px;
}
.nav-ico:after {
  bottom: 5px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px;
  }
}
@media (min-width: 700px) {
  .thank-modal .modal-dialog {
    max-width: 640px;
  }
}
.modal-backdrop.show {
  opacity: 0.8;
}

.order-modal .modal-title {
  padding-bottom: 11px;
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.order-modal .modal-title + p {
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
}
.order-modal .btn-box {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 50px;
}
.order-modal .btn-box .btn {
  display: block;
    width: 100%;
}

.agree {
  text-align: center;
  font-size: 12px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 59px;
  border: 1px solid #28c460;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 37px;
}
textarea.form-control {
  height: 105px;
  resize: none;
}

.tarifs {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.tarifs:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 928px;
  height: 1px;
  background: #27C45F;
}

.nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.nav-tabs .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  max-width: 280px;
}
.nav-tabs .nav-link {
  padding: 20px;
  border: 0;
  background: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #777777;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.nav-tabs .active.nav-link {
  border-bottom-color: #27C45F;
}

.tab-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin: 0px auto 40px;
}

.tab-top-title {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.17em;
  margin-bottom: 20px;
  padding-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.list {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55em;
  margin-bottom: 20px;
}
.list li {
  display: block;
  position: relative;
  padding-left: 20px;
}
.list li:before {
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #111111;
  border-radius: 50%;
}
.list li .hint {
  border-bottom: 1px dashed #27C45F;
}

.tarif-card {
  margin-bottom: 40px;
  text-align: center;
}
.tarif-card p {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55em;
  margin-bottom: 5px;
}

.tarif-card-img {
  margin-bottom: 40px;
}
.tarif-card-img img {
  width: 220px;
  max-width: 100%;
}

.tarif-name {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17em;
  margin-bottom: 5px;
}

.tarif-price {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.17em;
  margin-top: 15px;
}

.info {
  position: relative;
  padding-left: 40px;
}
.info:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/info.png) 0 0 no-repeat;
  background-size: 100%;
}
.info p {
  color: #4d4d4d;
  font-size: 16px;
}

.info-list {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 30px;
}
.info-list li {
  margin-bottom: 5px;
  display: block;
}

.tab-container {
  padding-bottom: 40px;
}

.promo.light-theme {
  background: #F5F5F5;
}
.promo.light-theme .promo-text {
  color: #111111;
}
.promo.light-theme .btn {
  padding-left: 40px;
  padding-right: 40px;
}
.promo.light-theme + .portfolio {
  background: #fff;
}

.video-box {
  padding: 50px 0;
  background: #F5F5F5;
}
.video-box p {
  font-size: 18px;
}

.article {
  padding: 50px 0;
}
.article h2, .article .content h1, .content .article h1 {
  text-align: left;
}
.article p {
  font-size: 18px;
}
.article .list {
  font-size: 18px;
  padding-left: 20px;
}

figure {
  margin: 0 0 40px;
}
figure img {
  max-width: 100%;
}

.steps {
  padding: 60px 0 1px;
  background: #F5F5F5;
}

.step-item {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.step-item:not(.none):before {
  right: -24px;
  width: 24px;
  height: 24px;
  top: 50px;
  border-bottom: 2px solid #27C45F;
  border-right: 2px solid #27C45F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.step-item-img {
  margin-bottom: 20px;
}
.step-item-img img {
  width: 120px;
  max-width: 100%;
}

.step-item-title {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17em;
  margin-bottom: 15px;
}

.faq {
  padding: 50px 0;
}

.accordion > .card {
  border: 0;
  border-radius: 0;
}
.accordion .card-header {
  padding: 0;
  background: none;
  border: 0;
}
.accordion .card-header button {
  display: block;
  padding: 30px 30px 30px 0;
  border: 0;
  width: 100%;
  background: none;
  position: relative;
  text-align: left;
  line-height: 1.35 !important;
  font-size: 20px;
  font-weight: 500 !important;
}
.accordion .card-header button:before {
  right: 5px;
  top: 37px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #27C45F;
  border-left: 3px solid #27C45F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion .card-header button:not(.collapsed):before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.accordion .card-body {
  padding: 0;
  border: 0;
}

.top-text.has-bg {
  background: #F5F5F5;
}

.video-box.white-bg {
  background: #fff;
}

.price-table {
  padding-bottom: 30px;
}

table {
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}
table tr th {
  background: #27C45F;
  color: #fff;
  padding: 20px;
}
table tr td {
  background: #fff;
  padding: 20px;
}
table tr:nth-child(odd) td {
  background: #F2F2F2;
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  color: #28c460;
  font-weight: bold;
}
.price-list li span {
  display: block;
  padding-top: 10px;
  font-size: 36px;
  color: #111111;
}

.repair {
  padding: 50px 0 20px;
}

.repair-card {
  text-align: center;
  margin-bottom: 30px;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.17em;
}

.repair-card-img {
  margin: 0px auto 35px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.repair-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content {
  padding: 150px 0 50px;
  position: relative;
  z-index: 1;
}
.content h1 {
  text-align: left;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 30px;
  margin: 0;
  background: none;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item.active {
  color: #111111;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #7A7A7A;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #27C45F;
}

.facts {
  padding-bottom: 30px;
}

.facts-card {
  margin-bottom: 30px;
}
.facts-card p {
  font-size: 16px;
  margin-bottom: 0;
}

.facts-num {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #27C45F;
  font-size: 40px;
  font-weight: 700;
}
.assets {
  background: #F5F5F5;
  padding: 50px 0 10px;
}

.assets-card {
  margin-bottom: 40px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.assets-card-img {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 224px;
          flex: 0 0 224px;
  max-width: 224px;
  min-height: 320px;
}
.assets-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.assets-card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding: 30px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.assets-card-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.assets-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55em;
  color: #111111;
  margin-bottom: 20px;
}

.requisites {
  padding: 50px 0 20px;
}

.r-list {
  margin-bottom: 30px;
  font-size: 18px;
}
.r-list li {
  display: block;
}

.clients-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.clients-row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 15px;
}
.tags .more {
  margin: 0 15px 15px;
}

.client-card {
  overflow: hidden;
  position: relative;
}
.client-card img {
  max-width: 100%;
  position: relative;
  z-index: -1;
}
.client-card a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.client-card a:nth-child(2) {
  z-index: 11;
}
.client-card a:nth-child(3) {
  z-index: 10;
}
.client-card a:nth-child(4) {
  z-index: 9;
}
.client-card a:nth-child(5) {
  z-index: 8;
}
.client-card a:nth-child(6) {
  z-index: 7;
}
.client-card a:nth-child(7) {
  z-index: 6;
}
.client-card a:nth-child(8) {
  z-index: 5;
}
.client-card a:nth-child(9) {
  z-index: 4;
}
.client-card a:nth-child(10) {
  z-index: 3;
}

.action-item {
  margin-bottom: 60px;
  text-align: center;
}

.action-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.art-pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.art-pie-img {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  max-width: 270px;
  height: 320px;
}
.art-pie-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.circle-chart__percent {
  fill: #28c460;
  font-weight: 700;
}

.art-pie-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-left: 30px;
}

.art-pie-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55em;
  color: #28c460;
  margin-bottom: 15px;
}

.sertificate {
  margin-bottom: 40px;
  height: 366px;
  overflow: hidden;
}
.sertificate img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.another {
  padding: 50px 0 40px;
  background: #F5F5F5;
}

.another-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.another-row .more {
  margin: 0 15px 15px;
}

.btn-box.has-indent {
  margin-bottom: 60px;
}

.review-card {
  margin-bottom: 60px;
  position: relative;
  padding: 38px 20px 30px 70px;
  background: rgba(245, 245, 245, 0.58);
}
.review-card p {
  font-size: 18px;
}
.review-card:before {
  content: "//";
  position: absolute;
  top: 33px;
  left: 30px;
  font-weight: 700;
  color: #27C45F;
  font-size: 20px;
}

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

.review-sign p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.add-comment {
  padding: 50px 0 40px;
}

.our-work-card {
  margin-bottom: 40px;
}
.our-work-card a {
  display: block;
  color: #111111;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55em;
}
.our-work-card a:hover {
  color: #27C45F;
}

.our-work-img {
  display: block;
  overflow: hidden;
  height: 270px;
  margin-bottom: 20px;
}
.our-work-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .articles {
  background: none;
  padding: 0;
}
.container .articles .our-services-body {
  text-align: left;
}

.gallery-item {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  height: 280px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-line {
  padding: 40px 0 20px;
  background: #F5F5F5;
  margin-bottom: 40px;
}

.contact-item {
  margin-bottom: 30px;
}
.contact-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
  color: #27C45F;
}
.contact-item a {
  text-decoration: none;
  color: #111111;
  font-size: 26px;
}

.form {
  max-width: 560px;
}
.form .agree {
  text-align: left;
}

/**********/
.sub-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.sub-list div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.sub-list .our-work-card a {
  font-size: 16px;
}
.sub-list .our-work-img {
  height: 200px;
  margin-bottom: 10px;
}
.sub-list .our-work-card {
  margin-bottom: 20px;
}

.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); /* 2, 3 */
  -webkit-transform-origin: center;
          transform-origin: center; /* 4 */
}

.circle-chart__circle--negative {
  -webkit-transform: rotate(-90deg) scale(1, -1);
          transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}

.circle-chart__info {
  -webkit-animation: circle-chart-appear 2s forwards;
          animation: circle-chart-appear 2s forwards;
  opacity: 0;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
  margin-top: 10px;
}

@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-appear {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.circle-chart {
  max-width: 175px;
  margin: 0 auto 30px auto;
}

@media (max-width: 1199px) {
  .head-contact a.tel {
    font-size: 20px;
  }
  .main-nav > li {
    padding: 0 5px;
  }
  .main-nav {
    font-size: 16px;
  }
  .our-services-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .comm-rate .more {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sertificate {
    height: 266px;
  }
}
@media (max-width: 991px) {
  .main-nav {
    position: fixed;
    z-index: 100;
    padding: 20px;
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 500px;
    max-width: 80%;
  }
  .main-nav > li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-nav > li > a {
    display: block;
    padding: 10px 0;
    color: #000;
    position: relative;
  }
  .main-nav > li.has-menu > a:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-nav > li ul {
    max-height: 0px;
    overflow: hidden;
  }
  .main-nav > li.js-active > a:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .main-nav > li.js-active ul {
    max-height: 3000px;
  }
  .main-nav > li.js-active ul li {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-nav > li.js-active ul li > a {
    display: block;
    padding: 10px 0 10px 30px;
    color: #000;
    position: relative;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .nav-ico {
    display: block;
  }
  .header {
    padding: 10px 0;
  }
  .header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .js-open {
    overflow: hidden;
  }
  .js-open .main-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .js-open .backdrop {
    opacity: 0.3;
    visibility: visible;
  }
  .js-open .nav-ico:before, .js-open .nav-ico:after {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .js-open .nav-ico:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .js-open .nav-ico:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .our-services-img {
    height: 220px;
  }
  .our-services-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .why-we h2, h2, .content h1 {
    margin-bottom: 30px;
  }
  .porfolio-card {
    height: 150px;
  }
  .nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .step-item:not(.none):before {
    display: none;
  }
  .hero {
    overflow: hidden;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-img {
    bottom: -100px;
  }
  .facts-num {
    font-size: 36px;
  }
  .sertificate {
    height: 186px;
  }
  .our-work-img,
  .gallery-item {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .our-services-card {
    margin-bottom: 20px;
    height: auto;
  }
  .promo .container {
    display: block;
    text-align: center;
  }
  .promo-text {
    padding-bottom: 40px;
    padding-right: 0;
  }
  .footer {
    text-align: center;
  }
  .tab-top {
    display: block;
  }
  .tab-top-title {
    padding: 0 0 10px;
    max-width: none;
  }
  .tags {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tags .more {
    margin: 0 5px 10px;
  }
  .clients-row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .art-pie {
    display: block;
  }
  .art-pie-img {
    max-width: 200px;
    height: 250px;
  }
  .art-pie-text {
    width: 100%;
    padding: 20px 0 0;
  }
  .another-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-row .more {
    margin-bottom: 25px;
  }
  .review-card {
    padding: 20px 20px 20px 40px;
  }
  .review-card::before {
    top: 20px;
    left: 17px;
  }
}
@media (max-width: 577px) {
  .footer .col-md-12 {
    text-align: left;
  }
  .footer .col-md-12 .btn-box,
  .footer .col-md-12 .btn {
    width: 100%;
  }
  .nav-tabs .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  .calc-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .calc-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
  .calc-tabs .nav-item .nav-link {
    white-space: nowrap;
  }
  .head-contact span {
    display: none;
  }
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
  }
  .head-contact a.tel {
    font-size: 18px;
  }
  .assets-card {
    display: block;
    margin-bottom: 20px;
  }
  .assets-card-img {
    max-width: none;
    height: 200px;
    min-height: auto;
  }
  .assets-card-text {
    width: 100%;
  }
  /*.content {
    padding-top: 100px;
  }*/
  .sertificate {
    margin-bottom: 20px;
  }
  .our-work-img {
    height: 220px;
  }
  .gallery-item {
    margin-bottom: 20px;
  }
}

.leyka-pf{
    margin-left: 0 !important;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7-form .btn-box{
    margin-bottom: 0;
}
.article ul{
    margin: 0 0 1.5em 3em;
    list-style: disc;
    font-size: 18px;
}
.thank-modal.active{
    display: block;
    opacity: 1;
    background-color: rgba(0, 0, 0, .8);
}

@media (max-width: 577px){
    
}
