/*!
    Theme Name: Milbor
    Theme URI: 
    Description: 
    Version: 1.0.0
    Author: Dominik Sobel
    Author URI: 
    Tags: 
*/

/*! 
    CSS Document
    Autor: Dominik Sobel
    www.casi-studio.eu
*/

:not(.bxslider) {
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transition: font-size .3s ease-in-out;
  transition: font-size .3s ease-in-out;
  -webkit-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out;
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
section,
video {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.full_line,
.line {
  float: left;
  width: 100%;
}

.deskop-hide,
.none {
  display: none;
}

.table {
  display: table;
  width: 100%;
}

.table .table_tr,
.table>* {
  display: table-row;
}

.table .table_tr .table_cell,
.table .table_tr>*,
.table>* .table_cell,
.table>*>* {
  display: table-cell;
}

.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.flex.flex_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex .flex_item_grid_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
}

.flex .flex_item_grid_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px;
}

.flex .flex_item_grid_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  margin: 0 10px;
}

.flex .flex_item_grid_6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(16.66667% - 20px);
  flex: 0 0 calc(16.66667% - 20px);
  margin: 0 10px;
}

.grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid.grid_2_equal {
  grid-template-columns: repeat(2,1fr);
}

.grid.grid_3_equal {
  grid-template-columns: repeat(3,1fr);
}

.grid.grid_4_equal {
  grid-template-columns: repeat(4,1fr);
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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;
  }

  to {
    opacity: 0;
  }
}

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

  to {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out 0s;
  transition: height .5s ease-in-out 0s;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  min-width: 100%;
}

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

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
}

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

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

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

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

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  -moz-user-select: none;
  float: left;
  min-height: 1px;
  position: relative;
}

.owl-carousel.owl-text-select-on .owl-item {
  -moz-user-select: auto;
}

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

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

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

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
}

body.fancybox-active,
body.fancybox-active * {
  -webkit-transition: none;
  transition: none;
}

body.compensate-for-scrollbar {
  margin-right: 0!important;
}

.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;
  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(.47,0,.74,.71);
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .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 .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .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 44px 0;
  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;
  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--next {
  z-index: 99995;
}

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

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

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  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(.5,0,.14,1);
  animation-timing-function: cubic-bezier(.5,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;
  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-slide--html .fancybox-content {
  margin: 0 0 6px;
}

.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--video .fancybox-content {
  height: calc(100% - 44px);
  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;
  vertical-align: top;
  width: 100%;
}

.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,.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 .2s;
  transition: color .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,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.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;
  transition-property: -webkit-transform;
  -webkit-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: .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-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

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

.fancybox-navigation .fancybox-button div {
  background: rgba(30,30,30,.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.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%,.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: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid;
  border-color: #888 #888 #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
  transition-timing-function: cubic-bezier(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(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.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(.5,.5,.5);
  transform: scale3d(.5,.5,.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(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.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 .2s;
  transition: all .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: 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__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,.3);
  box-shadow: inset 0 0 6px rgba(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,.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 .2s cubic-bezier(.25,.46,.45,.94);
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}

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

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

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {font-display:swap;
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

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

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

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

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

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

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #fff;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  word-break: normal;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100%!important;
  height: 100%!important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0;
}

.video-js.vjs-4-3,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill,
.video-js .vjs-tech {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100%!important;
  height: 100%!important;
  padding-top: 0!important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none!important;
}

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block!important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
  border-radius: .3em;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0,0,0,.8);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));
  overflow: auto;
}

.video-js .vjs-modal-dialog>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43,51,63,.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s,opacity .1s;
  transition: visibility .1s,opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none!important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.vjs-button>.vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  background: #000;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -.5em;
  top: -.333333333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115,133,159,.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115,133,159,.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: hsla(0,0%,100%,.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
  transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: 9em;
  -webkit-transition: width .1s;
  transition: width .1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial,Helvetica,sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43,51,63,.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
  animation: vjs-spinner-show 0s linear .3s forwards;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff transparent transparent;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: #fff;
  }

  60% {
    border-top-color: #73859f;
  }

  to {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: #fff;
  }

  60% {
    border-top-color: #73859f;
  }

  to {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43,51,63,.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display:grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting>select {
  margin-right: 1em;
  margin-bottom: .5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span>select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  display: block;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(88%,#fff),to(#73859f));
  background-image: linear-gradient(0deg,#fff 88%,#73859f);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43,51,63,.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(88%,#fff),to(#73859f));
  background-image: linear-gradient(-180deg,#fff 88%,#73859f);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible),
.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
  outline: none;
  background: none;
}

figure.containerZoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin: 0;
}

figure.containerZoom img {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  width: 100%;
}

figure.containerZoom.active img {
  opacity: 0;
}

.ol-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f;
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width;
}

.ol-overlay-container {
  will-change: left,right,top,bottom;
}

.ol-unsupported {
  display: none;
}

.ol-unselectable,
.ol-viewport {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: hsla(0,0%,100%,.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-control:hover {
  background-color: hsla(0,0%,100%,.6);
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  -webkit-transition: opacity .25s linear,visibility 0s linear;
  transition: opacity .25s linear,visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s linear,visibility 0s linear .25s;
  transition: opacity .25s linear,visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,.5);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  background-color: rgba(0,60,136,.7);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}

.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: hsla(0,0%,100%,.8);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: .5em;
  bottom: .5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: hsla(0,0%,100%,.8);
}

.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.row,
.row.reverse {
  -webkit-box-orient: horizontal;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse,
.row.reverse {
  -webkit-box-direction: reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@font-face {font-display:swap;
  font-family: Open Sans;
  src: url(/wp-content/themes/milbor/font/OpenSans.woff2) format("woff2"),url(/wp-content/themes/milbor/font/OpenSans.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Open Sans Light;
  src: url(/wp-content/themes/milbor/font/OpenSans-Light.woff2) format("woff2"),url(/wp-content/themes/milbor/font/OpenSans-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Open Sans Light Italic;
  src: url(/wp-content/themes/milbor/font/OpenSansLight-Italic.woff2) format("woff2"),url(/wp-content/themes/milbor/font/OpenSansLight-Italic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Open Sans Semibold;
  src: url(/wp-content/themes/milbor/font/OpenSans-Semibold.woff2) format("woff2"),url(/wp-content/themes/milbor/font/OpenSans-Semibold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Open Sans Bold;
  src: url(/wp-content/themes/milbor/font/OpenSans-Bold.woff2) format("woff2"),url(/wp-content/themes/milbor/font/OpenSans-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Neulis Alt Regular;
  src: url(/wp-content/themes/milbor/font/NeulisAlt-Regular.woff2) format("woff2"),url(/wp-content/themes/milbor/font/NeulisAlt-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Neulis Alt SemiBold;
  src: url(/wp-content/themes/milbor/font/NeulisAlt-SemiBold.woff2) format("woff2"),url(/wp-content/themes/milbor/font/NeulisAlt-SemiBold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Neulis Alt Bold;
  src: url(/wp-content/themes/milbor/font/NeulisAlt-Bold.woff2) format("woff2"),url(/wp-content/themes/milbor/font/NeulisAlt-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Montserrat SemiBold;
  src: url(/wp-content/themes/milbor/font/Montserrat-SemiBold.woff2) format("woff2"),url(/wp-content/themes/milbor/font/Montserrat-SemiBold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Montserrat Bold;
  src: url(/wp-content/themes/milbor/font/Montserrat-Bold.woff2) format("woff2"),url(/wp-content/themes/milbor/font/Montserrat-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-display:swap;
  font-family: Montserrat Regular;
  src: url(/wp-content/themes/milbor/font/Montserrat-Regular.woff2) format("woff2"),url(/wp-content/themes/milbor/font/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background: #fff;
  font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}

body.mobile-menu-active,
body.overflow,
body.shadow {
  overflow: hidden;
}

body.shadow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  background: hsla(0,0%,100%,.8);
  z-index: 11111;
}

.overflow {
  overflow-x: hidden;
}

.conteiner,
body,
html {
  height: 100%;
  position: relative;
}

.conteiner:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

a,
a:hover {
  color: #000;
}

a:hover {
  opacity: .7;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: 400;
  font-family: Neulis Alt Bold;
}

.box .box_header {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 40px;
}

.box .box_header h1,
.box .box_header h2,
.box .box_header h3 {
  font-size: 28px;
  color: #2e2651;
  font-family: Neulis Alt Bold;
}

.box .box_header:before {
  width: 175px;
  border-bottom: 3px solid #ab0e21;
  left: 0;
  bottom: 0;
  content: " ";
  position: absolute;
}

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

.box .box_header.center:before {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#cookie-notice {
  z-index: 1000000!important;
}

body.lang-ru h1,
body.lang-ru h2,
body.lang-ru h3,
body.lang-ru h4,
body.lang-ru h5,
body.lang-ru strong {
  font-family: Montserrat Bold;
}

body.lang-ru .box .box_header h1,
body.lang-ru .box .box_header h2,
body.lang-ru .box .box_header h3 {
  font-family: Montserrat Regular;
}

.ue-flag {
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  padding: 10px;
  display: inline-block;
  z-index: 22222;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1!important;
}

.ue-flag img {
  max-width: 160px;
  height: auto;
}

.cli-switch #wt-cli-checkbox-niezbedne,
.cli-switch #wt-cli-checkbox-niezbedne+label {
  display: none;
}

.editor ul {
  list-style: none;
}

.editor ul li {
  position: relative;
  padding-left: 18px;
}

.editor ul li:before {
  content: " ";
  background: #2e2651;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
}

.editor ul li+li {
  margin-top: 20px;
}

::-webkit-input-placeholder {
  color: #000;
  font-size: 12px;
  opacity: 1;
  font-family: Neulis Alt Regular;
  letter-spacing: 1px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 12px;
  opacity: 1;
  font-family: Neulis Alt Regular;
  letter-spacing: 1px;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #000;
  font-size: 12px;
  opacity: 1;
  font-family: Neulis Alt Regular;
  letter-spacing: 1px;
}

.btn,
.button,
input[type=submit] {
  position: relative;
  font-size: 13px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  border: 0!important;
  padding: 0 30px!important;
  background: #9eba26;
  display: inline-block;
  color: #fff;
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-family: Neulis Alt SemiBold;
}

.btn:hover,
.button:hover,
input[type=submit]:hover {
  opacity: 1;
  background: #ab0e21;
  color: #fff;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
}

span.wpcf7-list-item {
  margin-left: 0!important;
}

.wpcf7-acceptance.wpcf7-not-valid,
.wpcf7-checkbox.wpcf7-not-valid {
  border: 0!important;
}

.wpcf7-acceptance.wpcf7-not-valid>span input[type=checkbox]+span:before,
.wpcf7-checkbox.wpcf7-not-valid>span input[type=checkbox]+span:before {
  border: 1px solid red;
}

.wpcf7-acceptance>span,
.wpcf7-checkbox>span {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-left: 0;
}

.wpcf7-acceptance>span input[type=checkbox],
.wpcf7-checkbox>span input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -100px;
  top: -100px;
  width: auto;
}

.wpcf7-acceptance>span input[type=checkbox]+span,
.wpcf7-checkbox>span input[type=checkbox]+span {
  padding-left: 28px;
  cursor: pointer;
  min-height: 15px;
  padding-top: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
}

.wpcf7-acceptance>span input[type=checkbox]+span:before,
.wpcf7-checkbox>span input[type=checkbox]+span:before {
  background: #fff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
}

.wpcf7-acceptance>span input[type=checkbox]+span:after,
.wpcf7-checkbox>span input[type=checkbox]+span:after {
  background: url(/wp-content/themes/milbor/img/icon-check.svg) no-repeat;
  width: 9px;
  height: 6px;
  content: " ";
  position: absolute;
  left: 3px;
  top: 6px;
  opacity: 0;
}

.wpcf7-acceptance>span input[type=checkbox]+span a,
.wpcf7-checkbox>span input[type=checkbox]+span a {
  color: #9eba26;
}

.wpcf7-acceptance>span input[type=checkbox]:checked+span:after,
.wpcf7-checkbox>span input[type=checkbox]:checked+span:after {
  opacity: 1;
}

.wpcf7-acceptance:after,
.wpcf7-checkbox:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px!important;
  text-align: center;
  background: #c42a2a;
  border: 0!important;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 3px;
  border: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #8ec63f;
}

.mat-input {
  display: block;
}

.mat-input+.mat-input {
  margin-top: 20px;
}

.mat-input input,
.mat-input textarea {
  border: 0;
}

.mat-input .mat-input-outer,
.mat-input .mat-textarea-outer {
  width: 100%;
  position: relative;
  display: block;
}

.mat-input .mat-input-outer textarea,
.mat-input .mat-textarea-outer textarea {
  display: block;
  width: 100%;
  padding: 8px 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  resize: none;
  display: inline-block;
  vertical-align: middle;
  height: 135px;
  border-bottom: 1px solid #fff;
  font-family: Open Sans;
}

.mat-input .mat-input-outer input,
.mat-input .mat-textarea-outer input {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  background: transparent;
  color: #fff;
  font-size: 17px;
  font-family: Open Sans;
  height: 40px;
}

.mat-input .mat-input-outer input.wpcf7-not-valid,
.mat-input .mat-textarea-outer input.wpcf7-not-valid {
  border-bottom-color: #ab0e21;
}

.mat-input .mat-input-outer .wpcf7-not-valid-tip,
.mat-input .mat-textarea-outer .wpcf7-not-valid-tip {
  display: none!important;
}

.mat-input .mat-input-outer label,
.mat-input .mat-textarea-outer label {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
  cursor: text;
  position: absolute;
  font-size: 17px;
  font-family: Open Sans;
  color: #fff;
  opacity: .33;
}

.mat-input .mat-input-outer label.active,
.mat-input .mat-textarea-outer label.active {
  top: -10px;
  font-size: 13px;
  -webkit-transform: translate(0);
  transform: translate(0);
  color: #fff;
  opacity: 1;
}

.mat-input .mat-textarea-outer label {
  top: 10px;
  -webkit-transform: translate(0);
  transform: translate(0);
  color: #fff;
}

body.lang-ru ::-webkit-input-placeholder {
  font-family: Montserrat Regular;
}

body.lang-ru :-ms-input-placeholder {
  font-family: Montserrat Regular;
}

body.lang-ru :-moz-placeholder,
body.lang-ru ::-moz-placeholder {
  font-family: Montserrat Regular;
}

body.lang-ru .btn,
body.lang-ru .button,
body.lang-ru input[type=submit] {
  font-family: Montserrat SemiBold;
}

header.main {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}

header.main .row {
  height: 115px;
}

header.main a {
  color: #fff;
}

header.main nav.main {
  padding-right: 20px;
  font-size: 14px;
}

header.main nav.main ul li a {
  position: relative;
  opacity: 1!important;
}

header.main nav.main ul li a:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: " ";
  border-bottom: 1.5px solid #ab0e21;
  max-width: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.main nav.main ul li.current-menu-item a:before,
header.main nav.main ul li a:hover:before {
  max-width: calc(100% + 10px);
}

header.main nav.main:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

header.main nav.main .machine-mobile-contact {
  display: none;
}

header.main ul {
  float: right;
  list-style: none;
  width: 100%;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.main ul li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
}

header.main ul li:last-child {
  margin-right: 0;
}

header.main .btn.mobile,
header.main .machine-mobile-contact {
  display: none;
}

header.main .lang {
  float: right;
  font-size: 13px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  margin-right: 20px;
  position: relative;
}

header.main .lang .btn {
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
}

header.main .lang .btn.secondary {
  position: relative;
  margin-right: 15px;
  border: 1px solid #9eba26!important;
  background: transparent!important;
  color: #9eba26!important;
  opacity: 1!important;
}

header.main .lang .btn.secondary:hover {
  background: #9eba26!important;
  color: #fff!important;
}

header.main .lang ul {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 30px;
  position: relative;
}

header.main .lang ul:before {
  background: url(/wp-content/themes/milbor/img/icon-lang.svg) no-repeat 0 0;
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
}

header.main .lang li {
  margin-right: 10px;
}

header.main .lang li:last-child {
  margin-right: 0;
}

header.main .lang li a {
  font-family: Neulis Alt Regular;
}

header.main .lang li.wpml-ls-current-language a {
  font-family: Neulis Alt Bold;
  position: relative;
}

header.main .lang li.wpml-ls-current-language a:before {
  border-bottom: 1px solid #ab0e21;
  left: 0;
  right: 0;
  bottom: -5px;
  content: " ";
  position: absolute;
}

header.main .lang li.menu-item-wpml-ls-3-tr {
  display: none!important;
}

body#subpage header.main .row {
  height: 100px;
}

body#subpage header.main nav.main {
  margin-bottom: 25px;
  padding-right: 0;
}

body#subpage header.main .lang {
  padding-top: 10px;
  margin-right: 0;
}

body.error404 header.main,
body.page-template-page-contact header.main,
body.single-blog header.main {
  background: #2e2651;
  position: fixed;
}

body.error404 header.main .row,
body.page-template-page-contact header.main .row,
body.single-blog header.main .row {
  height: 120px;
  padding-bottom: 30px;
}

body.error404 header.main nav.main,
body.page-template-page-contact header.main nav.main,
body.single-blog header.main nav.main {
  margin-bottom: 0!important;
}

body#homepage header.main.scroll {
  position: fixed;
  background: #2e2651;
}

body#homepage header.main.scroll .row {
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px!important;
}

body#homepage header.main.scroll nav.main {
  padding-right: 215px;
}

body#homepage header.main.scroll .logo img {
  max-height: 34px;
  width: auto;
  vertical-align: middle;
}

body#homepage header.main.scroll .lang {
  margin-right: 0;
  height: 0;
  margin-bottom: 0;
}

body#homepage header.main.scroll .lang ul {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0!important;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

body#homepage header.main.scroll .lang .btn {
  position: absolute;
  right: 0;
  top: -5px;
}

body#homepage header.main.scroll .lang .btn.secondary {
  display: none!important;
}

body#homepage header.main.scroll .col-md-7 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

body#subpage header.main.scroll {
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
  background: #2e2651;
  position: fixed;
}

body#subpage header.main.scroll .row {
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px!important;
}

body#subpage header.main.scroll .logo img {
  max-height: 34px;
  width: auto;
  vertical-align: middle;
}

body#subpage header.main.scroll nav.main {
  margin-bottom: 0;
  padding-right: 215px;
}

body#subpage header.main.scroll .lang {
  padding-top: 0;
  margin-right: 0;
  height: 0;
  margin-bottom: 0;
}

body#subpage header.main.scroll .lang ul {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0!important;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

body#subpage header.main.scroll .lang .btn {
  position: absolute;
  right: 0;
  top: -5px;
}

body#subpage header.main.scroll .lang .btn.secondary {
  display: none!important;
}

body.page-template-page-contact header.main.scroll,
body.single-blog header.main.scroll {
  background: #2e2651;
}

body.lang-ru header.main .lang li a {
  font-family: Montserrat Regular;
}

body.lang-ru header.main .lang li.wpml-ls-current-language a {
  font-family: Montserrat Bold;
}

footer.main {
  background: #2e2651;
  color: #fff;
  padding: 35px 0;
  line-height: 1.5;
  font-size: 14px;
}

footer.main a {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer.main a:hover {
  opacity: .8;
}

footer.main h5,
footer.main strong {
  font-family: Open Sans Bold;
}

footer.main .col-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

footer.main .col-left .box {
  position: relative;
}

footer.main .col-left .box ul {
  list-style: none;
  padding-top: 2px;
}

footer.main .col-left .box ul li+li {
  margin-top: 6px;
}

footer.main .col-left .box-logo {
  font-family: Open Sans Bold;
  width: 180px;
  padding-right: 40px;
}

footer.main .col-left .box-logo .logo {
  margin-bottom: 10px;
  height: 40px;
}

footer.main .col-left .box-logo .menu-social {
  padding-top: 10px;
}

footer.main .col-left .box-logo .menu-social ul {
  list-style: none;
}

footer.main .col-left .box-logo .menu-social ul li {
  float: left;
}

footer.main .col-left .box-logo .menu-social ul li+li {
  margin-left: 10px;
  margin-top: 0;
}

footer.main .col-left .box-logo .menu-social ul li a {
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  float: left;
  height: 17px;
}

footer.main .col-left .box-logo .menu-social ul li.fb a {
  background-image: url(/wp-content/themes/milbor/img/icon-social-fb.svg);
  width: 17px;
}

footer.main .col-left .box-logo .menu-social ul li.linkedin a {
  background-image: url(/wp-content/themes/milbor/img/icon-social-linkedin.svg);
  width: 17px;
}

footer.main .col-left .box-logo .menu-social ul li.yt a {
  background-image: url(/wp-content/themes/milbor/img/icon-social-yt.svg);
  width: 24px;
}

footer.main .col-left .box-logo .menu-social ul:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

footer.main .col-left .box-place {
  padding-right: 80px;
}

footer.main .col-left .box-place .title {
  font-size: 14px;
}

footer.main .col-left .box-place .place+.place {
  margin-top: 20px;
}

footer.main .col-left .box-menu {
  padding-left: 100px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.main .col-left .box-menu:before {
  border-right: 2px solid #9eba26;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

footer.main .col-left .box-menu:after {
  border-right: 2px solid #9eba26;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

footer.main .col-left .box-menu>.menu {
  width: calc(50% - 20px);
}

footer.main .col-left .box-newsletter {
  padding-left: 0;
}

footer.main .col-left .box-newsletter h3 {
  margin-bottom: 10px;
}

footer.main .copy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

footer.author {
  padding: 15px 0;
  font-size: 11px;
}

footer.author .text_right {
  text-align: right;
}

#breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 50px!important;
  font-size: 12px!important;
  position: relative;
  z-index: 3;
  text-align: right;
}

#breadcrumbs .sep,
.woocommerce .woocommerce-breadcrumb .sep {
  padding: 0 5px;
}

#breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  color: #fff;
}

#breadcrumbs strong.breadcrumb_last,
.woocommerce .woocommerce-breadcrumb strong.breadcrumb_last {
  font-family: Open Sans Bold;
}

.navigation {
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.navigation ul {
  list-style: none;
  display: inline-block;
  position: relative;
}

.navigation ul:before {
  border-top: 2px solid #ab0e21;
  top: 27px;
  content: " ";
  position: absolute;
  left: 18px;
  right: 18px;
  z-index: -1;
}

.navigation ul li {
  float: left;
  margin: 0 18px 5px;
}

.navigation ul li a {
  font-size: 17px;
  border: 1px dashed #ab0e21;
  color: #707070;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 52px;
  font-family: Neulis Alt Bold;
  border-radius: 50%;
  color: #ab0e21;
  background: #fff;
}

.navigation ul li.active a,
.navigation ul li a:hover {
  opacity: 1;
  background: #ab0e21;
  color: #fff;
}

.navigation ul li.next a,
.navigation ul li.prev a {
  text-indent: -9999px;
  overflow: hidden;
  background: #ab0e21;
  position: relative;
}

.navigation ul li.next a:before,
.navigation ul li.prev a:before {
  background: url(/wp-content/themes/milbor/img/icon-right-white.svg);
  width: 13px;
  height: 13px;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.navigation ul li.next_no,
.navigation ul li.prev_no {
  display: none;
}

.navigation ul li.prev a:before {
  -webkit-transform: translate(-50%,-50%) rotate(-180deg);
  transform: translate(-50%,-50%) rotate(-180deg);
}

.navigation:after,
.navigation ul:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru .navigation ul li a {
  font-family: Montserrat Bold;
}

.menu-link {
  width: 32px;
  height: 32px;
  background-color: #9eba26;
  position: relative;
  z-index: 99999;
  float: right;
  display: none;
  border-radius: 6px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-link:before {
  margin-top: -6px;
}

.menu-link:after,
.menu-link:before {
  width: 16px;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  height: 2px;
  background: #fff;
  display: block;
  content: " ";
  position: absolute;
}

.menu-link:after {
  margin-top: 4px;
}

.menu-link span:before {
  width: 16px;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #fff;
  display: block;
  content: " ";
  position: absolute;
}

.menu-link.active,
.menu-link:hover {
  background: #ab0e21;
  opacity: 1;
}

.menu-link.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}

.menu-link.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}

#mobile-menu,
.menu-link.active span:before {
  display: none;
}

#slider {
  position: relative;
  background: #2e2651;
  color: #fff;
  overflow: hidden;
}

#slider:before {
  background: url(/wp-content/themes/milbor/img/slider-bg.svg);
  width: 732px;
  height: 454px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -700px;
}

#slider .content {
  padding-top: 150px;
  color: #fff;
  width: 390px;
  height: 720px;
  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;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

#slider .content h2 {
  font-size: 37px;
  font-family: Neulis Alt Bold;
}

#slider .content .text {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 30px;
}

#slider .content .line_btn {
  margin-top: 30px;
}

#slider .video {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 320px);
  height: 100%;
}

#slider .video span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  overflow: hidden;
}

#slider .video span audio::-webkit-media-controls,
#slider .video span audio::-webkit-media-controls-timeline,
#slider .video span video::-webkit-media-controls,
#slider .video span video::-webkit-media-controls-timeline {
  display: none;
}

#slider .video span video[poster] {
  -o-object-fit: cover;
  object-fit: cover;
}

#slider .video span .vjs-poster {
  background-size: cover;
  background-position: inherit;
}

#slider .video span .video-js {
  overflow: hidden;
  top: 50%!important;
  left: 50%!important;
  min-width: 100%;
  min-height: 100%;
  width: auto!important;
  height: auto!important;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#slider .video span .video-js,
#slider .video span video {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#slider .video span video {
  top: 50%;
  left: 50%;
}

#slider .video .link {
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}

#slider .video .link a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding-left: 55px;
  position: relative;
}

#slider .video .link a:before {
  border-radius: 50%;
  border: 1px solid #fff;
  left: 0;
  width: 32px;
  height: 32px;
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#slider .video .link a:after {
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: " ";
  position: absolute;
  left: 16px;
  top: 5px;
}

#slider #milborslider {
  width: 500px;
  height: 580px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 490px);
  z-index: 999;
}

#slider #milborslider main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#slider #milborslider .controls {
  position: absolute;
  left: 0;
  top: 15%;
  height: 50%;
}

#slider #milborslider #ctr_progress {
  width: 1px;
  height: 0;
  border-left: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 1s,height .5s;
  transition: top 1s,height .5s;
}

#slider #milborslider .controls_progress {
  position: absolute;
  bottom: 22px;
  left: 18px;
  height: calc(100% - 18px);
  width: 5px;
}

#slider #milborslider #ctr_line {
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  left: 2px;
}

#slider #milborslider #nextButton {
  padding: 10px;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

#slider #milborslider #nextButton:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#slider #milborslider .slides-container {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#slider #milborslider .slide {
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  color: hsla(0,0%,100%,.9);
  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;
  height: 480px;
  width: 100%;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  cursor: pointer;
}

#slider #milborslider .slide span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 15px;
  font-weight: 700;
  padding: 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

#slider #milborslider .slide span svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
}

#slider #milborslider .slide:hover span {
  opacity: 1;
}

#slider #milborslider .smallslide {
  position: absolute;
  top: 320px;
  left: 30px;
  width: 150px;
  height: 150px;
  background-position: 50%;
  background-size: 85%;
  background-repeat: no-repeat;
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 99;
}

#slider #milborslider .beforesmallslide {
  position: absolute;
  top: 345px;
  left: 55px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

#slider #milborslider .slides-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#slider #milborslider a.clearstylehref:hover {
  opacity: 1!important;
}

body.lang-ru #slider .content h2 {
  font-family: Montserrat Bold;
}

#about-us {
  padding: 65px 0;
  line-height: 1.5;
  position: relative;
}

#about-us .big {
  font-size: 25px;
  color: #2e2651;
  line-height: 1.3;
  font-family: Neulis Alt Regular;
}

#about-us .line_btn {
  margin-top: 30px;
}

#about-us .line_btn .btn {
  width: 190px;
  text-align: center;
}

#about-us .photo {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 50%;
}

#about-us .photo img {
  vertical-align: middle;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 50%;
}

#about-us .photo span {
  position: relative;
  width: 731px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

#about-us .photo span:before {
  background: url(/wp-content/themes/milbor/img/offer-sygnet-hover.svg) no-repeat 50%;
  width: 100%;
  width: 730px;
  height: 100%;
  background-size: cover;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  z-index: 2;
}

#about-us:hover .photo span img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#about-us:hover .photo span:before {
  opacity: 0;
}

body.lang-ru #about-us h2 {
  font-family: Montserrat Bold;
}

body.lang-ru #about-us .big {
  font-family: Montserrat Regular;
}

body.home #offer {
  padding-top: 0!important;
}

#offer {
  padding: 80px 0;
}

#offer .box_header h2 {
  font-family: Neulis Alt Regular;
}

#offer .box_header h2 strong {
  font-family: Neulis Alt SemiBold;
}

#offer .desc {
  margin-top: -10px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#offer .desc strong {
  color: #9eba26;
}

#offer .flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

#offer .flex-line .item {
  width: 100%;
  max-width: calc(20% - 5px);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  height: 460px;
  overflow: hidden;
}

#offer .flex-line .item a {
  width: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  overflow: hidden;
  display: block;
  opacity: 1!important;
}

#offer .flex-line .item a:hover {
  opacity: 1!important;
}

#offer .flex-line .item a .img {
  background: #ccc;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 270px;
}

#offer .flex-line .item a .img span {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
}

#offer .flex-line .item a .img:before {
  background: url(/wp-content/themes/milbor/img/realization-top-bg4.svg) no-repeat 0 bottom;
  background-size: 100% auto;
  left: -5px;
  right: -5px;
  top: auto;
  height: 100%;
  bottom: -2px;
  content: " ";
  position: absolute;
}

#offer .flex-line .item a .content {
  color: #fff;
  padding: 20px 25px;
  position: relative;
  background: #2e2651;
  min-height: 190px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#offer .flex-line .item a .content>div {
  width: 100%;
}

#offer .flex-line .item a .content header {
  position: relative;
  z-index: 3;
}

#offer .flex-line .item a .content header h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: Neulis Alt SemiBold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#offer .flex-line .item a .content .text {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
}

#offer .flex-line .item a .content .hide {
  display: none;
  margin-top: 10px;
  position: relative;
  padding-right: 200px;
}

#offer .flex-line .item a .content .hide .item-desc {
  margin-bottom: 20px;
}

#offer .flex-line .item a .content .hide .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

#offer .grid-fruits {
  margin-top: 80px;
  grid-column-gap: 20px;
  grid-row-gap: 55px;
}

#offer .grid-fruits .item {
  text-align: center;
}

#offer .grid-fruits .item a {
  opacity: 1!important;
}

#offer .grid-fruits .item .img {
  position: relative;
  margin-bottom: 15px;
  height: 152px;
  width: 100%;
}

#offer .grid-fruits .item .img:before {
  width: 162px;
  height: 152px;
  border: 1px dashed #ab0e21;
  content: " ";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  top: 50%;
  left: 50%;
}

#offer .grid-fruits .item .img img {
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  max-height: 80px;
  width: auto;
}

#offer .grid-fruits .item header h3 {
  font-size: 17px;
  color: #2e2651;
  font-family: Neulis Alt Regular;
  font-weight: 400;
  text-transform: lowercase;
}

#offer .grid-fruits .item:hover .img:before {
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
}

#offer .grid-fruits .item:hover .img img {
  -webkit-transform: translate(-50%,-50%) scale(1.1);
  transform: translate(-50%,-50%) scale(1.1);
}

#offer .grid-fruits .item#item-46 .img img,
#offer .grid-fruits .item#item-3560 .img img,
#offer .grid-fruits .item#item-4065 .img img,
#offer .grid-fruits .item#item-4066 .img img,
#offer .grid-fruits .item#item-4068 .img img {
  margin-left: -12px;
  margin-top: -20px;
  max-height: 140px;
}

#offer .grid-fruits .item#item-47 .img img,
#offer .grid-fruits .item#item-3605 .img img,
#offer .grid-fruits .item#item-4053 .img img,
#offer .grid-fruits .item#item-4054 .img img,
#offer .grid-fruits .item#item-4057 .img img {
  max-height: 115px;
}

#offer .grid-fruits .item#item-53 .img img,
#offer .grid-fruits .item#item-3660 .img img,
#offer .grid-fruits .item#item-4044 .img img,
#offer .grid-fruits .item#item-4045 .img img,
#offer .grid-fruits .item#item-4047 .img img {
  max-height: 100px;
}

