.single-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 50px 6px 0;
  color: #363636;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.wpcf7-form .field-group {
  margin-bottom: 20px;
}
.wpcf7-form .field-group br {
  display: none;
  visibility: hidden;
}
.wpcf7-form .field-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.wpcf7-form .field-group label small {
  color: #cc0000;
}
@media (max-width: 1199px) {
  .wpcf7-form .field-group {
    width: 100%;
  }
}
.wpcf7-form p {
  text-align: left;
}
.wpcf7-form.invalid .field-group label {
  color: #cc0000;
}
.wpcf7-form.submitting {
  opacity: 0.5;
}
.wpcf7-form .wpcf7-response-output {
  text-align: center;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
  font-size: 11px !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  z-index: 1;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.wpcf7-not-valid {
  border-color: #cc0000 !important;
}

.wpcf7-not-valid-tip {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: !important;
  right: 0;
}

div.wpcf7 .wpcf7-form {
  position: relative;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(../images/backgrounds/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200px;
  margin: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0);
}
div.wpcf7 .ajax-loader::before {
  content: none;
  display: none;
}

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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -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.87;
  -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, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 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, visibility 0s;
  transition: opacity 0.25s, visibility 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;
  text-align: center;
  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);
  z-index: 99994;
}

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  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;
  transition-property: opacity, -webkit-transform;
  -webkit-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;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--next {
  z-index: 99995;
}

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  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;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-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-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

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

.fancybox-iframe {
  vertical-align: top;
}

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.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 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.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);
}

.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: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden;
}

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

.fancybox-thumbs-y > ul::-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 > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  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 .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.fancybox-caption {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.7);
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ye6gij");
  src: url("../fonts/icomoon.eot?ye6gij#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ye6gij") format("truetype"), url("../fonts/icomoon.woff?ye6gij") format("woff"), url("../fonts/icomoon.svg?ye6gij#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e900";
}

.icon-nav-back:before {
  content: "\e901";
}

.icon-nav-next:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-long-arrow-up:before {
  content: "\e907";
}

.icon-long-arrow-down:before {
  content: "\e908";
}

.icon-long-arrow-left:before {
  content: "\e909";
}

.icon-long-arrow-right:before {
  content: "\e90a";
}

.icon-caret-top:before {
  content: "\e90b";
}

.icon-caret-down:before {
  content: "\e90c";
}

.icon-caret-left:before {
  content: "\e90d";
}

.icon-caret-right:before {
  content: "\e90e";
}

.icon-chevron-up:before {
  content: "\e90f";
}

.icon-chevron-down:before {
  content: "\e910";
}

.icon-chevron-left:before {
  content: "\e911";
}

.icon-chevron-right:before {
  content: "\e912";
}

.icon-check:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e914";
}

.icon-download:before {
  content: "\e915";
}

.icon-play-button-sing:before {
  content: "\e916";
}

.icon-envelope:before {
  content: "\e917";
}

.icon-smartphone:before {
  content: "\e918";
}

.icon-telephone:before {
  content: "\e919";
}

.icon-placeholder:before {
  content: "\e91a";
}

.icon-zoom:before {
  content: "\e91b";
}

.icon-whatsapp:before {
  content: "\e91c";
}

.icon-facebook:before {
  content: "\e91d";
}

.icon-instagram:before {
  content: "\e91e";
}

.icon-twitter:before {
  content: "\e91f";
}

.icon-youtube-play:before {
  content: "\e920";
}

.icon-linkedin:before {
  content: "\e921";
}

.icon-tik-tok:before {
  content: "\e922";
}

.icon-flickr:before {
  content: "\e923";
}

.icon-skype:before {
  content: "\e924";
}

.icon-websitesja:before {
  content: "\e925";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "K2D", sans-serif;
}

.lazy {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 10px;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=file],
input[type=search],
select,
textarea {
  -webkit-box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.05);
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777 !important;
  font-style: normal !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 14px;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=search]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777 !important;
  font-style: normal !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 14px;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777 !important;
  font-style: normal !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 14px;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777 !important;
  font-style: normal !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 14px;
  opacity: 1;
}
input[type=text].disabled,
input[type=number].disabled,
input[type=password].disabled,
input[type=email].disabled,
input[type=tel].disabled,
input[type=file].disabled,
input[type=search].disabled,
select.disabled,
textarea.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f1f1f1;
}