body.lang-ru #offer .box_header h2 {
  font-family: Montserrat Regular;
}

body.lang-ru #offer .box_header h2 strong {
  font-family: Montserrat SemiBold;
}

body.lang-ru #offer .grid-fruits .item header h3 {
  font-family: Montserrat Regular;
}

.section-why-us {
  padding: 0 0 70px;
}

.section-why-us .grid {
  padding-top: 20px;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
}

.section-why-us .grid article {
  text-align: center;
}

.section-why-us .grid article .img {
  margin-bottom: 40px;
}

.section-why-us .grid article .img span {
  display: inline-block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 2px solid #ab0e21;
  position: relative;
}

.section-why-us .grid article .img span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.section-why-us .grid article header {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.section-why-us .grid article header h3 {
  color: #9eba26;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
}

.section-why-us .grid article header:before {
  border-bottom: 2px solid #9eba26;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: " ";
  position: absolute;
  width: 116px;
}

.section-why-us .grid article .text {
  line-height: 1.5;
}

.section-who-we-serve {
  background: #2e2651;
  color: #fff;
  position: relative;
  padding: 80px 0 0;
}

.section-who-we-serve .box_header h2 {
  color: #fff;
}

.section-who-we-serve .flex {
  margin: 0;
}

.section-who-we-serve .flex article {
  width: calc(33.333% - 40px);
  position: relative;
}

.section-who-we-serve .flex article+article {
  margin-left: 60px;
}

.section-who-we-serve .flex article+article:before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: -30px;
}

.section-who-we-serve .flex article header h3 {
  color: #9eba26;
  font-size: 20px;
}

.section-who-we-serve .flex article .text {
  font-size: 16px;
  line-height: 1.4;
}

.section-who-we-serve .row {
  margin-top: 60px;
}

.section-who-we-serve .row .col-left {
  line-height: 1.5;
  padding-right: 40px;
}

.section-who-we-serve .row .col-left:before {
  background: url(/wp-content/themes/milbor/img/slider-bg.svg);
  width: 732px;
  height: 454px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1000px;
}

.section-who-we-serve .row .col-left h3 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.section-who-we-serve .row .col-right {
  background-color: #f5f5f5;
  padding: 80px;
}

.section-who-we-serve .row .col-right form label,
.section-who-we-serve .row .col-right form p {
  color: #000!important;
}

#opinions-carousel {
  padding: 90px 0 0;
  overflow: hidden;
}

#opinions-carousel .box_content {
  position: relative;
}

#opinions-carousel .box_content:before {
  background: #fff;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1000px;
  content: " ";
  position: absolute;
  z-index: 33;
}

#opinions-carousel .swiper-container {
  overflow: visible;
  padding-bottom: 100px;
}

#opinions-carousel .swiper-container>.swiper-scrollbar {
  left: 0;
  right: 0;
  width: auto;
  bottom: 25px;
  height: 3px;
  background: transparent;
}

#opinions-carousel .swiper-container>.swiper-scrollbar:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(10%,#ab0e21),color-stop(0,hsla(0,0%,100%,0)));
  background-image: linear-gradient(90deg,#ab0e21 10%,hsla(0,0%,100%,0) 0);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  display: block;
  height: 1px;
  margin-top: 1px;
}

#opinions-carousel .swiper-container>.swiper-scrollbar .swiper-scrollbar-drag {
  background: #ab0e21;
  border-radius: 3px;
  cursor: pointer;
}

#opinions-carousel .swiper-button-next,
#opinions-carousel .swiper-button-prev {
  border: 1px solid #ab0e21;
  width: 54px;
  height: 54px;
  margin-top: 0;
  top: auto;
  bottom: 0;
  background: transparent;
  border-radius: 50%;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 60;
}

#opinions-carousel .swiper-button-next:after,
#opinions-carousel .swiper-button-prev:after {
  display: none;
}

#opinions-carousel .swiper-button-next:before,
#opinions-carousel .swiper-button-prev:before {
  border-left: 10px solid #ab0e21;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#opinions-carousel .swiper-button-next:hover,
#opinions-carousel .swiper-button-prev:hover {
  background: #ab0e21;
}

#opinions-carousel .swiper-button-next:hover:before,
#opinions-carousel .swiper-button-prev:hover:before {
  border-left-color: #fff;
}

#opinions-carousel .swiper-button-next.swiper-button-disabled,
#opinions-carousel .swiper-button-prev.swiper-button-disabled {
  display: none;
}

#opinions-carousel .swiper-button-prev {
  right: auto;
  left: 0;
}

#opinions-carousel .swiper-button-prev:before {
  border-left: 0;
  border-right: 10px solid #ab0e21;
}

#opinions-carousel .swiper-button-prev:hover:before {
  border-right-color: #fff;
}

#opinions-carousel .item {
  color: #fff;
  min-height: 700px;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}

#opinions-carousel .item .text {
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2e2651;
  text-align: center;
  font-size: 20px;
  font-family: Neulis Alt SemiBold;
  line-height: 135%;
  padding: 70px 50px 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#opinions-carousel .item .text>div {
  position: relative;
  z-index: 2;
}

#opinions-carousel .item .text:after {
  background: url(/wp-content/themes/milbor/img/quotte.svg) no-repeat;
  width: 49px;
  height: 41px;
  content: " ";
  position: absolute;
  top: 20px;
  left: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#opinions-carousel .item .text:before {
  background: url(/wp-content/themes/milbor/img/realization-top-bg3.svg) no-repeat 0 bottom;
  background-size: 100% auto;
  left: -2px;
  right: -2px;
  height: 100%;
  bottom: -5px;
  content: " ";
  position: absolute;
}

#opinions-carousel .item .content {
  color: #fff;
  padding: 15px 25px 20px;
  position: relative;
  background: #2e2651;
  min-height: 215px;
  width: 100%;
}

#opinions-carousel .item .content .logo {
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: -2px -2px 9px 0 rgba(0,0,0,.13);
  box-shadow: -2px -2px 9px 0 rgba(0,0,0,.13);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 126px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: -70px;
  z-index: 2;
}

#opinions-carousel .item .content .bottom {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 65px;
  font-size: 16px;
  min-height: 170px;
}

#opinions-carousel .item .content .bottom .title {
  font-family: Neulis Alt Bold;
  padding-bottom: 7px;
}

#opinions-carousel .item .content .bottom .company {
  color: #9eba26;
  font-family: Neulis Alt Bold;
  padding-top: 7px;
}

#opinions-carousel .item .content .bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #d9d9d9;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#opinions-carousel .item .content .bottom-footer-left {
  padding-right: 10px;
}

#opinions-carousel .item .content .bottom-footer-right {
  padding-left: 10px;
  text-align: right;
}

#scheme {
  padding: 0 0 100px;
}

#scheme .box_header {
  margin-bottom: 50px;
}

#scheme .box_header+.text {
  font-size: 25px;
  color: #2e2651;
  font-family: Neulis Alt Regular;
  width: 100%;
  max-width: 760px;
  line-height: 1.3;
}

#scheme .steps {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(6,1fr);
  position: relative;
  padding-top: 170px;
}

#scheme .steps:before {
  background: url(/wp-content/themes/milbor/img/scheme-step-top2.svg) no-repeat;
  width: 986px;
  background-size: 100% auto;
  height: 147px;
  content: " ";
  position: absolute;
  top: 0;
  left: 93px;
}

#scheme .steps .step {
  position: relative;
  text-align: center;
  cursor: pointer;
}

#scheme .steps .step+.step:before {
  background: url(/wp-content/themes/milbor/img/scheme-step-arrow.svg) no-repeat right 0;
  width: 80px;
  height: 11px;
  content: " ";
  position: absolute;
  left: -65px;
  top: 46px;
}

#scheme .steps .step:last-child:before {
  background: url(/wp-content/themes/milbor/img/scheme-last-arrow.svg) no-repeat right 0;
  width: 80px;
  height: 31px;
  content: " ";
  position: absolute;
  left: -65px;
  top: 34px;
}

#scheme .steps .step:last-child:after {
  background: url(/wp-content/themes/milbor/img/scheme-steps-increase-2.svg);
  width: 110px;
  height: 101px;
  content: " ";
  position: absolute;
  left: -65px;
  top: -50px;
}

#scheme .steps .step:last-child .num {
  background: #ab0e21;
}

#scheme .steps .step:last-child .img:after {
  position: absolute;
  right: -15px;
  top: -35px;
  width: 105px;
  height: 83px;
  content: " ";
  color: #9eba26;
  font-size: 16px;
  background: url(/wp-content/themes/milbor/img/opcjonalnie.svg) no-repeat 0 0;
}

#scheme .steps .step .num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2e2651;
  color: #fff;
  text-align: center;
  line-height: 24px;
  left: 50%;
  margin-left: -50px;
  border: 2px solid #fff;
  z-index: 2;
  top: 3px;
}

#scheme .steps .step .num,
#scheme .steps .step .num:before {
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#scheme .steps .step .num:before {
  opacity: 0;
  background: url(/wp-content/themes/milbor/img/scheme-steps-leaves.svg) no-repeat;
  width: 47px;
  height: 49px;
  content: " ";
  top: -30px;
  left: -30px;
}

#scheme .steps .step .num span {
  position: relative;
  z-index: 2;
}

#scheme .steps .step .img {
  position: relative;
}

#scheme .steps .step .img:before {
  height: 98px;
  width: 98px;
  content: " ";
  border: 2px solid #2e2651;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#scheme .steps .step .img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#scheme .steps .step .img span img {
  max-width: 56px;
  max-height: 56px;
}

#scheme .steps .step header h3 {
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  color: #2e2651;
  position: relative;
}

#scheme .steps .step .content {
  font-size: 16px;
  line-height: 1.4;
}

#scheme .steps .step .cols {
  display: none;
}

#scheme .steps-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 100%;
  background: #f5f5f5;
  z-index: 11;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  max-height: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
}

#scheme .steps-hover:before {
  background: #f5f5f5;
  right: 50%;
  margin-right: -100px;
}

#scheme .steps-hover:after,
#scheme .steps-hover:before {
  top: 0;
  width: 2000px;
  height: 100%;
  content: " ";
  position: absolute;
}

#scheme .steps-hover:after {
  background: #9eba25;
  left: 50%;
  margin-left: 100px;
}

#scheme .steps-hover.active {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}

#scheme .steps-hover .cols {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.4;
}

#scheme .steps-hover .cols:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#scheme .steps-hover .cols:after,
#scheme .steps-hover .cols:before {
  content: " ";
  position: absolute;
  right: 50px;
  top: 50px;
  border-left: 3px solid #fff;
  height: 30px;
}

#scheme .steps-hover .cols:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 30px;
}

#scheme .steps-hover .cols>div {
  width: calc(50% - 100px);
}

#scheme .steps-hover .cols>div.col-left {
  padding-left: 50px;
  padding-right: 50px;
}

#scheme .steps-hover .cols>div.col-right {
  color: #fff;
  padding-left: 50px;
}

#scheme .steps-hover .cols>div.col-right .col-title {
  color: #fff;
}

#scheme .steps-hover .cols>div.col-desc {
  margin-top: 50px;
  width: 200px;
  text-align: center;
  position: relative;
}

#scheme .steps-hover .cols>div.col-desc .num {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #9eba26;
  color: #fff;
  text-align: center;
  line-height: 34px;
  left: 50%;
  margin-left: -60px;
  z-index: 2;
  top: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#scheme .steps-hover .cols>div.col-desc .num:before {
  background: url(/wp-content/themes/milbor/img/scheme-steps-leaves.svg) no-repeat;
  width: 47px;
  height: 49px;
  content: " ";
  position: absolute;
  top: -28px;
  left: -26px;
}

#scheme .steps-hover .cols>div.col-desc .num span {
  position: relative;
  z-index: 2;
}

#scheme .steps-hover .cols>div.col-desc .img {
  position: relative;
}

#scheme .steps-hover .cols>div.col-desc .img:before {
  height: 128px;
  width: 128px;
  content: " ";
  border: 2px solid #ab0e21;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#scheme .steps-hover .cols>div.col-desc .img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#scheme .steps-hover .cols>div.col-desc .img span img {
  max-width: 56px;
  max-height: 56px;
  width: 100%;
}

#scheme .steps-hover .cols>div.col-desc header h3 {
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  color: #9eba26;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

#scheme .steps-hover .cols>div.col-desc header h3:before {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-bottom: 1.5px solid #9eba26;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  max-width: 0;
}

#scheme .steps-hover .cols .col-title {
  font-family: Neulis Alt Bold;
  padding-bottom: 10px;
  font-size: 24px;
  color: #2e2651;
  letter-spacing: 1px;
}

#scheme.lang-de .steps .step:last-child:after {
  background: url(/wp-content/themes/milbor/img/scheme-steps-de-2.svg);
  width: 116px;
  height: 101px;
}

#scheme.lang-de .steps .step:last-child .img:after {
  background-image: url(/wp-content/themes/milbor/img/opcjonalnie-de.svg);
}

#scheme.lang-ru .steps .step:last-child:after {
  background: url(/wp-content/themes/milbor/img/scheme-steps-ru.svg);
  width: 91px;
  height: 96px;
}

#scheme.lang-ru .steps .step:last-child .img:after {
  background-image: url(/wp-content/themes/milbor/img/opcjonalnie.svg);
}

#scheme.lang-en .steps .step:last-child:after {
  background: url(/wp-content/themes/milbor/img/scheme-steps-en-2.svg);
  width: 110px;
  height: 101px;
}

#scheme.lang-en .steps .step:last-child .img:after {
  background-image: url(/wp-content/themes/milbor/img/opcjonalnie-en.svg);
}

#scheme.lang-es .steps .step:last-child:after {
  background: url(/wp-content/themes/milbor/img/scheme-steps-es-2.svg);
  width: 111px;
  height: 96px;
}

#scheme.lang-es .steps .step .img:after {
  background-image: url(/wp-content/themes/milbor/img/opcjonalnie-es.svg);
}

body.lang-ru #scheme .box_header+.text {
  font-family: Montserrat Regular;
}

body.lang-ru #scheme .steps .step {
  position: relative;
  text-align: center;
}

body.lang-ru #scheme .steps .step header h3 {
  font-family: Montserrat SemiBold;
}

#support .cols {
  position: relative;
  padding: 30px 0;
  z-index: 3;
  overflow: hidden;
}

#support .cols .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#support .cols .right {
  background: #2e2651;
  color: #fff;
  padding: 50px 0;
  width: 50%;
  position: relative;
}

#support .cols .right .content {
  width: 600px;
  padding-left: 30px;
}

#support .cols .right .content .box_content {
  line-height: 1.5;
}

#support .cols .right .content .box_content .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#support .cols .right .content .box_content .box-text-img {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#support .cols .right .content .box_content .box-text-right {
  width: calc(100% - 50px);
  padding-left: 30px;
}

#support .cols .right .content .box_content .line_btn {
  margin-top: 10px;
  padding-left: 80px;
}

#support .cols .right .content .box_content .line_btn .btn {
  font-family: Neulis Alt Bold;
}

#support:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru #support .box_header h3,
body.lang-ru #support .cols .right .content .box_content .line_btn .btn {
  font-family: Montserrat Bold;
}

#system-integration {
  padding: 80px 0;
}

#system-integration .box_content {
  line-height: 1.5;
}

#system-integration .box_content strong {
  color: #2e2651;
}

#system-integration .line_btn {
  margin-top: 30px;
}

.home__faq {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.home__faq .col-left {
  margin: 50px 0;
}

.home__faq .col-left ul.tabs-links {
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.home__faq .col-left ul.tabs-links:before {
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(0,0,0,.08);
  box-shadow: 4px 4px 15px 0 rgba(0,0,0,.08);
  left: -30px;
  top: 0;
  bottom: 0;
  right: 0;
  content: " ";
  position: absolute;
  z-index: 1;
}

.home__faq .col-left ul.tabs-links li {
  padding: 25px 0;
  z-index: 2;
  position: relative;
}

.home__faq .col-left ul.tabs-links li+li {
  border-top: 1px solid #d9d9d9;
}

.home__faq .col-left ul.tabs-links li a {
  color: #2e2651;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: block;
  padding-right: 50px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home__faq .col-left ul.tabs-links li a:before {
  background: url(/wp-content/themes/milbor/img/icon-accordion.svg) no-repeat;
  width: 32px;
  height: 19px;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home__faq .col-left ul.tabs-links li a.active {
  font-family: Neulis Alt SemiBold;
  opacity: 1;
}

.home__faq .col-left ul.tabs-links li a.active:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.home__faq .col-right {
  padding: 50px 0 50px 40px;
  width: 50%;
  position: relative;
}

.home__faq .col-right:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  width: 2000px;
  background: #fafafa;
  z-index: -1;
}

.home__faq .col-right .tabs-content {
  padding-bottom: 50px;
}

.home__faq .col-right .tabs-content>div {
  display: none;
}

.home__faq .col-right .tabs-content>div.active {
  display: block;
}

.home__faq .col-right .tabs-content>div h3 {
  color: #2e2651;
  font-size: 20px;
  font-family: Neulis Alt SemiBold;
  padding-bottom: 30px;
}

.home__faq .col-right .line_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.home__faq .col-right .line_btn span {
  margin-right: 10px;
  color: #000;
}

body.home #form-contact {
  background: #fff;
}

#form-contact {
  position: relative;
  padding: 50px 0;
  color: #2e2651;
  background: #fafafa;
}

#form-contact .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#form-contact .col-left {
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50%;
  position: relative;
  text-align: center;
}

#form-contact .col-left-img {
  margin-bottom: 20px;
}

#form-contact .col-left-img img {
  max-width: 500px;
}

#form-contact .col-left-title {
  color: #2e2651;
  font-size: 25px;
  font-weight: 700;
  font-family: Neulis Alt Bold;
}

#form-contact .col-left-text {
  color: #9eba26;
  font-size: 20px;
  font-family: Neulis Alt SemiBold;
}

#form-contact .col-right {
  width: 50%;
  padding: 0 0 0 50px;
}

#form-contact .col-right h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: Neulis Alt Regular;
  margin-bottom: 35px;
  line-height: 1.35;
}

#form-contact .col-right h3 strong {
  font-weight: 400;
  font-family: Neulis Alt Bold;
}

#form-contact .col-right form {
  max-width: 400px;
  width: 100%;
}

#form-contact .col-right form .line-text {
  display: none;
}

#form-contact .col-right form .line+.line {
  margin-top: 17px;
}

#form-contact .col-right form .line .max-input {
  width: 100%;
  display: block;
}

#form-contact .col-right form .line .phone-code {
  float: left;
  width: 50px;
  padding-right: 10px;
}

#form-contact .col-right form .line .phone-code input {
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  background: transparent;
  color: #fff;
  width: 100%;
  font-size: 17px;
  height: 40px;
  text-align: center;
}

#form-contact .col-right form .line .phone-code+.mat-input {
  float: left;
  width: calc(100% - 50px);
}

#form-contact .col-right form .line .phone-code .wpcf7-not-valid-tip {
  position: absolute;
  right: 100%;
  padding: 7px 10px;
  background: #c42a2a;
  color: #fff;
  font-size: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  margin-right: 5px;
}

#form-contact .col-right form .line .phone-code .wpcf7-not-valid-tip:before {
  border-left: 7px solid #c42a2a;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: block;
  right: -7px;
}

#form-contact .col-right form .line .phone-code ::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
  opacity: .33;
}

#form-contact .col-right form .line .phone-code :-moz-placeholder,
#form-contact .col-right form .line .phone-code ::-moz-placeholder {
  color: #fff;
  font-size: 17px;
  opacity: .33;
}

#form-contact .col-right form .line .phone-code :-ms-input-placeholder {
  color: #fff;
  font-size: 17px;
  opacity: .33;
}

#form-contact .col-right form .line .your-phone .wpcf7-not-valid-tip {
  position: absolute;
  right: 100%;
  padding: 7px 10px;
  background: #c42a2a;
  color: #fff;
  font-size: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  margin-right: 5px;
  display: inline!important;
}

#form-contact .col-right form .line .your-phone .wpcf7-not-valid-tip:before {
  border-left: 7px solid #c42a2a;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: block;
  right: -7px;
}

#form-contact .col-right form .line .div_check {
  padding-top: 4px;
  width: calc(100% - 130px);
  float: left;
  margin-top: 15px;
  padding-right: 40px;
}

#form-contact .col-right form .line.line-marketing {
  margin-top: 25px;
}

#form-contact .col-right form .line.line-marketing-email {
  margin-top: 5px;
  margin-left: 28px;
  width: calc(100% - 28px);
}

#form-contact .col-right form .line.line-marketing-telefon {
  margin-top: 2px;
  margin-left: 28px;
  width: calc(100% - 28px);
}

#form-contact .col-right form .line.line-marketing-telefon+.line {
  font-size: 11px;
}

#form-contact .col-right form .line .div_btn {
  width: 130px;
  float: right;
  margin-top: 15px;
}

#form-contact .col-right form .line .div_btn button {
  float: right;
  font-weight: 400;
  font-family: Neulis Alt Regular;
  width: 100%;
}

#form-contact .col-right form:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#form-contact .col-right .hs-form-field input[type=date],
#form-contact .col-right .hs-form-field input[type=email],
#form-contact .col-right .hs-form-field input[type=number],
#form-contact .col-right .hs-form-field input[type=phone],
#form-contact .col-right .hs-form-field input[type=tel],
#form-contact .col-right .hs-form-field input[type=text],
#form-contact .col-right .hs-form-field select,
#form-contact .col-right .hs-form-field textarea {
  border-radius: 0!important;
}

#form-contact.newsletter {
  padding: 0;
}

#form-contact.newsletter .flex {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#form-contact.newsletter .col-left {
  background: #e5e8f5;
  background: -webkit-gradient(linear,left top,right top,from(hwb(229 90% 4%)),to(#c9cbde));
  background: linear-gradient(90deg,hwb(229 90% 4%),#c9cbde);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0!important;
  padding-right: 0!important;
}

#form-contact.newsletter .col-left-content {
  width: 600px;
}

#form-contact.newsletter .col-left-img {
  margin-bottom: 0;
}

#form-contact.newsletter .col-left-img img {
  max-width: 100%;
}

#form-contact.newsletter .col-left-text {
  color: #211c41;
  line-height: 175%;
  font-family: Neulis Alt Regular;
  text-align: left;
  padding-right: 50px;
  font-size: 16px;
}

#form-contact.newsletter .col-left-text h3 {
  font-size: 20px;
}

#form-contact.newsletter .col-left-text ul {
  list-style: none;
}

#form-contact.newsletter .col-left-text ul li {
  position: relative;
  padding-left: 20px;
}

#form-contact.newsletter .col-left-text ul li:before {
  background: #211c41;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  content: " ";
  position: absolute;
  left: 0;
  top: 15px;
}

#form-contact.newsletter .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0!important;
  padding-right: 0!important;
}

#form-contact.newsletter .col-right h3 {
  color: #1c1442;
  font-size: 36px;
  font-family: Neulis Alt Bold;
  line-height: 120.5%;
  position: relative;
  padding-bottom: 20px;
}

#form-contact.newsletter .col-right h3:before {
  border-top: 4px solid #ab0e21;
  bottom: 0;
  left: 0;
  width: 160px;
  content: " ";
  position: absolute;
}

#form-contact.newsletter .col-right-desc {
  font-size: 20px;
  line-height: 135%;
  font-family: Neulis Alt Bold;
  padding-bottom: 20px;
}

#form-contact.newsletter .col-right-content {
  width: 600px;
  padding-left: 50px;
}

body.lang-ru #form-contact .col-right h3 {
  font-family: Montserrat Regular;
}

body.lang-ru #form-contact .col-right h3 strong {
  font-family: Montserrat Bold;
}

body.lang-ru #form-contact .col-right form .line .div_btn button {
  font-family: Montserrat Regular;
}

#realizations-carousel {
  padding: 90px 0;
  overflow: hidden;
}

#realizations-carousel .box_content {
  position: relative;
}

#realizations-carousel .box_content:before {
  background: #fff;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1000px;
  content: " ";
  position: absolute;
  z-index: 33;
}

#realizations-carousel .swiper-container {
  overflow: visible;
}

#realizations-carousel .swiper-container>.swiper-scrollbar {
  left: 0;
  right: 265px;
  width: auto;
  bottom: 25px;
  height: 3px;
  background: transparent;
}

#realizations-carousel .swiper-container>.swiper-scrollbar:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(10%,#ab0e21),color-stop(0,hsla(0,0%,100%,0)));
  background-image: linear-gradient(90deg,#ab0e21 10%,hsla(0,0%,100%,0) 0);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  display: block;
  height: 1px;
  margin-top: 1px;
}

#realizations-carousel .swiper-container>.swiper-scrollbar .swiper-scrollbar-drag {
  background: #ab0e21;
  border-radius: 3px;
  cursor: pointer;
}

#realizations-carousel .swiper-button-next,
#realizations-carousel .swiper-button-prev {
  border: 1px solid #ab0e21;
  width: 54px;
  height: 54px;
  margin-top: 0;
  top: auto;
  bottom: 0;
  background: transparent;
  border-radius: 50%;
  right: 240px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 60;
}

#realizations-carousel .swiper-button-next:after,
#realizations-carousel .swiper-button-prev:after {
  display: none;
}

#realizations-carousel .swiper-button-next:before,
#realizations-carousel .swiper-button-prev:before {
  border-left: 10px solid #ab0e21;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#realizations-carousel .swiper-button-next:hover,
#realizations-carousel .swiper-button-prev:hover {
  background: #ab0e21;
}

#realizations-carousel .swiper-button-next:hover:before,
#realizations-carousel .swiper-button-prev:hover:before {
  border-left-color: #fff;
}

#realizations-carousel .swiper-button-next.swiper-button-disabled,
#realizations-carousel .swiper-button-prev.swiper-button-disabled {
  display: none;
}

#realizations-carousel .swiper-button-prev {
  right: auto;
  left: 0;
}

#realizations-carousel .swiper-button-prev:before {
  border-left: 0;
  border-right: 10px solid #ab0e21;
}

#realizations-carousel .swiper-button-prev:hover:before {
  border-right-color: #fff;
}

#realizations-carousel .item {
  color: #fff;
  min-height: 460px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#realizations-carousel .item:hover a {
  opacity: 1!important;
}

#realizations-carousel .item:hover:before {
  left: 40px;
}

#realizations-carousel .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#realizations-carousel .item .img {
  background: #ccc;
  text-align: center;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#realizations-carousel .item .img img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#realizations-carousel .item .content {
  color: #fff;
  padding: 15px 25px 50px;
  position: relative;
  background: #2e2651;
  min-height: 215px;
}

#realizations-carousel .item .content:before {
  background: url(/wp-content/themes/milbor/img/realization-top-bg3.svg);
  left: 0;
  right: 0;
  height: 33px;
  top: -30px;
  content: " ";
  position: absolute;
  z-index: 1;
}

#realizations-carousel .item .content:after {
  background: url(/wp-content/themes/milbor/img/icon-right-white.svg) no-repeat;
  width: 13px;
  height: 13px;
  content: " ";
  position: absolute;
  bottom: 20px;
  left: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#realizations-carousel .item .content .flag {
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  display: block;
  top: -60px;
  left: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}

#realizations-carousel .item .content .flag:before {
  border: 3px solid #fff;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

#realizations-carousel .item .content .flag.de {
  background-image: url(/wp-content/themes/milbor/img/flag-germany.svg);
}

#realizations-carousel .item .content .flag.gb {
  background-image: url(/wp-content/themes/milbor/img/flag-gb.svg);
}

#realizations-carousel .item .content .flag.den {
  background-image: url(/wp-content/themes/milbor/img/flag-den.svg);
}

#realizations-carousel .item .content .flag.pl {
  background-image: url(/wp-content/themes/milbor/img/flag-pl.svg);
}

#realizations-carousel .item .content header {
  position: relative;
  z-index: 3;
}

#realizations-carousel .item .content header h3 {
  font-size: 27px;
  line-height: 32px;
  font-family: Neulis Alt Regular;
  padding-bottom: 10px;
}

#realizations-carousel .item .content header .cats {
  font-size: 14px;
  font-family: Open Sans Light Italic;
  color: #fcfcfc;
}

#realizations-carousel .item .content .text {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
}

#realizations-carousel .bottom {
  margin-top: 30px;
}

#realizations-carousel .bottom .btn {
  width: 205px;
  text-align: center;
  margin-bottom: 5px;
}

#realizations-carousel .bottom:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru #realizations-carousel .item .content header h3 {
  font-family: Montserrat Regular;
}

#contact {
  position: relative;
  min-height: 535px;
  overflow: hidden;
}

#contact .left {
  width: 50%;
}

#contact .left .content {
  width: 600px;
  padding: 65px 0;
  float: right;
}

#contact .left .content .box_header {
  margin-bottom: 20px;
}

#contact .left .content .box_content {
  line-height: 1.5;
}

#contact .left .content .box_content .legend {
  padding-top: 30px;
}

#contact .left .content .box_content .legend>div:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#contact .left .content .box_content .legend>div ul {
  list-style: none;
  float: left;
  width: 180px;
}

#contact .left .content .box_content .legend>div ul li {
  position: relative;
  font-size: 14px;
  font-family: Open Sans Semibold;
  padding-left: 25px;
}

#contact .left .content .box_content .legend>div ul li+li {
  margin-top: 10px;
}

#contact .left .content .box_content .legend>div ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: " ";
  background-position: 50%;
  background-repeat: no-repeat;
}

#contact .left .content .box_content .legend>div ul li.item-1:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-1.svg);
  width: 14px;
  height: 19px;
}

#contact .left .content .box_content .legend>div ul li.item-2:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-2.svg);
  width: 14px;
  height: 19px;
}

#contact .left .content .box_content .legend>div ul li.item-3:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-3.svg);
  width: 5px;
  height: 5px;
}

#contact .left .content .box_content .legend>div ul li.item-4:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-4.svg);
  width: 5px;
  height: 5px;
}

#contact .map {
  width: 831px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 585px;
}

#contact:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#subpage #contact {
  overflow: hidden;
}

.popup {
  position: fixed;
  -webkit-box-shadow: 20px 26px 99px rgba(0,0,0,.14901960784313725);
  box-shadow: 20px 26px 99px rgba(0,0,0,.14901960784313725);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27,19,65,.45);
  z-index: 999999;
  overflow: auto;
  display: none;
}

.popup .table {
  height: 100%;
}

.popup .table>*>* {
  vertical-align: middle;
  text-align: center;
}

.popup .table>*>*>* {
  display: inline-block;
}

.popup .content {
  border-radius: 43px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 950px;
  -webkit-box-shadow: 20px 26px 99px rgba(0,0,0,.14901960784313725);
  box-shadow: 20px 26px 99px rgba(0,0,0,.14901960784313725);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 20px;
  padding: 40px 50px 40px 30px;
}

.popup .content>.close {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #9eba26;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 1!important;
}

.popup .content>.close:hover {
  background: #ab0e21;
}

.popup .content>.close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.popup .content>.close:after,
.popup .content>.close:before {
  border-left: 2px solid #fff;
  content: " ";
  position: absolute;
  left: 50%;
  height: 14px;
  top: 50%;
}

.popup .content>.close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.popup .content .img {
  width: 370px;
  padding-top: 80px;
}

.popup .content div.text {
  text-align: right;
  width: calc(100% - 280px);
  margin-left: -90px;
}

.popup .content div.text .first_text {
  font-size: 28px;
  color: #2e2651;
  letter-spacing: .53px;
}

.popup .content div.text .second_text {
  color: #2e2651;
  font-size: 19px;
  line-height: 22px;
  margin: 10px 0;
}

.popup .content div.text .img2 {
  display: none;
}

.popup .content div.text .form {
  text-align: center;
  width: 250px;
  float: right;
  margin-top: 20px;
}

.popup .content div.text .form p {
  padding-bottom: 0!important;
}

.popup .content div.text .form .text {
  font-size: 14px;
  color: #2e2651;
  padding-bottom: 0!important;
}

.popup .content div.text .form input[type=email],
.popup .content div.text .form input[type=text] {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  border-radius: 43px;
  border: 0;
  height: 43px;
  text-align: center;
  padding: 0 10px;
}

.popup .content div.text .form input[type=email]::-webkit-input-placeholder,
.popup .content div.text .form input[type=text]::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}

.popup .content div.text .form input[type=email]::-moz-placeholder,
.popup .content div.text .form input[type=text]::-moz-placeholder {
  font-size: 14px;
  color: #707070;
}

.popup .content div.text .form input[type=email]:-ms-input-placeholder,
.popup .content div.text .form input[type=text]:-ms-input-placeholder {
  font-size: 14px;
  color: #707070;
}

.popup .content div.text .form input[type=email]::-ms-input-placeholder,
.popup .content div.text .form input[type=text]::-ms-input-placeholder {
  font-size: 14px;
  color: #707070;
}

.popup .content div.text .form input[type=email]::placeholder,
.popup .content div.text .form input[type=text]::placeholder {
  font-size: 14px;
  color: #707070;
}

.popup .content div.text .form input[type=email].wpcf7-not-valid,
.popup .content div.text .form input[type=text].wpcf7-not-valid {
  border: 1px solid #c42a2a;
}

.popup .content div.text .form input[type=submit] {
  display: block;
  width: 100%;
  background: #9eba26;
  color: #fff;
  font-family: Neulis Alt Bold;
  letter-spacing: .34px;
  margin-top: 10px;
  font-size: 17px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
}

.popup .content div.text .form input[type=submit]:hover {
  background: #ab0e21;
}

.popup .content div.text .form input[type=checkbox]+span {
  line-height: 1;
}

.popup .content div.text .form input[type=checkbox]+span:before {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  border: 1px solid rgba(0,0,0,.09);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup .content div.text .form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

.popup .content div.text .form .wpcf7-response-output {
  margin-top: 0;
  margin-bottom: 0;
}

.popup .content div.text .form form .info {
  display: none;
}

.popup .content div.text .form form .inputs {
  position: relative;
}

.popup .content div.text .form form .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.popup .content div.text .form form.sent .inputs {
  display: none;
}

.popup .content div.text .form form.sent .info {
  display: block;
}

.popup .content div.text .form form.sent .info .alert {
  display: block;
  background: transparent;
  color: #9eba26;
  font-size: 22px;
  line-height: 27px;
  text-align: right;
  padding-right: 60px!important;
  padding-left: 0!important;
  position: relative;
}

.popup .content div.text .form form.sent .info .alert:before {
  background: url(/wp-content/themes/milbor/img/success.svg) no-repeat 0 0;
  width: 62px;
  height: 62px;
  content: " ";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup .content div.text .form form.sent .info .link {
  text-align: center;
  padding-top: 20px;
}

.popup .content div.text .form form.sent .info .link .btn {
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
}

.popup .content div.text .form form.sent .wpcf7-response-output {
  display: none;
}

.popup .content div.text:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru .popup .content div.text .form input[type=submit] {
  font-family: Montserrat Bold;
}

.section-popup {
  background: #fafafa;
  padding: 50px 0;
}

.section-popup .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.section-popup .content .img {
  width: 370px;
}

.section-popup .content div.text {
  width: calc(100% - 370px);
  padding-left: 50px;
}

.section-popup .content div.text .col_left {
  float: left;
  width: calc(100% - 250px);
}

.section-popup .content div.text .first_text {
  font-size: 28px;
  color: #2e2651;
  letter-spacing: .53px;
}

.section-popup .content div.text .first_text br {
  display: none;
}

.section-popup .content div.text .second_text {
  color: #2e2651;
  font-size: 19px;
  line-height: 22px;
  margin: 10px 0;
}

.section-popup .content div.text .img2 {
  display: none;
}

.section-popup .content div.text .form {
  text-align: center;
  width: 250px;
  float: right;
}

.section-popup .content div.text .form p {
  padding-bottom: 0!important;
}

.section-popup .content div.text .form .text {
  font-size: 14px;
  color: #2e2651;
  padding-bottom: 0!important;
}

.section-popup .content div.text .form input {
  display: block;
  width: 100%;
}

.section-popup .content div.text .form input[type=email],
.section-popup .content div.text .form input[type=text] {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  border-radius: 43px;
  border: 0;
  height: 43px;
  text-align: center;
  padding: 0 10px;
}

.section-popup .content div.text .form input[type=email]::-webkit-input-placeholder,
.section-popup .content div.text .form input[type=text]::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}

.section-popup .content div.text .form input[type=email]::-moz-placeholder,
.section-popup .content div.text .form input[type=text]::-moz-placeholder {
  font-size: 14px;
  color: #707070;
}

.section-popup .content div.text .form input[type=email]:-ms-input-placeholder,
.section-popup .content div.text .form input[type=text]:-ms-input-placeholder {
  font-size: 14px;
  color: #707070;
}

.section-popup .content div.text .form input[type=email]::-ms-input-placeholder,
.section-popup .content div.text .form input[type=text]::-ms-input-placeholder {
  font-size: 14px;
  color: #707070;
}

.section-popup .content div.text .form input[type=email]::placeholder,
.section-popup .content div.text .form input[type=text]::placeholder {
  font-size: 14px;
  color: #707070;
}

.section-popup .content div.text .form input[type=email].wpcf7-not-valid,
.section-popup .content div.text .form input[type=text].wpcf7-not-valid {
  border: 1px solid #c42a2a;
}

.section-popup .content div.text .form input[type=submit] {
  background: #9eba26;
  color: #fff;
  font-family: Neulis Alt Bold;
  letter-spacing: .34px;
  margin-top: 10px;
  font-size: 17px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
}

.section-popup .content div.text .form input[type=submit]:hover {
  background: #ab0e21;
}

.section-popup .content div.text .form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

.section-popup .content div.text .form .wpcf7-response-output {
  margin-top: 0;
  margin-bottom: 0;
}

.section-popup .content div.text .form form .info {
  display: none;
}

.section-popup .content div.text .form form .info .link {
  display: none!important;
}

.section-popup .content div.text .form form .inputs {
  position: relative;
}

.section-popup .content div.text .form form .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.section-popup .content div.text .form form.sent .inputs {
  display: none;
}

.section-popup .content div.text .form form.sent .info {
  display: block;
}

.section-popup .content div.text .form form.sent .info .alert {
  display: block;
  background: transparent;
  color: #9eba26;
  font-size: 22px;
  line-height: 27px;
  text-align: right;
  padding-right: 60px!important;
  padding-left: 0!important;
  position: relative;
}

.section-popup .content div.text .form form.sent .info .alert:before {
  background: url(/wp-content/themes/milbor/img/success.svg) no-repeat 0 0;
  width: 62px;
  height: 62px;
  content: " ";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-popup .content div.text .form form.sent .wpcf7-response-output {
  display: none;
}

.section-popup .content div.text:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru .section-popup .content div.text .form input[type=submit] {
  font-family: Montserrat Bold!important;
}

#subpage .section_head {
  background: #2e2651;
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 110px;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

#subpage .section_head:before {
  background: url(/wp-content/themes/milbor/img/slider-bg.svg);
  width: 732px;
  height: 454px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -700px;
}

#subpage .section_head header {
  text-align: center;
  z-index: 3;
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 20px;
}

#subpage .section_head header h1 {
  font-size: 28px;
}

#subpage .section_head header:before {
  width: 175px;
  border-bottom: 3px solid #ab0e21;
  bottom: 0;
  content: " ";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#subpage .section_head .text {
  z-index: 3;
  position: relative;
}

#subpage .section_head .text .content {
  margin: 0 auto;
  max-width: 530px;
  line-height: 1.5;
}

#subpage .box_content .format h1,
#subpage .box_content .format h2,
#subpage .box_content .format h3 {
  font-size: 18px;
  font-family: Neulis Alt Bold;
  padding: 10px 0;
  color: #2e2651;
}

#subpage .box_content .format h4,
#subpage .box_content .format h5 {
  font-size: 16px;
  font-family: Neulis Alt Bold;
  padding: 10px 0;
  color: #2e2651;
}

#subpage .box_content .format strong {
  color: #2e2651;
}

#subpage .box_content .format ul {
  list-style: none;
  padding: 10px 0;
}

#subpage .box_content .format ul li {
  position: relative;
  padding-left: 15px;
}

#subpage .box_content .format ul li+li {
  margin-top: 5px;
}

#subpage .box_content .format ul li:before {
  font-size: 16px;
  color: #3e3e3e;
  font-family: Open Sans;
  content: "•";
  position: absolute;
  left: 0;
}

#subpage.lang-ru .box_content .format h1,
#subpage.lang-ru .box_content .format h2,
#subpage.lang-ru .box_content .format h3,
#subpage.lang-ru .box_content .format h4,
#subpage.lang-ru .box_content .format h5 {
  font-family: Montserrat Bold;
}

#single-product .section_head {
  min-height: 510px;
  padding-bottom: 166px;
  margin-bottom: 150px;
}

#single-product .section_head .img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#single-product .section_head .img img {
  width: auto;
  max-height: 240px;
}

#single-product .lines article {
  padding-left: 150px;
  position: relative;
}

#single-product .lines article+article {
  margin-top: 75px;
}

#single-product .lines article:last-child .diagram:before {
  display: none;
}

#single-product .lines article .diagram {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/wp-content/themes/milbor/img/diagram-bg.svg) no-repeat;
  width: 83px;
  height: 78px;
}

#single-product .lines article .diagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#single-product .lines article .diagram:before {
  background: url(/wp-content/themes/milbor/img/scheme-step-arrow.svg);
  width: 117px;
  height: 11px;
  content: " ";
  position: absolute;
  left: -15px;
  top: 200px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#single-product .lines article .title {
  padding-bottom: 20px;
}

#single-product .lines article .title h3 {
  font-size: 22px;
  color: #2e2651;
}

#single-product .lines article .text {
  line-height: 1.5;
}

#single-product .lines article .line_btn {
  margin-top: 15px;
}

#single-product .lines article .line_btn .btn {
  width: 100%;
  max-width: 170px;
  text-align: center;
}

#single-product .lines article .col-text {
  padding-right: 85px;
}

#single-product .machines {
  padding-top: 100px;
  padding-bottom: 80px;
}

#single-product .machines .wrapper>header {
  padding-bottom: 33px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

#single-product .machines .wrapper>header h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #2e2651;
  font-family: Neulis Alt Regular;
}

#single-product .machines .wrapper>header h3 strong {
  display: block;
  padding-top: 10px;
}

#single-product .machines .wrapper>header:before {
  content: " ";
  position: absolute;
  border-top: 3px solid #ab0e21;
  width: 175px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
}

#single-product .machines .wrapper>.content .terms {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -20px;
}

#single-product .machines .wrapper>.content .terms ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#single-product .machines .wrapper>.content .terms ul li {
  margin: 0 5px 10px;
}

#single-product .machines .wrapper>.content .terms ul li a {
  color: #9eba26;
  border: 1px solid #9eba26;
  border-radius: 25px;
  padding: 10px 25px;
  max-width: 190px;
  text-align: center;
  font-size: 13px;
  font-family: Neulis Alt Regular;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1!important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#single-product .machines .wrapper>.content .terms ul li.active a,
#single-product .machines .wrapper>.content .terms ul li a:hover {
  background: #9eba26;
  color: #fff;
}

#single-product .machines .wrapper>.content .terms ul li label {
  position: relative;
  overflow: hidden;
}

#single-product .machines .wrapper>.content .terms ul li label input {
  position: absolute;
  left: -100px;
  top: -100px;
  opacity: 0;
  visibility: hidden;
}

#single-product .machines .wrapper>.content .terms ul li label span {
  color: #9eba26;
  border: 1px solid #9eba26;
  border-radius: 25px;
  padding: 10px 25px;
  max-width: 190px;
  text-align: center;
  font-size: 13px;
  font-family: Neulis Alt Regular;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#single-product .machines .wrapper>.content .terms ul li label input:checked+span {
  background: #9eba26;
  color: #fff;
}

#single-product .machines .wrapper>.content .terms ul.fruits {
  margin-bottom: 10px;
}

#single-product .machines .wrapper>.content .terms ul.fruits li a {
  border-color: #ab0e21;
  max-width: auto;
  min-height: 1px;
  color: #ab0e21;
}

#single-product .machines .wrapper>.content .terms ul.fruits li.active a,
#single-product .machines .wrapper>.content .terms ul.fruits li a:hover {
  background: #ab0e21;
  color: #fff;
}

#single-product .machines .wrapper>.content .gutter-sizer {
  width: 4%;
}

#single-product .machines .wrapper>.content .grid-sizer {
  width: 48%;
}

#single-product .machines .wrapper>.content article .col-img {
  text-align: center;
}

#single-product .machines .wrapper>.content article .col-text {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#single-product .machines .wrapper>.content article .col-text header h3 {
  color: #2e2651;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
}

#single-product .machines .wrapper>.content article .col-text .text {
  color: #3e3e3e;
  line-height: 1.4;
  margin-top: 10px;
}

#single-product .machines .wrapper>.content article .col-text .link {
  margin-top: 20px;
}

#single-product .machines .wrapper>.content article .col-text .link a {
  color: #9eba26;
  font-family: Neulis Alt Bold;
  font-size: 14px;
  position: relative;
  padding-right: 25px;
  text-transform: lowercase;
}

#single-product .machines .wrapper>.content article .col-text .link a:before {
  position: absolute;
  right: 0;
  background: url(/wp-content/themes/milbor/img/icon-right-green.svg) no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: " ";
}

#single-product .machines .wrapper>.content article {
  width: 48%;
  float: left;
  padding-bottom: 20px;
}

#single-product .description_seo {
  padding: 80px 0 0;
  line-height: 1.5;
}

#single-product .description_seo h1,
#single-product .description_seo h2,
#single-product .description_seo h3,
#single-product .description_seo h4 {
  color: #2e2651;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  padding: 10px 0 20px;
  line-height: 1.2;
}

#single-product .description_seo .col-left {
  padding-right: 40px;
}

#single-product .description_seo .col-left+.col-right {
  padding-left: 40px;
}

#single-product #offer {
  border-top: 3px solid #ab0e21;
}

#single-product.children.children .section_head {
  margin-bottom: 300px;
}

#single-product.children.children .section_head.item_1 {
  padding-bottom: 100px;
  min-height: 1px;
}

#single-product.children.children .section_head.item_1 .owl-controls {
  display: none!important;
}

#single-product.children.children .section_head.item_1 .gallery .owl-stage-outer .owl-stage {
  height: auto;
  display: block;
}

#single-product.children.children .section_head.item_1 .gallery .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  max-width: 100%!important;
  height: auto!important;
  opacity: 1!important;
}

#single-product.children.children .section_head.item_1 .gallery .owl-stage-outer .owl-stage .owl-item .item {
  width: 100%!important;
  max-width: 100%!important;
}

#single-product.children.children .section_head .gallery {
  position: absolute;
  bottom: -218px;
  left: 0;
  right: 0;
}

#single-product.children.children .section_head .gallery .owl-item {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  height: 100%;
}

#single-product.children.children .section_head .gallery .owl-item .item {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: -73px;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav:before {
  content: " ";
  position: absolute;
  left: 50%;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(10%,#fff),color-stop(0,hsla(0,0%,100%,0)));
  background-image: linear-gradient(90deg,#fff 10%,hsla(0,0%,100%,0) 0);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  display: block;
  height: 1px;
  margin-top: 1px;
  top: 20px;
  width: 84px;
  margin-left: -42px;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -62px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: " ";
  border-right: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: -1px;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-prev:hover {
  background: #fff;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-prev:hover:before {
  border-right-color: #2e2651;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  border: 1px solid #9eba26;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 20px;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: " ";
  border-left: 8px solid #9eba26;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 1px;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-next:hover {
  background: #9eba26;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-nav .owl-next:hover:before {
  border-left-color: #2e2651;
}

#single-product.children.children .section_head .gallery .owl-controls .owl-dots {
  display: none;
}

#single-product.children .pictograms {
  padding-bottom: 110px;
}

#single-product.children .pictograms .box_header {
  margin-bottom: 70px;
}

#single-product.children .pictograms .item {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.5;
}

#single-product.children .pictograms .item .col-img {
  -ms-flex-preferred-size: 86px;
  flex-basis: 86px;
  max-width: 86px;
  position: relative;
  padding-top: 10px;
}

#single-product.children .pictograms .item .col-img .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 61px;
  width: 65px;
  background: url(/wp-content/themes/milbor/img/icon-benefits.svg) no-repeat;
  margin-top: 5px;
}

#single-product.children .pictograms .item .col-img+.col-icon {
  -ms-flex-preferred-size: calc(100% - 86px);
  flex-basis: calc(100% - 86px);
  max-width: calc(100% - 86px);
}

#single-product.children .pictograms .grid {
  grid-column-gap: 40px;
}

#single-product.children .scheme {
  background: #f7f7f7;
  padding: 80px 0;
}

#single-product.children .scheme .box_content>div {
  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;
}

#single-product.children .list {
  padding: 70px 0;
}

#single-product.children .list .box_header {
  margin-bottom: 50px;
}

#single-product.children .list__description {
  margin-top: -20px;
  margin-bottom: 20px;
  line-height: 168.75%;
}

#single-product.children .list .item {
  position: relative;
  padding-left: 100px;
  border-bottom: 1px solid #d9d2d2;
  padding-bottom: 30px;
  padding-top: 30px;
}

#single-product.children .list .item .col-left .num {
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px dashed #ab0e21;
  width: 61px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  color: #ab0e21;
  line-height: 56px;
  background: #fff;
}

#single-product.children .list .item .col-left header h3 {
  font-size: 17px;
  font-family: Neulis Alt Regular;
  color: #2e2651;
}

#single-product.children .list .item .col-left .img {
  max-height: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
}

#single-product.children .list .item .col-right {
  font-size: 14px;
  line-height: 1.5;
}

#single-product.children .list .item .col-right .text {
  line-height: 1.5;
}

#single-product.children .list .item .col-right .text h1,
#single-product.children .list .item .col-right .text h2,
#single-product.children .list .item .col-right .text h3,
#single-product.children .list .item .col-right .text h4 {
  font-size: 17px;
  font-family: Neulis Alt Regular;
  font-weight: 400;
  padding: 0 0 10px;
  line-height: 1.2;
  color: #2e2651;
  margin: 0;
}

#single-product.children .list .item .col-right .text *+h1,
#single-product.children .list .item .col-right .text *+h2,
#single-product.children .list .item .col-right .text *+h3,
#single-product.children .list .item .col-right .text *+h4 {
  margin-top: 30px;
}

#single-product.children .list .item .col-right .text p:first-child {
  padding-top: 0!important;
}

#single-product.children .list .item .col-right .text ul {
  list-style: none;
}

#single-product.children .list .item .col-right .text ul li {
  position: relative;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#single-product.children .list .item .col-right .text ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: " ";
  width: 6px;
  height: 6px;
  background: #2e2651;
  border-radius: 50%;
}

#single-product.children .list .item .col-right .text.long {
  display: none;
}

#single-product.children .list .item .col-right .link {
  margin-top: 20px;
}

#single-product.children .list .item .col-right .link a {
  position: relative;
  padding-right: 25px;
  color: #9eba26;
  font-family: Neulis Alt Bold;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#single-product.children .list .item .col-right .link a:before {
  background: url(/wp-content/themes/milbor/img/icon-right-green.svg);
  width: 14px;
  height: 14px;
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

#single-product.children .list .item .col-right .link a.show {
  display: inline-block;
}

#single-product.children .list .item .col-right .link a.hide {
  display: none;
  padding-left: 25px;
  padding-right: 0!important;
}

#single-product.children .list .item .col-right .link a.hide:before {
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#single-product.children .list .item .col-right .link a:hover {
  padding-right: 30px;
}

#single-product.children .list .item.active:before {
  background: #fafafa;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: 0;
  bottom: 0;
  content: " ";
  width: 3000px;
  position: absolute;
  z-index: -1;
}

#single-product.children .list .item.active .col-left .img {
  max-height: 100%;
  visibility: visible;
  margin-top: 50px;
}

#single-product.children .list .item.active .col-right .link a.show {
  display: none;
}

#single-product.children .list .item.active .col-right .link a.hide {
  display: inline-block;
}

#single-product.children .list .item.active .col-right .text.long {
  display: block;
}

#single-product.children .list .item.active .col-right .text.short {
  display: none;
}

#single-product.children--2 .section_contact-form {
  margin-top: 200px;
  margin-bottom: 100px!important;
  padding-bottom: 0;
  background-color: #fff;
}

#single-product.children--2 .section_contact-form .col-left {
  background-color: #2e2651!important;
  height: 100%;
  padding: 60px;
}

#single-product.children--2 .section_contact-form .col-left-img {
  margin-top: -200px;
}

#single-product.children--2 .section_contact-form .col-left-img img {
  border: 8px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
}

#single-product.children--2 .section_contact-form .col-left-title {
  color: #9eba26;
  font-size: 48px;
  font-family: Neulis Alt SemiBold;
}

#single-product.children--2 .section_contact-form .col-left-text {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-family: unset;
  line-height: 1.8;
}

#single-product.children--2 .section_contact-form .col-right {
  margin-top: -120px;
}

#single-product.children--2 .section_cta {
  background: #2e2651;
  color: #fff;
  position: relative;
  padding: 60px 0;
}

#single-product.children--2 .section_cta:before {
  background: url(/wp-content/themes/milbor/img/slider-bg.svg);
  width: 732px;
  height: 454px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
}

#single-product.children--2 .section_cta .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

#single-product.children--2 .section_cta__heading .box_header {
  width: 436px;
}

#single-product.children--2 .section_cta__text {
  line-height: 1.8;
}

#single-product.children--2 .section_cta h3 {
  color: #fff!important;
}

#single-product.children--2 .section_description__header {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fafafa;
  padding: 40px 0;
}

#single-product.children--2 .section_description__header .box_header:before {
  left: unset;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#single-product.children--2 .section_description__header .box_text {
  max-width: 880px;
  line-height: 1.8;
}

#single-product.children--2 .section_description__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

#single-product.children--2 .section_description__button a {
  font-size: 18px!important;
}

#single-product.children--2 .section_description .icons,
#single-product.children--2 .section_description .icons-mobile {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  padding: 40px 0;
}

#single-product.children--2 .section_description .icons-mobile {
  display: none;
}

#single-product.children--2 .section_description .icons_wrapper img {
  max-width: 100px!important;
}

#single-product.children--2 .section_description .icons_wrapper__heading {
  color: #1c1442;
  font-size: 20px;
  font-family: Neulis Alt SemiBold;
}

#single-product.children--2 .section_description .icons_wrapper__text {
  line-height: 1.8;
}

#single-product.children--2 .section_description .mobile-icons_wrapper,
#single-product.children--2 .section_description .mobile-toggle-more {
  display: none;
}

#single-product.children--2 .section_faq.home__faq .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#single-product.children--2 .section_faq.home__faq .col-left ul.tabs-links {
  padding-top: 10px;
  padding-bottom: 10px;
}

#single-product.children--2 .section_faq.home__faq .col-left ul.tabs-links li a:before {
  opacity: 0!important;
}

#single-product.children--2 .section_faq.home__faq .col-left ul.tabs-links li a.active {
  font-family: Neulis Alt SemiBold;
}

#single-product.children--2 .section_faq.home__faq .col-left ul.tabs-links li a.active:before {
  background: url(/wp-content/themes/milbor/img/icon-accordion.svg) no-repeat;
  width: 32px;
  height: 19px;
  content: " ";
  position: absolute;
  right: 0;
  opacity: 1!important;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#single-product.children--2 .section_faq.home__faq .col-left ul.tabs-links.dark:before {
  background: #2e2651;
}

#single-product.children--2 .section_faq.home__faq .col-left ul.tabs-links.dark li a {
  color: #fff;
}

#single-product.children--2 .section_faq.home__faq .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80%;
}

#single-product.children--2 .section_faq.home__faq .col-right .tabs-content {
  padding-bottom: 0!important;
  line-height: 1.8;
}

#single-product.children--2 .section_faq__logos-in-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}

#single-product.children--2 .section_faq__logos-in-line li {
  list-style: none!important;
}

#single-product.children--2 .section_faq__logos-in-line li img {
  max-height: 60px;
}

#single-product.children--2 .section_faq .swiper-container {
  display: none;
}

#single-product.children--2 .section_faq__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

#single-product.children--2 .section_faq__company-country {
  color: #9eba26;
  font-size: 16px;
  font-family: Neulis Alt SemiBold;
}

#single-product.children--2 .section_faq__company-name {
  color: #2e2651;
  font-size: 32px;
  font-family: Neulis Alt SemiBold;
}

#single-product.children--2 .section_faq__company-desc {
  max-width: 725px;
  line-height: 1.8;
  font-size: 20px;
}

#single-product.children--2 .section_faq__button {
  text-align: center;
}

#single-product.children--2 .section_faq__button .btn {
  font-size: 18px;
  line-height: 52px;
  height: 54px;
  border-radius: 50px;
}

#single-product.children--2 .section_faq.dark {
  background: #2e2651;
}

#single-product.children--2 .section_faq.dark .box_header * {
  color: #fff;
}

#single-product.children--2 .section_faq.dark .box_content {
  background: #fafafa;
}

#single-product.children--2 .section_faq.dark .col-left {
  padding: 30px 44px;
  margin-top: 0!important;
  margin-bottom: 0!important;
  position: relative;
}

#single-product.children--2 .section_faq.dark .col-left:before {
  background: #fff;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5rem;
  right: .5rem;
}

#single-product.children--2 .section_faq.dark .col-left ul.tabs-links {
  padding-right: 0;
}

#single-product.children--2 .section_faq.dark .col-left ul.tabs-links:before {
  display: none!important;
}

#single-product.children--2 .section_faq.dark .col-right {
  padding: 50px 40px;
}

#single-product.children--2 .section_image--desktop,
#single-product.children--2 .section_image--mobile {
  width: 100%;
  height: auto;
}

#single-product.children--2 .section_image--mobile {
  display: none;
}

#single-product.children--2 .section_image__button {
  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-top: 50px;
  margin-bottom: 100px;
}

#single-product.children--2 .section_image__button a {
  font-size: 18px!important;
}

#single-product.children--2 .section_image--list {
  display: none;
}

#single-product.children--2 .section_slider {
  margin-top: 80px;
}

#single-product.children--2 .section_slider__slider {
  position: relative;
}

#single-product.children--2 .section_slider__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

#single-product.children--2 .section_slider__button a {
  font-size: 18px!important;
}

#single-product.children--2 .section_slider .swiper-container {
  position: relative;
  overflow: hidden;
}

#single-product.children--2 .section_slider .swiper-slider__img {
  width: 100%;
  max-height: 308px;
  overflow: hidden;
}

#single-product.children--2 .section_slider .swiper-slider__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#single-product.children--2 .section_slider .swiper-slider__text {
  padding: 20px!important;
  background-color: #fafafa;
  line-height: 1.4;
  font-size: 16px;
}

#single-product.children--2 .section_slider .swiper-button-next,
#single-product.children--2 .section_slider .swiper-button-prev {
  position: absolute;
  width: 76px;
  height: 76px;
  margin-top: 0;
  top: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 60;
}

#single-product.children--2 .section_slider .swiper-button-next:after,
#single-product.children--2 .section_slider .swiper-button-prev:after {
  display: none;
}

#single-product.children--2 .section_slider .swiper-button-next {
  left: auto;
  right: -40px;
}

#single-product.children--2 .section_slider .swiper-button-prev {
  right: auto;
  left: -40px;
}

#single-product.children--2 .section_video {
  margin-top: 80px;
}

#single-product.children--2 .section_video .video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
}

#single-product.children--2 .section_video .video-content a.btn {
  font-size: 18px;
}

#single-product.children--2 .section_video .video-list {
  width: 662px;
  max-width: 662px;
  padding: 40px 80px;
  margin-left: -80px;
  background: #2e2651;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  z-index: 10;
}

#single-product.children--2 .section_video .video-list__single {
  padding: 5px 0 10px;
}

#single-product.children--2 .section_video .video-list__single:last-of-type .video-list__single-text {
  border-bottom: 0 solid #fff;
}

#single-product.children--2 .section_video .video-list__single-heading {
  color: #9eba26;
  font-size: 20px;
  font-family: Neulis Alt SemiBold;
}

#single-product.children--2 .section_video .video-list__single-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-top: -5px;
  border-bottom: 1px solid #fff;
}

#single-product.children--2 .section_video .video-box {
  min-height: 100%;
  overflow: hidden;
  margin: -40px -80px;
  z-index: 0;
}

#single-product.children--2 .section_video .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#single-product.children--2 .section__slider-text-photo {
  position: relative;
}

#single-product.children--2 .section__slider-text-photo .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

#single-product.children--2 .section__slider-text-photo.vertical .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #fafafa;
}

#single-product.children--2 .section__slider-text-photo.vertical .col-left {
  width: 100%;
}

#single-product.children--2 .section__slider-text-photo.vertical .col-right {
  width: 100%;
  padding: 0;
}

#single-product.children--2 .section__slider-text-photo.vertical .swiper-controls {
  bottom: 20px;
  width: 100%;
}

#single-product.children--2 .section__slider-text-photo.vertical .swiper-container {
  position: relative;
  padding-bottom: 90px;
}

#single-product.children--2 .section__slider-text-photo .col-left {
  width: 370px;
  padding: 50px 40px;
  background: #fafafa;
}

#single-product.children--2 .section__slider-text-photo .col-left .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #1c1442;
}

#single-product.children--2 .section__slider-text-photo .col-left .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #1c1442;
}

#single-product.children--2 .section__slider-text-photo .col-right {
  width: calc(100% - 370px);
  padding: 30px;
}

#single-product.children--2 .section__slider-text-photo .swiper-controls {
  position: absolute;
  bottom: 30px;
  width: 370px;
  left: 0;
  z-index: 11;
}

#single-product.children--2 .section__slider-text-photo .swiper-pagination-custom {
  position: absolute;
  bottom: 18px;
  right: 40px;
  color: #1c1442;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  z-index: 2;
  width: auto;
  left: auto;
}

#single-product.children--2 .section__slider-text-photo .swiper-slide {
  height: auto;
}

#single-product.children--2 .section__slider-text-photo .swiper-slide .row {
  height: 100%;
}

#single-product.children--2 .section__slider-text-photo .swiper-container {
  position: relative;
  overflow: hidden;
}

#single-product.children--2 .section__slider-text-photo .swiper-container .swiper-scrollbar {
  left: 40px;
  right: 100px;
  width: auto;
  bottom: 25px;
  height: 3px;
  background: transparent;
}

#single-product.children--2 .section__slider-text-photo .swiper-container .swiper-scrollbar:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(10%,#ab0e21),color-stop(0,hsla(0,0%,100%,0)));
  background-image: linear-gradient(90deg,#ab0e21 10%,hsla(0,0%,100%,0) 0);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  display: block;
  height: 1px;
  margin-top: 1px;
}

#single-product.children--2 .section__slider-text-photo .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ab0e21;
  border-radius: 3px;
  cursor: pointer;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-next,
#single-product.children--2 .section__slider-text-photo .swiper-button-prev {
  border: 1px solid #ab0e21;
  width: 54px;
  height: 54px;
  margin-top: 0;
  top: auto;
  bottom: 0;
  background: transparent;
  border-radius: 50%;
  right: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 60;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-next:after,
#single-product.children--2 .section__slider-text-photo .swiper-button-prev:after {
  display: none;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-next:before,
#single-product.children--2 .section__slider-text-photo .swiper-button-prev:before {
  border-left: 10px solid #ab0e21;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-next:hover,
#single-product.children--2 .section__slider-text-photo .swiper-button-prev:hover {
  background: #ab0e21;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-next:hover:before,
#single-product.children--2 .section__slider-text-photo .swiper-button-prev:hover:before {
  border-left-color: #fff;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-next.swiper-button-disabled,
#single-product.children--2 .section__slider-text-photo .swiper-button-prev.swiper-button-disabled {
  display: none;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-prev {
  right: auto;
  left: 40px;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-prev:before {
  border-left: 0;
  border-right: 10px solid #ab0e21;
}

#single-product.children--2 .section__slider-text-photo .swiper-button-prev:hover:before {
  border-right-color: #fff;
}

#single-product.children--2 .section_faq__company-desc {
  max-width: 100%;
}

body.lang-ru #single-product .list .item .col-left header h3,
body.lang-ru #single-product .list .item .col-right .text h1,
body.lang-ru #single-product .list .item .col-right .text h2,
body.lang-ru #single-product .list .item .col-right .text h3,
body.lang-ru #single-product .list .item .col-right .text h4 {
  font-family: Montserrat Regular;
}

body.lang-ru #single-product .list .item .col-right .link a {
  font-family: Montserrat Bold;
}

body.lang-ru .machines .wrapper>header h3 {
  font-family: Montserrat Regular!important;
}

body.lang-ru .machines .wrapper>.content article .col-text header h3 {
  font-family: Montserrat SemiBold!important;
}