.form-alert {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.form-alert svg {
  height: 50px;
  margin: 0 0 10px;
  width: 50px;
}
.form-alert svg path {
  fill: #7c00ff;
}
.form-alert h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
}
.form-alert span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.form-alert.success {
  background-color: rgba(39, 174, 96, 0.1);
  border: solid 1px rgba(39, 174, 96, 0.12);
  color: #27ae60;
}
.form-alert.success svg path {
  fill: #27ae60;
}
.form-alert.error {
  background-color: rgba(204, 0, 0, 0.1);
  border: solid 1px rgba(204, 0, 0, 0.12);
  color: #cc0000;
}
.form-alert.error svg path {
  fill: #cc0000;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.breadcrumbs ol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumbs ol li {
  position: relative;
  padding: 12px 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.breadcrumbs ol li + li {
  margin-left: 25px;
}
.breadcrumbs ol li + li::before {
  position: absolute;
  content: "\e90e";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 6px;
  color: #363636;
  top: 15px;
  left: -16px;
}
.breadcrumbs ol li a {
  display: block;
  position: relative;
  color: #363636;
}
.breadcrumbs ol li a::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #7c00ff;
  opacity: 0;
}
@media (hover: hover) {
  .breadcrumbs ol li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .breadcrumbs ol li a::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .breadcrumbs ol li a:hover {
    color: #7c00ff;
  }
  .breadcrumbs ol li a:hover::before {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.site-footer {
  margin: 60px 0 0;
}
.site-footer .site-footer_top {
  margin: 0 0 -15px;
}
.site-footer .site-footer_loc {
  position: relative;
  background-color: #f1f1f1;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-footer .site-footer_loc .site-footer_loc--icon {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  background-color: #7c00ff;
}
.site-footer .site-footer_loc .site-footer_loc--icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\e91a";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 37px;
  color: #fff;
}
.site-footer .site-footer_loc .site-footer_loc--txt {
  max-width: 610px;
  width: 100%;
  font-size: 18px;
  line-height: 1.4444444444em;
  margin: 0 45px 0 20px;
}
.site-footer .site-footer_copy {
  color: #fff;
  background-color: #000;
  padding: 40px 0 25px;
}
.site-footer .foot-copy,
.site-footer .foot-top,
.site-footer .foot-webmail,
.site-footer .foot-tdh {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .foot-copy {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-footer .foot-copy p {
  font-size: 16px;
}
.site-footer .foot-tdh {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .back-top,
.site-footer .webmail {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.site-footer .back-top::before,
.site-footer .webmail::before {
  position: absolute;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  color: #fff;
}
@media (hover: hover) {
  .site-footer .back-top,
  .site-footer .webmail {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-footer .back-top::before,
  .site-footer .webmail::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-footer .back-top:hover,
  .site-footer .webmail:hover {
    color: #bee844;
  }
  .site-footer .back-top:hover::before,
  .site-footer .webmail:hover::before {
    color: #bee844;
  }
}
.site-footer .back-top {
  padding-right: 20px;
}
.site-footer .back-top::before {
  content: "\e90b";
  top: 9px;
  right: 0;
}
@media (hover: hover) {
  .site-footer .back-top:hover::before {
    top: 0;
  }
}
.site-footer .webmail {
  padding-left: 30px;
}
.site-footer .webmail::before {
  content: "\e917";
  font-size: 15px;
  top: 4px;
  left: 0;
}
@media (max-width: 1199px) {
  .site-footer {
    margin-top: 30px;
  }
  .site-footer .site-footer_loc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 15px 15px;
  }
  .site-footer .site-footer_loc .site-footer_loc--icon {
    margin-bottom: 15px;
  }
  .site-footer .site-footer_loc .site-footer_loc--txt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .site-footer .foot-copy,
  .site-footer .foot-top,
  .site-footer .foot-webmail,
  .site-footer .foot-tdh {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .site-footer .foot-top,
  .site-footer .foot-webmail,
  .site-footer .foot-tdh {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .site-footer_top .grid-10 {
    width: 100%;
  }
}

.site-header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.site-header .head-logo,
.site-header .head-contacts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .head-logo {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header .head-contacts {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .head-nav,
.site-header .head-social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .head-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header .head-social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .head-social .social-media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header .head-social .social-media li + li {
  margin-left: 15px;
}
.site-header .head-social .social-media li:first-child {
  font-size: 16px;
  text-transform: uppercase;
}
.site-header .head-social .social-media li a {
  display: block;
  position: relative;
  height: 45px;
  width: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.site-header .head-social .social-media li a::before, .site-header .head-social .social-media li a::after {
  position: absolute;
}
.site-header .head-social .social-media li a::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #7c00ff;
  opacity: 0;
}
.site-header .head-social .social-media li a::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #7c00ff;
}
.site-header .head-social .social-media li a.facebook::after {
  content: "\e91d";
}
.site-header .head-social .social-media li a.instagram::after {
  content: "\e91e";
}
.site-header .head-social .social-media li a.twitter::after {
  content: "\e91f";
}
.site-header .head-social .social-media li a.youtube::after {
  content: "\e920";
}
@media (hover: hover) {
  .site-header .head-social .social-media li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .head-social .social-media li a::before, .site-header .head-social .social-media li a::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .head-social .social-media li a:hover {
    border-color: #7c00ff;
  }
  .site-header .head-social .social-media li a:hover::before {
    width: 100%;
    opacity: 1;
  }
  .site-header .head-social .social-media li a:hover::after {
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .site-header .container.pt-30.pb-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-header .head-logo,
  .site-header .head-contacts,
  .site-header .head-nav,
  .site-header .head-social {
    width: 100%;
  }
  .site-header .head-logo,
  .site-header .head-contacts,
  .site-header .head-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header .head-logo,
  .site-header .head-social {
    margin-bottom: 15px;
  }
  .site-header .head-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-header .head-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .site-header .head-logo {
    margin-bottom: 0;
  }
  .site-header .head-contacts {
    display: none;
  }
}
@media (max-width: 575px) {
  .site-header .head-social .social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header .head-social .social-media li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

.main-nav {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .main-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    height: 100%;
    width: 1000%;
    background-color: #7c00ff;
    z-index: -1;
  }
}
.main-nav .btn-toggle-menu {
  display: none;
}
.main-nav .toggle-menu {
  width: 100%;
}
.main-nav .toggle-menu > ul {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-nav .toggle-menu > ul > li {
  position: relative;
}
.main-nav .toggle-menu > ul > li + li {
  margin-left: 5px;
}
.main-nav .toggle-menu > ul > li a {
  position: relative;
  display: block;
  padding: 21px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  z-index: 1;
}
.main-nav .toggle-menu > ul > li a::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: #000;
  position: absolute;
  height: 0;
  width: 100%;
}
.main-nav .toggle-menu > ul > li.current-category-ancestor a, .main-nav .toggle-menu > ul > li.current-post-ancestor a, .main-nav .toggle-menu > ul > li.current-page-ancestor a, .main-nav .toggle-menu > ul > li.current_page_parent a, .main-nav .toggle-menu > ul > li.current-menu-item a, .main-nav .toggle-menu > ul > li.current-menu-parent a, .main-nav .toggle-menu > ul > li.current-product-ancestor a, .main-nav .toggle-menu > ul > li.current-product-parent a, .main-nav .toggle-menu > ul > li.active a {
  color: #bee844;
}
.main-nav .toggle-menu > ul > li.current-category-ancestor a::before, .main-nav .toggle-menu > ul > li.current-post-ancestor a::before, .main-nav .toggle-menu > ul > li.current-page-ancestor a::before, .main-nav .toggle-menu > ul > li.current_page_parent a::before, .main-nav .toggle-menu > ul > li.current-menu-item a::before, .main-nav .toggle-menu > ul > li.current-menu-parent a::before, .main-nav .toggle-menu > ul > li.current-product-ancestor a::before, .main-nav .toggle-menu > ul > li.current-product-parent a::before, .main-nav .toggle-menu > ul > li.active a::before {
  height: 100%;
  opacity: 1;
}
@media (hover: hover) {
  .main-nav .toggle-menu > ul > li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-nav .toggle-menu > ul > li a::before, .main-nav .toggle-menu > ul > li a::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-nav .toggle-menu > ul > li:hover a {
    color: #bee844;
  }
  .main-nav .toggle-menu > ul > li:hover a::before {
    height: 100%;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .main-nav {
    position: relative;
    background-color: #7c00ff;
    padding: 10px;
    margin: 0 auto;
    max-width: 670px;
    width: 100%;
    z-index: 995;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .main-nav .btn-toggle-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .main-nav .toggle-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #7c00ff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .main-nav .toggle-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .main-nav .toggle-menu > ul > li {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }
  .main-nav .toggle-menu > ul > li::before {
    display: none;
    visibility: hidden;
  }
  .main-nav .toggle-menu > ul > li > a {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #fff;
  }
  .main-nav .toggle-menu > ul > li > a::before, .main-nav .toggle-menu > ul > li > a::after {
    content: none;
  }
  .main-nav .toggle-menu > ul > li.current-category-ancestor, .main-nav .toggle-menu > ul > li.current-post-ancestor, .main-nav .toggle-menu > ul > li.current-page-ancestor, .main-nav .toggle-menu > ul > li.current_page_parent, .main-nav .toggle-menu > ul > li.current-menu-item, .main-nav .toggle-menu > ul > li.current-menu-parent, .main-nav .toggle-menu > ul > li.current-product-ancestor, .main-nav .toggle-menu > ul > li.current-product-parent, .main-nav .toggle-menu > ul > li.active {
    background-color: #000;
  }
  .main-nav .toggle-menu > ul > li.current-category-ancestor > a, .main-nav .toggle-menu > ul > li.current-post-ancestor > a, .main-nav .toggle-menu > ul > li.current-page-ancestor > a, .main-nav .toggle-menu > ul > li.current_page_parent > a, .main-nav .toggle-menu > ul > li.current-menu-item > a, .main-nav .toggle-menu > ul > li.current-menu-parent > a, .main-nav .toggle-menu > ul > li.current-product-ancestor > a, .main-nav .toggle-menu > ul > li.current-product-parent > a, .main-nav .toggle-menu > ul > li.active > a {
    color: #bee844;
  }
  .main-nav .toggle-menu > ul > li + li {
    margin-top: 5px !important;
  }
  .main-nav .btn-toggle-menu {
    margin: 0 auto;
    position: relative;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-nav .btn-toggle-menu .trigger {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    line-height: 30px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: #fff;
    z-index: 5;
  }
  .main-nav .btn-toggle-menu .trigger::before {
    bottom: -8px;
  }
  .main-nav .btn-toggle-menu .trigger:after {
    top: -8px;
  }
  .main-nav .btn-toggle-menu .trigger::before, .main-nav .btn-toggle-menu .trigger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background-color: #fff;
  }
  .main-nav .btn-toggle-menu.active .trigger {
    background-color: transparent;
  }
  .main-nav .btn-toggle-menu.active .trigger::before {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .main-nav .btn-toggle-menu.active .trigger::after {
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.box-slide {
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.box-slide .container {
  position: relative;
}
@media (max-width: 1199px) {
  .box-slide {
    margin-bottom: 20px;
  }
}

.slide-navs {
  max-width: 1920px;
  height: 40px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.slide-navs.disabled {
  display: none;
}
.slide-navs .slide-navs-inner {
  background: transparent;
  height: 100%;
  width: 100%;
  position: relative;
  pointer-events: none;
}
.slide-navs .slide-navs-inner.disabled {
  display: none;
}
.slide-navs .slide-navs-inner > span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: all;
  z-index: 2;
}
.slide-navs .slide-navs-inner > span::before {
  position: absolute;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  color: #7c00ff;
  text-indent: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.slide-navs .slide-navs-inner > span > span {
  position: relative;
  display: block;
  text-indent: -9999px;
  height: 100%;
  width: 100%;
}
.slide-navs .slide-navs-inner > span.owl-prev {
  left: 20px;
}
.slide-navs .slide-navs-inner > span.owl-prev::before {
  content: "\e90d";
}
.slide-navs .slide-navs-inner > span.owl-next {
  right: 20px;
}
.slide-navs .slide-navs-inner > span.owl-next::before {
  content: "\e90e";
}
@media (hover: hover) {
  .slide-navs .slide-navs-inner > span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .slide-navs .slide-navs-inner > span::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .slide-navs .slide-navs-inner > span:hover {
    background-color: #bee844;
  }
}

.box-slide .slide-navs {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products-brand {
  position: relative;
}
.products-brand .slide-navs {
  max-width: 1325px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1324px) {
  .products-brand .slide-navs {
    max-width: 1170px;
    bottom: 7px;
  }
}
@media (max-width: 414px) {
  .products-brand .slide-navs {
    max-width: 1170px;
    bottom: 110px;
  }
}

@media (max-width: 991px) {
  .box-slide .slide-navs {
    display: none;
  }
}
.box-infos {
  position: relative;
  padding-left: 35px;
}
.box-infos::before {
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #7c00ff;
}
.box-infos .box-infos_title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  color: #000;
}
.box-infos .box-infos_txt {
  font-size: 18px;
  line-height: 1.4444444444em;
  font-weight: 700;
  color: #7c00ff;
}
.box-infos.whatsapp::before {
  content: "\e91c";
}
.box-infos.phone::before {
  content: "\e919";
}
.box-infos.email::before {
  content: "\e917";
  font-size: 18px;
}
.box-infos.email .box-infos_txt {
  word-break: break-all;
}
.box-infos.location::before {
  content: "\e91a";
}

a.box-infos {
  display: block;
}
@media (hover: hover) {
  a.box-infos::before,
  a.box-infos .box-infos_txt {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.box-infos:hover::before,
  a.box-infos:hover .box-infos_txt {
    color: #bee844;
  }
}

.site-header .box-infos + .box-infos {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .site-header .box-infos + .box-infos {
    margin-left: 30px;
  }
}

.page-contact .box-infos + .box-infos {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .page-contact .box-infos + .box-infos {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .page-contact .box-infos.location .box-infos_txt {
    max-width: 320px;
  }
}
.page-contact .box-infos.location .btn {
  margin-top: 15px;
}

.box-serv {
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .box-serv {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .box-serv {
    width: 100%;
  }
}

.card-serv {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 370px;
  height: 100%;
  width: 100%;
  padding: 0 0 30px;
}
.card-serv .card-serv_head,
.card-serv .card-serv_body {
  border: 1px solid #e5e5e5;
}
.card-serv .card-serv_head {
  position: relative;
  overflow: hidden;
}
.card-serv .card-serv_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #000;
  opacity: 0;
}
.card-serv .card-serv_body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 350px;
  width: calc(100% - 20px);
  background-color: #fff;
  padding: 25px 25px 60px;
  margin: -10px 0 0;
  z-index: 2;
}
.card-serv .card-serv_title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #7c00ff;
  line-height: 1.3636363636em;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.card-serv .card-serv_title::before, .card-serv .card-serv_title::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  background-color: #bee844;
}
.card-serv .card-serv_title::before {
  width: 40px;
  left: 0;
}
.card-serv .card-serv_title::after {
  width: 4px;
  left: 43px;
}
.card-serv .card-serv_txt {
  color: #363636;
  line-height: 1.5em;
}
.card-serv .card-serv_foot {
  position: absolute;
  width: calc(100% - 70px);
  bottom: 0;
  left: 35px;
  padding: 0 0 50px;
  z-index: 5;
}
.card-serv .card-serv_foot .card-serv_btn {
  font-size: 18px;
  font-weight: 700;
  color: #7c00ff;
  line-height: 1.4444444444em;
  text-transform: uppercase;
}
.card-serv .card-serv_foot::before {
  position: absolute;
  top: 14px;
  right: 0;
  content: "\e900";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  color: #000;
  height: 60px;
  width: 60px;
  background-color: #bee844;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) {
  .card-serv .card-serv_head::before,
  .card-serv .card-serv_title,
  .card-serv .card-serv_foot .card-serv_btn,
  .card-serv .card-serv_foot::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .card-serv:hover .card-serv_head::before {
    width: 100%;
    opacity: 0.6;
  }
  .card-serv:hover .card-serv_title {
    color: #bee844;
  }
  .card-serv:hover .card-serv_foot .card-serv_btn {
    color: #7c00ff;
  }
  .card-serv:hover .card-serv_foot .card-serv_btn {
    color: #bee844;
  }
  .card-serv:hover .card-serv_foot::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #bee844;
    background-color: #7c00ff;
    border-color: #7c00ff;
  }
}

.btn-all {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-all.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-all.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  font-family: "K2D", sans-serif;
}

.btn::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e900";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) {
  .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn:hover::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.btn-brand {
  color: #7c00ff;
}
.btn-brand::before {
  color: #bee844;
}
@media (hover: hover) {
  .btn-brand:hover {
    color: #bee844;
  }
  .btn-brand:hover::before {
    background-color: #bee844;
    border-color: #bee844;
    color: #7c00ff;
  }
}

.head-sec {
  margin: 0 0 30px;
}
.head-sec .head-sec_title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2222222222em;
  color: #7c00ff;
  padding-right: 20px;
}
.head-sec .head-sec_title::before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 10px;
  width: 10px;
  background-color: #bee844;
  border-radius: 50%;
}
.head-sec.center {
  text-align: center;
}

.head-sec-2 {
  margin: 0 0 20px;
}
.head-sec-2 .head-sec-2_title {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3076923077em;
  color: #7c00ff;
  padding: 0 0 15px;
}
.head-sec-2 .head-sec-2_title::before, .head-sec-2 .head-sec-2_title::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  background-color: #bee844;
}
.head-sec-2 .head-sec-2_title::before {
  width: 40px;
  left: 0;
}
.head-sec-2 .head-sec-2_title::after {
  width: 4px;
  left: 43px;
}
.head-sec-2.center {
  text-align: center;
}
.head-sec-2.center .head-sec-2_title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head-sec-2.center .head-sec-2_title::after {
  left: calc(50% + 25px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-pic {
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .box-pic {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .box-pic {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .box-pic {
    width: 100%;
  }
}

.card-pic {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
  overflow: hidden;
}
.card-pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
}
.card-pic .card-pic_img {
  position: relative;
  overflow: hidden;
}
.card-pic .card-pic_img img {
  border: 1px solid #e5e5e5;
}
.card-pic .card-pic_img::before, .card-pic .card-pic_img::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}
.card-pic .card-pic_img::before {
  height: 55px;
  width: 55px;
  background-color: #fff;
  content: "\e91b";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #7c00ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-pic .card-pic_img::after {
  content: "";
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
}
@media (hover: hover) {
  .card-pic::before,
  .card-pic .card-pic_img::before,
  .card-pic .card-pic_img::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .card-pic:hover::before {
    width: 100%;
    opacity: 0.6;
  }
  .card-pic:hover .card-pic_img::before,
  .card-pic:hover .card-pic_img::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.box-vid {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.card-vid {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-vid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.card-vid .card-vid_img {
  position: relative;
  overflow: hidden;
}
.card-vid .card-vid_img img {
  border: 1px solid #e5e5e5;
}
.card-vid .card-vid_img::before, .card-vid .card-vid_img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
.card-vid .card-vid_img::before {
  height: 80px;
  width: 80px;
  background-color: #fff;
  content: "\e916";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #7c00ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-vid .card-vid_img::after {
  content: "";
  height: 120px;
  width: 120px;
  border: 2px solid #fff;
}
@media (hover: hover) {
  .card-vid::before,
  .card-vid .card-vid_img::before,
  .card-vid .card-vid_img::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .card-vid:hover::before {
    opacity: 0.7;
  }
  .card-vid:hover .card-vid_img::before,
  .card-vid:hover .card-vid_img::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (max-width: 414px) {
  .card-vid .card-vid_img::before,
  .card-vid .card-vid_img::after {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@media (max-width: 1199px) {
  .home-services {
    margin-bottom: 10px;
  }
}

.home-about .home-about_img,
.home-about .home-about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-about .home-about_img figure img {
  border: 1px solid #e5e5e5;
}
.home-about .home-about_txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .home-about .home-about_img,
  .home-about .home-about_txt {
    width: 100%;
  }
  .home-about .home-about_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-about .home-about_img .head-sec .head-sec_title {
    text-align: center;
  }
  .home-about .home-about_txt {
    padding-left: 15px;
    margin-top: 30px;
  }
  .home-about .home-about_txt .single-details {
    text-align: center;
  }
  .home-about .home-about_txt .btn-all {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-details {
  text-align: left;
}
.single-details::after {
  display: block;
  content: "";
  clear: both;
}
.single-details p, .single-details ul, .single-details ol {
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444em;
  margin-bottom: 25px;
}
.single-details h2, .single-details h3, .single-details h4, .single-details h5, .single-details h6 {
  margin-bottom: 20px;
}
.single-details ul {
  margin: 20px 0;
}
.single-details ul li {
  position: relative;
  padding-left: 15px;
}
.single-details ul li + li {
  margin-top: 5px;
}
.single-details ul li::before {
  position: absolute;
  content: "\e90e";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 8px;
  color: #7c00ff;
  top: 9px;
  left: 0;
}
.single-details a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.single-details blockquote {
  background-color: #f1f1f1;
  border-radius: 10px;
  font-style: italic;
  color: #7c00ff;
  text-transform: uppercase;
  padding: 25px 30px 25px 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-details blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #bee844;
  left: 0;
  top: 0;
}
.single-details blockquote h1, .single-details blockquote h2, .single-details blockquote h3, .single-details blockquote h4, .single-details blockquote h5, .single-details blockquote h6, .single-details blockquote p, .single-details blockquote ul, .single-details blockquote ol {
  margin-bottom: 0;
}
.single-details table {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}
.single-details table strong, .single-details table b {
  color: #000;
}
.single-details table + table {
  margin: 25px 0 0;
}
.single-details table thead {
  background-color: #f1f1f1;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.single-details table thead strong, .single-details table thead b {
  color: #000;
  font-weight: 600;
}
.single-details table thead th {
  padding: 15px 10px;
}
.single-details table tbody tr {
  background-color: #fff !important;
}
.single-details table tbody tr:nth-child(odd) {
  background-color: #fff !important;
}
.single-details table tbody td {
  padding: 10px;
}

.page-about .page-about_img {
  margin-right: 60px;
}
.page-about .page-about_img img {
  border: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .page-about .page-about_img {
    float: none;
    margin-right: 0;
  }
}

.single-service .single-service_img img {
  border: 1px solid #e5e5e5;
}
.single-service .single-service_btn {
  position: relative;
  display: block;
  max-width: 570px;
  margin: 10px auto 25px;
  padding: 17px 60px 17px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  color: #7c00ff;
  line-height: 1.4444444444em;
  text-transform: uppercase;
  z-index: 1;
}
.single-service .single-service_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #bee844;
  opacity: 0;
  z-index: -1;
}
.single-service .single-service_btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #7c00ff;
  border-radius: 50%;
  content: "\e90e";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) {
  .single-service .single-service_btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single-service .single-service_btn::before, .single-service .single-service_btn::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single-service .single-service_btn:hover {
    border-color: #bee844;
  }
  .single-service .single-service_btn:hover::before {
    width: 100%;
    opacity: 1;
  }
}

.page-contact .page-contact_infos {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .page-contact_form .single-details p span {
  color: #cc0000;
}
@media (max-width: 1199px) {
  .page-contact .page-contact_infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .page-contact .page-contact_form {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .page-about,
  .page-service,
  .single-service,
  .page-contact,
  .single-page {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=1.9.styles.css.map */