body.lang-ru .machines .wrapper>.content article .col-text .link a {
  font-family: Montserrat Bold!important;
}

#archive-products .products .grid {
  grid-auto-rows: 0fr;
}

#archive-products .products .item {
  margin: 0 30px 70px;
}

#archive-products .products .item .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -30px;
}

#archive-products .products .item .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  position: relative;
  width: 168px;
  height: 158px;
  border-radius: 50%;
  text-align: center;
  border: 1px dashed #ab0e21;
}

#archive-products .products .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-height: 120px;
  width: auto;
  max-width: 130px;
}

#archive-products .products .item .col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 230px);
  flex: 0 0 calc(100% - 230px);
  padding-left: 60px;
}

#archive-products .products .item .col-right header h3 {
  color: #2e2651;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
}

#archive-products .products .item .col-right .text {
  font-size: 16px;
  line-height: 1.5;
}

#archive-products .products .item .col-right .link {
  margin-top: 20px;
}

#archive-products .products .item .col-right .link .btn {
  width: 100%;
  max-width: 170px;
  text-align: center;
}

#archive-products .products .item#item-46 .img img,
#archive-products .products .item#item-3560 .img img,
#archive-products .products .item#item-4065 .img img,
#archive-products .products .item#item-4066 .img img,
#archive-products .products .item#item-4068 .img img {
  margin-left: -12px;
  margin-top: -23px;
  max-height: 140px;
}

#archive-products .products .item#item-47 .img img,
#archive-products .products .item#item-3605 .img img,
#archive-products .products .item#item-4053 .img img,
#archive-products .products .item#item-4054 .img img,
#archive-products .products .item#item-4057 .img img {
  margin-left: -5px;
  max-width: 180px;
}

#archive-products .products .item#item-53 .img img,
#archive-products .products .item#item-3660 .img img,
#archive-products .products .item#item-4044 .img img,
#archive-products .products .item#item-4045 .img img,
#archive-products .products .item#item-4047 .img img {
  max-height: 100px;
}

#archive-products .products .item#item-54 .img img {
  margin-left: -5px;
  max-width: 210px;
}

#archive-products .products .item#item-58 .img img,
#archive-products .products .item#item-3628 .img img,
#archive-products .products .item#item-4319 .img img,
#archive-products .products .item#item-4321 .img img,
#archive-products .products .item#item-4324 .img img {
  max-height: 156px;
  max-width: 155px;
}

#archive-products .products .item#item-59 .img img,
#archive-products .products .item#item-3619 .img img,
#archive-products .products .item#item-4327 .img img,
#archive-products .products .item#item-4330 .img img {
  max-height: 90px;
}

body.lang-ru #archive-products .products .item .col-right header h3 {
  font-family: Montserrat SemiBold;
}

#single-realization .section_head .text .content {
  max-width: 650px;
  width: 100%;
}

#single-realization .section_head .img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: 350px;
  width: 250px;
}

#single-realization .text-box {
  margin-bottom: 50px;
  position: relative;
}

#single-realization .text-box div.gallery {
  width: 485px;
}

#single-realization .text-box div.gallery ul {
  list-style: none;
}

#single-realization .text-box div.gallery ul li {
  margin-bottom: 10px;
}

#single-realization .text-box div.gallery+div.col-right {
  width: calc(100% - 485px);
  padding-left: 80px;
}

#single-realization .text-box div.col-right ul {
  position: sticky;
  top: 100px;
  list-style: none;
}

#single-realization .text-box div.col-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#single-realization .text-box div.col-right ul li+li {
  margin-top: 60px;
}

#single-realization .text-box div.col-right ul li .img {
  width: 85px;
  position: relative;
}

#single-realization .text-box div.col-right ul li .img:before {
  content: " ";
  position: absolute;
  left: 50%;
  border-left: 1px solid #ab0e21;
  top: 100px;
  bottom: 0;
}

#single-realization .text-box div.col-right ul li .img span {
  width: 100%;
  height: 80px;
  border: 1px dashed #ab0e21;
  position: relative;
  display: block;
  border-radius: 50%;
  background: #fff;
}

#single-realization .text-box div.col-right ul li .img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#single-realization .text-box div.col-right ul li .text {
  width: calc(100% - 85px);
  padding-left: 40px;
  padding-top: 5px;
}

#single-realization .text-box div.col-right ul li .text>strong.title {
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  color: #2e2651;
}

#single-realization .text-box div.col-right ul li .text>div {
  line-height: 1.5;
}

#single-realization .text-box div.col-right ul li .text iframe {
  width: 100%!important;
}

#single-realization .text-box:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#single-realization .text-box+#realizations-carousel {
  padding-top: 0;
}

body.lang-ru #single-realization .text-box div.col-right ul li .text>strong.title {
  font-family: Montserrat SemiBold;
}

#archive-realizations .section_head {
  margin-bottom: 50px;
}

#archive-realizations .realizations {
  padding-bottom: 80px;
}

#archive-realizations .realizations.loading {
  position: relative;
}

#archive-realizations .realizations.loading:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0,0%,100%,.8) url(/wp-content/themes/milbor/img/loading.gif) center 0 no-repeat;
  content: " ";
  z-index: 22;
}

#archive-realizations .realizations .wrapper {
  width: 990px;
}

#archive-realizations .realizations .grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

#archive-realizations .realizations .item {
  color: #fff;
  min-height: 460px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#archive-realizations .realizations .item a {
  display: block;
  width: 100%;
}

#archive-realizations .realizations .item:hover a {
  opacity: 1!important;
}

#archive-realizations .realizations .item:hover:before {
  left: 40px;
}

#archive-realizations .realizations .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#archive-realizations .realizations .item .img {
  background: #ccc;
  text-align: center;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#archive-realizations .realizations .item .img img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#archive-realizations .realizations .item .content {
  color: #fff;
  padding: 13px 25px 50px;
  position: relative;
  background: #2e2651;
  width: 100%;
}

#archive-realizations .realizations .item .content:before {
  background: url(/wp-content/themes/milbor/img/realization-top-bg2.svg) no-repeat center 0;
  left: 0;
  right: 0;
  height: 36px;
  top: -34px;
  content: " ";
  position: absolute;
  z-index: 1;
}

#archive-realizations .realizations .item .content:after {
  background: url(/wp-content/themes/milbor/img/icon-right-white.svg) no-repeat;
  width: 13px;
  height: 13px;
  content: " ";
  position: absolute;
  bottom: 20px;
  left: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#archive-realizations .realizations .item .content .flag {
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  display: block;
  top: -60px;
  left: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}

#archive-realizations .realizations .item .content .flag:before {
  border: 3px solid #fff;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

#archive-realizations .realizations .item .content .flag.de {
  background-image: url(/wp-content/themes/milbor/img/flag-germany.svg);
}

#archive-realizations .realizations .item .content .flag.gb {
  background-image: url(/wp-content/themes/milbor/img/flag-gb.svg);
}

#archive-realizations .realizations .item .content .flag.den {
  background-image: url(/wp-content/themes/milbor/img/flag-den.svg);
}

#archive-realizations .realizations .item .content .flag.pl {
  background-image: url(/wp-content/themes/milbor/img/flag-pl.svg);
}

#archive-realizations .realizations .item .content header {
  position: relative;
  z-index: 3;
}

#archive-realizations .realizations .item .content header h3 {
  font-size: 27px;
  line-height: 32px;
  font-family: Neulis Alt Regular;
  padding-bottom: 10px;
}

#archive-realizations .realizations .item .content header .cats {
  font-size: 14px;
  font-family: Open Sans Light Italic;
  color: #fcfcfc;
}

#archive-realizations .realizations .item .content .text {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
}

#archive-realizations .realizations .filter-term {
  text-align: center;
  margin-bottom: 50px;
}

#archive-realizations .realizations .filter-term ul {
  list-style: none;
  display: inline-block;
}

#archive-realizations .realizations .filter-term ul li {
  float: left;
  margin: 4px;
}

#archive-realizations .realizations .filter-term ul li label {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

#archive-realizations .realizations .filter-term ul li label input[type=checkbox] {
  position: absolute;
  left: -50px;
  top: -50px;
  visibility: hidden;
  opacity: 0;
}

#archive-realizations .realizations .filter-term ul li label input[type=checkbox]+span {
  border: 1px solid #9eba26;
  color: #9eba26;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 13px;
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#archive-realizations .realizations .filter-term ul li label input[type=checkbox]:checked+span {
  background: #9eba26;
  color: #fff;
}

#archive-realizations .realizations .filter-term ul:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#archive-realizations .realizations #loadmore {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

#archive-realizations .realizations #loadmore .btn {
  max-width: 180px;
  width: 100%;
  text-align: center;
}

#archive-realizations .realizations #loadmore.loading:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(/wp-content/themes/milbor/img/loading.gif) 50% no-repeat hsla(0,0%,100%,.8);
  content: " ";
  position: absolute;
  z-index: 3;
}

body.lang-ru .terms ul li a,
body.lang-ru .terms ul li label span {
  font-family: Montserrat Regular!important;
}

body.lang-ru .item .content header h3 {
  font-family: Neulis Alt Regular!important;
}

#page-about-us .section_head .text {
  position: relative;
  z-index: 10;
}

#page-about-us .section_head .text .content {
  max-width: 560px;
  width: 100%;
}

#page-about-us .section_head .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 100px;
  width: calc(50% - 100px);
  background-size: cover;
  background-position: 50%;
}

#page-about-us .section_head .img:before {
  background: url(/wp-content/themes/milbor/img/about-head-bg.png) no-repeat 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: auto 100%;
  content: " ";
  position: absolute;
}

#page-about-us .section_head .img:after {
  background: url(/wp-content/themes/milbor/img/about-head-bg-2.png) repeat-x 0;
  top: 0;
  left: 0;
  width: 100%;
  content: " ";
  position: absolute;
  height: 211px;
}

#page-about-us .section-description {
  line-height: 1.5;
}

#page-about-us .section-description .second-row {
  margin-top: 50px;
  position: relative;
}

#page-about-us .section-description .second-row .text {
  padding-right: 80px;
  padding-bottom: 50px;
}

#page-about-us .section-description .second-row .text p+h3 {
  margin-top: 20px;
}

#page-about-us .section-description .second-row .text h3 {
  font-size: 25px;
  font-family: Neulis Alt Regular;
  color: #2e2651;
  font-weight: 400;
}

#page-about-us .section-description .second-row .text strong {
  color: #2e2651;
  font-family: Open Sans Semibold;
  font-weight: 400;
  font-size: 18px;
}

#page-about-us .section-description .photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 654px;
}

#page-about-us .section-description .photo img {
  width: 100%;
  height: auto;
}

#page-about-us .section-description .photo:before {
  background: url(/wp-content/themes/milbor/img/home-about-photo.svg) no-repeat;
  width: 703px;
  height: 468px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: -21px;
  right: 0;
  background-size: 100% auto;
}

#page-about-us .section-attributes {
  background: #f7f7f7;
  padding: 80px 0;
  position: relative;
  min-height: 680px;
}

#page-about-us .section-attributes .content {
  padding-left: 300px;
}

#page-about-us .section-attributes .content>ul {
  list-style: none;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  width: 47px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 5;
}

#page-about-us .section-attributes .content>ul li {
  position: relative;
}

#page-about-us .section-attributes .content>ul li:before {
  position: absolute;
  background-repeat: no-repeat;
  content: " ";
  z-index: 4;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 23px;
  height: 50px;
  left: 78px;
}

#page-about-us .section-attributes .content>ul li.link-1:before {
  background: url(/wp-content/themes/milbor/img/drzewko-trojkat-1.png);
}

#page-about-us .section-attributes .content>ul li.link-2:before {
  background: url(/wp-content/themes/milbor/img/drzewko-trojkat-3.png);
}

#page-about-us .section-attributes .content>ul li.link-3:before {
  background: url(/wp-content/themes/milbor/img/drzewko-trojkat-5.png);
}

#page-about-us .section-attributes .content>ul li+li {
  margin-top: 187px;
}

#page-about-us .section-attributes .content>ul li.active:before {
  opacity: 1;
}

#page-about-us .section-attributes .content>ul li.active .nr,
#page-about-us .section-attributes .content>ul li.active .nr .title {
  background: #fff;
}

#page-about-us .section-attributes .content>ul li .nr {
  border-radius: 50%;
  width: 47px;
  height: 47px;
  position: relative;
  line-height: 47px;
  text-align: center;
  font-size: 21px;
  font-family: Neulis Alt Bold;
}

#page-about-us .section-attributes .content>ul li .nr,
#page-about-us .section-attributes .content>ul li .nr .title {
  background: hsla(0,0%,100%,.9);
  display: inline-block;
  border: 1px dashed #2e2651;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

#page-about-us .section-attributes .content>ul li .nr .title {
  position: absolute;
  right: 60px;
  top: 0;
  padding: 6px;
  font-size: 18px;
  font-family: Neulis Alt Regular;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 135px;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) {
  padding: 60px 90px 60px 120px;
  border: 1px dashed #2e2651;
  position: relative;
  z-index: 3;
  overflow: hidden;
  min-height: 560px;
  display: none;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls):before {
  background: #f7f7f7;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: " ";
  position: absolute;
  z-index: -2;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls):after {
  display: block;
  background: url(/wp-content/themes/milbor/img/drzewko-blur.png) no-repeat;
  width: 164px;
  height: 760px;
  position: absolute;
  left: 0;
  top: -70px;
  content: " ";
  z-index: -1;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls).active {
  display: block;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) header h3 {
  font-size: 25px;
  font-family: Neulis Alt Regular;
  color: #2e2651;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) header h3:before {
  max-width: 334px;
  width: 100%;
  border-bottom: 2px solid #2e2651;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) .grid {
  grid-column-gap: 80px;
  grid-row-gap: 35px;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) .grid article h4 {
  color: #9eba26;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) .grid article h4:before {
  border-top: 1px solid #9eba26;
  content: " ";
  bottom: 0;
  left: 0;
  width: 140px;
  position: absolute;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) .grid article>div {
  line-height: 1.5;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>.owl-stage-outer {
  padding: 0!important;
  border: 0!important;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>.owl-stage-outer:before {
  display: none!important;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>.owl-stage-outer .owl-item {
  padding: 30px 40px;
  border: 1px dashed #2e2651;
  position: relative;
  z-index: 3;
  overflow: hidden;
  min-height: 700px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>.owl-stage-outer .owl-item:before {
  background: #f7f7f7;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: " ";
  position: absolute;
  z-index: -2;
  opacity: .95;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>.owl-controls .owl-next,
#page-about-us .section-attributes .content .owl-carousel-mobile>.owl-controls .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  background: url(/wp-content/themes/milbor/img/nav-left.svg) no-repeat 0 0;
  width: 13px;
  height: 28px;
  display: block!important;
  z-index: 1111;
  text-indent: -999px;
  overflow: hidden;
}

#page-about-us .section-attributes .content .owl-carousel-mobile>.owl-controls .owl-next {
  left: auto;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#page-about-us .section-attributes .img {
  display: block;
  background: url(/wp-content/themes/milbor/img/drzewko.png) no-repeat;
  width: 492px;
  height: 760px;
  position: absolute;
  left: 50%;
  margin-left: -635px;
  top: 0;
}

#page-about-us body.lang-ru .section-attributes .content>ul li .nr {
  font-family: Montserrat Bold;
}

#page-about-us body.lang-ru .section-attributes .content>div:not(.owl-controls) header h3,
#page-about-us body.lang-ru .section-attributes .content>ul li .nr .title {
  font-family: Montserrat Regular;
}

#page-about-us .section-values {
  padding: 110px 0 70px;
}

#page-about-us .section-values .description {
  text-align: center;
  padding: 0 150px;
  line-height: 1.5;
}

#page-about-us .section-values .grid {
  padding-top: 80px;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
}

#page-about-us .section-values .grid article {
  text-align: center;
}

#page-about-us .section-values .grid article .img {
  margin-bottom: 40px;
}

#page-about-us .section-values .grid article .img span {
  display: inline-block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 2px solid #ab0e21;
  position: relative;
}

#page-about-us .section-values .grid article .img span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#page-about-us .section-values .grid article header {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#page-about-us .section-values .grid article header h3 {
  color: #9eba26;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
}

#page-about-us .section-values .grid article header:before {
  border-bottom: 2px solid #9eba26;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: " ";
  position: absolute;
  width: 116px;
}

#page-about-us .section-values .grid article .text {
  line-height: 1.5;
}

#page-about-us .section-career {
  background: #f7f7f7;
  padding: 80px 0;
  color: #3e3e3e;
}

#page-about-us .section-career .col-left .desc {
  line-height: 1.5;
}

#page-about-us .section-career .col-left .pictograms {
  list-style: none;
}

#page-about-us .section-career .col-left .pictograms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

#page-about-us .section-career .col-left .pictograms li .img {
  width: 100px;
}

#page-about-us .section-career .col-left .pictograms li .img span {
  border: 1px dashed #ab0e21;
  border-radius: 50%;
  width: 65px;
  height: 62px;
  display: inline-block;
  position: relative;
}

#page-about-us .section-career .col-left .pictograms li .img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 35px;
  height: auto;
  vertical-align: middle;
}

#page-about-us .section-career .col-left .pictograms li .text {
  width: calc(100% - 100px);
}

#page-about-us .section-career .col-right .jobs>h3 {
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  color: #2e2651;
  padding-bottom: 30px;
}

#page-about-us .section-career .col-right .jobs>ul {
  list-style: none;
  border-bottom: 1px solid #d9d2d2;
  margin-bottom: 30px;
}

#page-about-us .section-career .col-right .jobs>ul li {
  border-top: 1px solid #d9d2d2;
  padding: 35px 20px;
}

#page-about-us .section-career .col-right .jobs>ul li a {
  font-size: 16px;
  font-family: Open Sans Bold;
  color: #2e2651;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#page-about-us .section-career .col-right .jobs>ul li a:before {
  background: url(/wp-content/themes/milbor/img/icon-right-green.svg);
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#page-about-us .section-career .col-right .jobs>ul li a:hover {
  opacity: 1;
  color: #9eba26;
}

#page-about-us .section-career .col-right .jobs>ul li a:hover:before {
  right: 10px;
}

#page-about-us .section-career .col-right .desc {
  line-height: 1.5;
}

#page-about-us .section-career .col-right .desc p {
  font-size: 13px;
}

#page-about-us .section-career .col-right .desc p:first-child {
  font-size: 16px;
}

#page-about-us .section-career .col-right .div_check .wpcf7-acceptance>span input[type=checkbox]+span:before {
  top: 5px;
}

#page-about-us .section-career .col-right .div_check .wpcf7-acceptance>span input[type=checkbox]+span:after {
  top: 9px;
}

#page-about-us .section-career .col-right .div_check .error {
  color: red;
  font-size: 11px;
  display: block;
  padding-top: 5px;
}

#page-about-us .section-career .col-right .link {
  padding-top: 20px;
}

#page-about-us .section-career .col-right .link .left {
  width: 320px;
  color: #2e2651;
  font-family: Neulis Alt SemiBold;
  font-size: 22px;
  padding-top: 7px;
}

#page-about-us .section-career .col-right .link .right {
  width: calc(100% - 320px);
}

#page-about-us .section-career .col-right .link .right .btn {
  width: 205px;
  text-align: center;
}

#page-about-us .section-career .col-right .link:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru .section-attributes .content>ul li .nr {
  font-family: Montserrat Bold;
}

body.lang-ru .section-attributes .content>div:not(.owl-controls) header h3,
body.lang-ru .section-attributes .content>ul li .nr .title,
body.lang-ru .section-description .second-row .text h3 {
  font-family: Montserrat Regular;
}

body.lang-ru .section-career .col-right .jobs>h3,
body.lang-ru .section-career .col-right .link .left,
body.lang-ru .section-values .grid article header h3 {
  font-family: Montserrat SemiBold;
}

#single-job {
  padding-bottom: 50px;
}

#single-job .section_head header h1 {
  line-height: 1.28;
  font-size: 25px;
}

#single-job .section_head header h1 span {
  display: block;
}

#single-job .content .col-left {
  line-height: 1.5;
  padding-right: 70px;
}

#single-job .content .col-left h3 {
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  color: #2e2651;
  line-height: 1.2;
}

#single-job .content .col-left h4 {
  font-size: 18px;
  font-family: Neulis Alt Bold;
  color: #2e2651;
  line-height: 1.2;
  padding: 10px 0;
}

#single-job .content .col-left *+h4 {
  margin-top: 20px;
}

#single-job .content .col-left ul {
  list-style: none;
  padding: 10px 0;
}

#single-job .content .col-left ul li {
  position: relative;
  padding-left: 60px;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#single-job .content .col-left ul li+li {
  margin-top: 20px;
}

#single-job .content .col-left ul li:before {
  border: 1px dashed #ab0e21;
  width: 34px;
  height: 34px;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/wp-content/themes/milbor/img/icon-check-green.svg) 50% no-repeat;
  display: block;
  border-radius: 50%;
}

#single-job .content .col-right aside {
  background: #f8f8f8;
  padding: 45px 35px;
  color: #2e2651;
}

#single-job .content .col-right aside .desc {
  line-height: 1.5;
  padding-bottom: 20px;
}

#single-job .content .col-right aside .form-heading {
  font-size: 24px;
  font-family: Neulis Alt Bold;
  color: #2e2651;
  margin-top: 30px;
  margin-bottom: 15px;
}

#single-job .content .col-right aside ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

#single-job .content .col-right aside ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#single-job .content .col-right aside ul li .img {
  width: 65px;
  position: relative;
}

#single-job .content .col-right aside ul li .img:before {
  content: " ";
  position: absolute;
  left: 50%;
  border-left: 1px solid #ab0e21;
  top: 100px;
  bottom: 0;
}

#single-job .content .col-right aside ul li .img span {
  width: 100%;
  height: 62px;
  border: 1px dashed #ab0e21;
  position: relative;
  display: block;
  border-radius: 50%;
}

#single-job .content .col-right aside ul li .img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#single-job .content .col-right aside ul li .text {
  font-size: 14px;
  padding-top: 10px;
  font-family: Neulis Alt Bold;
  color: #2e2651;
  text-align: center;
}

#single-job .content .col-right aside .desc_bottom {
  border-top: 1px solid #d9d2d2;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #2e2651;
  font-family: Neulis Alt Bold;
}

#single-job .content .col-right aside .info_rodo {
  font-size: 11px;
  line-height: 1.15;
  padding: 10px 0;
}

#single-job .content .col-right aside .div_check .wpcf7-acceptance>span input[type=checkbox]+span:before {
  top: 5px;
}

#single-job .content .col-right aside .div_check .wpcf7-acceptance>span input[type=checkbox]+span:after {
  top: 9px;
}

#single-job .content .col-right aside .div_check .error {
  color: red;
  font-size: 11px;
  display: block;
  padding-top: 5px;
}

#single-job .content .col-right aside .btn {
  width: 100%;
  text-align: center;
}

#single-job .content .col-right aside .hidden-input-value {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#single-job .content .col-right aside .lable-text,
#single-job .content .col-right aside label {
  font-size: 14px;
  margin-bottom: 10px;
}

#single-job .content .col-right aside label[for=your-cv] {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: -20px;
  margin-bottom: -10px;
  border-radius: 15px;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  text-align: center;
  cursor: pointer;
}

#single-job .content .col-right aside label[for=your-cv] img {
  margin-right: 10px;
}

#single-job .content .col-right aside input[type=email],
#single-job .content .col-right aside input[type=text] {
  padding: 10px;
  margin-top: 10px;
  border-radius: 15px;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
}

#single-job .content .col-right aside .file-chosen,
#single-job .content .col-right aside .wpcf7-not-valid-tip {
  font-size: 11px!important;
}

#single-job .content .col-right aside .text-acceptance p,
#single-job .content .col-right aside .wpcf7-list-item-label {
  font-size: 11px;
  line-height: 16.5px!important;
}

#single-job .content .col-right aside .text-acceptance {
  margin-bottom: 30px;
}

#single-job .content .col-right aside .wpcf7-acceptance>span input[type=checkbox]+span:before {
  top: 50%!important;
  -webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
  border: 1px solid #cbd6e2!important;
}

#single-job .content .col-right aside .wpcf7-acceptance>span input[type=checkbox]+span:after {
  top: 50%!important;
  -webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
  left: 4pximportant;
}

body.lang-ru #single-job .content .col-left h3 {
  font-family: Montserrat SemiBold;
}

body.lang-ru #single-job .content .col-left h4,
body.lang-ru #single-job .content .col-right aside .desc_bottom,
body.lang-ru #single-job .content .col-right aside ul li .text {
  font-family: Montserrat Bold;
}

#page-service .section_head .text {
  position: relative;
  z-index: 10;
}

#page-service .section_head .text .content {
  max-width: 860px;
  width: 100%;
}

#page-service .section_head .text .content p:first-child {
  font-size: 25px;
  font-family: Neulis Alt Bold;
}

#page-service .section_head .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 100px;
  width: calc(50% - 100px);
  background-size: cover;
  background-position: 50%;
}

#page-service .section_head .img:before {
  background: url(/wp-content/themes/milbor/img/about-head-bg.png) no-repeat 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: auto 100%;
  content: " ";
  position: absolute;
}

#page-service .section_head .img:after {
  background: url(/wp-content/themes/milbor/img/about-head-bg-2.png) repeat-x 0;
  top: 0;
  left: 0;
  width: 100%;
  content: " ";
  position: absolute;
  height: 211px;
}

#page-service .pictograms {
  padding-bottom: 50px;
}

#page-service .pictograms .box_content article {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 40px);
  flex: 0 0 calc(25% - 40px);
  margin: 0 20px 60px;
}

#page-service .pictograms .box_content article .img {
  margin-bottom: 20px;
}

#page-service .pictograms .box_content article .img span {
  display: inline-block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 1px dashed #ab0e21;
  position: relative;
}

#page-service .pictograms .box_content article .img span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#page-service .pictograms .box_content article .text {
  color: #2e2651;
}

#page-service .offer {
  padding-bottom: 20px;
}

#page-service .offer .content:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#page-service .offer .content .col-left {
  padding-top: 10px;
  padding-right: 50px;
  float: left;
  width: 320px;
  position: sticky;
  top: 80px;
  position: -webkit-sticky;
}

#page-service .offer .content .col-left ol {
  list-style: none;
}

#page-service .offer .content .col-left ol li {
  margin-bottom: 30px;
}

#page-service .offer .content .col-left ol li.current a {
  font-size: 21px;
  color: #2e2651;
  font-family: Neulis Alt Bold;
}

#page-service .offer .content .col-left .tabs-links__after img {
  max-width: 250px;
  height: auto;
}

#page-service .offer .content .col-right {
  padding-left: 80px;
  border-left: 1px solid #d9d2d2;
  float: right;
  width: calc(100% - 320px);
}

#page-service .offer .content .col-right .item {
  padding-bottom: 40px;
  color: #3e3e3e;
  line-height: 1.6;
}

#page-service .offer .content .col-right .item+.item {
  border-top: 1px solid #d9d2d2;
  padding: 40px 0;
}

#page-service .offer .content .col-right .item .title {
  display: block;
  padding: 0 0 20px;
}

#page-service .offer .content .col-right .item .title strong {
  display: block;
  font-size: 22px;
  color: #2e2651;
  font-family: Neulis Alt Bold;
}

#page-service .offer .content .col-right .item .title .subtitle {
  display: block;
  color: #a9a9a9;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

#page-service .offer .content .col-right .item h1,
#page-service .offer .content .col-right .item h2,
#page-service .offer .content .col-right .item h3 {
  font-size: 18px;
  font-family: Neulis Alt Bold;
  padding: 10px 0;
  color: #2e2651;
}

#page-service .offer .content .col-right .item h4,
#page-service .offer .content .col-right .item h5 {
  font-size: 16px;
  font-family: Neulis Alt Bold;
  padding: 10px 0;
  color: #2e2651;
}

#page-service .offer .content .col-right .item strong {
  color: #2e2651;
}

#page-service .offer .content .col-right .item iframe {
  max-width: 100%!important;
  width: 100%!important;
  height: 500px!important;
}

#page-service .offer .content .col-right .item ul {
  list-style: none;
  padding: 10px 0;
}

#page-service .offer .content .col-right .item ul li {
  position: relative;
  padding-left: 15px;
}

#page-service .offer .content .col-right .item ul li+li {
  margin-top: 5px;
}

#page-service .offer .content .col-right .item ul li:before {
  font-size: 16px;
  color: #3e3e3e;
  font-family: Open Sans;
  content: "•";
  position: absolute;
  left: 0;
}

#page-service .offer .content .col-right .item .table-responsive {
  margin: 10px 0;
}

#page-service .offer .content .col-right .item .table-responsive td {
  padding-left: 20px;
  padding-right: 20px;
}

#page-service .offer .content .col-right .item .table-responsive td:first-child {
  padding-left: 0;
}

#page-service .offer .content .col-right .item .table-responsive td:last-child {
  padding-right: 0;
}

#page-service .offer .content .col-right .item .schemat-shortcode {
  padding-bottom: 20px;
}

#page-service .offer .content .col-right .item .schemat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

#page-service .offer .content .col-right .item .schemat-item .col-picto {
  width: 160px;
  position: relative;
}

#page-service .offer .content .col-right .item .schemat-item .col-picto .num {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ab0e21;
  color: #fff;
  font-family: Neulis Alt Bold;
  text-align: center;
  line-height: 32px;
  left: 0;
  top: 5px;
  border: 4px solid #fff;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#page-service .offer .content .col-right .item .schemat-item .col-picto .num span {
  position: relative;
  z-index: 2;
}

#page-service .offer .content .col-right .item .schemat-item .col-picto .picto {
  background: #f1f1f1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#page-service .offer .content .col-right .item .schemat-item .col-text {
  width: calc(100% - 160px);
  padding-left: 20px;
}

#page-service .offer .content .col-right .item .schemat-item .col-text .name {
  font-size: 16px;
  font-family: Neulis Alt Bold;
  line-height: 168.75%;
}

body.lang-ru #page-service .section_head .text .content p:first-child {
  font-family: Montserrat Bold;
}

body.lang-ru #page-service .offer .content .col-left ol {
  list-style: none;
}

body.lang-ru #page-service .offer .content .col-left ol li.current a,
body.lang-ru #page-service .offer .content .col-right .item .title,
body.lang-ru #page-service .offer .content .col-right .item h1,
body.lang-ru #page-service .offer .content .col-right .item h2,
body.lang-ru #page-service .offer .content .col-right .item h3,
body.lang-ru #page-service .offer .content .col-right .item h4,
body.lang-ru #page-service .offer .content .col-right .item h5 {
  font-family: Montserrat Bold;
}

#archive-blog {
  padding-bottom: 70px;
}

#archive-blog .section_head {
  margin-bottom: 50px;
}

#archive-blog .filter-term {
  text-align: center;
  margin-bottom: 50px;
}

#archive-blog .filter-term ul {
  list-style: none;
  display: inline-block;
}

#archive-blog .filter-term ul li {
  float: left;
  margin: 4px;
}

#archive-blog .filter-term ul li a {
  position: relative;
  border: 1px solid #9eba26;
  color: #9eba26;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 13px;
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1!important;
}

#archive-blog .filter-term ul li.active a,
#archive-blog .filter-term ul li a:hover {
  background: #9eba26;
  color: #fff;
}

#archive-blog .filter-term ul:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#archive-blog .posts .item {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px;
}

#archive-blog .posts .item .row {
  min-height: 375px;
}

#archive-blog .posts .item:before {
  position: absolute;
  z-index: -1;
  background: #f8f8f8;
  top: 20px;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  width: calc(50% + 30px);
  content: " ";
}

#archive-blog .posts .item:after {
  height: 30px;
  border-left: 2px solid #ab0e21;
  bottom: -45px;
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -1px;
}

#archive-blog .posts .item .col-img img {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

#archive-blog .posts .item .col-text {
  position: relative;
  padding: 60px 40px 60px 20px;
}

#archive-blog .posts .item .col-text header {
  padding-bottom: 20px;
}

#archive-blog .posts .item .col-text header h3 {
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  color: #2e2651;
}

#archive-blog .posts .item .col-text header .tags {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#archive-blog .posts .item .col-text header .tags .tag {
  margin-bottom: 5px;
  margin-right: 20px;
}

#archive-blog .posts .item .col-text header .tags .tag a {
  color: #707070;
  padding-top: 10px;
  font-style: italic;
}

#archive-blog .posts .item .col-text .content {
  line-height: 1.4;
  padding-bottom: 20px;
}

#archive-blog .posts .item .col-text .link a {
  color: #9eba26;
  font-family: Neulis Alt Bold;
  font-size: 16px;
}

#archive-blog .posts .item .col-text .link a span {
  position: relative;
  padding-right: 30px;
}

#archive-blog .posts .item .col-text .link a span:before {
  background: url(/wp-content/themes/milbor/img/icon-right-green.svg) no-repeat 100%;
  width: 14px;
  height: 14px;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#archive-blog .posts .item.no_img .row {
  min-height: 1px;
}

#archive-blog .posts .item.no_img:before {
  left: 0;
  margin-left: 0;
  width: 100%;
}

#archive-blog .posts .item.no_img .col-text {
  padding: 40px;
}

#archive-blog .posts:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru .item .col-text header h3 {
  font-family: Montserrat SemiBold!important;
}

body.lang-ru .item .col-text .link a {
  font-family: Montserrat Bold!important;
}

#single-blog {
  padding-top: 120px;
  padding-bottom: 30px;
}

#single-blog .page_title #breadcrumbs,
#single-blog .page_title #breadcrumbs a {
  color: #2e2651;
}

#single-blog .page_title h1 {
  font-size: 25px;
  font-family: Neulis Alt Regular;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #2e2651;
}

#single-blog .page_title h1:before {
  border-bottom: 3px solid #ab0e21;
  width: 175px;
  left: 0;
  content: " ";
  position: absolute;
  bottom: 0;
}

#single-blog .box_content:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#single-blog .box_content .flex {
  margin: 0;
}

#single-blog .box_content .left {
  width: calc(100% - 380px);
  line-height: 1.5;
  padding-right: 110px;
  float: none;
}

#single-blog .box_content .left .share {
  margin-bottom: 20px;
}

#single-blog .box_content .left .share ul {
  list-style: none;
  margin-top: 12px;
}

#single-blog .box_content .left .share ul li {
  float: left;
  position: relative;
}

#single-blog .box_content .left .share ul li+li {
  padding-left: 20px;
  margin-left: 19px;
}

#single-blog .box_content .left .share ul li .border {
  border-left: 1px solid #000;
  top: -1px;
  bottom: 0;
  left: 0;
  content: " ";
  position: absolute;
}

#single-blog .box_content .left .share ul:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#single-blog .box_content .left .share_bottom>strong {
  color: #2e2651;
  padding-top: 20px;
  display: block;
}

#single-blog .box_content .left .img img {
  display: block;
  width: 100%;
}

#single-blog .box_content .left .builder>div {
  padding: 10px 0;
}

#single-blog .box_content .left .builder>h2 {
  font-size: 17px;
  font-family: Neulis Alt Regular;
  color: #2e2651;
}

#single-blog .box_content .left .builder .photo img {
  width: 100%;
  display: block;
}

#single-blog .box_content .left .builder__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#single-blog .box_content .left .builder__button .btn {
  font-size: 16px;
}

#single-blog .box_content .left .builder .special {
  padding-left: 25px;
  position: relative;
  color: #2e2651;
  font-size: 17px;
  font-family: Neulis Alt Regular;
}

#single-blog .box_content .left .builder .special:before {
  border-left: 2px solid #9eba26;
  content: " ";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
}

#single-blog .box_content .left .builder ul {
  list-style: none;
}

#single-blog .box_content .left .builder ul li {
  position: relative;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#single-blog .box_content .left .builder ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: " ";
  width: 6px;
  height: 6px;
  background: #2e2651;
  border-radius: 50%;
}

#single-blog .box_content .left .builder ul li ul li:before {
  background: transparent;
  border: 1px solid #2e2651;
}

#single-blog .box_content .left .builder ol {
  margin-left: 16px;
}

#single-blog .box_content .left .builder .blog-hubspot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

#single-blog .box_content .left .builder .blog-hubspot-left {
  width: calc(100% - 280px);
  padding: 25px 0;
}

#single-blog .box_content .left .builder .blog-hubspot-left-title {
  color: #2f2751;
  font-family: Neulis Alt Regular;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}

#single-blog .box_content .left .builder .blog-hubspot-left-description {
  color: #2f2751;
  font-family: Neulis Alt Regular;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}

#single-blog .box_content .left .builder .blog-hubspot-right {
  position: relative;
  width: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
}

#single-blog .box_content .left .builder .blog-hubspot-right:before {
  background: url(/wp-content/themes/milbor/img/blog-hubspot-bg.png) no-repeat 0 0;
  width: 100%;
  background-size: auto 100%;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -2px;
  z-index: 2;
}

#single-blog .box_content .right {
  width: 380px;
  float: none;
}

#single-blog .box_content .right .sticky {
  position: sticky;
  top: 90px;
}

#single-blog .box_content .right h4 {
  font-size: 20px;
  font-family: Neulis Alt Bold;
  color: #2e2651;
  padding-bottom: 25px;
}

#single-blog .box_content .right .posts .item+.item {
  margin-top: 20px;
}

#single-blog .box_content .right .posts .item a:hover {
  opacity: 1;
}

#single-blog .box_content .right .posts .item a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#single-blog .box_content .right .posts .item a:hover .text header h3:before {
  width: 40px;
  opacity: 1;
}

#single-blog .box_content .right .posts .item .img {
  width: 135px;
  float: left;
  overflow: hidden;
}

#single-blog .box_content .right .posts .item .img img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#single-blog .box_content .right .posts .item .img+.text {
  width: calc(100% - 135px);
  padding-left: 20px;
  float: left;
}

#single-blog .box_content .right .posts .item .text header h3 {
  font-size: 18px;
  font-family: Neulis Alt Bold;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #2e2651;
  position: relative;
  margin-bottom: 2px;
}

#single-blog .box_content .right .posts .item .text header h3:before {
  border-top: 1px solid #ab0e21;
  width: 0;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 4px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#single-blog .box_content .right .posts .item .text .desc {
  font-size: 12px;
  line-height: 1.5;
}

#single-blog .box_content .right .posts .item:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru #single-blog .box_content .left .builder>h2,
body.lang-ru #single-blog .page_title h1 {
  font-family: Montserrat Regular;
}

body.lang-ru #single-blog .box_content .right .posts .item .text header h3,
body.lang-ru #single-blog .box_content .right h4 {
  font-family: Montserrat Bold;
}

#page-contact {
  padding-top: 120px;
}

#page-contact .page_title #breadcrumbs,
#page-contact .page_title #breadcrumbs a {
  color: #2e2651;
}

#page-contact h2.name {
  color: #2e2651;
  position: relative;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  margin-bottom: 30px;
}

#page-contact h2.name span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

#page-contact h2.name span:before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: -20px;
  left: 0;
  border-bottom: 2px solid #ab0e21;
}

#page-contact .container-places {
  position: relative;
  padding-top: 80px;
}

#page-contact .container-places .first-row {
  padding-bottom: 100px;
}

#page-contact .container-places .col-map .map {
  width: 831px;
  position: absolute;
  right: 0;
  top: -20px;
  height: 585px;
}

#page-contact .container-places .col-places {
  line-height: 1.5;
  color: #2e2651;
}

#page-contact .container-places .col-places .box_header {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#page-contact .container-places .col-places .box_header:before {
  width: 125px;
}

#page-contact .container-places .col-places a {
  font-family: Open Sans Bold;
  font-size: 17px;
  color: #2e2651;
}

#page-contact .container-places .col-places .places {
  padding-top: 20px;
}

#page-contact .container-places .col-places .legend {
  padding-top: 50px;
}

#page-contact .container-places .col-places .legend>div:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#page-contact .container-places .col-places .legend>div ul {
  list-style: none;
  float: left;
  width: 180px;
}

#page-contact .container-places .col-places .legend>div ul li {
  position: relative;
  font-size: 14px;
  font-family: Open Sans Semibold;
  padding-left: 25px;
}

#page-contact .container-places .col-places .legend>div ul li+li {
  margin-top: 10px;
}

#page-contact .container-places .col-places .legend>div ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: " ";
  background-position: 50%;
  background-repeat: no-repeat;
}

#page-contact .container-places .col-places .legend>div ul li.item-1:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-1.svg);
  width: 14px;
  height: 19px;
}

#page-contact .container-places .col-places .legend>div ul li.item-2:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-2.svg);
  width: 14px;
  height: 19px;
}

#page-contact .container-places .col-places .legend>div ul li.item-3:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-3.svg);
  width: 5px;
  height: 5px;
}

#page-contact .container-places .col-places .legend>div ul li.item-4:before {
  background-image: url(/wp-content/themes/milbor/img/legend-item-4.svg);
  width: 5px;
  height: 5px;
}

#page-contact .container-places .row-departments .department {
  margin-bottom: 50px;
}

#page-contact .container-places .grid {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
}

#page-contact .container-places .grid .item .title {
  font-size: 17px;
  font-family: Neulis Alt Bold;
  color: #2e2651;
  display: block;
  padding-bottom: 10px;
}

#page-contact .container-places .grid .item .content .img {
  float: left;
  width: 95px;
}

#page-contact .container-places .grid .item .content .img img {
  border-radius: 50%;
}

#page-contact .container-places .grid .item .content .img+.desc {
  float: left;
  width: calc(100% - 95px);
  padding-left: 15px;
}

#page-contact .container-places .grid .item .content .desc {
  font-size: 15px;
  color: #3e3e3e;
}

#page-contact .container-places .grid .item .content .desc p:first-child {
  padding-top: 0!important;
}

#page-contact .container-places .grid .item .content .desc a {
  color: #3e3e3e;
}

#page-contact .container-places .grid .item .content:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

#page-contact .container-places .col-persons {
  position: relative;
  padding-right: 30px;
}

#page-contact .container-places .col-persons:before {
  border-top: 1px solid #d9d2d2;
  left: 0;
  right: 45px;
  content: " ";
  position: absolute;
  bottom: 0;
}

#page-contact .container-places .col-form #form-contact {
  background: #fafafa;
}

#page-contact .container-places .col-form #form-contact .wrapper {
  width: 100%!important;
}

#page-contact .container-places .col-form #form-contact .wrapper .col-left {
  display: none!important;
}

#page-contact .container-places .col-form #form-contact .wrapper .col-right {
  width: 100%!important;
  padding-left: 50px!important;
  padding-right: 50px!important;
}

#page-contact .container-places .col-form #form-contact .wrapper .col-right form {
  max-width: 100%;
}

#page-contact .container-places .col-form #form-contact .wrapper .col-right form .line-text {
  display: block;
}

#page-contact .container-places .col-services {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

#page-contact .container-places .col-press {
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 20px;
  position: relative;
}

#page-contact .container-places .col-press:before {
  border-left: 1px solid #d9d2d2;
  content: " ";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 0;
}

#page-contact .container-places .row-services-press {
  padding-bottom: 30px;
}

#page-contact .map-section .gm-style .gm-style-iw-t:after {
  background: linear-gradient(45deg,#9eba26 50%,hsla(0,0%,100%,0) 51%,hsla(0,0%,100%,0));
}

#page-contact .map-section .gm-style .gm-style-iw-c {
  background: #9eba26;
  color: #fff!important;
  font-size: 14px;
  max-width: 100%!important;
  max-height: 100vh!important;
  padding: 15px 20px!important;
}

#page-contact .map-section .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: auto!important;
  max-height: 100vh!important;
}

#page-contact .map-section #mapa {
  height: 400px;
}

#page-contact .map-section #mapa #popup {
  background: #9eba26;
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  position: relative;
  margin-top: 6px;
  border-radius: 6px;
}

#page-contact .map-section #mapa #popup:before {
  content: " ";
  position: absolute;
  top: -6px;
  left: 10px;
  border-bottom: 6px solid #9eba26;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

#page-contact .map-section #mapa #popup #popup-content {
  line-height: 1.3;
}

#page-contact .map-section #mapa #popup #popup-content h3 {
  margin-bottom: 5px;
}

body.lang-ru #page-contact h2.name {
  font-family: Montserrat SemiBold;
}

body.lang-ru #page-contact .container-places .grid .item .title {
  font-family: Montserrat Bold;
}

#archive-machines .terms {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -20px;
}

#archive-machines .terms ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#archive-machines .terms ul li {
  margin: 0 5px 10px;
}

#archive-machines .terms ul li a {
  color: #9eba26;
  border: 1px solid #9eba26;
  border-radius: 25px;
  padding: 10px 25px;
  max-width: 190px;
  text-align: center;
  font-size: 13px;
  font-family: Neulis Alt Regular;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1!important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#archive-machines .terms ul li.active a,
#archive-machines .terms ul li a:hover {
  background: #9eba26;
  color: #fff;
}

#archive-machines .terms ul li label {
  position: relative;
  overflow: hidden;
}

#archive-machines .terms ul li label input {
  position: absolute;
  left: -100px;
  top: -100px;
  opacity: 0;
  visibility: hidden;
}

#archive-machines .terms ul li label span {
  color: #9eba26;
  border: 1px solid #9eba26;
  border-radius: 25px;
  padding: 10px 25px;
  max-width: 190px;
  text-align: center;
  font-size: 13px;
  font-family: Neulis Alt Regular;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#archive-machines .terms ul li label input:checked+span {
  background: #9eba26;
  color: #fff;
}

#archive-machines .terms ul.fruits {
  margin-bottom: 10px;
}

#archive-machines .terms ul.fruits li a {
  border-color: #ab0e21;
  max-width: auto;
  min-height: 1px;
  color: #ab0e21;
}

#archive-machines .terms ul.fruits li.active a,
#archive-machines .terms ul.fruits li a:hover {
  background: #ab0e21;
  color: #fff;
}

#archive-machines #machines-line {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2,1fr);
}

#archive-machines #machines-line article .col-img {
  text-align: center;
}

#archive-machines #machines-line article .col-text {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#archive-machines #machines-line article .col-text header h3 {
  color: #2e2651;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
}

#archive-machines #machines-line article .col-text .text {
  color: #3e3e3e;
  line-height: 1.4;
  margin-top: 10px;
}

#archive-machines #machines-line article .col-text .link {
  margin-top: 20px;
}

#archive-machines #machines-line article .col-text .link a {
  color: #9eba26;
  font-family: Neulis Alt Bold;
  font-size: 14px;
  position: relative;
  padding-right: 25px;
  text-transform: lowercase;
}

#archive-machines #machines-line article .col-text .link a:before {
  position: absolute;
  right: 0;
  background: url(/wp-content/themes/milbor/img/icon-right-green.svg) no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: " ";
}

#archive-machines .machines {
  padding-bottom: 50px;
}

#archive-machines .description_seo {
  padding: 80px 0 0;
  line-height: 1.5;
}

#archive-machines .description_seo h1,
#archive-machines .description_seo h2,
#archive-machines .description_seo h3,
#archive-machines .description_seo h4 {
  color: #2e2651;
  font-size: 22px;
  font-family: Neulis Alt SemiBold;
  padding: 10px 0 20px;
  line-height: 1.2;
}

#archive-machines .description_seo .col-left {
  padding-right: 40px;
}

#archive-machines .description_seo .col-left+.col-right {
  padding-left: 40px;
}

#single-maszyny .section_head .text .content {
  max-width: 650px;
  width: 100%;
}

#single-maszyny .text-box {
  margin-bottom: 50px;
  position: relative;
}

#single-maszyny .text-box div.gallery {
  width: 485px;
}

#single-maszyny .text-box div.gallery ul {
  list-style: none;
  position: sticky;
  top: 80px;
}

#single-maszyny .text-box div.gallery ul li {
  margin-bottom: 10px;
}

#single-maszyny .text-box div.gallery+div.col-right {
  width: calc(100% - 485px);
  padding-left: 80px;
  float: right;
}

#single-maszyny .text-box div.gallery .line_btn {
  margin-top: 30px;
  display: none;
}

#single-maszyny .text-box div.col-right {
  line-height: 1.5;
}

#single-maszyny .text-box div.col-right .line_btn {
  display: none;
}

#single-maszyny .text-box div.col-right>div {
  position: sticky;
  top: 80px;
}

#single-maszyny .text-box div.col-right h1,
#single-maszyny .text-box div.col-right h2,
#single-maszyny .text-box div.col-right h3,
#single-maszyny .text-box div.col-right h4 {
  font-size: 22px;
  font-family: Neulis Alt Bold;
  font-weight: 400;
  padding: 0 0 10px;
  line-height: 1.2;
  color: #2e2651;
  margin: 0;
}

#single-maszyny .text-box div.col-right *+h1,
#single-maszyny .text-box div.col-right *+h2,
#single-maszyny .text-box div.col-right *+h3,
#single-maszyny .text-box div.col-right *+h4 {
  margin-top: 30px;
}

#single-maszyny .text-box div.col-right ul {
  list-style: none;
}

#single-maszyny .text-box div.col-right ul li {
  position: relative;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#single-maszyny .text-box div.col-right ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: " ";
  width: 6px;
  height: 6px;
  background: #2e2651;
  border-radius: 50%;
}

#single-maszyny .text-box div.col-right ul li ul li:before {
  background: transparent;
  border: 1px solid #2e2651;
}

#single-maszyny .text-box:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru #single-maszyny .text-box div.col-right h1,
body.lang-ru #single-maszyny .text-box div.col-right h2,
body.lang-ru #single-maszyny .text-box div.col-right h3,
body.lang-ru #single-maszyny .text-box div.col-right h4 {
  font-family: Montserrat Bold;
}

#single-maszyny-chosen h1 {
  text-shadow: 0 0 16px rgba(0,0,0,.8);
}

#single-maszyny-chosen .section_head {
  background: #2e2651;
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 200px;
  margin-bottom: 40px;
  padding-bottom: 50px;
}

#single-maszyny-chosen .section_head:before {
  bottom: unset;
}

#single-maszyny-chosen .section_head .text .content {
  max-width: 750px;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
}

#single-maszyny-chosen .section_head__video {
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
}

#single-maszyny-chosen .section_head__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#single-maszyny-chosen .section_image--desktop,
#single-maszyny-chosen .section_image--mobile {
  width: 100%;
  height: auto;
}

#single-maszyny-chosen .section_image--mobile {
  display: none;
}

#single-maszyny-chosen .section_image__button {
  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-top: 50px;
  margin-bottom: 100px;
}

#single-maszyny-chosen .section_image__button a {
  font-size: 18px!important;
}

#single-maszyny-chosen .section_image--list {
  display: none;
}

#single-maszyny-chosen .section_description__header {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fafafa;
  padding: 40px 0;
}

#single-maszyny-chosen .section_description__header .box_header:before {
  left: unset;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#single-maszyny-chosen .section_description__header .box_text {
  max-width: 880px;
  line-height: 1.8;
}

#single-maszyny-chosen .section_description__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

#single-maszyny-chosen .section_description__button a {
  font-size: 18px!important;
}

#single-maszyny-chosen .section_description .icons,
#single-maszyny-chosen .section_description .icons-mobile {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  padding: 40px 0;
}

#single-maszyny-chosen .section_description .icons-mobile {
  display: none;
}

#single-maszyny-chosen .section_description .icons_wrapper img {
  max-width: 100px!important;
}

#single-maszyny-chosen .section_description .icons_wrapper__heading {
  color: #1c1442;
  font-size: 20px;
  font-family: Neulis Alt SemiBold;
}

#single-maszyny-chosen .section_description .icons_wrapper__text {
  line-height: 1.8;
}

#single-maszyny-chosen .section_description .mobile-icons_wrapper,
#single-maszyny-chosen .section_description .mobile-toggle-more {
  display: none;
}

#single-maszyny-chosen .section_video {
  margin-top: 80px;
}

#single-maszyny-chosen .section_video .video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
}

#single-maszyny-chosen .section_video .video-content a.btn {
  font-size: 18px;
}

#single-maszyny-chosen .section_video .video-list {
  width: 662px;
  max-width: 662px;
  padding: 40px 80px;
  margin-left: -80px;
  background: #2e2651;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  z-index: 10;
}

#single-maszyny-chosen .section_video .video-list__single {
  padding: 5px 0 10px;
}

#single-maszyny-chosen .section_video .video-list__single:last-of-type .video-list__single-text {
  border-bottom: 0 solid #fff;
}

#single-maszyny-chosen .section_video .video-list__single-heading {
  color: #9eba26;
  font-size: 20px;
  font-family: Neulis Alt SemiBold;
}

#single-maszyny-chosen .section_video .video-list__single-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-top: -5px;
  border-bottom: 1px solid #fff;
}

#single-maszyny-chosen .section_video .video-box {
  min-height: 100%;
  overflow: hidden;
  margin: -40px -80px;
  z-index: 0;
}

#single-maszyny-chosen .section_video .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#single-maszyny-chosen .section_slider {
  margin-top: 80px;
}

#single-maszyny-chosen .section_slider__slider {
  position: relative;
}

#single-maszyny-chosen .section_slider__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

#single-maszyny-chosen .section_slider__button a {
  font-size: 18px!important;
}

#single-maszyny-chosen .section_slider .swiper-container {
  position: relative;
  overflow: hidden;
}

#single-maszyny-chosen .section_slider .swiper-slider__img {
  width: 100%;
  max-height: 308px;
  overflow: hidden;
}

#single-maszyny-chosen .section_slider .swiper-slider__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#single-maszyny-chosen .section_slider .swiper-slider__text {
  padding: 20px!important;
  background-color: #fafafa;
  line-height: 1.4;
  font-size: 16px;
}

#single-maszyny-chosen .section_slider .swiper-button-next,
#single-maszyny-chosen .section_slider .swiper-button-prev {
  position: absolute;
  width: 76px;
  height: 76px;
  margin-top: 0;
  top: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 60;
}

#single-maszyny-chosen .section_slider .swiper-button-next:after,
#single-maszyny-chosen .section_slider .swiper-button-prev:after {
  display: none;
}

#single-maszyny-chosen .section_slider .swiper-button-next {
  left: auto;
  right: -40px;
}

#single-maszyny-chosen .section_slider .swiper-button-prev {
  right: auto;
  left: -40px;
}

#single-maszyny-chosen .section_faq.home__faq .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#single-maszyny-chosen .section_faq.home__faq .col-left ul.tabs-links {
  padding-top: 10px;
  padding-bottom: 10px;
}

#single-maszyny-chosen .section_faq.home__faq .col-left ul.tabs-links li a:before {
  opacity: 0!important;
}

#single-maszyny-chosen .section_faq.home__faq .col-left ul.tabs-links li a.active {
  font-family: Neulis Alt SemiBold;
}

#single-maszyny-chosen .section_faq.home__faq .col-left ul.tabs-links li a.active:before {
  background: url(/wp-content/themes/milbor/img/icon-accordion.svg) no-repeat;
  width: 32px;
  height: 19px;
  content: " ";
  position: absolute;
  right: 0;
  opacity: 1!important;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#single-maszyny-chosen .section_faq.home__faq .col-left ul.tabs-links.dark:before {
  background: #2e2651;
}

#single-maszyny-chosen .section_faq.home__faq .col-left ul.tabs-links.dark li a {
  color: #fff;
}

#single-maszyny-chosen .section_faq.home__faq .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80%;
}

#single-maszyny-chosen .section_faq.home__faq .col-right .tabs-content {
  padding-bottom: 0!important;
  line-height: 1.8;
}

#single-maszyny-chosen .section_faq__logos-in-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}

#single-maszyny-chosen .section_faq__logos-in-line li {
  list-style: none!important;
}

#single-maszyny-chosen .section_faq__logos-in-line li img {
  max-height: 60px;
}

#single-maszyny-chosen .section_faq .swiper-container {
  display: none;
}

#single-maszyny-chosen .section_faq__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

#single-maszyny-chosen .section_faq__company-country {
  color: #9eba26;
  font-size: 16px;
  font-family: Neulis Alt SemiBold;
}

#single-maszyny-chosen .section_faq__company-name {
  color: #2e2651;
  font-size: 32px;
  font-family: Neulis Alt SemiBold;
}

#single-maszyny-chosen .section_faq__company-desc {
  max-width: 725px;
  line-height: 1.8;
  font-size: 20px;
}

#single-maszyny-chosen .section_faq__button {
  text-align: center;
}

#single-maszyny-chosen .section_faq__button .btn {
  font-size: 18px;
  line-height: 52px;
  height: 54px;
  border-radius: 50px;
}

#single-maszyny-chosen .section_faq.dark {
  background: #2e2651;
}

#single-maszyny-chosen .section_faq.dark .box_header * {
  color: #fff;
}

#single-maszyny-chosen .section_faq.dark .box_content {
  background: #fafafa;
}

#single-maszyny-chosen .section_faq.dark .col-left {
  padding: 30px 44px;
  margin-top: 0!important;
  margin-bottom: 0!important;
  position: relative;
}

#single-maszyny-chosen .section_faq.dark .col-left:before {
  background: #fff;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5rem;
  right: .5rem;
}

#single-maszyny-chosen .section_faq.dark .col-left ul.tabs-links {
  padding-right: 0;
}

#single-maszyny-chosen .section_faq.dark .col-left ul.tabs-links:before {
  display: none!important;
}

#single-maszyny-chosen .section_faq.dark .col-right {
  padding: 50px 40px;
}

#single-maszyny-chosen .section_cta {
  background: #2e2651;
  color: #fff;
  position: relative;
  padding: 60px 0;
}

#single-maszyny-chosen .section_cta:before {
  background: url(/wp-content/themes/milbor/img/slider-bg.svg);
  width: 732px;
  height: 454px;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
}

#single-maszyny-chosen .section_cta .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

#single-maszyny-chosen .section_cta__heading .box_header {
  width: 436px;
}

#single-maszyny-chosen .section_cta__text {
  line-height: 1.8;
}

#single-maszyny-chosen .section_cta h3 {
  color: #fff!important;
}

#single-maszyny-chosen .section_contact-form {
  margin-top: 200px;
  margin-bottom: 100px!important;
  padding-bottom: 0;
  background-color: #fff;
}

#single-maszyny-chosen .section_contact-form .col-left {
  background-color: #2e2651!important;
  height: 100%;
  padding: 60px;
}

#single-maszyny-chosen .section_contact-form .col-left-img {
  margin-top: -200px;
}

#single-maszyny-chosen .section_contact-form .col-left-img img {
  border: 8px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
}

#single-maszyny-chosen .section_contact-form .col-left-title {
  color: #9eba26;
  font-size: 48px;
  font-family: Neulis Alt SemiBold;
}

#single-maszyny-chosen .section_contact-form .col-left-text {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-family: unset;
  line-height: 1.8;
}

#single-maszyny-chosen .section_contact-form .col-right {
  margin-top: -120px;
}

#single-maszyny-chosen .section_image__list {
  display: none;
}

#single-maszyny-chosen:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body.lang-ru #single-maszyny-chosen .text-box div.col-right h1,
body.lang-ru #single-maszyny-chosen .text-box div.col-right h2,
body.lang-ru #single-maszyny-chosen .text-box div.col-right h3,
body.lang-ru #single-maszyny-chosen .text-box div.col-right h4 {
  font-family: Montserrat Bold;
}

#page-service.page-system-integration {
  overflow: hidden;
}

#page-service.page-system-integration .section-description .first-row {
  margin-bottom: 20px;
}

#page-service.page-system-integration .section-description .first-row .col-text {
  padding-right: 20px;
  line-height: 1.5;
}

#page-service.page-system-integration .section-description .first-row .col-img {
  text-align: center;
}

#page-service.page-system-integration .section-description .first-row .col-img .deskop {
  display: block;
}

#page-service.page-system-integration .section-description .first-row .col-img .mobile {
  display: none;
}

#page-service.page-system-integration .section-description .player {
  margin-bottom: 20px;
}

#page-service.page-system-integration .section-description .player .deskop {
  display: block;
}

#page-service.page-system-integration .section-description .player .mobile {
  display: none;
}

#page-service.page-system-integration .section-description .third-row {
  line-height: 1.5;
  margin-bottom: 70px;
}

#page-service.page-system-integration .animation {
  padding-top: 50px;
}

#page-service.page-system-integration .animation .animation-top {
  background: url(/wp-content/themes/milbor/img/automatyka-animacja-bg.svg) no-repeat 50%;
  height: 440px;
  position: relative;
  width: 600px;
}

#page-service.page-system-integration .animation .animation-top .anime {
  position: absolute;
  left: 50%;
  top: 0;
}

#page-service.page-system-integration .animation .animation-top .anime .picto {
  width: 147px;
  height: 147px;
  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;
  position: relative;
}

#page-service.page-system-integration .animation .animation-top .anime .picto:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 147px;
  max-height: 147px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px dashed #b5294f;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.1);
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

#page-service.page-system-integration .animation .animation-top .anime .picto img {
  z-index: 2;
  position: relative;
}

#page-service.page-system-integration .animation .animation-top .anime .picto {
  cursor: pointer;
}

#page-service.page-system-integration .animation .animation-top .anime .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  color: #1c1442;
  font-family: Neulis Alt Bold;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

#page-service.page-system-integration .animation .animation-top .anime .name:before {
  content: " ";
  position: absolute;
  border-top: 1px solid #1c1442;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#page-service.page-system-integration .animation .animation-top .anime .name:after {
  content: " ";
  position: absolute;
  border-left: 1px solid #1c1442;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#page-service.page-system-integration .animation .animation-top .anime .name>span:after,
#page-service.page-system-integration .animation .animation-top .anime .name>span:before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #1c1442;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 3;
}

#page-service.page-system-integration .animation .animation-top .anime:hover .picto:before {
  max-width: 0;
  max-height: 0;
  opacity: 0;
}

#page-service.page-system-integration .animation .animation-top .anime:hover .name:before {
  border-top: 1px dashed #b5294f;
}

#page-service.page-system-integration .animation .animation-top .anime:hover .name:after {
  border-left: 1px dashed #b5294f;
}

#page-service.page-system-integration .animation .animation-top .anime:hover .name>span:after,
#page-service.page-system-integration .animation .animation-top .anime:hover .name>span:before {
  background: #b5294f;
}

#page-service.page-system-integration .animation .animation-top .anime-1 {
  margin-left: -200px;
  padding-top: 70px;
}

#page-service.page-system-integration .animation .animation-top .anime-1 .name {
  left: 50%;
  top: 0;
  padding-left: 160px;
  width: 426px;
}

#page-service.page-system-integration .animation .animation-top .anime-1 .name:before {
  width: 136px;
  top: 15px;
  left: 0;
}

#page-service.page-system-integration .animation .animation-top .anime-1 .name:after {
  top: 15px;
  height: 55px;
  left: 0;
}

#page-service.page-system-integration .animation .animation-top .anime-1 .name>span:before {
  left: 136px;
  top: 13px;
}

#page-service.page-system-integration .animation .animation-top .anime-1 .name>span:after {
  top: 68px;
  left: -2px;
}

#page-service.page-system-integration .animation .animation-top .anime-1:hover .name:after {
  height: 80px;
}

#page-service.page-system-integration .animation .animation-top .anime-1:hover .name>span:after {
  top: 95px;
}

#page-service.page-system-integration .animation .animation-top .anime-2 {
  margin-left: 50px;
  top: 100px;
}

#page-service.page-system-integration .animation .animation-top .anime-2 .name {
  top: 50%;
  left: 100%;
  padding-left: 40px;
  padding-top: 50px;
}

#page-service.page-system-integration .animation .animation-top .anime-2 .name:before {
  width: 45px;
  left: 0;
  top: 0;
}

#page-service.page-system-integration .animation .animation-top .anime-2 .name:after {
  height: 35px;
  left: 45px;
  top: 0;
}

#page-service.page-system-integration .animation .animation-top .anime-2 .name>span:before {
  top: 33px;
  left: 43px;
}

#page-service.page-system-integration .animation .animation-top .anime-2 .name>span:after {
  left: -2px;
  top: -2px;
}

#page-service.page-system-integration .animation .animation-top .anime-2:hover .name:before {
  left: -20px;
  width: 65px;
}

#page-service.page-system-integration .animation .animation-top .anime-2:hover .name>span:after {
  left: -22px;
}

#page-service.page-system-integration .animation .animation-top .anime-3 {
  top: 280px;
  left: 0;
  padding-left: 220px;
}

#page-service.page-system-integration .animation .animation-top .anime-3 .name {
  left: 0;
  padding-left: 20px;
}

#page-service.page-system-integration .animation .animation-top .anime-3 .name:before {
  left: 0;
  width: 218px;
  top: 72px;
}

#page-service.page-system-integration .animation .animation-top .anime-3 .name:after {
  left: 0;
  height: 56px;
  top: 50%;
}

#page-service.page-system-integration .animation .animation-top .anime-3 .name>span:before {
  top: 50%;
  margin-top: -2px;
  left: -2px;
}

#page-service.page-system-integration .animation .animation-top .anime-3 .name>span:after {
  top: 70px;
  left: 218px;
}

#page-service.page-system-integration .animation .animation-top .anime-3:hover .name:before {
  width: 238px;
}

#page-service.page-system-integration .animation .animation-top .anime-3:hover .name>span:after {
  left: 238px;
}

#page-service.page-system-integration .animation .animation-bottom {
  margin-top: 40px;
}

#page-service.page-system-integration .animation .animation-bottom .content {
  display: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#page-service.page-system-integration .animation .animation-bottom .content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-service.page-system-integration .animation .animation-bottom .content .col-picto {
  max-width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}

#page-service.page-system-integration .animation .animation-bottom .content .col-picto .picto {
  width: 147px;
  height: 147px;
  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;
  position: relative;
}

#page-service.page-system-integration .animation .animation-bottom .content .col-picto .picto:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 147px;
  max-height: 147px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px dashed #b5294f;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.1);
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

#page-service.page-system-integration .animation .animation-bottom .content .col-picto .picto img {
  z-index: 2;
  position: relative;
}

#page-service.page-system-integration .animation .animation-bottom .content .col-text {
  max-width: calc(100% - 200px);
  -ms-flex-preferred-size: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
  padding-left: 10px;
}

#page-service.page-system-integration .animation .animation-bottom .content .col-text .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  color: #1c1442;
  font-family: Neulis Alt Bold;
}

#page-service.page-system-integration .animation .animation-bottom .content .col-text .desc {
  font-size: 14px;
}

#page-service.page-system-integration .broszura-contact {
  padding: 50px 0;
}

#page-service.page-system-integration .broszura-contact .col-left {
  text-align: center;
}

#page-service.page-system-integration .broszura-contact .col-right {
  color: #000;
  font-size: 29px;
  line-height: 1.4;
}

#page-service.page-system-integration .broszura-contact-head {
  position: absolute;
  top: 100%;
  width: 200px;
  margin-top: -100px;
  right: 50px;
  -webkit-transition: margin .3s linear;
  transition: margin .3s linear;
  cursor: pointer;
}

#page-service.page-system-integration .offer-pictograms .grid {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  padding-top: 30px;
}

#page-service.page-system-integration .offer-pictograms .grid article {
  text-align: center;
}

#page-service.page-system-integration .offer-pictograms .grid article .img {
  margin-bottom: 20px;
}

#page-service.page-system-integration .offer-pictograms .grid article .img span {
  display: inline-block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 2px solid #ab0e21;
  position: relative;
}

#page-service.page-system-integration .offer-pictograms .grid article .img span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#page-service.page-system-integration .offer-pictograms .grid article header {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#page-service.page-system-integration .offer-pictograms .grid article header h3 {
  color: #9eba26!important;
  font-size: 22px!important;
  font-family: Neulis Alt SemiBold;
}

#page-service.page-system-integration .offer-pictograms .grid article header:before {
  border-bottom: 2px solid #9eba26;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: " ";
  position: absolute;
  width: 116px;
}

#page-service.page-system-integration .offer-pictograms .grid article .text {
  line-height: 1.5;
}

#page-service.page-system-integration .specification .items {
  display: table;
  width: 100%;
}

#page-service.page-system-integration .specification .items .item {
  display: table-row;
}

#page-service.page-system-integration .specification .items .item+.item>* {
  border-top: 8px solid #fff;
}

#page-service.page-system-integration .specification .items .item>* {
  display: table-cell;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}

#page-service.page-system-integration .specification .items .item>.item__name {
  width: 210px;
  background: #e7ecf2;
  text-align: center;
}

#page-service.page-system-integration .specification .items .item>.item__desc {
  background: #fcfcfc;
}

#page-service.page-system-integration .broszura-data-contact .name {
  color: #2e2651;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

#page-service.page-system-integration .broszura-data-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

#page-service.page-system-integration .broszura-data-contact ul li {
  position: relative;
  padding-left: 40px!important;
  margin-bottom: 15px;
}

#page-service.page-system-integration .broszura-data-contact ul li:before {
  display: none;
}

#page-service.page-system-integration .broszura-data-contact ul li:after {
  background-position: 50%;
  background-repeat: no-repeat;
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page-service.page-system-integration .broszura-data-contact ul li.phone {
  margin-right: 60px;
}

#page-service.page-system-integration .broszura-data-contact ul li.phone:after {
  background-image: url(/wp-content/themes/milbor/img/icon-landing-phone.svg);
  width: 33px;
  height: 33px;
}

#page-service.page-system-integration .broszura-data-contact ul li.email {
  margin-top: 0!important;
}

#page-service.page-system-integration .broszura-data-contact ul li.email:after {
  background-image: url(/wp-content/themes/milbor/img/icon-landing-email.svg);
  width: 33px;
  height: 33px;
}

#page-service.page-system-integration--2 .section_head {
  margin-bottom: 50px;
}

#page-service.page-system-integration--2 .section_head header {
  margin-top: 50px;
}

#page-service.page-system-integration--2 .section_head .text .content {
  max-width: 930px;
}

#page-service.page-system-integration--2 .section_head .text .content p:first-child {
  font-size: 20px;
  font-family: Montserrat SemiBold;
}

#page-service.page-system-integration--2 .offer .content .col-right .item h3 {
  font-size: 20px!important;
  padding-top: 0;
}

#page-service.page-system-integration--2 .offer .content .col-right .item .img {
  margin-bottom: 10px;
}

#page-service.page-system-integration--2 .offer .content .col-right .item .text {
  font-size: 14px;
}

#page-service.page-system-integration--2 .offer-pictograms .grid {
  grid-column-gap: 24px;
}

#page-service.page-system-integration--2 .offer-pictograms .grid article header {
  line-height: 1.2;
}

#page-service.page-system-integration--2 .offer-pictograms .grid article .img span {
  border-style: dashed;
}

#page-service.page-system-integration--2 .section_contact-form {
  margin-top: 200px;
  margin-bottom: 100px!important;
  padding-bottom: 0;
  background-color: #fff;
}

#page-service.page-system-integration--2 .section_contact-form .col-left {
  background-color: #2e2651!important;
  height: 100%;
  padding: 60px;
}

#page-service.page-system-integration--2 .section_contact-form .col-left-img {
  margin-top: -200px;
}

#page-service.page-system-integration--2 .section_contact-form .col-left-img img {
  border: 8px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
}

#page-service.page-system-integration--2 .section_contact-form .col-left-title {
  color: #9eba26;
  font-size: 48px;
  font-family: Neulis Alt SemiBold;
}

#page-service.page-system-integration--2 .section_contact-form .col-left-text {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-family: unset;
  line-height: 1.8;
}

#page-service.page-system-integration--2 .section_contact-form .col-right {
  margin-top: -120px;
}

body#subpage.page-template-page-wizard {
  padding-top: 130px;
}

body#subpage.page-template-page-wizard header.main.wizard-header {
  background: #fff;
  top: -130px;
}

body#subpage.page-template-page-wizard header.main.wizard-header .row {
  height: 130px;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-logo .wizard-logo {
  margin-right: 50px;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-logo .wizard-logo img {
  max-width: 180px;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-menu {
  margin-right: 30px;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-menu li a {
  background: #b68953;
  border-radius: 50%;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px solid #b68953!important;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-menu li a:hover {
  background: #fff;
  color: #b68953;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang {
  margin-right: 30px;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li+li {
  margin-left: 20px;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li a {
  color: #3e3e3e;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li.menu-item-wpml-ls-3-de,
body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li.menu-item-wpml-ls-3-es,
body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li.menu-item-wpml-ls-3-pl,
body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li.menu-item-wpml-ls-3-ru {
  display: none;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li.wpml-ls-current-language a {
  font-family: Neulis Alt Bold;
  position: relative;
  color: #b68953;
}

body#subpage.page-template-page-wizard header.main.wizard-header .col-menu .wizard-header-lang ul li.wpml-ls-current-language a:before {
  border-bottom: 1px solid #b68953;
  left: 0;
  right: 0;
  bottom: -5px;
  content: " ";
  position: absolute;
}

body#subpage.page-template-page-wizard #page-wizard .section_head {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
  background-color: #256d37;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
  margin-bottom: 0;
}

body#subpage.page-template-page-wizard #page-wizard .section_head header {
  padding-bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body#subpage.page-template-page-wizard #page-wizard .section_head header:before {
  display: none;
}

body#subpage.page-template-page-wizard #page-wizard .section_head header h1 {
  font-size: 64px;
  position: relative;
  padding-bottom: 15px;
}

body#subpage.page-template-page-wizard #page-wizard .section_head header h1:before {
  width: 100%;
  border-bottom: 3px solid #b68953;
  position: absolute;
  bottom: 0;
  content: " ";
  left: 0;
}

body#subpage.page-template-page-wizard #page-wizard .section_head .text {
  font-size: 32px;
  font-family: Neulis Alt Bold;
  text-align: left;
}

body#subpage.page-template-page-wizard #page-wizard .section_head .text .content {
  margin: 0;
  max-width: 630px;
}

body#subpage.page-template-page-wizard #page-wizard .section-description {
  padding: 120px 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-description .col-logos ul {
  list-style: none;
}

body#subpage.page-template-page-wizard #page-wizard .section-description .col-logos ul li {
  text-align: center;
}

body#subpage.page-template-page-wizard #page-wizard .section-description .col-text h3 {
  font-size: 36px;
  color: #2e2651;
  padding-bottom: 10px;
}

body#subpage.page-template-page-wizard #page-wizard .section-description .col-text .text {
  font-size: 18px;
  line-height: 1.5;
  color: #3e3e3e;
}

body#subpage.page-template-page-wizard #page-wizard .section-contact {
  padding: 50px 0;
  background: #fafafa;
  font-size: 36px;
  font-family: Neulis Alt Bold;
  color: #2e2651;
}

body#subpage.page-template-page-wizard #page-wizard .section-contact .col-img {
  text-align: center;
}

body#subpage.page-template-page-wizard #page-wizard .section-contact .col-text .line_btn {
  padding-top: 10px;
}

body#subpage.page-template-page-wizard #page-wizard .section-contact .col-text .line_btn .btn {
  background: #b68953;
  border: 2px solid #b68953!important;
}

body#subpage.page-template-page-wizard #page-wizard .section-contact .col-text .line_btn .btn:hover {
  color: #b68953;
  background: #fff;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections {
  padding: 100px 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content:after {
  clear: both;
  display: table;
  width: 100%;
  content: " ";
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left {
  padding-top: 10px;
  padding-right: 50px;
  float: left;
  width: 420px;
  position: sticky;
  top: 20px;
  position: -webkit-sticky;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar>ol {
  list-style: none;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar>ol>li {
  margin-bottom: 30px;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar>ol>li>a {
  font-size: 21px;
  color: #2e2651;
  font-family: Neulis Alt Bold;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar>ol>li ol {
  list-style: none;
  padding: 10px 0 20px;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar>ol>li ol li {
  margin-top: 20px;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar>ol>li ol li a {
  color: #3e3e3e;
  font-size: 18px;
  font-family: Neulis Alt Regular;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar>ol>li ol li.current a {
  color: #2e2651!important;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right {
  float: right;
  width: calc(100% - 420px);
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item {
  padding-bottom: 40px;
  color: #3e3e3e;
  line-height: 1.6;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item+.item {
  border-top: 1px solid #d9d2d2;
  padding: 40px 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .title {
  display: block;
  padding: 0 0 20px;
  border-bottom: 3px solid #256d37;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .title strong {
  display: block;
  font-size: 36px;
  color: #2e2651;
  font-family: Neulis Alt Bold;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item>.text {
  padding-bottom: 30px;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item h1,
body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item h2,
body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item h3 {
  font-size: 18px;
  font-family: Neulis Alt Bold;
  padding: 10px 0;
  color: #2e2651;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item h4,
body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item h5 {
  font-size: 16px;
  font-family: Neulis Alt Bold;
  padding: 10px 0;
  color: #2e2651;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item strong {
  color: #2e2651;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item iframe {
  max-width: 100%!important;
  width: 100%!important;
  height: 440px!important;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item ul {
  list-style: none;
  padding: 10px 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item ul li {
  position: relative;
  padding-left: 15px;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item ul li+li {
  margin-top: 5px;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item ul li:before {
  font-size: 16px;
  color: #3e3e3e;
  font-family: Open Sans;
  content: "•";
  position: absolute;
  left: 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive {
  margin: 10px 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive td {
  padding-left: 20px;
  padding-right: 20px;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive td:first-child {
  padding-left: 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive td:last-child {
  padding-right: 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes {
  padding-left: 102px;
  overflow: hidden;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes-box {
  position: relative;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes-box:before {
  border-left: 1px solid #ab0e21;
  content: " ";
  position: absolute;
  left: -61px;
  top: 50px;
  bottom: 0;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes-box .img {
  position: absolute;
  width: 82px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #ab0e21;
  background: #fff;
  left: -102px;
  top: 0;
  border-radius: 50%;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes-box .img:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 20px solid #fff;
  top: -21px;
  left: 0;
  right: 0;
  content: " ";
  position: absolute;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes-box .img:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 20px solid #fff;
  bottom: -21px;
  left: 0;
  right: 0;
  content: " ";
  position: absolute;
}

body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes-box .img img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}

body#subpage.page-template-page-wizard #page-wizard #form-contact {
  background: #fbfbfb;
}

body#subpage.page-template-page-wizard #page-wizard #form-contact h3 {
  color: #2e2651;
  font-family: Neulis Alt Bold;
}

body#subpage.page-template-page-wizard #page-wizard #form-contact form input {
  border-bottom: 1px solid #1c1442;
}

body#subpage.page-template-page-wizard #page-wizard #form-contact form label {
  color: #5c5c5c;
  opacity: 1;
}

body#subpage.page-template-page-wizard #page-wizard #form-contact form .line .div_check {
  width: calc(100% - 190px);
}

body#subpage.page-template-page-wizard #page-wizard #form-contact form .line .div_check .wpcf7-acceptance>span input[type=checkbox]+span:before {
  border: 1px solid rgba(0,0,0,.4);
}

body#subpage.page-template-page-wizard #page-wizard #form-contact form .line .div_btn {
  width: 190px;
}

body#subpage.page-template-page-wizard #page-wizard #form-contact form .line .div_btn button {
  width: auto;
  background: #b68953;
  border: 2px solid #b68953!important;
}

body#subpage.page-template-page-wizard #page-wizard #form-contact form .line .div_btn button:hover {
  color: #b68953;
  background: #fff;
}

#page-faq .section_head {
  margin-bottom: 0;
}

#popup-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

#popup-video .bg {
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  opacity: .7;
}

#popup-video .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 900px;
  z-index: 3;
}

#popup-video .content iframe {
  width: 100%!important;
  height: 600px!important;
}

#popup-video .content .close {
  cursor: pointer;
  right: 0;
  top: -20px;
  position: absolute;
}

#popup-video .content .close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#popup-video .content .close:after,
#popup-video .content .close:before {
  height: 20px;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 2px solid #fff;
}

#popup-video .content .close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.tooltip-more a.squares-button {
  background: transparent!important;
  border-radius: none!important;
  padding: 0 20px 0 0!important;
  height: auto!important;
  line-height: 1.2!important;
  position: relative;
  font-size: 11px!important;
  font-family: Neulis Alt SemiBold;
}

.tooltip-more a.squares-button:before {
  background: url(/wp-content/themes/milbor/img/icon-right-white.svg);
  width: 13px;
  height: 13px;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip-more a.squares-button:hover {
  padding: 0 25px 0 0!important;
}

.scheme .imp-wrap .imp-shape-container .imp-shape:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  content: attr(data-shape-title);
  font-size: 14px;
  font-family: Neulis Alt SemiBold;
}

body.lang-ru .scheme .imp-wrap .imp-shape-container .imp-shape:before,
body.lang-ru .tooltip-more a.squares-button {
  font-family: Montserrat SemiBold;
}

#cookie-law-info-bar {
  max-width: 600px!important;
  width: calc(100% - 50px)!important;
  z-index: 999999;
  padding: 20px 30px!important;
  left: 50%!important;
  top: 50%!important;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#cookie-law-info-bar .cli-bar-btn_container {
  padding-top: 10px;
}

#cookie-law-info-bar .cli-bar-btn_container a {
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-family: Neulis Alt SemiBold;
  font-size: 13px;
  padding: 0 30px!important;
}

.accordions {
  margin-bottom: 100px;
}

.accordions-item+.accordions-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d2d2;
}

.accordions-item header h3 {
  font-size: 21px;
  color: #2e2651;
  font-family: Neulis Alt Regular;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.accordions-item header h3:before {
  border-top: 2px solid #ab0e21;
  width: 26px;
  right: 0;
}

.accordions-item header h3:after,
.accordions-item header h3:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: " ";
}

.accordions-item header h3:after {
  border-left: 2px solid #ab0e21;
  height: 26px;
  right: 12px;
}

.accordions-item.active header h3:after {
  display: none;
}

.accordions-item>div {
  max-height: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  overflow: hidden;
}

.accordions-item.active>div {
  max-height: 10000px;
  visibility: visible;
  opacity: 1;
}

.landing-page__header {
  background: rgba(10,7,26,.9)!important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 20px;
}

.landing-page__header.scroll {
  padding-top: 20px!important;
}

.landing-page__header .row {
  height: auto!important;
}

.landing-page__header .col-logo {
  max-width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}

.landing-page__header .col-menu {
  max-width: calc(100% - 200px);
  -ms-flex-preferred-size: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
}

.landing-page__header .col-menu ul {
  max-width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.landing-page__header .col-menu ul li {
  margin-right: 40px;
}

.landing-page__header .col-menu ul li a {
  display: inline-block;
  position: relative;
}

.landing-page__header .col-menu ul li a:before {
  content: " ";
  border-bottom: 1px solid #fff;
  left: 0;
  width: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  position: absolute;
  bottom: -20px;
}

.landing-page__header .col-menu ul li a.active {
  font-weight: 700;
}

.landing-page__header .col-menu ul li a.active:before {
  width: 100%;
}

.landing-page__footer {
  background: #0a071a;
  padding: 20px 0;
  margin-top: 50px;
}

.landing-page__footer a {
  color: #fff;
}

.landing-page__footer img {
  vertical-align: middle;
}

.landing-page__footer .col-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.landing-page__footer .col-menu ul li {
  margin-right: 30px;
}

.landing-page__footer .col-menu ul li:last-child {
  margin-right: 0;
}

.landing-page__hero {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  text-align: center;
  padding-bottom: 0!important;
  padding-top: 110px!important;
  background-color: transparent!important;
  background-position: 50%!important;
  background-size: cover!important;
}

.landing-page__hero:before {
  display: none!important;
}

.landing-page__hero__content {
  position: relative;
  padding-bottom: 80px;
  width: 100%;
}

.landing-page__hero__content:before {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(45%,#0a071a),to(rgba(10,7,26,0)));
  background: linear-gradient(0deg,#0a071a 45%,rgba(10,7,26,0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 457px;
  content: "";
}

.landing-page__hero__text {
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.landing-page__hero__title {
  font-size: 64px;
  position: relative;
  z-index: 2;
}

.landing-page__hero__btn {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.landing-page__hero__btn a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 35px;
}

.landing-page__hero__btn a:before {
  border-top: 1px solid #fff;
  left: 50%;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.landing-page__hero__btn a:after,
.landing-page__hero__btn a:before {
  content: " ";
  position: absolute;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.landing-page__hero__btn a:after {
  right: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/milbor/img/arrow-right-bottom-white.svg) no-repeat 0 0;
}

.landing-page__hero__btn a:hover {
  opacity: 1;
}

.landing-page__hero__btn a:hover:before {
  max-width: 0;
}

.landing-page__hero__btn a:hover:after {
  top: -1px;
}

.landing-page .offer .content .col-left ol li {
  font-size: 14px;
}

@media screen and (min-width:531px) {
  #single-product.children.children .section_head.item_1 {
    margin-bottom: 250px!important;
  }
}

@media only screen and (min-width:48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width:769px) {
  #offer .box_header {
    max-width: 730px;
  }

  #offer .desc {
    padding-right: 40%;
  }

  #scheme .steps .step .content {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  #single-product.children.children .section_head .gallery .owl-stage-outer {
    overflow: visible;
  }

  #single-product.children.children .section_head .gallery .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
  }

  #single-product.children.children .section_head .gallery .owl-item {
    width: 300px;
    max-width: 300px;
    height: 300px;
    opacity: .21;
  }

  #single-product.children.children .section_head .gallery .owl-item .item {
    width: 300px;
    max-width: 300px;
  }

  #single-product.children.children .section_head .gallery .owl-item .item img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #single-product.children.children .section_head .gallery .owl-item.active {
    opacity: 1;
  }

  #single-product.children.children .section_head .gallery .owl-item.active+.active+.active+.active {
    opacity: .21;
  }

  #single-product.children.children .section_head .gallery .owl-item.center,
  #single-product.children.children .section_head .gallery .owl-item.center .item {
    width: 500px;
    max-width: 500px;
  }
}

@media screen and (min-width:920px) {
  #cookie-law-info-bar {
    padding: 50px 60px!important;
    max-width: 800px!important;
    line-height: 1.4!important;
  }

  #cookie-law-info-bar .cli-bar-btn_container {
    padding-top: 30px;
  }
}

@media only screen and (min-width:64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #system-integration .col-left {
    padding-right: 30px;
  }

  #system-integration .col-right {
    padding-left: 30px;
  }

  #page-contact .container-places .row-departments .department.col-md-6 {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  #page-contact .container-places .row-departments .department.col-md-6+.col-md-6 {
    margin-left: 20px;
  }
}

@media screen and (min-width:64em) {
  #system-integration .box_content {
    font-size: 20px;
  }
}

@media (min-width:1031px) {
  #slider #milborslider .controls {
    left: -100px;
  }
}

@media screen and (min-width:1031px) {
  #page-service.page-system-integration .section-description .third-row .col-left {
    padding-right: 30px;
  }

  #page-service.page-system-integration .section-description .third-row .col-right {
    padding-left: 30px;
  }
}

@media only screen and (min-width:75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width:1231px) {
  #offer .flex-line.hover .item:not(.active) {
    max-width: 120px;
  }

  #offer .flex-line.hover .item:not(.active) a .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #offer .flex-line.hover .item:not(.active) a .content header h3 {
    font-size: 14px;
    line-height: 1.1;
  }

  #offer .flex-line.hover .item.active {
    max-width: calc(100% - 500px);
  }

  #offer .flex-line.hover .item.active .img span {
    opacity: 1;
  }

  #offer .flex-line.hover .item.active .content .hide {
    display: block;
  }
}

@media screen and (max-width:1600px) {
  body#subpage.page-template-page-wizard #page-wizard .section_head {
    min-height: 700px;
  }
}

@media screen and (max-width:1230px) {
  .wrapper {
    width: 1000px;
  }

  header.main .lang,
  header.main ul {
    max-width: 550px;
  }

  #slider .video {
    width: calc(50% - 260px);
  }

  #offer .flex-line .item:hover .content .hide {
    display: block;
  }

  #offer .flex-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #offer .flex-line .item {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  #form-contact.newsletter .col-left-content,
  #form-contact.newsletter .col-right-content,
  #support .cols .right .content {
    width: 500px;
  }

  #form-contact.newsletter .col-right h3 {
    font-size: 28px;
  }

  #realizations-carousel .item {
    min-height: 400px;
  }

  #contact .left .content {
    width: 500px;
    padding-right: 140px;
  }

  .section-popup .content .img {
    width: 320px;
  }

  .section-popup .content div.text {
    width: calc(100% - 320px);
    padding-left: 30px;
  }

  .section-popup .content div.text .col_text {
    padding-right: 20px;
  }

  .section-popup .content div.text .first_text {
    font-size: 24px;
  }

  .section-popup .content div.text .form {
    width: 230px;
  }

  #single-realization .section_head .img {
    margin-left: 280px;
  }

  #page-about-us .section-description .second-row .photo {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }

  #page-about-us .section-description .second-row .photo:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: 2px;
    right: auto;
  }

  #page-about-us .section-description .second-row .photo img {
    max-height: 436px;
    width: auto;
  }

  #page-about-us .section-description .second-row .text {
    padding-right: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  #page-about-us .section-attributes .content>ul li:before {
    left: 178px;
  }

  #page-service .offer .content .col-right .item iframe {
    height: 360px!important;
  }

  #page-contact .container-places .col-map .map {
    width: 631px;
    top: 80px;
    height: 450px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head {
    min-height: 600px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head header h1 {
    font-size: 50px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head .text {
    font-size: 28px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-contact {
    font-size: 30px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item iframe {
    height: 370px!important;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left {
    padding-right: 30px;
    width: 300px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}

@media screen and (max-width:1200px) {
  #scheme {
    padding-bottom: 100px;
  }

  #scheme .steps {
    padding-top: 80px;
    grid-template-columns: repeat(3,1fr);
  }

  #scheme .steps:after,
  #scheme .steps:before {
    display: none;
  }

  #scheme .steps .step .content {
    opacity: 1;
  }

  #scheme .steps .step-4:before,
  #scheme .steps .step:last-child:after {
    display: none;
  }

  #scheme .steps .step:last-child .img:after {
    right: 50%;
    margin-right: -100px;
  }

  #page-service.page-system-integration .offer .content {
    display: block;
  }

  #page-service.page-system-integration .offer .content .col-left {
    width: 100%;
    position: relative;
    padding-right: 0;
    float: none;
    top: auto;
  }

  #page-service.page-system-integration .offer .content .col-left #sidebar {
    display: none;
  }

  #page-service.page-system-integration .offer .content .col-right {
    padding-left: 0;
    width: 100%;
    border: 0;
  }

  #page-service.page-system-integration .offer .content .col-right .item+.item {
    padding-bottom: 0;
    margin-top: 30px;
  }

  #page-service.page-system-integration .offer .content .col-right .item .title {
    display: block;
    padding-bottom: 10px;
  }
}

@media screen and (max-width:1150px) {
  #offer .desc {
    padding-right: 0;
  }

  #scheme .steps {
    padding-top: 60px;
  }
}

@media screen and (max-width:1030px) {
  .wrapper {
    width: 740px;
  }

  header.main .lang {
    max-width: 530px;
  }

  body#subpage header.main .lang {
    max-width: 550px;
  }

  body#homepage header.main.scroll .col-md-7 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  footer.main .col-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  footer.main .col-left .box-logo {
    width: 50%;
  }

  footer.main .col-left .box-place {
    width: 50%;
    padding-right: 0;
  }

  footer.main .col-left .box-menu {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }

  footer.main .col-left .box-menu:after,
  footer.main .col-left .box-menu:before {
    display: none;
  }

  footer.main .col-left .box-menu>.menu {
    width: 100%;
  }

  footer.main .col-left .box-menu>.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.main .col-left .box-menu>.menu ul li {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  footer.main .col-left .box-menu>.menu ul li+li {
    margin-top: 0;
  }

  footer.main .col-left .box-newsletter {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }

  footer.main .copy-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  #slider .video {
    display: none;
  }

  #offer .grid-fruits {
    grid-template-columns: repeat(3,1fr);
  }

  #offer .flex-line .item a .content .hide {
    padding-right: 0;
  }

  #offer .flex-line .item a .content .item-desc+div {
    display: none;
  }

  .section-why-us .grid {
    grid-column-gap: 40px;
  }

  #opinions-carousel .item .text {
    font-size: 18px;
  }

  #scheme .steps-hover:before {
    margin-right: -80px;
  }

  #scheme .steps-hover:after {
    margin-left: 80px;
  }

  #scheme .steps-hover .cols>div {
    width: calc(50% - 80px);
  }

  #scheme .steps-hover .cols>div.col-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  #scheme .steps-hover .cols>div.col-right {
    padding-left: 30px;
  }

  #scheme .steps-hover .cols>div.col-desc {
    width: 160px;
  }

  #scheme .steps-hover .cols>div.col-desc .img:before {
    width: 110px;
    height: 110px;
  }

  #scheme .steps-hover .cols>div.col-desc .img span {
    height: 110px;
  }

  #scheme .steps-hover .cols>div.col-desc header h3 {
    font-size: 18px;
  }

  #support .cols {
    padding: 0;
  }

  #support .cols .img {
    display: none;
  }

  #support .cols .right {
    padding: 50px 0;
    width: 100%;
  }

  #support .cols .right .content {
    padding-left: 0;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  #system-integration .col-right {
    padding-top: 20px;
  }

  #form-contact .col-right {
    padding: 50px 0 50px calc(50% + 60px);
  }

  #form-contact .col-right h3 {
    font-size: 24px;
  }

  #form-contact.newsletter .col-left-content {
    width: 370px;
  }

  #form-contact.newsletter .col-left-text {
    padding-right: 30px;
  }

  #form-contact.newsletter .col-right-content {
    width: 370px;
    padding-left: 30px;
  }

  #realizations-carousel .item {
    min-height: 420px;
  }

  #realizations-carousel .item .content {
    min-height: 200px;
  }

  #contact .left .content {
    width: 370px;
    padding-right: 0;
  }

  #contact .map {
    width: 450px;
    height: 420px;
  }

  .section-popup .content .img {
    display: none;
  }

  .section-popup .content div.text {
    width: 100%;
    padding-left: 0;
  }

  #subpage .section_head {
    margin-bottom: 50px;
  }

  #single-product .section_head {
    margin-bottom: 100px;
  }

  #single-product .section_head .img {
    width: 740px;
    bottom: -50px;
  }

  #single-product .section_head .img img {
    max-height: 200px;
  }

  #single-product .lines article {
    padding-left: 120px;
  }

  #single-product .lines article .col-text {
    padding-right: 40px;
  }

  #single-product .description_seo .col-left {
    padding-right: .5rem;
  }

  #single-product .description_seo .col-left+.col-right {
    padding-left: .5rem;
  }

  #single-product.children--2 .section_image--desktop {
    display: none;
  }

  #single-product.children--2 .section_image--mobile {
    display: block;
  }

  #single-product.children--2 .section__slider-text-photo .swiper-container {
    position: relative;
    padding-bottom: 90px;
  }

  #single-product.children--2 .section__slider-text-photo .row {
    margin-left: 0;
    margin-right: 0;
  }

  #single-product.children--2 .section__slider-text-photo .col-left {
    width: 100%;
    padding: 20px;
    background: #fafafa;
  }

  #single-product.children--2 .section__slider-text-photo .col-left .description {
    font-size: 14px;
  }

  #single-product.children--2 .section__slider-text-photo .col-right {
    width: 100%;
    padding: 0;
  }

  #single-product.children--2 .section__slider-text-photo .swiper-button-prev {
    left: 0;
  }

  #single-product.children--2 .section__slider-text-photo .swiper-button-next {
    right: 0;
  }

  #single-product.children--2 .section__slider-text-photo .swiper-container .swiper-scrollbar {
    left: 40px!important;
    right: 40px!important;
  }

  #single-product.children--2 .section__slider-text-photo .swiper-controls {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #single-product.children--2 .section__slider-text-photo .swiper-pagination-custom {
    bottom: -10px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #single-product.children--2 .section__slider-text-photo .swiper-controls {
    width: 320px;
  }

  #archive-products .products .grid {
    display: block;
  }

  #single-realization .section_head {
    padding-bottom: 120px;
  }

  #single-realization .section_head .img {
    margin-left: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #single-realization .text-box div.gallery {
    width: 250px;
  }

  #single-realization .text-box div.gallery+div.col-right {
    padding-left: 40px;
    width: calc(100% - 250px);
  }

  #archive-realizations .realizations .item {
    min-height: 400px;
  }

  #archive-realizations .realizations .wrapper {
    width: 740px;
  }

  #page-about-us .section-attributes .img {
    margin-left: -410px;
    top: 10px;
  }

  #page-about-us .section-attributes .content>ul {
    margin-left: -180px;
  }

  #page-about-us .section-attributes .content>ul li:before {
    left: 88px;
  }

  #page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) {
    padding: 40px 50px;
  }

  #page-about-us .section-attributes .content .owl-carousel-mobile>div .grid {
    display: block;
  }

  #page-about-us .section-values .description {
    padding: 0 50px;
  }

  #page-about-us .section-values .grid {
    grid-column-gap: 40px;
  }

  #page-about-us .section-career .box_content .col-right {
    padding-top: 50px;
  }

  #single-job .content .col-left {
    padding-right: 0;
  }

  #page-service .offer .content .col-left {
    padding-right: 30px;
    width: 250px;
  }

  #page-service .offer .content .col-right {
    width: calc(100% - 250px);
    padding-left: 40px;
  }

  #single-blog {
    padding-top: 120px;
  }

  #single-blog .box_content .left {
    width: 100%;
    padding-right: 0;
  }

  #single-blog .box_content .right {
    width: 100%;
    margin-top: 30px;
  }

  #page-contact {
    padding-top: 80px;
  }

  #page-contact .container-places .col-persons {
    padding-right: .5rem;
  }

  #page-contact .container-places .col-persons .sales-representatives {
    padding-bottom: 50px;
  }

  #page-contact .container-places .col-map {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #page-contact .container-places .col-map .map {
    width: 100%;
    top: auto;
    height: 450px;
    right: auto;
    left: auto;
    position: relative;
  }

  #page-contact .container-places .col-press {
    padding-left: .5rem;
  }

  #page-contact .container-places .col-press:before {
    display: none;
  }

  #archive-machines .description_seo .col-left {
    padding-right: .5rem;
  }

  #archive-machines .description_seo .col-left+.col-right {
    padding-left: .5rem;
  }

  #single-maszyny .text-box div.gallery {
    width: 250px;
  }

  #single-maszyny .text-box div.gallery+div.col-right {
    padding-left: 40px;
    width: calc(100% - 250px);
  }

  #single-maszyny-chosen .section_image--desktop {
    display: none;
  }

  #single-maszyny-chosen .section_image--mobile {
    display: block;
  }

  #page-service.page-system-integration .offer-pictograms .grid {
    grid-column-gap: 40px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header {
    top: -100px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row {
    height: 100px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-logo img {
    max-height: 40px;
    width: auto;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu .wizard-header-menu li a {
    padding: 10px 20px;
    font-size: 16px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu img {
    max-height: 60px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head {
    min-height: 500px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head header h1 {
    font-size: 40px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head .text {
    font-size: 20px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description {
    padding: 80px 0;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .col-logos {
    margin-top: 30px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .col-logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .col-logos ul li {
    margin-right: 20px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .col-logos ul li img {
    max-height: 100px;
    width: auto;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-contact .col-img {
    margin-bottom: 20px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item iframe {
    height: 280px!important;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections {
    padding: 80px 0;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left {
    padding-right: 30px;
    width: 250px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right {
    width: calc(100% - 250px);
    padding-left: 40px;
  }

  body#subpage.page-template-page-wizard {
    padding-top: 100px;
  }

  .landing-page__header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .landing-page__header .col-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(10,7,26,.9)!important;
    padding: 0 20px 20px;
    text-align: center;
  }

  .landing-page__header .col-menu ul li {
    padding-top: 20px;
    margin-right: 0;
    border-top: 1px solid hsla(0,0%,100%,.5);
  }

  .landing-page__header .col-menu ul li+li {
    margin-top: 20px;
  }

  .landing-page__header .col-menu .menu-link {
    display: inline-block;
  }

  .landing-page__header .col-menu .menu-link.active+ul {
    display: block;
  }

  .landing-page__header.scroll {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }

  .landing-page__hero {
    padding-top: 70px!important;
  }

  .landing-page__hero__title {
    font-size: 48px;
  }

  .landing-page__hero__content {
    padding-bottom: 40px;
  }
}

@media (max-width:1030px) {
  #slider #milborslider {
    right: 0;
    width: 50%;
  }
}

@media screen and (max-width:64em) {
  .home__faq {
    background: #fafafa;
  }

  .home__faq .col-left {
    margin: 0;
  }

  .home__faq .col-left ul.tabs-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home__faq .col-left ul.tabs-links:before {
    left: 0;
  }

  .home__faq .col-right {
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
  }

  .home__faq .col-right:before {
    display: none;
  }
}

@media only screen and (max-width:64em) {
  #about-us .photo {
    display: none;
  }
}

@media screen and (max-width:850px) {
  .popup .content .img {
    width: 350px;
    padding-top: 0;
  }

  .popup .content div.text {
    width: calc(100% - 350px);
    margin-left: 0;
  }

  .popup .content div.text .first_text {
    font-size: 24px;
  }

  .popup .content div.text .second_text {
    font-size: 17px;
  }

  .popup .content div.text .form {
    margin-top: 10px;
  }

  .popup .content div.text .form form.sent .info .alert {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width:769px) {
  body#homepage header.main.scroll .lang .btn {
    top: -15px;
    right: 50px;
  }

  body#homepage header.main.scroll nav.main {
    padding-right: 0;
  }

  body#subpage header.main.scroll .lang .btn {
    top: -15px;
    right: 50px;
  }

  body#subpage header.main.scroll nav.main {
    padding-right: 0;
  }

  #realizations-carousel {
    padding: 60px 0;
  }

  #realizations-carousel .swiper-container {
    overflow: hidden;
  }

  #realizations-carousel .item .content {
    padding-top: 20px;
  }

  #realizations-carousel .item .content:before {
    background: url(/wp-content/themes/milbor/img/realization-top-bg2.svg) no-repeat center 0;
    left: 0;
    right: 0;
    height: 36px;
    top: -34px;
    content: " ";
    position: absolute;
    z-index: 1;
  }

  .popup .content .img {
    width: 250px;
  }

  .popup .content div.text {
    width: calc(100% - 250px);
  }

  .popup .content div.text .first_text {
    font-size: 18px;
    line-height: 1.2;
  }

  .popup .content div.text .second_text {
    font-size: 16px;
  }

  .popup .content div.text .form {
    margin-top: 10px;
  }

  .popup .content div.text .form form.sent .info .alert {
    font-size: 16px;
    line-height: 1.3;
  }

  .section-popup .content div.text {
    width: 100%;
    text-align: center;
  }

  .section-popup .content div.text .col_left {
    width: 100%;
  }

  .section-popup .content div.text .first_text {
    font-size: 20px;
    line-height: 1.2;
  }

  .section-popup .content div.text .second_text {
    font-size: 16px;
    text-align: right;
  }

  .section-popup .content div.text .img2 {
    margin-bottom: 20px;
    display: block;
  }

  .section-popup .content div.text .form {
    margin-top: 10px;
    width: 100%;
  }

  .section-popup .content div.text .form form.sent .info .alert {
    font-size: 16px;
    line-height: 1.3;
  }

  .section-popup .content div.text .form input[type=submit] {
    display: inline-block;
    width: 205px;
  }

  #single-product.children--2 .section_contact-form .col-left-title {
    font-size: 36px;
  }

  #single-product.children--2 .section_contact-form .col-left {
    width: 100%;
    padding: 30px;
  }

  #single-product.children--2 .section_contact-form .col-left-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #single-product.children--2 .section_contact-form .col-right {
    margin-top: 0;
  }

  #single-product.children--2 .section_cta .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #single-product.children--2 .section_cta__heading .box_header {
    width: 100%;
  }

  #single-product.children--2 .section_cta:before {
    display: none;
  }

  #single-product.children--2 .section_description__header {
    padding: 40px 55px;
  }

  #single-product.children--2 .section_description .icons {
    display: none;
  }

  #single-product.children--2 .section_description .icons-mobile {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }

  #single-product.children--2 .section_description .icons-mobile>:nth-child(n+6) {
    display: none;
  }

  #single-product.children--2 .section_description .icons-mobile+.mobile-toggle-more {
    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;
    gap: 10px;
    color: #9eba26;
    font-size: 14px;
    font-family: Neulis Alt Bold;
    background-color: transparent;
    border: 0;
    width: 100%;
  }

  #single-product.children--2 .section_description .icons-mobile+.mobile-toggle-more svg {
    width: 12px;
  }

  #single-product.children--2 .section_description .icons-mobile.active>:nth-child(n+6) {
    display: block;
  }

  #single-product.children--2 .section_description .icons-mobile.active+.mobile-toggle-more {
    display: none;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper {
    display: block;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper__heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper__heading,
  #single-product.children--2 .section_description .mobile-icons_wrapper__heading-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper__heading img {
    max-width: 60px;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper__heading p {
    font-size: 18px;
    font-family: Neulis Alt Bold;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper__text {
    overflow: hidden;
    height: 0;
    padding: 0!important;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper .button-toggle {
    background-color: transparent;
    border: 0;
    height: 50px;
    min-width: 50px;
    width: 50px;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper .icon-plus {
    display: block;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper.active .icon-plus,
  #single-product.children--2 .section_description .mobile-icons_wrapper .icon-minus {
    display: none;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper.active .icon-minus {
    display: block;
  }

  #single-product.children--2 .section_description .mobile-icons_wrapper.active .mobile-icons_wrapper__text {
    height: auto;
    padding: 10px 0!important;
  }

  #single-product.children--2 .section_faq__company img {
    max-width: 100px;
    height: auto;
  }

  #single-product.children--2 .section_faq__company-name {
    font-size: 24px;
  }

  #single-product.children--2 .section_faq__company-desc {
    font-size: 16px;
    margin-bottom: 25px;
  }

  #single-product.children--2 .section_faq__logos-in-line {
    display: none;
  }

  #single-product.children--2 .section_faq .swiper-container {
    display: block;
  }

  #single-product.children--2 .section_faq .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #single-product.children--2 .section_faq .swiper-container .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #single-product.children--2 .section_faq.dark .col-left {
    padding: 20px;
  }

  #single-product.children--2 .section_faq.dark .col-right {
    padding: 50px 40px;
  }

  #single-product.children--2 .section_image__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    color: #1c1443;
  }

  #single-product.children--2 .section_image__list {
    margin: 15px 0;
    display: block;
  }

  #single-product.children--2 .section_image__single {
    margin-bottom: 10px;
    font-family: Neulis Alt Regular;
  }

  #single-product.children--2 .section_image__single b {
    font-family: Neulis Alt Bold;
  }

  #single-product.children--2 .section_image__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ab0e20;
    font-size: 16px;
    font-weight: 700;
    font-family: Neulis Alt Bold;
    border: 3px solid #9dba25;
    padding: 3px;
    border-radius: 100%;
    min-width: 32px;
    height: 32px;
  }

  #single-product.children--2 .section_slider .swiper-button-next,
  #single-product.children--2 .section_slider .swiper-button-prev {
    width: 46px;
    height: 46px;
  }

  #single-product.children--2 .section_video .video-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #single-product.children--2 .section_video .video-list {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin: 0;
    padding: 40px!important;
  }

  #single-product.children--2 .section_video .video-box {
    margin: 0;
  }

  #single-realization .text-box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #single-realization .text-box div.gallery {
    width: 100%;
    padding-top: 40px;
  }

  #single-realization .text-box div.gallery+div.col-right {
    padding-left: 0;
    width: 100%;
  }

  #single-realization .text-box div.gallery+div.col-right ul {
    position: relative;
    top: auto;
  }

  #archive-realizations .realizations .wrapper {
    width: 500px;
    padding: 0 50px;
  }

  #archive-realizations .realizations .grid {
    display: block;
  }

  #archive-realizations .realizations .grid .item+.item {
    margin-top: 30px;
  }

  #page-service .offer .content {
    display: block;
  }

  #page-service .offer .content .col-left {
    width: 100%;
    position: relative;
    padding-right: 0;
    float: none;
    top: auto;
  }

  #page-service .offer .content .col-left #sidebar {
    display: none;
  }

  #page-service .offer .content .col-right {
    padding-left: 0;
    width: 100%;
    border: 0;
  }

  #page-service .offer .content .col-right .item+.item {
    padding-bottom: 0;
    margin-top: 30px;
  }

  #page-service .offer .content .col-right .item .title {
    display: block;
    padding-bottom: 10px;
  }

  #page-service .section_head .text .content p:first-child {
    font-size: 18px;
  }

  #archive-blog .posts .item:before,
  #page-service .section_head .img {
    display: none;
  }

  #archive-blog .posts .item .col-img img {
    position: relative;
    top: auto;
    left: auto;
  }

  #archive-blog .posts .item .col-text {
    padding: 30px;
  }

  #archive-blog .posts .item .col-text:before {
    background: #f8f8f8;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: .5rem;
    right: .5rem;
    z-index: -1;
  }

  #single-maszyny .text-box div.gallery .line_btn {
    display: block;
  }

  #single-maszyny .text-box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #single-maszyny .text-box div.gallery {
    width: 100%;
    padding-top: 40px;
  }

  #single-maszyny .text-box div.gallery ul {
    position: relative;
    top: auto;
  }

  #single-maszyny .text-box div.gallery+div.col-right {
    padding-left: 0;
    width: 100%;
  }

  #single-maszyny .text-box div.gallery+div.col-right>div {
    position: relative;
    top: auto;
  }

  #single-maszyny-chosen .section_image__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    color: #1c1443;
  }

  #single-maszyny-chosen .section_image__list {
    margin: 15px 0;
    display: block;
  }

  #single-maszyny-chosen .section_image__single {
    margin-bottom: 10px;
    font-family: Neulis Alt Regular;
  }

  #single-maszyny-chosen .section_image__single b {
    font-family: Neulis Alt Bold;
  }

  #single-maszyny-chosen .section_image__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ab0e20;
    font-size: 16px;
    font-weight: 700;
    font-family: Neulis Alt Bold;
    border: 3px solid #9dba25;
    padding: 3px;
    border-radius: 100%;
    min-width: 32px;
    height: 32px;
  }

  #single-maszyny-chosen .section_description__header {
    padding: 40px 55px;
  }

  #single-maszyny-chosen .section_description .icons {
    display: none;
  }

  #single-maszyny-chosen .section_description .icons-mobile {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }

  #single-maszyny-chosen .section_description .icons-mobile>:nth-child(n+6) {
    display: none;
  }

  #single-maszyny-chosen .section_description .icons-mobile+.mobile-toggle-more {
    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;
    gap: 10px;
    color: #9eba26;
    font-size: 14px;
    font-family: Neulis Alt Bold;
    background-color: transparent;
    border: 0;
    width: 100%;
  }

  #single-maszyny-chosen .section_description .icons-mobile+.mobile-toggle-more svg {
    width: 12px;
  }

  #single-maszyny-chosen .section_description .icons-mobile.active>:nth-child(n+6) {
    display: block;
  }

  #single-maszyny-chosen .section_description .icons-mobile.active+.mobile-toggle-more {
    display: none;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper {
    display: block;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper__heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper__heading,
  #single-maszyny-chosen .section_description .mobile-icons_wrapper__heading-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper__heading img {
    max-width: 60px;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper__heading p {
    font-size: 18px;
    font-family: Neulis Alt Bold;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper__text {
    overflow: hidden;
    height: 0;
    padding: 0!important;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper .button-toggle {
    background-color: transparent;
    border: 0;
    height: 50px;
    min-width: 50px;
    width: 50px;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper .icon-plus {
    display: block;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper.active .icon-plus,
  #single-maszyny-chosen .section_description .mobile-icons_wrapper .icon-minus {
    display: none;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper.active .icon-minus {
    display: block;
  }

  #single-maszyny-chosen .section_description .mobile-icons_wrapper.active .mobile-icons_wrapper__text {
    height: auto;
    padding: 10px 0!important;
  }

  #single-maszyny-chosen .section_video .video-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #single-maszyny-chosen .section_video .video-list {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin: 0;
    padding: 40px!important;
  }

  #single-maszyny-chosen .section_video .video-box {
    margin: 0;
  }

  #single-maszyny-chosen .section_slider .swiper-button-next,
  #single-maszyny-chosen .section_slider .swiper-button-prev {
    width: 46px;
    height: 46px;
  }

  #single-maszyny-chosen .section_faq__company img {
    max-width: 100px;
    height: auto;
  }

  #single-maszyny-chosen .section_faq__company-name {
    font-size: 24px;
  }

  #single-maszyny-chosen .section_faq__company-desc {
    font-size: 16px;
    margin-bottom: 25px;
  }

  #single-maszyny-chosen .section_faq__logos-in-line {
    display: none;
  }

  #single-maszyny-chosen .section_faq .swiper-container {
    display: block;
  }

  #single-maszyny-chosen .section_faq .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #single-maszyny-chosen .section_faq .swiper-container .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #single-maszyny-chosen .section_faq.dark .col-left {
    padding: 20px;
  }

  #single-maszyny-chosen .section_faq.dark .col-right {
    padding: 50px 40px;
  }

  #single-maszyny-chosen .section_cta .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #single-maszyny-chosen .section_cta__heading .box_header {
    width: 100%;
  }

  #single-maszyny-chosen .section_cta:before {
    display: none;
  }

  #single-maszyny-chosen .section_contact-form .col-left-title {
    font-size: 36px;
  }

  #single-maszyny-chosen .section_contact-form .col-left {
    width: 100%;
    padding: 30px;
  }

  #single-maszyny-chosen .section_contact-form .col-left-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #single-maszyny-chosen .section_contact-form .col-right {
    margin-top: 0;
  }

  #page-service.page-system-integration--2 .section_contact-form .col-left-title {
    font-size: 36px;
  }

  #page-service.page-system-integration--2 .section_contact-form .col-left {
    width: 100%;
    padding: 30px;
  }

  #page-service.page-system-integration--2 .section_contact-form .col-left-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #page-service.page-system-integration--2 .section_contact-form .col-right {
    margin-top: 0;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header {
    top: -80px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row {
    height: 80px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-logo img {
    max-height: 30px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-logo .wizard-logo {
    margin-right: 30px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu .wizard-header-menu {
    margin-right: 20px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu .wizard-header-menu li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu img {
    max-height: 40px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head {
    min-height: 400px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head header h1 {
    font-size: 36px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head .text {
    font-size: 18px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description {
    padding: 60px 0;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .col-text h3 {
    font-size: 30px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .col-text .text {
    font-size: 17px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-contact {
    font-size: 26px;
    text-align: center;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections {
    padding: 70px 0;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content {
    display: block;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left {
    width: 100%;
    position: relative;
    padding-right: 0;
    float: none;
    top: auto;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-left #sidebar {
    display: none;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right {
    padding-left: 0;
    width: 100%;
    border: 0;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item+.item {
    padding-bottom: 0;
    margin-top: 30px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .title {
    display: block;
    padding-bottom: 10px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .title strong {
    font-size: 30px;
  }

  body#subpage.page-template-page-wizard {
    padding-top: 80px;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 15px;
  }

  .wrapper {
    width: 500px;
  }

  .box .box_header h1,
  .box .box_header h2,
  .box .box_header h3 {
    font-size: 25px;
  }

  header.main .row {
    height: 90px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding-top: 6px;
  }

  header.main .logo img {
    max-height: 40px;
    width: auto;
    vertical-align: middle;
  }

  header.main .lang {
    margin-bottom: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  header.main .lang .btn {
    position: absolute;
    right: 50px;
    top: 100%;
    margin-top: 12px;
  }

  header.main .lang .btn.secondary,
  header.main nav.main ul {
    display: none;
  }

  header.main nav.main .menu-link {
    display: block;
    min-width: 32px;
  }

  header.main .btn {
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
  }

  header.main .btn.secondary {
    position: relative;
    margin-right: 15px;
    border: 1px solid #9eba26!important;
    background: transparent!important;
    color: #9eba26!important;
    opacity: 1!important;
    padding: 0 20px!important;
  }

  header.main .btn.secondary:hover {
    background: #9eba26!important;
    color: #fff!important;
  }

  header.main .machine-mobile-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px 15px;
    background-color: #9eba26;
    color: #fff;
    font-family: Neulis Alt Bold;
    font-size: 16px;
  }

  header.main .machine-mobile-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  body#homepage header.main.scroll .col-md-7 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  header.main nav.main>div {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #9eba26;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
  }

  header.main nav.main>div ul.active {
    width: 100%;
    margin: 0 auto;
    display: inline;
    padding: 0;
  }

  header.main nav.main>div ul.active li {
    width: 100%;
    float: left;
  }

  header.main nav.main>div ul.active li .mobile-link {
    display: block!important;
  }

  header.main nav.main>div ul.active li+li {
    border-top: 1px solid hsla(0,0%,100%,.3);
    margin-left: 0;
  }

  header.main nav.main>div ul.active li a {
    float: left;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background: #9eba26;
    color: #fff;
    font-size: 14px;
  }

  header.main nav.main>div ul.active li a:hover {
    background-color: #ab0e21!important;
    color: #fff;
    opacity: 1;
  }

  header.main nav.main>div ul.active li ul,
  header.main nav.main>div ul.active li ul li+li {
    border-top: 1px solid #fff;
  }

  header.main nav.main>div ul.active li ul li a {
    font-size: 14px;
    background: #ebebeb;
    color: #000;
  }

  #slider .content {
    padding-top: 100px;
    height: auto;
    width: 100%;
  }

  #slider .content h2 {
    font-size: 24px;
  }

  #slider .content .text {
    font-size: 16px;
  }

  #about-us .big {
    font-size: 22px;
  }

  #offer {
    padding: 50px 0;
  }

  #offer .grid-fruits {
    grid-template-columns: repeat(2,1fr);
  }

  #offer .flex-line {
    margin-bottom: 40px;
  }

  #offer .flex-line .item {
    height: 410px;
  }

  #offer .flex-line .item a .content {
    min-height: 140px;
  }

  #offer .flex-line .item a .content .hide {
    display: none!important;
  }

  .section-why-us {
    padding-top: 0;
  }

  .section-why-us .grid {
    display: block;
    padding-top: 30px;
  }

  .section-why-us .grid article+article {
    margin-top: 40px;
  }

  .section-why-us .grid article .img {
    margin-bottom: 20px;
  }

  .section-who-we-serve .flex article {
    width: 100%;
  }

  .section-who-we-serve .flex article+article {
    margin-left: 0;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }

  .section-who-we-serve .flex article+article:before {
    bottom: auto;
    left: 0;
    right: 0;
  }

  #opinions-carousel {
    padding: 60px 0 0;
  }

  #opinions-carousel .swiper-container {
    overflow: hidden;
  }

  #opinions-carousel .item,
  #opinions-carousel .item .text {
    min-height: 1px;
  }

  #opinions-carousel .item .content {
    padding-top: 20px;
  }

  #opinions-carousel .swiper-button-next,
  #opinions-carousel .swiper-button-prev {
    bottom: 0;
  }

  #opinions-carousel .swiper-button-next {
    right: 0;
  }

  #opinions-carousel .swiper-container>.swiper-scrollbar {
    bottom: 25px;
    right: 0;
  }

  #scheme {
    padding-bottom: 50px;
  }

  #scheme .box_header+.text {
    font-size: 22px;
  }

  #scheme .steps {
    padding-top: 0;
  }

  #scheme .steps:after,
  #scheme .steps:before {
    display: none;
  }

  #scheme .steps .step+.step {
    margin-top: 0;
  }

  #scheme .steps .step:before {
    display: none;
  }

  #scheme .steps .step header h3 {
    color: #9eba26;
    font-size: 18px;
  }

  #scheme .steps .step header h3:before {
    opacity: 1;
    max-width: 115px;
  }

  #scheme .steps-hover {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }

  #scheme .steps-hover.active {
    margin-top: 50px;
  }

  #scheme .steps-hover:after,
  #scheme .steps-hover:before {
    display: none;
  }

  #scheme .steps-hover .cols {
    display: block;
  }

  #scheme .steps-hover .cols:after,
  #scheme .steps-hover .cols:before {
    border-left-color: #2e2651;
    top: 20px;
  }

  #scheme .steps-hover .cols>div {
    width: 100%;
  }

  #scheme .steps-hover .cols>div .col-title {
    font-size: 20px;
    padding-bottom: 0;
  }

  #scheme .steps-hover .cols>div.col-desc {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #scheme .steps-hover .cols>div.col-desc .img,
  #scheme .steps-hover .cols>div.col-desc .num {
    display: none;
  }

  #scheme .steps-hover .cols>div.col-desc header h3 {
    font-size: 24px;
  }

  #scheme .steps-hover .cols>div.col-desc header h3 br {
    display: none;
  }

  #scheme .steps-hover .cols>div.col-right {
    color: #000;
    padding-top: 20px;
  }

  #scheme .steps-hover .cols>div.col-right .col-title {
    color: #2e2651;
  }

  #support .cols .img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    display: block;
    height: 400px;
    background-position: 50%;
  }

  #support .cols .right {
    width: 100%;
  }

  #support .cols .right .content {
    padding-left: 0;
    width: 500px;
    margin: 0 auto;
  }

  #system-integration {
    padding: 50px 0;
  }

  #form-contact .col-left {
    display: block;
    width: 100%;
  }

  #form-contact .col-right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }

  #form-contact .col-right form {
    max-width: 100%;
  }

  #form-contact.newsletter .col-left {
    padding-top: 40px;
    background: -webkit-gradient(linear,left top,left bottom,from(#e5e8f5),to(#fafafa));
    background: linear-gradient(180deg,#e5e8f5,#fafafa);
  }

  #form-contact.newsletter .col-left h3 {
    color: #211c41;
    text-align: center;
    font-size: 24px;
    font-family: Neulis Alt Bold;
    position: relative;
    padding-bottom: 20px;
  }

  #form-contact.newsletter .col-left h3:before {
    border-top: 2px solid #ab0e21;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 200px;
    content: " ";
    position: absolute;
  }

  #form-contact.newsletter .col-left-content {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  #form-contact.newsletter .col-left-text {
    padding-right: 0;
    font-size: 14px;
    line-height: 175%;
  }

  #form-contact.newsletter .col-left-text h3 {
    font-size: 16px;
  }

  #form-contact.newsletter .col-right {
    padding-top: 0;
  }

  #form-contact.newsletter .col-right-content {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  #contact .left {
    width: 100%;
    float: none;
  }

  #contact .left .content {
    width: 500px;
    float: none;
    margin: 0 auto;
  }

  #contact .map {
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }

  #single-product .lines article {
    padding-left: 120px;
  }

  #single-product .lines article .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #single-product .lines article .col-text {
    padding-right: .5rem;
  }

  #single-product .lines article .col-img {
    margin-bottom: 30px;
  }

  #single-product .machines .wrapper>.content article {
    width: 100%;
    padding-bottom: 40px;
  }

  #single-product .machines {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  #single-product .machines .wrapper>.content .gutter-sizer {
    width: 0;
  }

  #single-product .machines .wrapper>.content .grid-sizer {
    width: 100%;
  }

  #single-product.children .pictograms .grid {
    display: block;
  }

  #single-product.children .pictograms .grid .item+.item {
    margin-top: 30px;
  }

  #archive-products .products .item .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 230px);
    flex: 0 0 calc(100% - 230px);
    padding-left: 30px;
  }

  #page-about-us .section-description .second-row {
    margin-top: 0;
  }

  #page-about-us .section-description .second-row .photo img {
    width: 500px;
  }

  #page-about-us .section-description .second-row .photo:before {
    height: 355px;
    width: 638px;
    right: auto;
    background-size: auto 100%;
    margin-left: 55px;
  }

  #page-about-us .section-attributes .img {
    margin-left: -270px;
    top: 40px;
  }

  #page-about-us .section-attributes .content {
    padding-left: 0;
    min-height: 700px;
  }

  #page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls) {
    min-height: 1px;
    display: block;
  }

  #page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls)+div {
    margin-top: 30px;
  }

  #page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls):before {
    opacity: .95;
  }

  #page-about-us .section-attributes .content .owl-carousel-mobile>div:not(.owl-controls):after,
  #page-about-us .section-attributes .content>ul,
  #page-about-us .section-attributes .content>ul li:before {
    display: none;
  }

  #page-about-us .section-values {
    padding-top: 70px;
  }

  #page-about-us .section-values .grid {
    display: block;
    padding-top: 30px;
  }

  #page-about-us .section-values .grid article+article {
    margin-top: 40px;
  }

  #page-about-us .section-values .grid article .img {
    margin-bottom: 20px;
  }

  #page-service .offer .content .col-right .item iframe {
    height: 300px!important;
  }

  #page-contact .container-places .first-row {
    padding-bottom: 30px;
  }

  #page-contact .container-places .col-map .map {
    height: 360px;
  }

  #page-contact .container-places .grid {
    display: block;
  }

  #page-contact .container-places .grid .item+.item {
    margin-top: 30px;
  }

  #page-contact .container-places .col-press {
    padding-top: 20px;
  }

  #archive-machines #machines-line article {
    width: 100%;
    padding-bottom: 40px;
  }

  #page-service.page-system-integration .section-description .first-row .col-img {
    margin-top: 20px;
  }

  #page-service.page-system-integration .section-description .first-row .col-img .deskop {
    display: none;
  }

  #page-service.page-system-integration .section-description .first-row .col-img .mobile {
    display: block;
  }

  #page-service.page-system-integration .section-description .player .deskop {
    display: none;
  }

  #page-service.page-system-integration .section-description .player .mobile {
    display: block;
  }

  #page-service.page-system-integration .animation .animation-top {
    background-size: auto 80%;
    width: 100%;
    height: 380px;
    background-position: 90px;
  }

  #page-service.page-system-integration .animation .animation-top .anime {
    left: 0;
  }

  #page-service.page-system-integration .animation .animation-top .anime .name {
    font-size: 18px;
    line-height: 1.2;
  }

  #page-service.page-system-integration .animation .animation-top .anime .picto {
    width: 110px;
    height: 110px;
  }

  #page-service.page-system-integration .animation .animation-top .anime .picto img {
    max-width: 70px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 {
    margin-left: 70px;
    padding-top: 50px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 .name {
    padding-left: 100px;
    width: 305px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 .name:before {
    width: 80px;
    top: 10px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 .name:after {
    top: 10px;
    height: 42px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 .name>span:before {
    left: 80px;
    top: 8px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 .name>span:after {
    top: 47px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1:hover .name>span:after {
    top: 66px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1:hover .name:after {
    height: 60px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 {
    top: 80px;
    margin-left: 260px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name {
    padding-left: 20px;
    padding-top: 30px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name:after {
    height: 26px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name>span:before {
    top: 20px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3 {
    top: 260px;
    padding-left: 180px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3 .name:before {
    top: 60px;
    width: 180px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3 .name:after {
    height: 50px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3 .name>span:after {
    top: 58px;
    left: 177px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3:hover .name:before {
    width: 190px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3:hover .name>span:after {
    left: 188px;
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-picto {
    max-width: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-picto .picto {
    width: 120px;
    height: 120px;
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-picto .picto:before {
    max-width: 120px;
    max-height: 120px;
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-picto .picto img {
    max-width: 70px;
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-text {
    max-width: calc(100% - 150px);
    -ms-flex-preferred-size: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-text .name {
    font-size: 20px;
  }

  #page-service.page-system-integration .broszura-contact .col-right {
    font-size: 24px;
    line-height: 1.2;
  }

  #page-service.page-system-integration .broszura-contact-head {
    width: 120px;
    right: 30px;
    margin-top: -50px;
  }

  #page-service.page-system-integration .offer-pictograms .grid {
    display: block;
  }

  #page-service.page-system-integration .offer-pictograms .grid article+article {
    margin-top: 40px;
  }

  #page-service.page-system-integration .offer-pictograms .grid article .img {
    margin-bottom: 20px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item iframe {
    height: 300px!important;
  }

  body#subpage.page-template-page-wizard #page-wizard #form-contact {
    padding-top: 400px;
  }

  body#subpage.page-template-page-wizard #page-wizard #form-contact .col-left {
    display: inline;
    bottom: auto;
    width: 100%;
    height: 400px;
  }

  .scheme .imp-wrap .imp-shape-container .imp-shape:before {
    font-size: 12px;
  }

  .accordions-item header h3 {
    font-size: 21px;
  }

  .landing-page__footer {
    padding: 30px 0;
  }

  .landing-page__footer .col-logo,
  .landing-page__footer .col-menu {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .landing-page__footer .col-menu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

@media screen and (max-width:48em) {
  .home__faq .col-left ul.tabs-links li {
    padding: 20px 0;
  }

  .home__faq .col-left ul.tabs-links li a {
    font-size: 18px;
  }

  #page-service.page-system-integration--2 .section_head .text .content p:first-child {
    font-size: 16px;
  }
}

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

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }

  .ue-flag {
    padding: 5px;
    top: auto;
    bottom: 100px;
    z-index: 22;
  }

  .ue-flag span {
    overflow: hidden;
    max-width: 47px;
    display: inline-block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
  }

  .ue-flag span img {
    max-width: 140px;
  }

  .ue-flag:hover span {
    max-width: 100%;
  }

  #slider #milborslider {
    display: none;
  }
}

@media screen and (max-width:600px) {
  .popup .content .img {
    display: none;
  }

  .popup .content div.text {
    width: 100%;
    text-align: center;
  }

  .popup .content div.text .first_text {
    font-size: 20px;
    line-height: 1.2;
  }

  .popup .content div.text .second_text {
    font-size: 16px;
    text-align: right;
  }

  .popup .content div.text .img2 {
    margin-bottom: 20px;
    display: block;
  }

  .popup .content div.text .form {
    margin-top: 10px;
    width: 100%;
  }

  .popup .content div.text .form form.sent .info .alert {
    font-size: 16px;
    line-height: 1.3;
  }

  .popup .content div.text .form input[type=submit] {
    display: inline-block;
    width: 205px;
  }
}

@media screen and (max-width:540px) {
  #single-product .lines article {
    padding-left: 0;
    text-align: center;
  }

  #single-product .lines article .title {
    padding-bottom: 10px;
  }

  #single-product .lines article .diagram {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
  }

  #single-product .lines article .diagram:before {
    display: none;
  }

  #single-product .lines article .line_btn {
    text-align: center;
  }
}

@media screen and (max-width:531px) {
  #single-product.children.children .section_head.item_1 .gallery {
    bottom: -170px!important;
  }
}

@media screen and (max-width:530px) {
  .wrapper {
    width: 320px;
  }

  .box .box_header {
    padding-bottom: 25px;
    margin-bottom: 33px;
  }

  .box .box_header h1,
  .box .box_header h2,
  .box .box_header h3 {
    font-size: 23px;
  }

  .box .box_header:before {
    width: 100px;
  }

  header.main nav.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  header.main .lang .btn {
    display: none;
  }

  header.main .btn.mobile {
    display: block!important;
  }

  footer.main .col-left .box.box-logo {
    width: 100%;
    padding-bottom: 20px;
  }

  footer.main .col-left .box.box-place {
    width: 100%;
  }

  footer.main .col-right {
    padding-left: 50px;
    padding-right: 50px;
  }

  #breadcrumbs,
  .woocommerce .woocommerce-breadcrumb {
    display: none;
  }

  #offer .grid-fruits {
    display: block;
  }

  #offer .grid-fruits .item+.item {
    margin-top: 30px;
  }

  #offer .flex-line .item {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-why-us {
    padding-top: 50px;
  }

  #opinions-carousel {
    padding: 50px 0;
  }

  #scheme {
    padding-top: 40px;
  }

  #scheme .box_header+.text {
    font-size: 18px;
  }

  #scheme .steps {
    grid-template-columns: repeat(2,1fr);
  }

  #scheme .steps-hover {
    padding: 40px 20px;
  }

  #scheme .steps-hover .cols {
    padding-top: 0;
    padding-bottom: 0;
  }

  #scheme .steps-hover .cols:after,
  #scheme .steps-hover .cols:before {
    top: -30px;
    right: 10px;
  }

  #scheme .steps-hover .cols>div {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  #support .cols .right .content {
    width: 320px;
  }

  #system-integration {
    padding: 30px 0;
  }

  #form-contact .col-left-img img {
    max-width: 300px;
  }

  #form-contact .col-right h3 {
    font-size: 22px;
  }

  #form-contact .col-right form .line .div_check {
    width: 100%;
    padding-right: 0;
  }

  #form-contact .col-right form .line .div_btn {
    width: 100%;
    padding-top: 10px;
  }

  #form-contact.newsletter .col-left {
    padding-top: 40px;
  }

  #form-contact.newsletter .col-left-content,
  #form-contact.newsletter .col-right-content {
    width: 320px;
  }

  #realizations-carousel .item {
    min-height: 390px;
  }

  #realizations-carousel .item .content {
    min-height: 20px;
  }

  #realizations-carousel {
    padding: 50px 0;
  }

  #realizations-carousel .swiper-button-next,
  #realizations-carousel .swiper-button-prev {
    bottom: 70px;
  }

  #realizations-carousel .swiper-button-next {
    right: 0;
  }

  #realizations-carousel .swiper-container>.swiper-scrollbar {
    bottom: 95px;
    right: 0;
  }

  #realizations-carousel .bottom {
    margin-top: 100px;
  }

  #realizations-carousel .bottom .btn,
  #realizations-carousel .bottom .right {
    width: 100%;
  }

  #contact .left .content {
    width: 320px;
    padding: 50px 0 30px;
  }

  #contact .left .content .box_content .legend>div ul {
    width: 100%;
    margin-bottom: 20px;
  }

  #subpage .section_head header h1 {
    font-size: 22px;
  }

  #single-product .section_head {
    padding-bottom: 150px;
  }

  #single-product .section_head .img {
    width: 500px;
    bottom: -70px;
  }

  #single-product .machines .wrapper>.content .terms {
    margin-bottom: 40px;
  }

  #single-product .machines .wrapper>.content .terms ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #single-product .machines .wrapper>.content .terms ul li label span {
    max-width: 100%;
    min-height: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #single-product .machines {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #single-product .machines .wrapper>header h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  #single-product .machines .wrapper>header h3 strong {
    padding-top: 0;
  }

  #single-product .machines .wrapper>.content article .col-img {
    margin-bottom: 20px;
  }

  #single-product .description_seo {
    padding-top: 50px;
  }

  #single-product.children.children .section_head.item_1 {
    margin-bottom: 180px!important;
  }

  #single-product.children.children .section_head.item_1 .gallery {
    bottom: -100px!important;
  }

  #single-product.children.children .section_head {
    margin-bottom: 170px;
    min-height: 1px;
  }

  #single-product.children.children .section_head .gallery {
    bottom: -130px;
  }

  #single-product.children .scheme {
    padding-bottom: 0;
  }

  #single-product.children .scheme .wrapper {
    width: 100%;
  }

  #single-product.children .list .item {
    padding-left: 0;
  }

  #single-product.children .list .item .col-left {
    padding-top: 80px;
  }

  #single-product.children .list .item .col-left .num {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #single-product.children .list .item.active .col-left .img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #archive-products .products .item {
    margin-left: 0;
    margin-right: 0;
  }

  #archive-products .products .item .flex {
    display: block;
    margin: 0;
  }

  #archive-products .products .item .img {
    margin: 0 auto;
  }

  #archive-products .products .item .col-right {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  #archive-products .products .item .col-right header {
    text-align: center;
    padding-bottom: 10px;
  }

  #single-realization .text-box div.col-right ul li .img {
    width: 60px;
  }

  #single-realization .text-box div.col-right ul li .img span {
    height: 60px;
  }

  #single-realization .text-box div.col-right ul li .img span img {
    width: 30px;
    max-height: 30px;
    height: auto;
  }

  #archive-realizations .realizations .wrapper {
    width: 320px;
    padding: 0;
  }

  #page-about-us .section-description .second-row .photo img {
    width: 350px;
  }

  #page-about-us .section-description .second-row .photo:before {
    height: 241px;
    width: 363px;
    margin-left: 1px;
  }

  #page-about-us .section-attributes {
    overflow: hidden;
  }

  #page-about-us .section-attributes .content>div:not(.owl-controls) header h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #page-about-us .section-attributes .content>div:not(.owl-controls) header h3:before {
    width: 100%;
  }

  #page-about-us .section-attributes .content>div:not(.owl-controls) .grid article>div {
    line-height: 1.35;
  }

  #page-about-us .section-values {
    padding-top: 50px;
  }

  #page-about-us .section-values .description {
    padding: 0;
  }

  #page-about-us .section-career {
    padding: 50px 0;
  }

  #page-about-us .section-career .col-right .link .left {
    width: 100%;
  }

  #page-about-us .section-career .col-right .link .right {
    width: 100%;
    padding-top: 20px;
  }

  #page-about-us .section-career .col-right .link .right .btn {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  #page-service .offer .content .col-right .item iframe {
    height: 260px!important;
  }

  #page-service .offer .content .col-right .item .table-responsive,
  #page-service .offer .content .col-right .item .table-responsive tr {
    display: block;
  }

  #page-service .offer .content .col-right .item .table-responsive td {
    display: block;
    width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  #page-service .offer .content .col-right .item .table-responsive td+td {
    margin-top: 20px;
  }

  #archive-blog .posts .item .col-text header h3 {
    font-size: 19px;
  }

  #single-blog .page_title h1 {
    font-size: 22px;
  }

  #single-blog .box_content .left .builder .blog-hubspot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }

  #single-blog .box_content .left .builder .blog-hubspot-left {
    width: 100%;
  }

  #single-blog .box_content .left .builder .blog-hubspot-right {
    display: none!important;
  }

  #single-blog .box_content .right .posts .item .img {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }

  #single-blog .box_content .right .posts .item .text {
    width: 100%!important;
    float: none;
    padding-left: 0!important;
  }

  #page-contact .container-places .col-form #form-contact .wrapper .col-right {
    padding-left: 30px!important;
    padding-right: 30px!important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #page-contact .container-places .col-places .legend>div ul {
    width: 100%;
  }

  #page-contact .container-places .col-places .legend>div ul+ul {
    margin-top: 10px;
  }

  #page-contact .container-places .col-map .map {
    height: 240px;
  }

  #archive-machines .terms {
    margin-bottom: 40px;
  }

  #archive-machines .terms ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #archive-machines .terms ul li label span {
    max-width: 100%;
    min-height: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #archive-machines .description_seo {
    padding-top: 50px;
  }

  #page-service.page-system-integration .animation .animation-top {
    background-position: 20px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 {
    margin-left: 10px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-1 .name {
    width: 255px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 {
    margin-left: 200px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name {
    padding-top: 70px;
    width: 140px;
    padding-left: 0;
    left: auto;
    right: 0;
    margin-left: 0;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name:before {
    width: 30px;
    left: 0!important;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name:after {
    height: 60px;
    left: 0;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name>span:before {
    top: -2px;
    left: 28px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2 .name>span:after {
    top: 58px;
    left: -2px!important;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2:hover .name:before {
    width: 45px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-2:hover .name>span:before {
    left: 47px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3 {
    padding-left: 163px;
    top: 270px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3 .name:before {
    width: 163px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3 .name>span:after {
    left: 160px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3:hover .name:before {
    width: 171px;
  }

  #page-service.page-system-integration .animation .animation-top .anime-3:hover .name>span:after {
    left: 169px;
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-picto {
    display: none;
  }

  #page-service.page-system-integration .animation .animation-bottom .content .col-text {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  #page-service.page-system-integration .specification .items .item>.item__name {
    width: 40%;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-logo {
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-logo img {
    max-height: 25px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-logo .wizard-logo {
    margin-right: 15px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    max-width: 120px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu .wizard-header-menu {
    margin-right: 0;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu .wizard-header-menu li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  body#subpage.page-template-page-wizard header.main.wizard-header .row .col-menu img {
    display: none;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head {
    padding-top: 50px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section_head header h1 {
    font-size: 28px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-description .col-text .text,
  body#subpage.page-template-page-wizard #page-wizard .section_head .text {
    font-size: 16px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-contact {
    font-size: 22px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-contact .col-img img {
    max-height: 200px;
    width: auto;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item iframe {
    height: 210px!important;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections {
    padding: 50px 0;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .wrapper {
    width: 100%;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .title {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 320px;
    margin: 0 auto;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .title strong {
    font-size: 26px;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .boxes {
    padding-left: 122px;
    padding-right: 20px;
    min-width: 320px;
    margin: 0 auto;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive,
  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive tr {
    display: block;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive td {
    display: block;
    width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  body#subpage.page-template-page-wizard #page-wizard .section-sections .content .col-right .item .table-responsive td+td {
    margin-top: 20px;
  }

  body#subpage.page-template-page-wizard #page-wizard #form-contact {
    padding-top: 300px;
  }

  body#subpage.page-template-page-wizard #page-wizard #form-contact .col-left {
    height: 300px;
  }

  .scheme .imp-wrap .imp-shape-container .imp-shape:before {
    font-size: 11px;
  }

  .landing-page__hero__title {
    font-size: 36px;
  }
}

@media screen and (max-width:500px) {
  #page-service.page-system-integration .broszura-contact .col-right {
    font-size: 20px;
  }

  #page-service.page-system-integration .broszura-contact-head {
    width: 80px;
    margin-top: -50px;
    right: 20px;
  }

  .accordions-item header h3 {
    font-size: 18px;
  }
}

@media screen and (max-width:1030px) and (min-width:769px) {
  body#homepage header.main.scroll nav.main {
    padding-right: 0;
  }

  body#homepage header.main.scroll .lang {
    display: none;
  }

  body#subpage header.main.scroll nav.main {
    padding-right: 0;
  }

  body#subpage header.main.scroll .lang {
    display: none;
  }
}

@media screen and (max-width:1230px) and (min-width:1031px) {
  footer.main .col-left .box-logo,
  footer.main .col-left .box-place {
    width: 160px;
    padding-right: 20px;
  }

  footer.main .col-left .box-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer.main .col-left .box-menu>.menu {
    width: calc(50% - 10px);
  }

  footer.main .col-left .box-newsletter {
    width: 280px;
    padding-left: 20px;
    margin-left: 0!important;
  }

  #page-contact .container-places .grid {
    display: block;
  }

  #page-contact .container-places .grid .item+.item {
    margin-top: 30px;
  }
}

@media screen and (max-width:769px) and (min-width:531px) {
  #realizations-carousel .item .content:before {
    background-size: 100% auto;
  }
}

@media screen and (max-width:768px) and (min-width:531px) {
  #single-product .machines .wrapper>.content article .col-img {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }

  #single-product .machines .wrapper>.content article .col-text {
    -ms-flex-preferred-size: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  #archive-machines #machines-line article .col-img {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }

  #archive-machines #machines-line article .col-text {
    -ms-flex-preferred-size: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}

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

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

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

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

@media print {
  .video-js>:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }

  .ol-control {
    display: none;
  }
}/* Adhoc mod */

#page-contact .container-places .col-automatyka {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

@media screen and (min-width: 1031px) {
    #page-contact .container-places .col-automatyka:after {
        border-right: 1px solid #d9d2d2;
        content: " ";
        position: absolute;
        right: -1px;
        top: 30px;
        bottom: 0;
    }
}

#page-contact .container-places .col-logistyka_transport {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (min-width: 1031px) {
    #page-contact .container-places .col-logistyka_transport:after {
        border-right: 1px solid #d9d2d2;
        content: " ";
        position: absolute;
        right: -1px;
        top: 30px;
        bottom: 0;
    }
}

#page-contact .container-places .row-services-press {
    padding-bottom: 0px;
}

body:not(.home) .ue-flag {
    display: none;
}

/* WHY? */

#page-service.page-system-integration {
    overflow: unset;
}


/* ToDo */


img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }.mt-10 {
    margin-top: 50px;
}

#form-contact.new-form .col-left-img:not(.special-img) img {
    max-width: 350px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0 4px 20px 0 #00000040;
}

#single-product.children--2 .section_contact-form .col-left-img {
    margin-top: 0;
}

#form-contact.new-form .col-left-title {
    color: #9EBA26;
    font-size: 48px;
}

#form-contact.new-form .col-left-text {
    color: #fff;
    font-size: 16px;
    font-family: Neulis Alt Regular;
    text-align: left;
    max-width: 455px;
    width: 100%;
    margin: 0 auto;
}

#form-contact .flex {
    align-items: flex-start;
}

#form-contact.new-form {
    position: relative;
    background: #fff;

    &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 250px;
        background: #fff;
        width: 50%;
        z-index: 1;
    }

    &:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        background: #2E2651;
        height: 100%;
        z-index: 0;
    }

    .wrapper {
        position: relative;
        z-index: 10;

    }
}

#form-contact.new-form .col-right {
    padding: 50px 0 0 50px;
}

@media screen and (max-width: 800px) {
    #form-contact {
        &:before, &:after {
            width: 100%;
            background: #fff;
        }
    }

    #form-contact .col-left-text {
        color: #2E2651;
    }

    #form-contact .col-right {
        padding: 20px 0 0 0px;
    }
}

#single-product.children--2 .section_contact-form {
    margin-top: 50px;
}

#single-product.children--2 .section_contact-form .col-right {
    margin-top: 0;
}

#single-product.children--2 .section_contact-form .col-left {
    background-color: transparent !important;
}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}

.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{fill:currentColor;height:100%;max-height:100%;max-width:100%;width:100%}


:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:FontAwesome;src:url(/wp-content/plugins/image-map-pro-wordpress/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/plugins/image-map-pro-wordpress/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/plugins/image-map-pro-wordpress/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/plugins/image-map-pro-wordpress/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/plugins/image-map-pro-wordpress/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/plugins/image-map-pro-wordpress/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.squares-clear{clear:both}.squares-element{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.squares-element>*{margin:0}.squares-element img,.squares-element video{max-width:100%;display:block}.squares-button{text-decoration:none;text-align:center}.squares-button:hover{filter:brightness(1.1);-moz-filter:brightness(1.1);-webkit-filter:brightness(1.1)}.squares-button:active{filter:brightness(.9);-moz-filter:brightness(.9);-webkit-filter:brightness(.9)}.squares-container{width:100%;display:flex;flex-wrap:wrap}@media (min-width:576px){.squares-container{max-width:540px}}@media (min-width:768px){.squares-container{max-width:720px}}@media (min-width:992px){.squares-container{max-width:960px}}@media (min-width:1200px){.squares-container{max-width:1140px}}.sq-col,.sq-col-1,.sq-col-10,.sq-col-11,.sq-col-12,.sq-col-2,.sq-col-3,.sq-col-4,.sq-col-5,.sq-col-6,.sq-col-7,.sq-col-8,.sq-col-9,.sq-col-auto,.sq-col-lg,.sq-col-lg-1,.sq-col-lg-10,.sq-col-lg-11,.sq-col-lg-12,.sq-col-lg-2,.sq-col-lg-3,.sq-col-lg-4,.sq-col-lg-5,.sq-col-lg-6,.sq-col-lg-7,.sq-col-lg-8,.sq-col-lg-9,.sq-col-lg-auto,.sq-col-md,.sq-col-md-1,.sq-col-md-10,.sq-col-md-11,.sq-col-md-12,.sq-col-md-2,.sq-col-md-3,.sq-col-md-4,.sq-col-md-5,.sq-col-md-6,.sq-col-md-7,.sq-col-md-8,.sq-col-md-9,.sq-col-md-auto,.sq-col-sm,.sq-col-sm-1,.sq-col-sm-10,.sq-col-sm-11,.sq-col-sm-12,.sq-col-sm-2,.sq-col-sm-3,.sq-col-sm-4,.sq-col-sm-5,.sq-col-sm-6,.sq-col-sm-7,.sq-col-sm-8,.sq-col-sm-9,.sq-col-sm-auto,.sq-col-xl,.sq-col-xl-1,.sq-col-xl-10,.sq-col-xl-11,.sq-col-xl-12,.sq-col-xl-2,.sq-col-xl-3,.sq-col-xl-4,.sq-col-xl-5,.sq-col-xl-6,.sq-col-xl-7,.sq-col-xl-8,.sq-col-xl-9,.sq-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sq-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.sq-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.sq-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.sq-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.sq-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}
.imp-noscroll{overflow:hidden}.imp-wrap{position:relative;width:auto;height:auto;-webkit-tap-highlight-color:transparent}.hs-loader-wrap{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.imp-main-image{position:relative!important;width:100%!important;height:100%!important;margin:0!important;max-width:none!important;max-height:none!important;display:block!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.imp-zoom-outer-wrap{overflow:hidden}#imp-fullscreen-wrap .imp-zoom-outer-wrap{overflow:visible}#imp-fullscreen-wrap .imp-wrap{position:inherit}.imp-tooltips-container{position:relative;z-index:9999999}.imp-zoom-outer-wrap{overflow:hidden;width:100%;height:100%}.imp-zoom-wrap{transform:scale(1,1) translate(0,0);transform-origin:0 0;width:100%;height:100%}.imp-translate-wrap{width:100%;height:100%}.imp-shape-container{position:absolute;left:0;top:0;width:100%;height:100%}.imp-shape{cursor:pointer;pointer-events:all;transition:all .15s cubic-bezier(.55,0,.1,1);-moz-transition:all .15s cubic-bezier(.55,0,.1,1);-webkit-transition:all .15s cubic-bezier(.55,0,.1,1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.imp-shape-static{cursor:default}.imp-shape-oval,.imp-shape-rect,.imp-shape-spot,.imp-shape-text{position:absolute}.imp-shape-text{cursor:default}.imp-shape-spot{display:flex;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.075,.82,.165,1);-moz-transition:all .4s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .4s cubic-bezier(.075,.82,.165,1)}.imp-shape-spot-pin{transform-origin:50% 100%}.imp-shape-icon-shadow{position:absolute;left:0;bottom:0;z-index:0;transform:scale(1,.25);background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.53) 0,rgba(0,0,0,.3) 10%,rgba(0,0,0,.13) 28%,rgba(0,0,0,.04) 44%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.53) 0,rgba(0,0,0,.3) 10%,rgba(0,0,0,.13) 28%,rgba(0,0,0,.04) 44%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,.53) 0,rgba(0,0,0,.3) 10%,rgba(0,0,0,.13) 28%,rgba(0,0,0,.04) 44%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%)}.imp-spot-fontawesome-icon{position:relative;z-index:1}.imp-spot-glow{z-index:0;position:absolute;left:50%;top:50%;background:red;animation:ShapeGlowAnimation linear 1.5s;animation-iteration-count:infinite}.imp-no-glow .imp-spot-glow{animation:none!important;opacity:0!important}.imp-shape-glow{position:absolute;left:0;top:0;width:100%;height:100%;animation:ShapeGlowAnimation linear 1.5s;animation-iteration-count:infinite}.imp-no-glow .imp-shape-glow{animation:none!important;opacity:0!important}@keyframes ShapeGlowAnimation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.imp-shape img{width:100%}.imp-tooltip{display:none;position:absolute;z-index:1;transition-property:none;-moz-transition-property:none;-webkit-transition-property:none;transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:cubic-bezier(.55,0,.1,1);-moz-transition-timing-function:cubic-bezier(.55,0,.1,1);-webkit-transition-timing-function:cubic-bezier(.55,0,.1,1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:sans-serif}.imp-no-transition .imp-tooltip,.imp-sticky-tooltips .imp-tooltip{transition-property:none!important;-moz-transition-property:none!important;-webkit-transition-property:none!important}.imp-tooltip.imp-tooltip-visible{opacity:1!important;z-index:4;transform:scale(1,1)!important;-moz-transform:scale(1,1)!important;-webkit-transform:scale(1,1)!important}.imp-tooltip-title{display:none}.hs-arrow{position:absolute}.hs-arrow-top{left:50%;top:0;margin-left:-8px;margin-top:-8px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #000}.hs-arrow-bottom{left:50%;top:100%;margin-left:-8px;margin-top:0;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #000}.hs-arrow-right{left:100%;top:50%;margin-left:0;margin-top:-8px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #000}.hs-arrow-left{left:0;top:50%;margin-left:-8px;margin-top:-8px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #000}.imp-tooltip-buffer{position:absolute}.imp-tooltip-buffer-top{left:0;top:-20px;width:100%;height:20px}.imp-tooltip-buffer-bottom{left:0;top:100%;width:100%;height:20px}.imp-tooltip-buffer-left{left:-20px;top:0;width:20px;height:100%}.imp-tooltip-buffer-right{left:100%;top:0;width:20px;height:100%}.imp-tooltip-buffer-top.imp-tooltip-buffer-large{left:0;top:-60px;width:100%;height:60px}.imp-tooltip-buffer-bottom.imp-tooltip-buffer-large{left:0;top:100%;width:100%;height:60px}.imp-tooltip-buffer-left.imp-tooltip-buffer-large{left:-60px;top:0;width:60px;height:100%}.imp-tooltip-buffer-right.imp-tooltip-buffer-large{left:100%;top:0;width:60px;height:100%}.imp-image-backgrounds-container{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%}.imp-shape-background-image{position:absolute;background-position:center center;background-size:contain;background-repeat:no-repeat}.imp-fullscreen-tooltips-container{display:none;position:fixed;width:100%;height:100%;left:0;top:0;overflow-y:auto;z-index:2147483646}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip{display:none;position:absolute;left:0;top:0;width:100%;min-height:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition-property:none;-moz-transition-property:none;-webkit-transition-property:none;transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:cubic-bezier(.55,0,.1,1);-moz-transition-timing-function:cubic-bezier(.55,0,.1,1);-webkit-transition-timing-function:cubic-bezier(.55,0,.1,1)}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible{opacity:1!important;z-index:3;transform:scale(1,1)!important;-moz-transform:scale(1,1)!important;-webkit-transform:scale(1,1)!important}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button{position:absolute;right:0;top:0;width:44px;height:44px;font-size:24px;line-height:44px;text-align:center;color:#fff;cursor:pointer;z-index:99}.imp-fullscreen-button{position:absolute;height:44px;line-height:44px;padding:0 12px;background:#fff;border-radius:5px;color:#222;z-index:3;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.imp-fullscreen-button i{margin-right:3px}.imp-fullscreen-button-position-0{left:20px;top:20px}.imp-fullscreen-button-position-1{left:50%;top:20px}.imp-fullscreen-button-position-2{right:20px;top:20px}.imp-fullscreen-button-position-3{right:20px;bottom:20px}.imp-fullscreen-button-position-4{left:50%;bottom:20px}.imp-fullscreen-button-position-5{left:20px;bottom:20px}.imp-fullscreen-button-icon-only{width:44px;text-align:center;font-size:18px;padding:0}.imp-fullscreen-button-icon-only i{margin:0}#imp-fullscreen-wrap{position:fixed;z-index:999999;width:100%;height:100%;left:0;top:0;display:flex;justify-content:center;align-items:center}body.imp-fullscreen-mode{overflow:hidden}.imp-ui-navigator-root{position:absolute;left:20px;bottom:20px;cursor:pointer;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.imp-ui-navigator-root:active{filter:none!important;-moz-filter:none!important;-webkit-filter:none!important}.imp-ui-navigator-background-image-edgefill{z-index:0;position:absolute;display:block;max-width:150px;max-height:150px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-navigator-background-image{z-index:1;position:relative;display:block;max-width:150px;max-height:150px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-filter:blur(2px);-moz-filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px)}.imp-ui-navigator-overlay{z-index:2;position:absolute;background:#000;width:100%;height:100%;opacity:.25;left:0;top:0}.imp-ui-navigator-window-image{z-index:3;position:absolute;left:0;top:0;display:block;max-width:150px;max-height:150px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-zoom-button{position:absolute;right:20px;bottom:20px;width:30px;height:30px;cursor:pointer;background:#fff;color:#222;text-align:center;line-height:30px;font-size:12px!important;z-index:1;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-zoom-button-zoom-in{bottom:54px}.imp-ui-layers-menu-wrap{position:absolute;right:20px;top:20px;z-index:1}.imp-ui-layer-switch{position:absolute;z-index:2;left:0;top:0;width:30px;text-align:center;height:22px;line-height:22px;cursor:pointer;border-radius:5px 0 0 0}.imp-ui-layer-switch-down{top:22px;border-radius:0 0 0 5px}.imp-ui-layer-switch i{width:100%;color:#222}.imp-ui-layer-switch:active{background:#0000001a}.imp-ui-layers-select{z-index:1;padding:0 20px 0 40px!important;outline:0;-webkit-appearance:none;font-size:14px;line-height:44px!important;height:44px!important;vertical-align:inherit;margin:0;font-family:inherit;font-weight:inherit;box-shadow:none;background-color:#f8f8f8;color:#222;outline-color:#222;outline-style:none;outline-width:0;border:1px solid #a6a6a6}.imp-ui-element{cursor:pointer;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15);border:1px solid #00000059;border-radius:5px;font-family:sans-serif;font-size:14px;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.imp-ui-element:active{filter:brightness(.8);-moz-filter:brightness(.8);-webkit-filter:brightness(.8)}.imp-ui-layers-select:active{filter:none}.imp-main-image{z-index:0}.imp-image-backgrounds-container{z-index:1}.imp-shape-container{z-index:2}.imp-ui-element{z-index:3}.imp-ui-scroll-message-wrap{z-index:4}.imp-wrap{align-self:start}.imp-shapes-menu-outer-wrap{display:flex}.imp-shapes-menu-wrap{position:relative;width:240px;background:#fff;flex-shrink:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;flex-direction:row}.imp-shapes-menu-wrap.imp-shapes-menu-wrap-with-search-box{padding-top:73px}.imp-shapes-menu-wrap-left{border-right:1px solid #dedede}.imp-shapes-menu-wrap-right{border-left:1px solid #dedede}.imp-shapes-menu-search-box{position:absolute;left:0;top:0;z-index:2;border-bottom:1px solid #dedede;background:#f5f5f5;padding:15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;display:flex}.imp-shapes-menu-scroll-wrap{flex:1;overflow-y:auto}.imp-shapes-menu-search-box .imp-shapes-menu-search-box-input-wrap{position:relative;flex:1}.imp-shapes-menu-search-box input{font-size:14px;line-height:40px;padding:0 35px 0 15px;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:0;border:1px solid #dedede}.imp-shapes-menu-search-box input:focus{border:1px solid #a6a6a6}.imp-shapes-menu-search-box .imp-shapes-menu-search-box-input-wrap i{position:absolute;right:14px;top:12px;color:#c7c7c7;font-size:18px}.imp-shapes-menu-wrap .imp-shapes-menu-search-box-input-wrap .fa-times{display:none;cursor:pointer;width:42px;height:42px;right:0;top:0;text-align:center;line-height:42px}.imp-shapes-menu-layer-title{position:relative;padding:0 20px;line-height:40px;background:#f5f5f5;box-shadow:0 2px 5px rgba(0,0,0,.15);z-index:1;font-family:sans-serif;font-size:12px;font-weight:700;color:#222}.imp-shapes-menu-shape-title{color:#222;position:relative;z-index:0;padding:0 20px;line-height:40px;cursor:pointer;border-bottom:1px solid #ececec;font-family:sans-serif;font-size:14px}.imp-shapes-menu-shape-title:hover{background:#f9f9f9}#imp-fullscreen-wrap .imp-wrap{z-index:0}#imp-fullscreen-wrap .imp-shapes-menu-wrap{z-index:1;height:100%;position:absolute;top:0}.imp-fullscreen-root-wrap{flex:1;position:relative;align-items:center;justify-content:center;display:flex;height:100%}#imp-fullscreen-wrap .imp-shapes-menu-wrap.imp-shapes-menu-wrap-left{left:0}#imp-fullscreen-wrap .imp-shapes-menu-wrap.imp-shapes-menu-wrap-right{right:0}.imp-fullscreen-root-wrap.imp-shapes-menu-left{margin-left:240px}.imp-fullscreen-root-wrap.imp-shapes-menu-right{margin-right:240px}.imp-shapes-menu-wrap span.imp-search-highlight{background:#fff05e;border-radius:2px}.imp-shapes-menu-wrap.imp-searching .imp-shapes-menu-search-box-input-wrap .fa-search{display:none}.imp-shapes-menu-wrap.imp-searching .imp-shapes-menu-search-box-input-wrap .fa-times{display:block;color:#222}.imp-shapes-menu-button{position:absolute;width:46px;height:46px;right:20px;top:20px;line-height:46px;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.imp-responsive-menu{z-index:2147483647;position:fixed;left:0;top:0;width:100%;height:0;overflow:hidden;transition:all .5s cubic-bezier(.55,0,.1,1);-moz-transition:all .5s cubic-bezier(.55,0,.1,1);-webkit-transition:all .5s cubic-bezier(.55,0,.1,1)}.imp-responsive-menu .imp-shapes-menu-wrap{position:absolute;left:0;top:0;width:100%;height:100%;transform:translateY(-100%);transition:all .5s cubic-bezier(.55,0,.1,1);-moz-transition:all .5s cubic-bezier(.55,0,.1,1);-webkit-transition:all .5s cubic-bezier(.55,0,.1,1)}.imp-responsive-menu.imp-responsive-menu-visible{height:100%}.imp-responsive-menu.imp-responsive-menu-visible .imp-shapes-menu-wrap{transform:translateY(0)}.imp-responsive-menu .imp-close-responsive-menu{width:60px;height:42px;text-align:center;font-size:24px;line-height:42px;color:#c7c7c7}.imp-responsive-menu .imp-shapes-menu-search-box{padding-right:0}.imp-ui-scroll-message-wrap{position:absolute;left:0;top:0;width:100%;height:100%;display:none}.imp-ui-scroll-message-wrap-inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.imp-ui-scroll-message{padding:10px 30px;line-height:45px;font-size:16px;color:#fff;background:rgba(0,0,0,.66);border-radius:40px;font-family:sans-serif}.imp-ui-scroll-message-button{border:1px solid #fff;border-radius:5px;display:inline-block;line-height:28px;padding:0 7px;margin:0 6px;font-size:12px}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}